Closed
Bug 84116
Opened 23 years ago
Closed 23 years ago
javascript strict warnings in pref-cache.js
Categories
(SeaMonkey :: Preferences, defect, P3)
SeaMonkey
Preferences
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.2
People
(Reporter: bugzilla, Assigned: gordon)
References
Details
Warning: reference to undefined property
Components.interfaces.nsINetDataCacheManager
Source File: chrome://communicator/content/pref/pref-cache.js
Line: 6
Setting target milestone to 0.9.3, but I hope to get the fix into 0.9.2.
Status: NEW → ASSIGNED
Priority: -- → P3
Target Milestone: --- → mozilla0.9.3
Neeti, can you give me an r=?
Index: mozilla/xpfe/components/prefwindow/resources/content/pref-cache.js
===================================================================
RCS file:
/cvsroot/mozilla/xpfe/components/prefwindow/resources/content/pref-cache.js,v
retrieving revision 1.11
diff -u -2 -r1.11 pref-cache.js
--- pref-cache.js 2001/04/09 09:52:15 1.11
+++ pref-cache.js 2001/06/19 20:31:05
@@ -4,5 +4,4 @@
const nsIFilePicker = Components.interfaces.nsIFilePicker;
-const nsINetDataCacheManager = Components.interfaces.nsINetDataCacheManager;
const FILEPICKER_CONTRACTID = "@mozilla.org/filepicker;1";
Target Milestone: mozilla0.9.3 → mozilla0.9.2
Comment 5•23 years ago
|
||
sr=darin
Comment 6•23 years ago
|
||
a= asa@mozilla.org for checkin to the trunk.
(on behalf of drivers)
Blocks: 83989
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 8•23 years ago
|
||
I cant see the warnings with todays build 20010619.
Will reopen if I see them again.
Please add the following line to your prefs.js file, so we could avoid all
these strict warning fixup...:
user_pref("javascript.options.strict", true);
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•