This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
playwright
Watch
1
Star
0
Fork
You've already forked playwright
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
a20c0e0adb
playwright
/
browser_patches
/
firefox
/
BUILD_NUMBER
3 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 20:22:00 +02:00
1174
Changed: lushnikov@chromium.org Tue Sep 29 02:02:37 MDT 2020
Reference in a new issue
Copy permalink