Closed
Bug 1263051
Opened 9 years ago
Closed 9 years ago
Avoid JavaScript strict warning in e10srollout/bootstrap.js when the Crash Reporter is disabled
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: jwatt, Assigned: jwatt)
References
Details
Attachments
(1 file)
|
1.08 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
During startup I get:
JavaScript strict warning: resource://gre/modules/addons/XPIProvider.jsm -> file:///Users/jwatt/mozilla/trees/obj/i-debug/dist/NightlyDebug.app/Contents/Resources/browser/features/e10srollout@mozilla.org/bootstrap.js, line 98: ReferenceError: reference to undefined property Ci.nsICrashReporter
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8739272 -
Flags: review?(felipc)
Comment 2•9 years ago
|
||
Comment on attachment 8739272 [details] [diff] [review]
patch
I guess that's because crash reporter is not defined on that build. I wrapped in the try catch for that reason, but that won't prevent the strict warning..
Attachment #8739272 -
Flags: review?(felipc) → review+
Comment 4•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
You need to log in
before you can comment on or make changes to this bug.
Description
•