Closed
Bug 285044
Opened 20 years ago
Closed 20 years ago
deleting cookie results in jsconsole strict error
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: Peter6, Assigned: bugs)
Details
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050305 Firefox/1.0+ repro: 1. set javascript.options.showInConsole true 2. set javascript.options.strict true 3. goto Tools->Options->Privacy->Cookies->View Cookies and delete one of them 4. Open Javascript Console Warning: reference to undefined property aElement.value Source File: chrome://global/content/bindings/preferences.xml Line: 330 Warning: assignment to undeclared variable properties Source File: chrome://browser/content/preferences/cookies.js Line: 461 Warning: assignment to undeclared variable i Source File: chrome://browser/content/preferences/cookies.js Line: 484 Error: aSubject is not defined Source File: chrome://browser/content/preferences/cookies.js Line: 51
Summary: deleting cookie results in jsconsole strickt error → deleting cookie results in jsconsole strict error
I already filed a bug about the error, see Bug 284098. Though that doesn't cover the strict warnings.
| Reporter | ||
Comment 2•20 years ago
|
||
Bug 284098 seems to have fixed these warnings / errors. ->WFM
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Comment 3•18 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs, filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•