-
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: restore frame tree when reconnecting to browser #2289
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
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
sadym-chromium
changed the title
feat: support reconnecting to browser
[DRAFT] feat: support reconnecting to browser
Jun 6, 2024
OrKoN
reviewed
Jun 6, 2024
sadym-chromium
force-pushed
the
sadym/puppeteer_reconnect_3
branch
from
June 6, 2024 15:36
af71898
to
7f3a23d
Compare
OrKoN
reviewed
Jun 6, 2024
sadym-chromium
force-pushed
the
sadym/puppeteer_reconnect_3
branch
2 times, most recently
from
June 6, 2024 15:44
89347b7
to
851f9ac
Compare
@sadym-chromium this should probably work #2290 |
sadym-chromium
force-pushed
the
sadym/puppeteer_reconnect_3
branch
from
June 7, 2024 07:57
851f9ac
to
3cf96cf
Compare
sadym-chromium
changed the title
[DRAFT] feat: support reconnecting to browser
feat: support reconnecting to browser
Jun 7, 2024
sadym-chromium
force-pushed
the
sadym/puppeteer_reconnect_3
branch
from
June 7, 2024 08:04
3cf96cf
to
31756b0
Compare
sadym-chromium
changed the title
feat: support reconnecting to browser
feat: restore frame tree when reconnecting to browser
Jun 7, 2024
OrKoN
reviewed
Jun 7, 2024
Let's link issues that this contributes to/closes |
OrKoN
approved these changes
Jun 7, 2024
sadym-chromium
pushed a commit
that referenced
this pull request
Jun 7, 2024
🤖 I have created a release *beep* *boop* --- ## [0.5.21](chromium-bidi-v0.5.20...chromium-bidi-v0.5.21) (2024-06-07) ### Features * restore frame tree when reconnecting to browser ([#2289](#2289)) ([f7a0c75](f7a0c75)) * support creating tab in background ([#2262](#2262)) ([e7c4b42](e7c4b42)) ### Bug Fixes * validate HTTP method ([#2284](#2284)) ([a22694a](a22694a)) * wait for default realm to be created before evaluating script ([#2294](#2294)) ([444e728](444e728)) * when reconnecting, save context's url ([#2276](#2276)) ([9585138](9585138)) --- 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.
Addressing #2282