Closed
Bug 1609224
Opened 6 years ago
Closed 6 years ago
Failed to load module resource://gre/modules/PlacesUtils.jsm
Categories
(DevTools :: about:debugging, task, P3)
DevTools
about:debugging
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: agi, Assigned: agi)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:
Connecting a about:debugging
debugger to a GeckoView browser.
What happened?
This error is thrown:
01-13 17:33:25.896 4645 4665 E GeckoConsole: [JavaScript Error: "Failed to load module resource://gre/modules/PlacesUtils.jsm." {file: "resource://devtools/shared/builtin-modules.js" line: 191}]
01-13 17:33:25.896 4645 4665 E GeckoConsole: defineLazyModuleGetter/<@resource://devtools/shared/builtin-modules.js:191:10
01-13 17:33:25.896 4645 4665 E GeckoConsole: get@resource://devtools/shared/builtin-modules.js:108:28
01-13 17:33:25.896 4645 4665 E GeckoConsole: getFaviconData@resource://devtools/server/actors/targets/frame-proxy.js:103:24
01-13 17:33:25.896 4645 4665 E GeckoConsole: connect@resource://devtools/server/actors/targets/frame-proxy.js:80:39
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → agi
Status: NEW → ASSIGNED
Updated•6 years ago
|
Component: Debugger → about:debugging
Priority: -- → P3
Pushed by asferro@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/962a64724f12
Don't use PlacesUtils if it's not defined. r=jdescottes
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•