Closed
Bug 477369
Opened 16 years ago
Closed 16 years ago
Error: prefpane.paneload: loadSubScript("chrome://communicator/content/pref/pref-passwords.js") failed
Categories
(SeaMonkey :: Preferences, defect)
SeaMonkey
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.0a3
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
(Keywords: regression)
Attachments
(1 file)
|
1.07 KB,
patch
|
iannbugzilla
:
review+
neil
:
superreview+
|
Details | Diff | Splinter Review |
Go: Edit > Preferences... > Privacy & Security > Passwords.
Look in the Error Console:
Error: prefpane.paneload: loadSubScript("chrome://communicator/content/pref/pref-passwords.js") failed:
ContentLength not available (not a local URL?)
Source file: chrome://communicator/content/bindings/prefwindow.xml
Line: 563
pref-passwords.js was removed during the move to the toolkit login manager but this reference to it was not deleted.
Attachment #361039 -
Flags: superreview?(iann_bugzilla)
Attachment #361039 -
Flags: review?(iann_bugzilla)
Comment on attachment 361039 [details] [diff] [review]
Patch v1.0 Fix
[Checkin: Comment 2]
r=me, I can't sr though so passing to Neil.
Attachment #361039 -
Flags: superreview?(neil)
Attachment #361039 -
Flags: superreview?(iann_bugzilla)
Attachment #361039 -
Flags: review?(iann_bugzilla)
Attachment #361039 -
Flags: review+
Updated•16 years ago
|
Attachment #361039 -
Flags: superreview?(neil) → superreview+
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
Comment 2•16 years ago
|
||
Comment on attachment 361039 [details] [diff] [review]
Patch v1.0 Fix
[Checkin: Comment 2]
http://hg.mozilla.org/comm-central/rev/19b185979e0c
Attachment #361039 -
Attachment description: Patch v1.0 Fix → Patch v1.0 Fix
[Checkin: Comment 2]
Updated•16 years ago
|
Keywords: checkin-needed
Summary: Error: prefpane.paneload: loadSubScript("chrome://communicator/content/pref/pref-passwords.js") failed: → Error: prefpane.paneload: loadSubScript("chrome://communicator/content/pref/pref-passwords.js") failed
Target Milestone: --- → seamonkey2.0a3
Updated•16 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•