Closed
Bug 1756619
Opened 3 years ago
Closed 2 years ago
Implement "browsingContext.load" event
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox106 fixed)
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: whimboo, Assigned: Sasha)
References
()
Details
(Whiteboard: [webdriver:m4], [wptsync upstream], [webdriver:relnote] )
Attachments
(2 files)
We should be able to fully implement the event. But if it turns out that the navigation id is causing us problems we could move it to a follow-up bug. See the browsingContext.navigationStarted
event (bug 1756595) for further details.
Reporter | ||
Updated•3 years ago
|
Whiteboard: [bidi-m3-mvp]
Updated•3 years ago
|
Points: --- → 8
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
As discussed we want to include this bug into M4 to have unblocked work available.
Priority: P2 → P1
Whiteboard: [webdriver:backlog] → [webdriver:m4]
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D155820
Updated•2 years ago
|
Attachment #9291981 -
Attachment description: WIP: Bug 1756619 - [bidi] Implement "browsingContext.load" event. → Bug 1756619 - [bidi] Implement "browsingContext.load" event.
Updated•2 years ago
|
Attachment #9291982 -
Attachment description: WIP: Bug 1756619 - [wdspec] Add tests for "browsingContext.load" event. → Bug 1756619 - [wdspec] Add tests for "browsingContext.load" event.
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a7f46aa8644e
[bidi] Implement "browsingContext.load" event. r=webdriver-reviewers,jdescottes,whimboo
https://hg.mozilla.org/integration/autoland/rev/0aae78f3f6ce
[wdspec] Add tests for "browsingContext.load" event. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/35791 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m4] → [webdriver:m4], [wptsync upstream]
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a7f46aa8644e
https://hg.mozilla.org/mozilla-central/rev/0aae78f3f6ce
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
Upstream PR merged by jgraham
Comment 8•2 years ago
|
||
Adding webdriver:relnote
Added support for the "load" event of the browsingContext
module, which is emitted when a "load" event is triggered on a BrowsingContext's window.
Whiteboard: [webdriver:m4], [wptsync upstream] → [webdriver:m4], [wptsync upstream], [webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•