Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 126 | -3381/+0 |
| | |||||
* | Implement document.lastModified (fixes #2972, #3127). | MechaXL | 2014-09-04 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3186 from wenderen/Window.frames | Ms2ger | 2014-08-30 | 1 | -0/+1 |
|\ | | | | | implement window.frames; r=Manishearth | ||||
| * | implement window.frames | Rohan Prinja | 2014-08-30 | 1 | -0/+1 |
| | | |||||
* | | Rename AttrList to NamedNodeMap | Aaron Hill | 2014-08-29 | 2 | -3/+2 |
|/ | | | | This fixes issue #3135 | ||||
* | Merge pull request #3145 from wenderen/NamespaceURI.None | Manish Goregaokar | 2014-08-27 | 1 | -1/+1 |
|\ | | | | | return null from GetNamespaceURI, not the empty string; r=Manishearth, Ms2ger | ||||
| * | return null from GetNamespaceURI, not the empty string | Rohan Prinja | 2014-08-27 | 1 | -1/+1 |
| | | | | | | | | correctly mark tests | ||||
* | | Implement DOMTokenList.contains | Bruno de Oliveira Abinader | 2014-08-25 | 1 | -1/+4 |
|/ | |||||
* | Merge pull request #3095 from ChrisParis/HTMLScriptElement.text | Ms2ger | 2014-08-22 | 1 | -1/+2 |
|\ | | | | | Implement HTMLScriptElement.text; r=Ms2ger | ||||
| * | Implement HTMLScriptElement.text | Chris Paris | 2014-08-15 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #3086 from ChrisParis/HTMLAnchorElement.text | Ms2ger | 2014-08-21 | 1 | -1/+2 |
|\ \ | | | | | | | Implement HTMLAnchorElement.text; r=Manishearth | ||||
| * | | Implement HTMLAnchorElement.text | Chris Paris | 2014-08-15 | 1 | -1/+2 |
| | | | |||||
* | | | Use extended attributes to define which interfaces are globals (fixes #1053). | Ms2ger | 2014-08-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This makes our approach consistent with Gecko's. | ||||
* | | | Merge pull request #3103 from bfrohs/3025TitleText | Ms2ger | 2014-08-20 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Implement HTMLTitleElement.text (closes #3025); r=Ms2ger | ||||
| * | | | Implement HTMLTitleElement.text (closes #3025) | Brandon Frohs | 2014-08-17 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #3082 from ChrisParis/atob | Manish Goregaokar | 2014-08-20 | 1 | -0/+10 |
|\ \ \ \ | |/ / / |/| | | | Implement window.atob/btoa; r=Manishearth | ||||
| * | | | Implement window.atob/btoa | Chris Paris | 2014-08-15 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #3098 from wenderen/HTMLTableElement.caption | Manish Goregaokar | 2014-08-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | implement GetCaption and SetCaption for HTMLTableElement; r=Manishearth | ||||
| * | | | | Implement HTMLTableElement.caption | Rohan Prinja | 2014-08-16 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Implement WorkerGlobalScope.importScripts. | Ms2ger | 2014-08-16 | 1 | -1/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Implement WorkerGlobalScope.location. | Ms2ger | 2014-08-15 | 3 | -1/+33 |
|/ / / | |||||
* | / | Implement DedicatedWorkerGlobalScope.navigator. | Ms2ger | 2014-08-15 | 2 | -4/+13 |
| |/ |/| | |||||
* | | Structured clone the argument to DedicatedWorkerGlobalScope.postMessage. | Ms2ger | 2014-08-14 | 1 | -2/+1 |
| | | |||||
* | | Structured clone the argument to Worker.postMessage. | Ms2ger | 2014-08-14 | 1 | -2/+1 |
| | | |||||
* | | node.textContent and node.nodeValue should not throw | Manish Goregaokar | 2014-08-14 | 1 | -2/+2 |
|/ | |||||
* | Implement {Worker,DedicatedWorkerGlobalScope}.onmessage. | Ms2ger | 2014-08-13 | 2 | -2/+2 |
| | |||||
* | Implement DedicatedWorkerGlobalScope.postMessage. | Ms2ger | 2014-08-12 | 1 | -0/+1 |
| | |||||
* | Implement Range.detach(). | Ms2ger | 2014-08-09 | 1 | -1/+1 |
| | | | | Incidentally, this allows dom/interfaces.html to actually run. | ||||
* | Implement Document.createRange(). | Ms2ger | 2014-08-09 | 1 | -0/+2 |
| | |||||
* | Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes ↵ | hyunjunekim | 2014-08-09 | 3 | -11/+13 |
| | | | | | | | #2814, fixes #2840). These interfaces were renamed in the specification, in order to use them in other contexts than the getClientRects and getBoundingClientRect methods. | ||||
* | Add DOM NodeIterator blob (include DOM NodeFilter interface). | Tetsuharu OHZEKI | 2014-08-08 | 2 | -0/+65 |
| | |||||
* | Add DOM Range blob. | Tetsuharu OHZEKI | 2014-08-08 | 1 | -0/+85 |
| | |||||
* | Add TreeWalker blob. | Tetsuharu OHZEKI | 2014-08-08 | 1 | -0/+23 |
| | |||||
* | Implement CanvasRenderingContext2D.canvas. | Tetsuharu OHZEKI | 2014-08-06 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLTextAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLSelectElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLOptionElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLOptGroupElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLInputElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLFieldSetElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Implement support for 'disabled' property in HTMLButtonElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -1/+1 |
| | |||||
* | Support window.parent in the one-window case. | James Graham | 2014-07-29 | 1 | -0/+1 |
| | |||||
* | Comment out the stringifier in URLSearchParams.webidl. | Ms2ger | 2014-07-27 | 1 | -2/+2 |
| | | | | We don't currently support stringifiers. | ||||
* | Add methods that return floating-point types to TestBinding.webidl. | Ms2ger | 2014-07-27 | 1 | -0/+4 |
| | | | | | They were already implemented in testbinding.rs, but were forgotten in the IDL file. | ||||
* | Implement Location.hash. | Ms2ger | 2014-07-27 | 1 | -0/+1 |
| | |||||
* | Implement very basic canvas rendering context logic. No visual display present. | Aalhad | 2014-07-25 | 2 | -2/+109 |
| | |||||
* | Implement Window.screen. | Ms2ger | 2014-07-24 | 2 | -0/+46 |
| | |||||
* | Element::removeAttribute* does not need to throw | Bruno de Oliveira Abinader | 2014-07-23 | 1 | -2/+0 |
| | |||||
* | Implement Element.matches(). | Tetsuharu OHZEKI | 2014-07-20 | 1 | -0/+3 |
| | |||||
* | Implement Worker.postMessage. | Ms2ger | 2014-07-18 | 1 | -0/+1 |
| |