mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 14:11:50 +03:00
2631e1a809
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.
26 lines
1.2 KiB
Plaintext
26 lines
1.2 KiB
Plaintext
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
juggler.jar:
|
|
% content juggler %content/
|
|
content/Helper.js (Helper.js)
|
|
content/NetworkObserver.js (NetworkObserver.js)
|
|
content/TargetRegistry.js (TargetRegistry.js)
|
|
content/SimpleChannel.js (SimpleChannel.js)
|
|
content/protocol/PrimitiveTypes.js (protocol/PrimitiveTypes.js)
|
|
content/protocol/Protocol.js (protocol/Protocol.js)
|
|
content/protocol/Dispatcher.js (protocol/Dispatcher.js)
|
|
content/protocol/PageHandler.js (protocol/PageHandler.js)
|
|
content/protocol/RuntimeHandler.js (protocol/RuntimeHandler.js)
|
|
content/protocol/NetworkHandler.js (protocol/NetworkHandler.js)
|
|
content/protocol/BrowserHandler.js (protocol/BrowserHandler.js)
|
|
content/protocol/AccessibilityHandler.js (protocol/AccessibilityHandler.js)
|
|
content/content/main.js (content/main.js)
|
|
content/content/FrameTree.js (content/FrameTree.js)
|
|
content/content/PageAgent.js (content/PageAgent.js)
|
|
content/content/Runtime.js (content/Runtime.js)
|
|
content/content/WorkerMain.js (content/WorkerMain.js)
|
|
content/content/hidden-scrollbars.css (content/hidden-scrollbars.css)
|
|
|