Closed
Bug 239925
Opened 21 years ago
Closed 21 years ago
Fix static initializers in DOM etc so that XPCOM can be restarted
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha2
People
(Reporter: benjamin, Assigned: benjamin)
References
Details
Attachments
(1 file, 1 obsolete file)
|
9.53 KB,
patch
|
jst
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
This is the last of my "xpcom-restart" static initializer bugs, I think... I now
have a usable-restartable tree.
Note to myself: there might be statics in non-gtk toolkits that I haven't found.
| Assignee | ||
Comment 1•21 years ago
|
||
| Assignee | ||
Updated•21 years ago
|
Attachment #145644 -
Flags: superreview?(brendan)
Attachment #145644 -
Flags: review?(jst)
| Assignee | ||
Updated•21 years ago
|
Blocks: semi-single-profile
Comment 2•21 years ago
|
||
Comment on attachment 145644 [details] [diff] [review]
DOM/layout/libpr0n (DOM is the only interesting one)
- In dom/src/base/nsJSEnvironment.cpp:
+static PRBool isInitialized;
name this sIsInitialized, not isInitialized.
r=jst
Attachment #145644 -
Flags: review?(jst) → review+
Comment 3•21 years ago
|
||
Comment on attachment 145644 [details] [diff] [review]
DOM/layout/libpr0n (DOM is the only interesting one)
sr=darin
Attachment #145644 -
Flags: superreview?(brendan) → superreview+
| Assignee | ||
Comment 4•21 years ago
|
||
fixed on trunk
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8alpha2
Attachment #8594533 -
Flags: review?(gps)
Assignee: benjamin → dbaron
Fixing damage from broken "hg bzexport" when you tell it to bzexport something by numeric revision.
Assignee: dbaron → benjamin
Attachment #8594533 -
Attachment is obsolete: true
Attachment #8594533 -
Flags: review?(gps)
You need to log in
before you can comment on or make changes to this bug.
Description
•