servo/components/script
bors-servo 0fe94a6724 Auto merge of #12862 - servo:layout-new, r=emilio
added dom obj counting to decide sequential/parallel layout (#10110)

This is a rebased version of #11713

---
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #10110 (github issue number if applicable).
- [X] There are no tests for these changes because it's an optimization with no visible behavioral changes

<!-- Reviewable:start -->

---

This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12862)

<!-- Reviewable:end -->
2016-12-07 14:32:20 -08:00
..
docs Mark JSTraceable and its method as unsafe 2016-12-06 13:15:06 -10:00
dom Auto merge of #12862 - servo:layout-new, r=emilio 2016-12-07 14:32:20 -08:00
task_source Properly implement TaskSource for NetworkingTaskSource 2016-11-11 14:50:42 -08:00
body.rs
build.rs
Cargo.toml Refactor the locate a namespace algorithm 2016-12-01 11:55:14 +01:00
clipboard_provider.rs
CMakeLists.txt
devtools.rs Remove usage of FnBox for animation frame callbacks (fixes #14416) 2016-12-06 13:15:09 -10:00
document_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
fetch.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
layout_wrapper.rs Skip root- and item-based display style fixup for Gecko NAC. 2016-12-06 00:56:55 -10:00
lib.rs Remove usage of FnBox for animation frame callbacks (fixes #14416) 2016-12-06 13:15:09 -10:00
mem.rs
network_listener.rs Properly implement TaskSource for NetworkingTaskSource 2016-11-11 14:50:42 -08:00
origin.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
script_runtime.rs Add a JSTraceable bound on ScriptChan 2016-12-06 13:15:07 -10:00
script_thread.rs Properly mark application/xhtml+xml documents as XML 2016-12-01 11:55:16 +01:00
serviceworker_manager.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
serviceworkerjob.rs Initial work on job queues for service workers 2016-11-22 01:29:37 +05:30
textinput.rs Return KeyReaction::Nothing for a Tab event 2016-11-12 15:49:00 +01:00
timers.rs Use a timer callback when re-establishing a connection 2016-11-11 14:52:20 -08:00
unpremultiplytable.rs
webdriver_handlers.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00