Open
Bug 751533
Opened 14 years ago
Updated 3 years ago
Warnings with javascript.options.strict set to true
Categories
(Firefox :: General, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: sworddragon2, Unassigned)
Details
Attachments
(1 file)
|
473 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0
Build ID: 20120423122928
Steps to reproduce:
I have created a new profile, set the default page to an empty page and set javascript.options.strict to true. After this I have restarted Firefox and looked in the error console.
Actual results:
Firefox showed me some warnings (console.log).
Expected results:
No warning should appear in the error console.
Comment 1•12 years ago
|
||
With 2013-10-01-03-02-04-mozilla-central-firefox-27.0a1.en-US.linux-x86_64, I see 2 warnings, but they are in about:home:
TypeError: anonymous function does not always return a value about:home:8
ReferenceError: reference to undefined property d[a] about:home:8
Component: Untriaged → General
Updated•12 years ago
|
Whiteboard: [bugday-20131002]
Comment 2•10 years ago
|
||
sword...,
Do you still see this problem when using a current version?
Flags: needinfo?(sworddragon2)
Whiteboard: [bugday-20131002] → [closeme 2016-06-01]
| Reporter | ||
Comment 3•10 years ago
|
||
With Firefox 45.0.2 I'm not seeing anything in about:blank and about:newtab (empty and non-empty) but about:home shows the following warnings:
ReferenceError: reference to undefined property window.navigator.testpilotAddon about:home:237:13
ReferenceError: reference to undefined property this._defaultEngine contentSearchUI.js:81:5
Flags: needinfo?(sworddragon2)
Comment 4•10 years ago
|
||
Excellent. Thanks for the update
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
Whiteboard: [closeme 2016-06-01]
| Reporter | ||
Comment 5•10 years ago
|
||
Why got this ticket then set to WFM?
| Reporter | ||
Updated•10 years ago
|
Flags: needinfo?(vseerror)
Comment 6•10 years ago
|
||
sorry. mistake
Status: RESOLVED → UNCONFIRMED
Flags: needinfo?(vseerror)
Resolution: WORKSFORME → ---
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•