aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/tests
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-01-28 04:55:04 +0530
committerbors-servo <lbergstrom+bors@mozilla.com>2016-01-28 04:55:04 +0530
commit0fa9d32c6915c9cad18e5430c10973399599458a (patch)
treec33de53472f45d72e31f35d1fbdb82c384d13b65 /components/script/dom/bindings/codegen/parser/tests
parent34954a98702a03ffb79344b53f85e1dfcd584257 (diff)
parentc79231f9c619f33f7fea66c08bec7a7c0695dc21 (diff)
downloadservo-0fa9d32c6915c9cad18e5430c10973399599458a.tar.gz
servo-0fa9d32c6915c9cad18e5430c10973399599458a.zip
Auto merge of #9421 - jdm:iframe-painting-after-navigation-redux, r=jdm
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. The third bug was that we have ad-hoc reflow calls throughout script/, and we didn't trigger any reflow from the code that dispatches the `load` event for the iframe so the test for the first two issues would always time out. The second commit adds another reflow call to do that, and also bites the bullet and adds a catch-all reflow (which does nothing if there's no dirty nodes in the document) at the return to the event loop. Closes #8081. Extension of #9285. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9421) <!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/tests')
0 files changed, 0 insertions, 0 deletions