Closed
Bug 2003540
Opened 7 months ago
Closed 7 months ago
TypeError("this[#chromeNavigables].deleteByValue is not a function", "chrome://remote/content/shared/NavigableManager.sys.mjs", 290))
Categories
(Remote Protocol :: Marionette, defect, P2)
Remote Protocol
Marionette
Tracking
(firefox-esr115 unaffected, firefox-esr140 unaffected, firefox145 unaffected, firefox146 unaffected, firefox147 fixed)
RESOLVED
FIXED
147 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox145 | --- | unaffected |
| firefox146 | --- | unaffected |
| firefox147 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: memory-leak, regression, Whiteboard: [webdriver:m18])
Attachments
(1 file)
Running Marionette tests that exercise code paths including chrome windows I can see the following error when a chrome window gets closed:
1764680023391 Marionette DEBUG 2 -> [0,63,"WebDriver:CloseChromeWindow",{}]
console.error: (new TypeError("this[#chromeNavigables].deleteByValue is not a function", "chrome://remote/content/shared/NavigableManager.sys.mjs", 290))
This is because there is no such deleteByValue method. Instead deleteByObject should be used within the NavigableManager.
Updated•7 months ago
|
| Assignee | ||
Updated•7 months ago
|
Summary: new TypeError("this[#chromeNavigables].deleteByValue is not a function", "chrome://remote/content/shared/NavigableManager.sys.mjs", 290)) → TypeError("this[#chromeNavigables].deleteByValue is not a function", "chrome://remote/content/shared/NavigableManager.sys.mjs", 290))
| Assignee | ||
Comment 1•7 months ago
|
||
| Assignee | ||
Updated•7 months ago
|
Pushed by hskupin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/133388e7c5fe
https://hg.mozilla.org/integration/autoland/rev/628b07451008
[remote] Fix removal of navigable id when a chrome window gets closed. r=jdescottes
Comment 3•7 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
Target Milestone: --- → 147 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•