Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-10-14 | 1 | -2/+2 | |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | |||||
* | Privatize Window | Tim Taubert | 2014-10-13 | 1 | -1/+1 | |
| | ||||||
* | Privatize EventTarget and EventListenerEntry | Tim Taubert | 2014-10-13 | 1 | -1/+1 | |
| | ||||||
* | Privatize InheritTypes | Tim Taubert | 2014-10-13 | 1 | -1/+2 | |
| | ||||||
* | Add type IDL attr for submittable elements | Manish Goregaokar | 2014-10-11 | 1 | -0/+6 | |
| | ||||||
* | Remove unnecessary `deref()`s (fixes #3586) | Tim Taubert | 2014-10-09 | 1 | -1/+1 | |
| | ||||||
* | Take the prefix from createElementNS into account for HTML elements | Gilles Leblanc | 2014-10-06 | 1 | -4/+4 | |
| | | | | Fixes #3139 | |||||
* | Use string-cache's Namespace type | Keegan McAllister | 2014-09-29 | 1 | -3/+2 | |
| | ||||||
* | Eliminate servo_util::atom | Keegan McAllister | 2014-09-29 | 1 | -1/+1 | |
| | | | | We only needed this for Encodable, and now we use JSTraceable instead. | |||||
* | Made some DOM fields private. | ProgramFOX | 2014-09-26 | 1 | -1/+1 | |
| | | | | Relevant to #2242. | |||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -1/+1 | |
| | ||||||
* | More progress in the &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-20 | 1 | -2/+2 | |
| | | | | | Change all of the <Class>Methods traits to take `self` instead of `&self`. | |||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -7/+7 | |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | |||||
* | Revert "script: Use atom comparison in more places, especially for ↵ | Josh Matthews | 2014-09-18 | 1 | -2/+2 | |
| | | | | | | attributes." for persistent test failures. This reverts commit 874db261046d6155b1942efa106d2e0014295d6d. | |||||
* | script: Use atom comparison in more places, especially for attributes. | Patrick Walton | 2014-09-17 | 1 | -2/+2 | |
| | | | | 75% improvement in style recalc for Guardians of the Galaxy. | |||||
* | Use #[must_root] for HTMLElements | Manish Goregaokar | 2014-09-17 | 1 | -0/+2 | |
| | ||||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+113 | |