Closed
Bug 1784957
Opened 2 years ago
Closed 2 years ago
JavaScript error: chrome://remote/content/marionette/driver.js, line 2270: NS_ERROR_ILLEGAL_VALUE: Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIObserverService.removeObserver]
Categories
(Remote Protocol :: Marionette, defect, P1)
Tracking
(firefox105 fixed)
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m4][webdriver:external])
Attachments
(1 file)
Within WebDriver:DeleteSession
the registered observer for browser-delayed-startup-finished
is getting removed. This can fail if WebDriver:NewSession
returns too early.
We should ignore the exception in case the observer cannot be removed.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Updated•2 years ago
|
Severity: -- → S3
Points: --- → 1
Priority: -- → P1
Whiteboard: [webdriver:m4][webdriver:external]
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ae85f2046a90
[marionette] Don't fail when unregistering "browser-delayed-startup-finished" observer. r=webdriver-reviewers,jdescottes
Comment 3•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•