2015-10-14 |
commit-queue@webki... | Fixing expectations for imported/w3c/web-platform-tests... |
blob | commitdiff | raw |
2015-10-14 |
dino@apple.com | Update test result for Canvas2DRenderingContext::commit. |
blob | commitdiff | raw | diff to current |
2015-10-14 |
youenn.fablet@crf... | Update web-platform-tests tools to the latest revision |
blob | commitdiff | raw | diff to current |
2015-10-08 |
commit-queue@webki... | script.text shouldn't include text from non-direct... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
cdumez@apple.com | [Web IDL] 'length' property is wrong for variadic opera... |
blob | commitdiff | raw | diff to current |
2015-09-30 |
cdumez@apple.com | sectionRowIndex must return -1 when its parent is not... |
blob | commitdiff | raw | diff to current |
2015-09-28 |
cdumez@apple.com | Drop support for legacy EventException |
blob | commitdiff | raw | diff to current |
2015-09-28 |
cdumez@apple.com | Object.getOwnPropertyNames() does not return named... |
blob | commitdiff | raw | diff to current |
2015-09-25 |
cdumez@apple.com | Node.replaceChild() does not behave according to the... |
blob | commitdiff | raw | diff to current |
2015-09-24 |
cdumez@apple.com | Rewrite Range::insertNode() as per the latest DOM speci... |
blob | commitdiff | raw | diff to current |
2015-09-24 |
cdumez@apple.com | Unreviewed, rebaseline web-platform-tests/html/dom... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
cdumez@apple.com | Unreviewed, roll out r190085 as it seems to cause crash... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
cdumez@apple.com | TreeWalker.previousSibling() / nextSibling() does... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
cdumez@apple.com | Range's setStartBefore() / setStartAfter() / setEndBefo... |
blob | commitdiff | raw | diff to current |
2015-09-23 |
rniwa@webkit.org | Event fired on a detached node does not bubble up |
blob | commitdiff | raw | diff to current |
2015-09-22 |
cdumez@apple.com | Range.surroundContents() should check for partially... |
blob | commitdiff | raw | diff to current |
2015-09-22 |
cdumez@apple.com | Range.intersectsNode() does not behave according to... |
blob | commitdiff | raw | diff to current |
2015-09-22 |
cdumez@apple.com | Drop support for legacy EntityReference DOM Node type |
blob | commitdiff | raw | diff to current |
2015-09-22 |
cdumez@apple.com | time element should use HTMLTimeElement interface |
blob | commitdiff | raw | diff to current |
2015-09-22 |
cdumez@apple.com | Update HTMLTableRowElement.rowIndex to behave according... |
blob | commitdiff | raw | diff to current |
2015-09-21 |
cdumez@apple.com | [JS Bindings] prototype.constructor should be writable |
blob | commitdiff | raw | diff to current |
2015-09-21 |
cdumez@apple.com | DOMTokenList.add() / remove() should run the update... |
blob | commitdiff | raw | diff to current |
2015-09-21 |
cdumez@apple.com | Range.cloneContents() / extractContents should throw... |
blob | commitdiff | raw | diff to current |
2015-09-20 |
cdumez@apple.com | Get rid of custom bindings for HTMLLinkElement.sizes... |
blob | commitdiff | raw | diff to current |
2015-09-18 |
cdumez@apple.com | Drop support for Entity Node type |
blob | commitdiff | raw | diff to current |
2015-09-18 |
cdumez@apple.com | [WebIDL] Add support for default parameter values |
blob | commitdiff | raw | diff to current |
2015-09-18 |
zalan@apple.com | CSS WG multicol-1 tests failures with 1px differences... |
blob | commitdiff | raw | diff to current |
2015-09-17 |
cdumez@apple.com | Range.deleteContents cannot delete DocType |
blob | commitdiff | raw | diff to current |
2015-09-17 |
cdumez@apple.com | LayoutTests/imported/w3c: |
blob | commitdiff | raw | diff to current |
2015-09-16 |
cdumez@apple.com | Document.createElement(localName) does not handle corre... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
cdumez@apple.com | new Event() without parameter should throw |
blob | commitdiff | raw | diff to current |
2015-09-15 |
cdumez@apple.com | Element.getAttributeNS() should return null if the... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
cdumez@apple.com | Drop non-standard [IsIndex] WebKit IDL extended attribute |
blob | commitdiff | raw | diff to current |
2015-09-15 |
cdumez@apple.com | Document.createNodeIterator(null) / Document.createTree... |
blob | commitdiff | raw | diff to current |
2015-09-15 |
cdumez@apple.com | window.HTMLDetailsElement should exist |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | Improve Node pre-insertion validation when the parent... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | Document.adoptNode() should be able to explicitly adopt... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | Document.title does not behave according to specification |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | document.lastModified should use the user's local time... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | Node.baseURI should not return null for detached nodes |
blob | commitdiff | raw | diff to current |
2015-09-14 |
cdumez@apple.com | CharacterData API parameters should not be optional |
blob | commitdiff | raw | diff to current |
2015-09-12 |
cdumez@apple.com | window.EventTarget should exist |
blob | commitdiff | raw | diff to current |
2015-09-12 |
cdumez@apple.com | ChildNode.replaceWith() without argument should replace... |
blob | commitdiff | raw | diff to current |
2015-09-11 |
cdumez@apple.com | DOMTokenList update steps for classList don't follow... |
blob | commitdiff | raw | diff to current |
2015-09-11 |
cdumez@apple.com | Element.tagName should be upper-case for HTML elements... |
blob | commitdiff | raw | diff to current |
2015-09-11 |
cdumez@apple.com | document.body = "text" should throw a TypeError, not... |
blob | commitdiff | raw | diff to current |
2015-09-10 |
cdumez@apple.com | Node.appendChild(null) / replaceChild(null, null) ... |
blob | commitdiff | raw | diff to current |
2015-09-10 |
dewei_zhu@apple.com | LayoutTests/imported/w3c: |
blob | commitdiff | raw | diff to current |
2015-09-09 |
cdumez@apple.com | Setting document.title when there is no title and no... |
blob | commitdiff | raw | diff to current |
2015-09-09 |
cdumez@apple.com | Unreviewed, drop imported/w3c/web-platform-tests/html... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | new Comment(undefined) / new Text(undefined) should... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | document.importNode(node, deep): deep's default value... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | LayoutTests/imported/w3c: |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed, drop unfinished W3C DOM tests. |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed, drop several W3C html media that were recen... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed fixup after r189471 and r189472. |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed, move html/semantics W3C tests to imported... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | LayoutTests/imported/w3c: |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed, move html/dom W3C tests to imported/w3c... |
blob | commitdiff | raw | diff to current |
2015-09-08 |
cdumez@apple.com | Unreviewed, move W3C DOM tests to imported/w3c/web... |
blob | commitdiff | raw | diff to current |
2015-09-04 |
rniwa@webkit.org | Import new multicolumn layout tests from CSS WG testss |
blob | commitdiff | raw | diff to current |
2015-09-04 |
rniwa@webkit.org | Import new multicolumn layout tests from CSS WG testss |
blob | commitdiff | raw | diff to current |
2015-09-04 |
rniwa@webkit.org | Import css/css-color-3 |
blob | commitdiff | raw | diff to current |
2015-09-02 |
beidson@apple.com | Import W3C IndexedDB tests. |
blob | commitdiff | raw | diff to current |
2015-04-14 |
ap@apple.com | imported/w3c/canvas/2d.text.measure.width.empty.html... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
youenn.fablet@crf... | W3C test importer should generate the modules installed... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
youenn.fablet@crf... | WebKit test infrastructure should automate the process... |
blob | commitdiff | raw | diff to current |
2015-03-06 |
youenn.fablet@crf... | Layout tests imported/w3c/web-platform-tests certificat... |
blob | commitdiff | raw | diff to current |
2015-02-20 |
ap@apple.com | Remove svn:keywords property. |
blob | commitdiff | raw | diff to current |
2015-02-04 |
youenn.fablet@crf... | W3C test importer should sort the list of files when... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
youenn.fablet@crf... | Web Platform Tests dirty a few untracked files |
blob | commitdiff | raw | diff to current |
2015-02-03 |
youenn.fablet@crf... | Web platform test server should not need to create... |
blob | commitdiff | raw | diff to current |
2015-02-03 |
youenn.fablet@crf... | imported/w3c/web-platform-tests should contain top... |
blob | commitdiff | raw | diff to current |
2015-01-31 |
youenn.fablet@crf... | Import W3C web platform tests infrastructure |
blob | commitdiff | raw | diff to current |
2015-01-26 |
youenn.fablet@crf... | Integrate WP python server into WebKit test framework |
blob | commitdiff | raw | diff to current |
2015-01-21 |
commit-queue@webki... | Move w3c/canvas/resources/ common resources to w3c... |
blob | commitdiff | raw | diff to current |
2015-01-13 |
commit-queue@webki... | Missed images and missed new lines in the expected... |
blob | commitdiff | raw | diff to current |
2014-11-14 |
commit-queue@webki... | Import w3c tests for canvas |
blob | commitdiff | raw | diff to current |
2014-10-31 |
dino@apple.com | Remove webkit prefix from CSS columns. |
blob | commitdiff | raw | diff to current |
2013-12-03 |
rniwa@webkit.org | Import the XHTML parsing and serialization tests for... |
blob | commitdiff | raw | diff to current |
2013-11-27 |
rniwa@webkit.org | Import W3C tests for cloning template elements and... |
blob | commitdiff | raw | diff to current |
2013-11-22 |
rniwa@webkit.org | Import more W3C tests for parsing template elements |
blob | commitdiff | raw | diff to current |
2013-11-22 |
rniwa@webkit.org | Import some W3C tests for HTML template element |
blob | commitdiff | raw | diff to current |
|