playwright/browser_patches/firefox/juggler/protocol
Andrey Lushnikov 2631e1a809
browser(firefox): use browsingContextID for frame IDs (#3999)
BrowsingContextIDs are consistent across the processes, so we can use
them to target frames in both browser and content processes. This will
aid browser-side navigation.

As a nice side-effect, we can drop a round-trip to the content process
for every `requestWillBeSent` event since we *almost* always can
attribute all network events to the proper parent frames.

I say "almost", because we in fact **fail** to correctly attribute requests
from workers that are instantiated by subframes. This, however, is
not working in Chromium ATM, so I consider this to be a minor regression
that is worth the simplification.
2020-09-29 11:22:00 -07:00
..
AccessibilityHandler.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
BrowserHandler.js browser(firefox): introduce browser level screencastFinished event (#3625) 2020-08-25 14:50:40 -07:00
Dispatcher.js browser(firefox): introduce browser level screencastFinished event (#3625) 2020-08-25 14:50:40 -07:00
NetworkHandler.js browser(firefox): use browsingContextID for frame IDs (#3999) 2020-09-29 11:22:00 -07:00
PageHandler.js browser(firefox): fix screencast start event for popups (#3834) 2020-09-10 14:37:48 -07:00
PrimitiveTypes.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00
Protocol.js browser(firefox): introduce browser level screencastFinished event (#3625) 2020-08-25 14:50:40 -07:00
RuntimeHandler.js chore: export juggler as a standalone folder for browser build (#2432) 2020-06-02 16:51:13 -07:00