Skip to content
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 browser.getClientWindows #2780

Merged
merged 2 commits into from
Nov 15, 2024

Conversation

sadym-chromium
Copy link
Collaborator

Addressing #2777

@sadym-chromium sadym-chromium added the update-expectations Update WPT expectations label Nov 15, 2024
@sadym-chromium sadym-chromium force-pushed the sadym/browser-getClientWindows branch from b31dcb0 to 5dbcc6c Compare November 15, 2024 15:17
@sadym-chromium sadym-chromium requested a review from OrKoN November 15, 2024 15:18
@sadym-chromium sadym-chromium force-pushed the sadym/browser-getClientWindows branch from 45f986a to 488083f Compare November 15, 2024 15:29
@sadym-chromium sadym-chromium enabled auto-merge (squash) November 15, 2024 15:31
@sadym-chromium sadym-chromium merged commit 7b91906 into main Nov 15, 2024
49 checks passed
@sadym-chromium sadym-chromium deleted the sadym/browser-getClientWindows branch November 15, 2024 17:04
return {
// Is not supported in CDP yet.
active: false,
clientWindow: `${windowInfo.windowId}`,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the spec returns each window only once https://w3c.github.io/webdriver-bidi/#command-browser-getClientWindows

sadym-chromium added a commit that referenced this pull request Nov 18, 2024
)

Addressing issue pointed in
#2780 (comment)

---------

Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
sadym-chromium pushed a commit that referenced this pull request Nov 25, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.10.1](chromium-bidi-v0.10.0...chromium-bidi-v0.10.1)
(2024-11-25)


### Features

* do not emit initial navigation events
([#2796](#2796))
([c8c9cdf](c8c9cdf))
* implement `browser.getClientWindows`
([#2780](#2780))
([7b91906](7b91906))


### Bug Fixes

* `browser.getClientWindows` returns a unique per window value
([#2783](#2783))
([0f97130](0f97130))

---
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
Labels
update-expectations Update WPT expectations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants