-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: implement user context subscriptions #3039
Merged
Merged
Conversation
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
224ef9b
to
9f90bbb
Compare
2 tasks
53c7ba5
to
dde1a3b
Compare
dde1a3b
to
085ab17
Compare
sadym-chromium
approved these changes
Jan 28, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in general LGTM, but I have a few minor comments
92ee74e
to
3e2e406
Compare
3e2e406
to
49efdcb
Compare
sadym-chromium
approved these changes
Jan 29, 2025
anshikavashistha
pushed a commit
to anshikavashistha/chromium-bidi
that referenced
this pull request
Jan 31, 2025
- Introduces UserContextStorage to abstract and re-use operations on user contexts. For now, only the get operation is moved. Issue GoogleChromeLabs#2983
sadym-chromium
pushed a commit
that referenced
this pull request
Feb 6, 2025
🤖 I have created a release *beep* *boop* --- ## [1.3.0](chromium-bidi-v1.2.0...chromium-bidi-v1.3.0) (2025-02-05) ### Features * emit `browsingContext.navigationCommitted` event ([#3057](#3057)) ([58be24c](58be24c)) * implement user context subscriptions ([#3039](#3039)) ([7decf27](7decf27)) * support UserContext in PreloadScripts ([#3072](#3072)) ([dd2c9c0](dd2c9c0)) ### Bug Fixes * group clicks in action ([#3052](#3052)) ([c2d7fe3](c2d7fe3)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #2983