servo/components/script_traits
Patrick Walton e5a1af5b7a compositing: Fix a couple of bugs that prevented iframes from painting
after navigation.

The first bug was that iframes were not reflowed in their parent DOM
when the child page navigated. This is fixed by simply having the
constellation notify the appropriate script thread when navigation
occurs.

The second bug was that the compositor was unable to adjust the pipeline
for existing iframe layers, only new ones. This patch adds logic to do
that.

Closes #8081.
2016-01-26 16:37:23 -05:00
..
Cargo.toml Auto merge of #9044 - ecoal95:offscreen-gl-up, r=jdm 2015-12-23 20:35:37 +05:30
lib.rs compositing: Fix a couple of bugs that prevented iframes from painting 2016-01-26 16:37:23 -05:00
script_msg.rs Moving MouseButton from msg to script_traits 2016-01-13 19:23:45 -08:00