mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1591989 - [remote] Don't use 'frameId' for Page.loadEventFired event. r=whimboo,remote-protocol-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D53046 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e772acfdab
commit
e460584f4c
@ -152,7 +152,7 @@ class Page extends ContentProcessDomain {
|
||||
break;
|
||||
|
||||
case "pageshow":
|
||||
this.emit("Page.loadEventFired", { timestamp, frameId });
|
||||
this.emit("Page.loadEventFired", { timestamp });
|
||||
// XXX this should most likely be sent differently
|
||||
this.emit("Page.navigatedWithinDocument", { frameId, url });
|
||||
this.emit("Page.frameStoppedLoading", { frameId });
|
||||
|
Loading…
Reference in New Issue
Block a user