Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rename ClientRect and ClientRectList to DOMRect and DOMRectList (fixes ↵ | hyunjunekim | 2014-08-09 | 7 | -47/+49 | |
| | | | | | | | #2814, fixes #2840). These interfaces were renamed in the specification, in order to use them in other contexts than the getClientRects and getBoundingClientRect methods. | |||||
* | Merge pull request #3060 from Manishearth/remove-window | Manish Goregaokar | 2014-08-09 | 3 | -14/+9 | |
|\ | | | | | Remove unused windows/globals; r=jdm | |||||
| * | Remove unused windows/globals | Manish Goregaokar | 2014-08-09 | 3 | -14/+9 | |
| | | ||||||
* | | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 17 | -67/+73 | |
| | | ||||||
* | | Merge pull request #3054 from jdm/script_traits | Josh Matthews | 2014-08-08 | 6 | -99/+158 | |
|\ \ | | | | | | | Decouple compositing and script crates. | |||||
| * | | Decouple compositing and script crates. | Josh Matthews | 2014-08-08 | 6 | -99/+158 | |
| | | | ||||||
* | | | Fix getElementsByTagName[NS] support to match the spec. | James Graham | 2014-08-08 | 4 | -21/+64 | |
| |/ |/| | ||||||
* | | Merge pull request #3057 from Ms2ger/3041-method-trait | Ms2ger | 2014-08-08 | 1 | -1/+1 | |
|\ \ | | | | | | | Correct the fallibility of proxy operations in the *Methods trait (fixes #3041); r=jdm | |||||
| * | | Correct the fallibility of proxy operations in the *Methods trait (fixes #3041). | Ms2ger | 2014-08-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | A typo caused us to use the fallibility of the last normal method in the interface. | |||||
* | | | Merge pull request #3051 from metajack/fix-nodeflags-for-layout | Patrick Walton | 2014-08-08 | 1 | -3/+7 | |
|\ \ \ | |/ / |/| | | Fix the NodeFlags methods that are called by layout. | |||||
| * | | Fix the NodeFlags methods that are called by layout. | Jack Moffitt | 2014-08-07 | 1 | -3/+7 | |
| | | | | | | | | | | | | They should never borrow. | |||||
* | | | Merge pull request #3053 from brunoabinader/use-is-element-helpers | Josh Matthews | 2014-08-07 | 2 | -10/+15 | |
|\ \ \ | |_|/ |/| | | Prefer *Derived helper functions (is_*element) than string comparison | |||||
| * | | Prefer *Derived helper functions (is_*element) than string comparison | Bruno de Oliveira Abinader | 2014-08-07 | 2 | -10/+15 | |
| | | | ||||||
* | | | Add DOM NodeIterator blob (include DOM NodeFilter interface). | Tetsuharu OHZEKI | 2014-08-08 | 4 | -0/+101 | |
| | | | ||||||
* | | | Add DOM Range blob. | Tetsuharu OHZEKI | 2014-08-08 | 3 | -0/+126 | |
| | | | ||||||
* | | | Add TreeWalker blob. | Tetsuharu OHZEKI | 2014-08-08 | 3 | -0/+59 | |
| |/ |/| | ||||||
* | | Merge pull request #3031 from Ms2ger/attr-cell | Ms2ger | 2014-08-07 | 1 | -5/+5 | |
|\ \ | | | | | | | Make Attr::owner immutable; r=jdm | |||||
| * | | Make Attr::owner immutable. | Ms2ger | 2014-08-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | Nobody needs to change the element it's associated with, so there's no reason to use a Cell here. | |||||
* | | | Merge pull request #3035 from brunoabinader/fix-node-ctor | Ms2ger | 2014-08-06 | 1 | -17/+11 | |
|\ \ \ | |_|/ |/| | | Using NodeFlags ctor to set InEnabledState when needed; r=Ms2ger | |||||
| * | | Using NodeFlags ctor to set InEnabledState when needed | Bruno de Oliveira Abinader | 2014-08-06 | 1 | -17/+11 | |
| | | | ||||||
* | | | Merge pull request #3034 from saneyuki/canvas | Josh Matthews | 2014-08-06 | 3 | -6/+13 | |
|\ \ \ | | | | | | | | | Implement CanvasRenderingContext2D.canvas. | |||||
| * | | | Implement CanvasRenderingContext2D.canvas. | Tetsuharu OHZEKI | 2014-08-06 | 3 | -6/+13 | |
| | |/ | |/| | ||||||
* / | | Document.getElementById() should return null if the passed argument is empty. | Tetsuharu OHZEKI | 2014-08-06 | 2 | -4/+11 | |
|/ / | ||||||
* | | Merge pull request #3000 from Ms2ger/rendertask | Ms2ger | 2014-08-06 | 1 | -1/+1 | |
|\ \ | |/ |/| | Use spawn_named_with_send_on_failure for the RenderTask; r=Manishearth | |||||
| * | Pass an argument to spawn_named_with_send_on_failure to support spawning ↵ | Josh Matthews | 2014-08-04 | 1 | -1/+1 | |
| | | | | | | | | native tasks. | |||||
* | | Implement support for 'enabled' property in HTMLLinkElement | Bruno de Oliveira Abinader | 2014-08-05 | 2 | -1/+43 | |
| | | ||||||
* | | Implement support for 'enabled' property in HTMLAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 2 | -1/+43 | |
| | | ||||||
* | | Implement support for 'enabled' property in HTMLAnchorElement | Bruno de Oliveira Abinader | 2014-08-05 | 1 | -0/+26 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLTextAreaElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+92 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLSelectElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+89 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLOptionElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -3/+91 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLOptGroupElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+74 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLInputElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -4/+92 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLFieldSetElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -3/+96 | |
| | | ||||||
* | | Implement support for 'disabled' property in HTMLButtonElement | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -8/+97 | |
| | | ||||||
* | | Implement support for :enabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 2 | -3/+50 | |
| | | ||||||
* | | Implement support for :disabled CSS selector | Bruno de Oliveira Abinader | 2014-08-05 | 3 | -5/+118 | |
| | | ||||||
* | | Merge pull request #2994 from mechaxl/master | Ms2ger | 2014-08-05 | 1 | -4/+3 | |
|\ \ | | | | | | | Only strip HTML whitespace in the document.title getter (fixes #2969); r=Ms2ger | |||||
| * | | Removing unnecessary string trimming | MechaXL | 2014-08-04 | 1 | -2/+1 | |
| | | | ||||||
| * | | Fixes #2969 by only stripping HTML whitespace | MechaXL | 2014-08-03 | 1 | -2/+2 | |
| |/ | ||||||
* | | Throw a TypeError when unwrapping a this object fails. | Ms2ger | 2014-08-05 | 1 | -1/+4 | |
| | | ||||||
* | | Throw a TypeError when unwrapping an interface argument fails. | Ms2ger | 2014-08-05 | 1 | -1/+9 | |
| | | ||||||
* | | Remove FailureFatalCastableObjectUnwrapper. | Ms2ger | 2014-08-05 | 1 | -22/+8 | |
| | | | | | | | | | | The inheritance pattern used here was not particularly enlightening, and only one caller uses FailureFatalCastableObjectUnwrapper. | |||||
* | | Fix the double indentation in CastableObjectUnwrapper. | Ms2ger | 2014-08-05 | 1 | -7/+9 | |
| | | | | | | | | The current code indents the first line of codeOnFailure four spaces too far. | |||||
* | | Merge pull request #2993 from hazz/document-set-title | Ms2ger | 2014-08-05 | 1 | -6/+8 | |
|\ \ | | | | | | | Correctly handle empty string on setting document.title; r=Manishearth+Ms2ger | |||||
| * | | Check for the empty string before creating a new text node when setting ↵ | Harry Maclean | 2014-08-05 | 1 | -6/+8 | |
| |/ | | | | | | | document.title | |||||
* | | Merge pull request #2998 from Ms2ger/taskbuilder | Ms2ger | 2014-08-04 | 1 | -7/+6 | |
|\ \ | | | | | | | Use TaskBuilder where possible; r=metajack | |||||
| * | | Use TaskBuilder to spawn worker threads. | Ms2ger | 2014-08-04 | 1 | -7/+6 | |
| |/ | ||||||
* / | Return 'BackCompat' for document.compatMode only if in quirksmode | Harry Maclean | 2014-08-04 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #2934 from saneyuki/canvas | Josh Matthews | 2014-08-03 | 2 | -72/+2 | |
|\ | | | | | Move CanvasRenderTask to gfx crate. |