Closed
Bug 1445142
Opened 7 years ago
Closed 7 years ago
Remove DefaultAtoms
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
Attachments
(2 files)
By moving initialization of nsGkAtoms earlier we can remove the need for DefaultAtoms.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
![]() |
||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8958359 [details]
Bug 1445142 - Move nsGkAtoms into xpcom/.
https://reviewboard.mozilla.org/r/227310/#review233576
Attachment #8958359 -
Flags: review?(nfroyd) → review+
![]() |
||
Comment 4•7 years ago
|
||
mozreview-review |
Comment on attachment 8958360 [details]
Bug 1445142 - Remove DefaultAtoms.
https://reviewboard.mozilla.org/r/227312/#review233578
Hooray!
Attachment #8958360 -
Flags: review?(nfroyd) → review+
![]() |
Assignee | |
Comment 5•7 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/db6dd2cb13467174ed3e82e19e051369c98aec7a
Bug 1445142 - Move nsGkAtoms into xpcom/. r=froydnj
https://hg.mozilla.org/integration/mozilla-inbound/rev/eff7afcc10757825d16a89b7773a2c147524f8ff
Bug 1445142 - Remove DefaultAtoms. r=froydnj
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/db6dd2cb1346
https://hg.mozilla.org/mozilla-central/rev/eff7afcc1075
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
![]() |
||
Comment 7•7 years ago
|
||
Note that this broke HTML parser regeneration by not updating parser/html/java/Makefile's mention of nsGkAtoms.h.
You need to log in
before you can comment on or make changes to this bug.
Description
•