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)

defect
Points:
1

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.

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))
Blocks: 1722679
Severity: -- → S3
Points: --- → 1
Keywords: memory-leak
Priority: -- → P2
Whiteboard: [webdriver:m18]
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
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.

Attachment

General

Created:
Updated:
Size: