Closed
Bug 909107
Opened 12 years ago
Closed 12 years ago
Replace use of (obsolete) strres.js in test_bug292789.html
Categories
(Core :: General, defect)
Core
General
Tracking
()
VERIFIED
FIXED
mozilla26
People
(Reporter: sgautherie, Assigned: Cykesiopka)
References
()
Details
Attachments
(1 file)
2.37 KB,
patch
|
dveditz
:
review+
|
Details | Diff | Splinter Review |
This is the last use (in a test) of (obsolete) strres.js in mozilla-central...
{{
15 <script src="chrome://global/content/strres.js"></script>
32 is(typeof srGetStrBundle, "function",
33 "content can still load <script> from chrome://global");
}}
To do:
Find another js file to use (to test with) instead.
![]() |
Assignee | |
Comment 1•12 years ago
|
||
Not sure if treeUtils.js is the best replacement file, but at least the test passes...
Attachment #798376 -
Flags: review?(dveditz)
Comment 2•12 years ago
|
||
Comment on attachment 798376 [details] [diff] [review]
Proposed Patch
Sure, that works for me. r=dveditz
Attachment #798376 -
Flags: review?(dveditz) → review+
![]() |
Assignee | |
Updated•12 years ago
|
Assignee: nobody → cykesiopka.bmo
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•