Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script iframe intial load replaces about blank #18587

Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Don't remove the load blocker when traversing an iframe.

  • Loading branch information
asajeffrey committed Sep 21, 2017
commit 3bcd6c731bc20ec3d99f74eccb466e0f28bbc010
@@ -305,13 +305,6 @@ impl HTMLIFrameElement {

self.pipeline_id.set(Some(new_pipeline_id));

// Only terminate the load blocker if the pipeline id was updated due to a traversal.
// The load blocker will be terminated for a navigation in iframe_load_event_steps.
if reason == UpdatePipelineIdReason::Traversal {
let mut blocker = self.load_blocker.borrow_mut();
LoadBlocker::terminate(&mut blocker);
}

self.upcast::<Node>().dirty(NodeDamage::OtherNodeDamage);
let window = window_from_node(self);
window.reflow(ReflowGoal::ForDisplay,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.