Closed
Bug 207431
Opened 22 years ago
Closed 14 years ago
should kLookAndFeelCID always be created as a service?
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
INVALID
mozilla9
People
(Reporter: timeless, Assigned: masayuki)
References
()
Details
Attachments
(1 file)
|
38.03 KB,
patch
|
Details | Diff | Splinter Review |
simon thinks this should be a service, i agree.
i'll post a patch to do that.
personally i think that a bunch of these callers should be using a contract
instead of a CID but ...
Comment 1•22 years ago
|
||
Comment 2•22 years ago
|
||
dunno, but it seems right to me.
change it over to contractid's while you're there.
ok this fixes the code to use ContractID for LookAndFeel, it doesn't give each
impl its own CID, i'll do that in a second or third round.
Also all of the other widgets really need the same treatment (2nd/3rd round).
| Assignee | ||
Comment 4•14 years ago
|
||
nsILookAndFeel is replaced with mozilla::LookAndFeel. It shouldn't be a service now.
Assignee: timeless → masayuki
Status: NEW → RESOLVED
Closed: 14 years ago
Component: XUL → Build Config
OS: Windows 2000 → All
QA Contact: jrgmorrison → build-config
Hardware: x86 → All
Resolution: --- → INVALID
Target Milestone: --- → mozilla9
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•