Closed
Bug 508280
Opened 15 years ago
Closed 15 years ago
Merge strres.js code into Venkman's utils.js
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sgautherie, Assigned: Gijs)
References
()
Details
Attachments
(1 file, 1 obsolete file)
1.77 KB,
patch
|
mnyromyr
:
review+
|
Details | Diff | Splinter Review |
/mozilla/extensions/venkman/resources/content/venkman-scripts.xul
* line 63 -- <script src="chrome://global/content/strres.js"/>
/mozilla/extensions/venkman-cvs/resources/content/venkman-scripts.xul
* line 62 -- <script src="chrome://global/content/strres.js"/>
*****
What is venkman-cvs? And why is it linked from comm-central?
Assignee | ||
Comment 1•15 years ago
|
||
We need the same fix here as in ChatZilla, ie copy it to utils.js
(In reply to comment #0)
> What is venkman-cvs? And why is it linked from comm-central?
I believe it's the backup of whatever was imported before venkman switched to hg. If it's actually in the repo, that'd be a bug, but it'd have to do with the scripts that deal with that stuff, not with Venkman itself, and it is definitely not related to this bug.
Reporter | ||
Comment 2•15 years ago
|
||
(In reply to comment #1)
> (In reply to comment #0)
> > What is venkman-cvs? And why is it linked from comm-central?
>
> I believe it's the backup of whatever was imported before venkman switched to
> hg. If it's actually in the repo, that'd be a bug
Ah, right, forgot about that: filed bug 508392.
Summary: In Venkman, "use a xul <stringbundle/> instead of including the strres.js code" → Merge strres.js code into Venkman's utils.js
Whiteboard: [good first bug]
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #409723 -
Flags: review?(mnyromyr)
Comment 4•15 years ago
|
||
Comment on attachment 409723 [details] [diff] [review]
Patch
Is it really worth keeping this function at all? The only consumer is initStringBundle in venkman-msg.js, which might as well just do it itself...
Assignee | ||
Comment 5•15 years ago
|
||
That's a good point. This is probably better. Tested, works. Hurray for code removal!
Attachment #409723 -
Attachment is obsolete: true
Attachment #414307 -
Flags: review?(mnyromyr)
Attachment #409723 -
Flags: review?(mnyromyr)
Updated•15 years ago
|
Attachment #414307 -
Flags: review?(mnyromyr) → review+
Assignee | ||
Comment 6•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•15 years ago
|
Whiteboard: [good first bug]
Reporter | ||
Updated•15 years ago
|
Reporter | ||
Comment 7•15 years ago
|
||
Sorry, wrong bug.
No longer blocks: 504730
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•