-
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: support user context in permissions #1805
Conversation
a5c32ab
to
c7aa6ad
Compare
3601f57
to
400e98a
Compare
@sadym-chromium it looks like HTTP server times out in the new test. Do you recall if there was a work-around? |
a977bf0
to
7a86b1b
Compare
7a86b1b
to
3ef9abe
Compare
@sadym-chromium do you have some idea about the http server time outs? it seems to timeout when navigating to the 200 page. |
e394bf0
to
2fbee97
Compare
70b0c68
to
97297e1
Compare
Right, I believe it's that issue: Fix race condition in local http server in e2e tests. We can skip failing test with the link to the issue. |
ad6230c
to
1ce0e8a
Compare
565f914
to
ef526c9
Compare
ef526c9
to
ba03359
Compare
ba03359
to
6b8d3a9
Compare
🤖 I have created a release *beep* *boop* --- ## [0.5.10](chromium-bidi-v0.5.9...chromium-bidi-v0.5.10) (2024-02-22) ### Features * support user context in permissions ([#1805](#1805)) ([a623dc7](a623dc7)) ### Bug Fixes * limit the mapper tab to 200 lines of logs ([#1846](#1846)) ([9c60d0a](9c60d0a)), closes [#1839](#1839) --- 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>
Raised in #1805 --------- Co-authored-by: Maksim Sadym <[email protected]>
This PR adds
goog:
prefixed user context to allow use cases required by Puppeteer. Once permissions spec issue is resolved w3c/permissions#438 we can remove the prefix.