aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmliframeelement.rs
diff options
context:
space:
mode:
authorPatrick Walton <pcwalton@mimiga.net>2016-01-12 20:57:23 -0800
committerJosh Matthews <josh@joshmatthews.net>2016-01-26 16:37:23 -0500
commite5a1af5b7ae276a3a47c4b6c5a85b210ab7753a1 (patch)
treec270e1ca529f138f0114935a0b945fa1a237c6d5 /components/script/dom/htmliframeelement.rs
parent80c29113485c0b7d7da6be9c4f64a2b8f1cde826 (diff)
downloadservo-e5a1af5b7ae276a3a47c4b6c5a85b210ab7753a1.tar.gz
servo-e5a1af5b7ae276a3a47c4b6c5a85b210ab7753a1.zip
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.
Diffstat (limited to 'components/script/dom/htmliframeelement.rs')
0 files changed, 0 insertions, 0 deletions