No files found.
+1 −1
Cargo.lock
Cargo.lock
+1 −1
Cargo.toml
components/background_hang_monitor/Cargo.toml
+134 −16
background_hang_monitor.rs
...s/background_hang_monitor/background_hang_monitor.rs
+57 −11
hang_monitor_tests.rs
.../background_hang_monitor/tests/hang_monitor_tests.rs
+4 −0
windowing.rs
components/compositing/windowing.rs
+51 −15
constellation.rs
components/constellation/constellation.rs
+35 −14
pipeline.rs
components/constellation/pipeline.rs
+3 −0
lib.rs
components/embedder_traits/lib.rs
+25 −0
constellation_msg.rs
components/msg/constellation_msg.rs
+7 −0
lib.rs
components/script_traits/lib.rs
+17 −7
lib.rs
components/servo/lib.rs
+153 −0
profilicate.py
etc/profilicate.py
+2 −1
lib.rs
ports/libsimpleservo/api/src/lib.rs
+21 −0
browser.rs
ports/servo/browser.rs