Closed Bug 767388 Opened 11 years ago Closed 11 years ago

Kill NS_DEBUG

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla16

People

(Reporter: jwatt, Assigned: jwatt)

Details

Attachments

(1 file, 1 obsolete file)

The ifdefs for mDrawEventTargetFrame and mPresArenaAllocCount in nsIPresShell are not consistent. They should be.
Attached patch patch (obsolete) — Splinter Review
Attachment #635757 - Flags: review?(bzbarsky)
Actually, this patch isn't right. The issue here is that mPresArenaAllocCount is defined inside NS_DEBUG, but used inside DEBUG. I don't know which one is right, but I'll update the patch if you tell me bz. :)
Summary: Make the ifdefs for mDrawEventTargetFrame and mPresArenaAllocCount consistent → Make the ifdefs for mPresArenaAllocCount consistent
Just use DEBUG.
Seems like NS_DEBUG is just an alias for DEBUG at this point. I think I'll just use Eclipse's refactoring tools to kill it, unless you tell me it still has a purpose.
That sounds great!
Summary: Make the ifdefs for mPresArenaAllocCount consistent → Kill NS_DEBUG
I went through and checked it manually, but feel free to do the same. The only line that isn't a straight s/NS_DEBUG/DEBUG/ is the one in nsDebug.h to remove the define.
Attachment #635757 - Attachment is obsolete: true
Attachment #635757 - Flags: review?(bzbarsky)
Attachment #635948 - Flags: review?(bzbarsky)
Comment on attachment 635948 [details] [diff] [review]
patch to kill NS_DEBUG

r=me
Attachment #635948 - Flags: review?(bzbarsky) → review+
Pushed https://hg.mozilla.org/integration/mozilla-inbound/rev/db9fc4c50e24
Target Milestone: --- → mozilla16
https://hg.mozilla.org/mozilla-central/rev/db9fc4c50e24
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.