Closed
Bug 1898004
Opened 5 months ago
Closed 3 months ago
Support "originalOpener" field in BrowsingContextInfo
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox129 fixed)
RESOLVED
FIXED
129 Branch
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
(Blocks 1 open bug)
Details
(Whiteboard: [webdriver:m11][wptsync upstream][webdriver:relnote])
Attachments
(2 files, 1 obsolete file)
There is a request to add an opener
field to the BrowsingContextInfo
type which allows to retrieve the browsing context that actually opened the current one. With PR 664 on the WebDriver BiDi repository we have an implementation suggestion.
Given that new browsing contexts as opened via the browsingContext.createContext
command always opens a new tab and window with noopener
we are currently blocked on bug 1891670 to get this feature added.
Reporter | ||
Updated•4 months ago
|
Points: --- → 3
Priority: -- → P2
Whiteboard: [webdriver:m11:blocked]
Reporter | ||
Updated•4 months ago
|
Blocks: puppeteer-firefox-bidi
Reporter | ||
Updated•4 months ago
|
Summary: Support "opener" field in BrowsingContextInfo → Support "originalOpener" field in BrowsingContextInfo
Assignee | ||
Updated•4 months ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Updated•4 months ago
|
Whiteboard: [webdriver:m11:blocked] → [webdriver:m11]
Assignee | ||
Comment 1•4 months ago
|
||
Assignee | ||
Comment 2•4 months ago
|
||
Assignee | ||
Comment 3•4 months ago
|
||
Updated•3 months ago
|
Attachment #9409206 -
Attachment description: Bug 1898004 - [wdspec] Add tests for "originalOpener" in "browsingContext.contextDestroyed" event and "browsingContext.getTree" command. → Bug 1898004 - [wdspec] Update existing tests and add tests for "originalOpener" in BrowsingContextInfo.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f8c84727a78b
[bidi] Support "originalOpener" field in BrowsingContextInfo. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/7dc5f05694f4
[wdspec] Update existing tests and add tests for "originalOpener" in BrowsingContextInfo. r=webdriver-reviewers,jdescottes
Updated•3 months ago
|
Attachment #9409205 -
Attachment is obsolete: true
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/46908 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m11] → [webdriver:m11], [wptsync upstream]
Reporter | ||
Updated•3 months ago
|
Flags: needinfo?(hskupin)
Comment 7•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f8c84727a78b
https://hg.mozilla.org/mozilla-central/rev/7dc5f05694f4
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
Upstream PR merged by moz-wptsync-bot
Reporter | ||
Updated•3 months ago
|
Reporter | ||
Updated•2 months ago
|
Whiteboard: [webdriver:m11], [wptsync upstream] → [webdriver:m11][wptsync upstream][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•