-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix: support for cookies in ContinueRequest #2370
Conversation
5471c6b
to
2213611
Compare
4209c28
to
6eca328
Compare
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.
Don't we have WPT tests for this? And it would be great to add an e2e test
6eca328
to
9de9efb
Compare
@sadym-chromium there are WPT test for this, but the data they expect is not correct from our side, I am looking into it, happy to wait to merge this after that investigation. |
I think we can merge this and update the solution to finegrain it later |
9de9efb
to
39f11c4
Compare
🤖 I have created a release *beep* *boop* --- ## [0.6.2](chromium-bidi-v0.6.1...chromium-bidi-v0.6.2) (2024-07-22) ### Bug Fixes * only auto-attach to a target once ([#2421](#2421)) ([7118b96](7118b96)) * support `default` for BeforeUnload prompt ([#2412](#2412)) ([f24ad85](f24ad85)) * support for cookies in ContinueRequest ([#2370](#2370)) ([0cd7e12](0cd7e12)) --- 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>
I still need to see why the data is not surfacing on the request correctly, but the feature should now work.
The WPT test will pass once we fix the
request->headers
.