aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/page.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-3/+3
* Clip display list based on frame viewportMartin Robinson2014-11-111-2/+53
* Invert control flow, fix resizing, and improve checkerboardingPatrick Walton2014-11-041-3/+2
* Have ContentBox(es)Queries consult the flow treeMartin Robinson2014-11-031-14/+41
* Use DOMRefCell for Page.Tetsuharu OHZEKI2014-10-221-15/+16
* Privatize WindowTim Taubert2014-10-131-1/+1
* Incremental Style RecalcClark Gaebel2014-10-091-41/+19
* Remove unnecessary `deref()`s (fixes #3586)Tim Taubert2014-10-091-2/+2
* Remove Traceable/Untraceable from page.rsManish Goregaokar2014-10-051-53/+51
* Remove Traceable/Untraceable from window.rsManish Goregaokar2014-10-051-1/+1
* Remove the fragment_node field from Page (fixes #3543).Ms2ger2014-10-021-6/+3
* Move find_fragment_node to Document.Ms2ger2014-10-021-17/+3
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-3/+5
* Use string-cache's Namespace typeKeegan McAllister2014-09-291-2/+1
* Address review commentsManish Goregaokar2014-09-241-2/+0
* Use JSTraceable everywhereManish Goregaokar2014-09-241-4/+4
* Eliminate warningsKeegan McAllister2014-09-201-7/+7
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-3/+3
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-7/+7
* Merge pull request #3379 from cgaebel/bucketed-timingClark Gaebel2014-09-181-0/+1
|\
| * Added more complex profiling metadata.Clark Gaebel2014-09-171-0/+1
* | Revert "script: Use atom comparison in more places, especially for attributes...Josh Matthews2014-09-181-6/+3
* | Merge pull request #3358 from jdm/thespicemustnotreflowJosh Matthews2014-09-171-4/+32
|\ \ | |/ |/|
| * Delay initiating layout operations for as long as possible.Josh Matthews2014-09-151-4/+32
* | script: Use atom comparison in more places, especially for attributes.Patrick Walton2014-09-171-3/+6
* | Add unrooted_must_root lint for enums and structs containing JS<T>, as well a...Manish Goregaokar2014-09-161-0/+1
|/
* Store Compositor ReadyState per-pipelineBryan Bell2014-09-121-1/+1
* Coalesce pending reflow messages so they don't queue up.Glenn Watson2014-09-121-0/+4
* Move Attr helper methods to AttrHelpers trait to avoid to touch them from lay...Tetsuharu OHZEKI2014-09-111-0/+1
* Cargoify servoJack Moffitt2014-09-081-0/+437