servo/components
Emilio Cobos Álvarez e6958d3947
script: Fix a few load related bugs.
This is what was making me hit the new test failures. So turns out that when the
DOMContentLoaded event is fired we fired no messages to the constellation, but
we fired the DOMLoad message from the DocumentProgressHandler, effectively after
having dispatched the Load message from script thread.

This also fixes the possibility of a subframe navigation not blocking the load
event of the parent document, for example.
2016-07-25 10:51:52 -07:00
..
canvas Remove dependency on util::opts from canvas crate 2016-07-20 07:38:18 +00:00
canvas_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
compositing script: Fix a few load related bugs. 2016-07-25 10:51:52 -07:00
constellation script: Fix a few load related bugs. 2016-07-25 10:51:52 -07:00
devtools All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
devtools_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
gfx Removed panic channel, replaced by integrated logging and issue reporting. 2016-07-20 21:56:43 -05:00
gfx_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
layout style: Avoid propagating the restyle flag all through the dom when a node gets dirty. 2016-07-25 10:50:04 -07:00
layout_thread Removed panic channel, replaced by integrated logging and issue reporting. 2016-07-20 21:56:43 -05:00
layout_traits Removed panic channel, replaced by integrated logging and issue reporting. 2016-07-20 21:56:43 -05:00
msg Implement beginnings of joint session history 2016-07-21 20:51:38 -06:00
net Auto merge of #12539 - johannhof:error-page, r=jdm 2016-07-21 13:27:06 -05:00
net_traits Integrate service worker manager thread 2016-07-16 23:29:44 +05:30
plugins All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
profile All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
profile_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
range All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
script script: Fix a few load related bugs. 2016-07-25 10:51:52 -07:00
script_layout_interface Removed panic channel, replaced by integrated logging and issue reporting. 2016-07-20 21:56:43 -05:00
script_traits Implement beginnings of joint session history 2016-07-21 20:51:38 -06:00
servo Update ipc-channel to resolve threadsafety issues on Windows and Android. 2016-07-21 14:25:05 -04:00
style style: Avoid propagating the restyle flag all through the dom when a node gets dirty. 2016-07-25 10:50:04 -07:00
style_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
util Auto merge of #12468 - asajeffrey:constellation-remove-panic-channel, r=emilio 2016-07-21 11:20:37 -05:00
webdriver_server Implement beginnings of joint session history 2016-07-21 20:51:38 -06:00