Closed
Bug 548627
Opened 15 years ago
Closed 15 years ago
Add some services to Services.jsm
Categories
(Core :: General, enhancement)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a3
People
(Reporter: Gavin, Assigned: mossop)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
From bug 512784 comment 21:
There are a couple of services I use frequently that I think we should add
here:
appinfo (@mozilla.org/xre/app-info;1) should QI as nsIXULAppInfo and
nsIXULRuntime
storage (@mozilla.org/storage/service;1) should QI as nsIStorageService
Maybe also these:
vc (@mozilla.org/xpcom/version-comparator;1) should QI as nsIVersionComparator
locale (@mozilla.org/intl/nslocaleservice;1) should QI as nsILocaleService
Updated•15 years ago
|
Severity: normal → enhancement
Version: unspecified → Trunk
Comment 1•15 years ago
|
||
Looking at what I have, these should be pretty common as well:
scriptLoader: @mozilla.org/moz/jssubscript-loader;1 / mozIJSSubScriptLoader
windowWatcher: @mozilla.org/embedcomp/window-watcher;1 / nsIWindowWatcher
dirService: @mozilla.org/file/directory_service;1 / nsIProperties
threadManager: @mozilla.org/thread-manager;1 / nsIThreadManager
Assignee | ||
Comment 2•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Attachment #429604 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Target Milestone: --- → mozilla1.9.3a3
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•15 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•