Closed
Bug 305439
Opened 19 years ago
Closed 19 years ago
nsLayoutModule's Initialize is recursive
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 305310
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(1 file)
|
933 bytes,
patch
|
bzbarsky
:
review-
bzbarsky
:
superreview-
|
Details | Diff | Splinter Review |
nsLayoutModule's Initialize calls nsContentUtils::Init which does CallGetService(NS_CONTENTPOLICY_CONTRACTID, &sContentPolicyService) which tries to Initialize the layout module because it provides NS_CONTENTPOLICY_CONTRACTID. Switching to NS_NewContentPolicy seems to make more sense.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #193378 -
Flags: superreview?(bzbarsky)
Attachment #193378 -
Flags: review?(bzbarsky)
Comment 2•19 years ago
|
||
Comment on attachment 193378 [details] [diff] [review] v1 No, this is no good. People need to be able to override this contract...
Attachment #193378 -
Flags: superreview?(bzbarsky)
Attachment #193378 -
Flags: superreview-
Attachment #193378 -
Flags: review?(bzbarsky)
Attachment #193378 -
Flags: review-
Comment 3•19 years ago
|
||
*** This bug has been marked as a duplicate of 305310 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•