Closed
Bug 254838
Opened 22 years ago
Closed 22 years ago
Use @mozilla.org/moz/jssubscript-loader;1 as a singleton
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: mcsmurf)
Details
Attachments
(2 obsolete files)
while only 1 of 4 public consumers uses it as a service, it has no state and
there's no reason to create more than one.
nb, i need to change my own consumers.
| Assignee | ||
Comment 1•22 years ago
|
||
timeless: So you mean something like this?
Assignee: timeless → mcsmurf
Status: NEW → ASSIGNED
Comment 2•22 years ago
|
||
Comment on attachment 155561 [details] [diff] [review]
Patch v.1
extensions/irc/xul/content/static.js
+ if ((cls = Components.classes[LOADER_CTRID]))
please don't add trailing whitespace
Attachment #155561 -
Flags: superreview?(neil.parkwaycc.co.uk)
Attachment #155561 -
Flags: review+
Comment 3•22 years ago
|
||
Comment on attachment 155561 [details] [diff] [review]
Patch v.1
sr=me if you fix the whitespace biesi pointed out and get some real moa.
Attachment #155561 -
Flags: superreview?(neil.parkwaycc.co.uk) → superreview+
| Assignee | ||
Comment 4•22 years ago
|
||
Can i have your ok for this patch (it touches /mail)?
| Assignee | ||
Comment 5•22 years ago
|
||
Final patch with correct whitespace
Attachment #155561 -
Attachment is obsolete: true
Comment 6•22 years ago
|
||
Comment on attachment 155561 [details] [diff] [review]
Patch v.1
moa for the mail change
| Assignee | ||
Comment 7•22 years ago
|
||
Comment on attachment 155964 [details] [diff] [review]
Patch v.2
carrying reviews over
Attachment #155964 -
Flags: superreview+
Attachment #155964 -
Flags: review+
| Assignee | ||
Comment 8•22 years ago
|
||
Can i have your ok for this patch (it touches extensions/irc/)?
Comment 9•22 years ago
|
||
(In reply to comment #8)
> Can i have your ok for this patch (it touches extensions/irc/)?
Yeah, r=me on the extensions/irc change.
| Reporter | ||
Comment 10•22 years ago
|
||
Comment on attachment 155964 [details] [diff] [review]
Patch v.2
mozilla/mail/extensions/newsblog/js/newsblog.js 1.22
mozilla/extensions/venkman/resources/content/venkman-commands.js 1.40
mozilla/extensions/irc/xul/content/static.js 1.112
Attachment #155964 -
Attachment is obsolete: true
| Assignee | ||
Comment 11•22 years ago
|
||
fixed then
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•