Closed
Bug 1938576
Opened 1 year ago
Closed 1 year ago
Introduce subscription IDs to session.subscribe and session.unsubscribe commands
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox136 fixed)
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 4 open bugs)
Details
(Whiteboard: [webdriver:m15][wptsync upstream][webdriver:relnote])
Attachments
(2 files)
With the recent spec update, the session.subscribe command should generate and return subscription IDs and sessions.unsubscribe should be able to accept subscription IDs as an argument and remove subscriptions based on these.
Priority: -- → P2
Whiteboard: [webdriver:m15]
Points: --- → 5
Updated•1 year ago
|
Summary: Introduce subscription IDs to session.subscribe and session.unsibscribe commands → Introduce subscription IDs to session.subscribe and session.unsubscribe commands
Depends on: 1940936
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
See Also: → https://github.com/w3c/webdriver-bidi/pull/865
See Also: → https://github.com/w3c/webdriver-bidi/pull/867/
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f5e4f7598571
[bidi] Introduce subscription ids to "session.subscribe" and "session.unsubscribe" commands. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/721a097d8357
[wdspec] Add more tests for subscription ids for "session.subscribe" and "session.unsubscribe". r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/50251 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m15] → [webdriver:m15], [wptsync upstream]
https://hg.mozilla.org/mozilla-central/rev/f5e4f7598571
https://hg.mozilla.org/mozilla-central/rev/721a097d8357
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
Upstream PR merged by moz-wptsync-bot
Whiteboard: [webdriver:m15], [wptsync upstream] → [webdriver:m15][wptsync upstream][webdriver:relnote]
Blocks: 1917540
You need to log in
before you can comment on or make changes to this bug.
Description
•