Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAfter navigating to a new page in an iframe, previous page is not destroyed/frozen #8673
Labels
Comments
|
This happens because the pipelines in iframes are never frozen. |
bors-servo
added a commit
that referenced
this issue
Dec 16, 2015
Freeze old pipeline in iframes Fixes #8673 and part of #8674 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8886) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Dec 18, 2015
Freeze old pipeline in iframes Fixes #8673 and part of #8674 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8886) <!-- Reviewable:end -->
jrmuizel
pushed a commit
to jrmuizel/gecko-cinnabar
that referenced
this issue
Jun 12, 2017
…freeze-pipeline-iframe); r=mbrubeck,jdm Fixes servo/servo#8673 and part of servo/servo#8674 Source-Repo: https://github.com/servo/servo Source-Revision: 2ef972b53bc4ff3783a60bfc45a52beee3065e97
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-comments-removed
that referenced
this issue
Oct 1, 2019
…freeze-pipeline-iframe); r=mbrubeck,jdm Fixes servo/servo#8673 and part of servo/servo#8674 Source-Repo: https://github.com/servo/servo Source-Revision: 2ef972b53bc4ff3783a60bfc45a52beee3065e97 UltraBlame original commit: 715d5bf1ac9d8a947d96f3e71afd0376c7654fab
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified-and-comments-removed
that referenced
this issue
Oct 1, 2019
…freeze-pipeline-iframe); r=mbrubeck,jdm Fixes servo/servo#8673 and part of servo/servo#8674 Source-Repo: https://github.com/servo/servo Source-Revision: 2ef972b53bc4ff3783a60bfc45a52beee3065e97 UltraBlame original commit: 715d5bf1ac9d8a947d96f3e71afd0376c7654fab
gecko-dev-updater
pushed a commit
to marco-c/gecko-dev-wordified
that referenced
this issue
Oct 1, 2019
…freeze-pipeline-iframe); r=mbrubeck,jdm Fixes servo/servo#8673 and part of servo/servo#8674 Source-Repo: https://github.com/servo/servo Source-Revision: 2ef972b53bc4ff3783a60bfc45a52beee3065e97 UltraBlame original commit: 715d5bf1ac9d8a947d96f3e71afd0376c7654fab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this happens only with documents in iframes.
index.html:
a.html:
b.html:
Running
index.html, logs are printed in the console. Then navigating tob.html,a.htmlis not displayed anymore, but its JS code is still running.