mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #10159 - pcwalton:iframes-know-their-pipelines, r=jdm
script: Make iframes know their pipeline IDs at all times, even after navigation. Since WebRender uses the pipeline ID stored in the iframe element to determine which pipeline to display, it had better be kept up to date! Closes #9919. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10159) <!-- Reviewable:end -->
This commit is contained in:
commit
3836c2c4cb
8 changed files with 102 additions and 9 deletions
|
@ -1800,6 +1800,18 @@
|
|||
"url": "/_mozilla/css/iframe/hide_layers2.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/mozbrowser_navigation.html": [
|
||||
{
|
||||
"path": "css/iframe/mozbrowser_navigation.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/mozbrowser_navigation_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/mozbrowser_navigation.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/multiple_external.html": [
|
||||
{
|
||||
"path": "css/iframe/multiple_external.html",
|
||||
|
@ -8540,6 +8552,18 @@
|
|||
"url": "/_mozilla/css/iframe/hide_layers2.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/mozbrowser_navigation.html": [
|
||||
{
|
||||
"path": "css/iframe/mozbrowser_navigation.html",
|
||||
"references": [
|
||||
[
|
||||
"/_mozilla/css/iframe/mozbrowser_navigation_ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
"url": "/_mozilla/css/iframe/mozbrowser_navigation.html"
|
||||
}
|
||||
],
|
||||
"css/iframe/multiple_external.html": [
|
||||
{
|
||||
"path": "css/iframe/multiple_external.html",
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[mozbrowser_navigation.html]
|
||||
type: reftest
|
||||
prefs: [dom.mozbrowser.enabled:true]
|
Loading…
Add table
Add a link
Reference in a new issue