Closed
Bug 469535
Opened 16 years ago
Closed 16 years ago
Cr is not defined in viewSource.js
Categories
(Toolkit :: View Source, defect)
Toolkit
View Source
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: timeless, Assigned: timeless)
References
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
Exception ``ReferenceError: Cr is not defined'' thrown from function anonymous(aIID=XPComponent:{7}) in <chrome://global/content/viewSource.js> line 38.
[e] message = [string] "Cr is not defined"
Stopped for thrown exception.
#0: function anonymous(aIID=XPComponent:{7}) in <chrome://global/content/viewSource.js> line 38
036: aIID.equals(Ci.nsISupportsWeakReference))
037: return this;
038: throw Cr.NS_NOINTERFACE;
039: },
040:
Attachment #352893 -
Flags: review?(gavin.sharp)
Updated•16 years ago
|
Attachment #352893 -
Flags: review?(gavin.sharp) → review+
Updated•16 years ago
|
Flags: wanted1.9.1?
Comment 1•16 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/e807ec425ad7
cbartley: that's my share of shepherding timeless in: now you're in charge of remembering to ask for a1.9.1 in a day or two :)
Status: NEW → RESOLVED
Closed: 16 years ago
OS: Windows XP → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
Comment 2•16 years ago
|
||
Comment on attachment 352893 [details] [diff] [review]
define it
I think this have baked enough on trunk now. We really want this defined on 191 too ;-)
Attachment #352893 -
Flags: approval1.9.1?
Comment 3•16 years ago
|
||
Comment on attachment 352893 [details] [diff] [review]
define it
a191=beltzner
Attachment #352893 -
Flags: approval1.9.1? → approval1.9.1+
Comment 4•16 years ago
|
||
Flags: wanted1.9.1?
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•