Skip to content

Commit

Permalink
browser(firefox): attach to all pages in the browser context (#928)
Browse files Browse the repository at this point in the history
- introduce BrowserContext abstraction;
- attach to all pages from owned browser contexts on creation;
- move page emulation to PageTarget/FrameTree, away from sessions and agents;
- remove explicit enable methods, replaced by Page.ready event;
- pass browser context options on creation.

dgozman/gecko-dev@c73fb44
  • Loading branch information
dgozman committed Feb 11, 2020
1 parent 8a35f40 commit 9ea8f49
Show file tree
Hide file tree
Showing 2 changed files with 254 additions and 249 deletions.
2 changes: 1 addition & 1 deletion browser_patches/firefox/BUILD_NUMBER
@@ -1 +1 @@
1025
1026

0 comments on commit 9ea8f49

Please sign in to comment.