From d004db95cf135dd5ac49c2b83b55feadcb480372 Mon Sep 17 00:00:00 2001 From: Connor Brewster Date: Mon, 17 Apr 2017 18:48:11 -0500 Subject: Make non-initial about:blank loads asynchronous Don't update iframe pipeline until load completes To preserve the previous functionality of delaying load events when a new navigation is triggered, pending pipeline id represents the current pending load. The load event is only fired if the load message's pipeline id matches the pending pipeline id. Track frame size on Frame instead of Pipeline Disabled matchMedia test Track creator pipeline id --- components/msg/constellation_msg.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/msg') diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs index 5b5110099f6..02d4157f20c 100644 --- a/components/msg/constellation_msg.rs +++ b/components/msg/constellation_msg.rs @@ -310,3 +310,4 @@ pub enum FrameType { IFrame, MozBrowserIFrame, } + -- cgit v1.2.3