Closed
Bug 1438707
Opened 8 years ago
Closed 8 years ago
More minor XPT cleanups
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(6 files)
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
|
59 bytes,
text/x-review-board-request
|
n.nethercote
:
review+
|
Details |
No description provided.
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951656 [details]
Bug 1438707, part 1 - C++ize the XPT modelines.
https://reviewboard.mozilla.org/r/220944/#review226982
Bonus points if you add the vim modeline to each file:
/* vim: set ts=8 sts=4 et sw=4 tw=80: */
Attachment #8951656 -
Flags: review?(n.nethercote) → review+
Comment 8•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951657 [details]
Bug 1438707, part 2 - Rename CHECK_COUNT to CheckCount.
https://reviewboard.mozilla.org/r/220946/#review226984
Attachment #8951657 -
Flags: review?(n.nethercote) → review+
Comment 9•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951658 [details]
Bug 1438707, part 3 - De-macroize CURS_POINT.
https://reviewboard.mozilla.org/r/220948/#review226988
Attachment #8951658 -
Flags: review?(n.nethercote) → review+
Comment 10•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951659 [details]
Bug 1438707, part 4 - De-macroize more XPT stuff.
https://reviewboard.mozilla.org/r/220950/#review226990
Much nicer.
Attachment #8951659 -
Flags: review?(n.nethercote) → review+
Comment 11•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951661 [details]
Bug 1438707, part 6 - Remove nsXPTConstant.
https://reviewboard.mozilla.org/r/220954/#review226994
Attachment #8951661 -
Flags: review?(n.nethercote) → review+
Comment 12•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8951660 [details]
Bug 1438707, part 5 - Replace XPT_ASSERT with MOZ_ASSERT.
https://reviewboard.mozilla.org/r/220952/#review226992
Nice.
Attachment #8951660 -
Flags: review?(n.nethercote) → review+
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 19•8 years ago
|
||
(In reply to Nicholas Nethercote [:njn] from comment #7)
> Bonus points if you add the vim modeline to each file:
Done.
Comment 20•8 years ago
|
||
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9e096038bd58
part 1 - C++ize the XPT modelines. r=njn
https://hg.mozilla.org/integration/autoland/rev/31a3d9ae3ed1
part 2 - Rename CHECK_COUNT to CheckCount. r=njn
https://hg.mozilla.org/integration/autoland/rev/e6734d35011c
part 3 - De-macroize CURS_POINT. r=njn
https://hg.mozilla.org/integration/autoland/rev/eaddf501ff6a
part 4 - De-macroize more XPT stuff. r=njn
https://hg.mozilla.org/integration/autoland/rev/6e3cc809579c
part 5 - Replace XPT_ASSERT with MOZ_ASSERT. r=njn
https://hg.mozilla.org/integration/autoland/rev/b80453dc653f
part 6 - Remove nsXPTConstant. r=njn
Comment 21•8 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9e096038bd58
https://hg.mozilla.org/mozilla-central/rev/31a3d9ae3ed1
https://hg.mozilla.org/mozilla-central/rev/e6734d35011c
https://hg.mozilla.org/mozilla-central/rev/eaddf501ff6a
https://hg.mozilla.org/mozilla-central/rev/6e3cc809579c
https://hg.mozilla.org/mozilla-central/rev/b80453dc653f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•