-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: send
browsingContext.contextCreated
event while subscribing (#…
…2255) Subscribing to `browsingContext.contextCreated` should emit events for the exiting contexts. This required to add subscribe hooks to event manager. Hooks are engaged when the subscription is done for the required method. Spec: https://w3c.github.io/webdriver-bidi/#ref-for-event-remote-end-subscribe-steps%E2%91%A1 Addressing WPT test [**webdriver/tests/bidi/browsing_context/context_created/context_created.py:test_existing_context**](https://wpt.fyi/results/webdriver/tests/bidi/browsing_context/context_created/context_created.py?q=label%3Achromium-bidi-2023&run_id=6271852771278848&run_id=5105860015816704). --------- Signed-off-by: Browser Automation Bot <browser-automation-bot@google.com> Co-authored-by: Browser Automation Bot <browser-automation-bot@google.com>
- Loading branch information
1 parent
4c3ce87
commit 592c839
Showing
12 changed files
with
427 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.