Closed Bug 1287308 Opened 8 years ago Closed 8 years ago

remove old NS_STYLE_HINT_NONE constant

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: chenpighead, Assigned: chenpighead)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

This is part of the work in Bug 1077851, eliminating usage of NS_STYLE_HINT_* in favor of nsChangeHint_*.

Compared with other NS_STYLE_HINT_*, NS_STYLE_HINT_NONE is quite independent. So, I'm planning to fix it in this bug.
Replace all the usages of NS_STYLE_HINT_NONE with nsChangeHint(0).

Review commit: https://reviewboard.mozilla.org/r/64766/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/64766/
Attachment #8771730 - Flags: review?(dbaron)
Attachment #8771731 - Flags: review?(dbaron)
Remove NS_STYLE_HINT_NONE definition in nsChangeHint.
Fix related debug log in RestyleManager.

Review commit: https://reviewboard.mozilla.org/r/64768/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/64768/
Status: NEW → ASSIGNED
Comment on attachment 8771730 [details]
Bug 1287308 - part1: replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0).

https://reviewboard.mozilla.org/r/64766/#review61790

Your commit message is currently:
>Bug 1287308 - part1: replace NS_STYLE_HINT_NONE with nsChangeHint(0).
>
>Replace all the usages of NS_STYLE_HINT_NONE with nsChangeHint(0).

"usages" should be "uses".

But you really don't need the bug's summary separately from which part of the bug.  All you need for the commit message is:

Bug 1287308 part 1 - replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0)

r=dbaron with that or similar
Attachment #8771730 - Flags: review?(dbaron) → review+
Comment on attachment 8771730 [details]
Bug 1287308 - part1: replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0).

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64766/diff/1-2/
Attachment #8771730 - Attachment description: Bug 1287308 - part1: replace NS_STYLE_HINT_NONE with nsChangeHint(0). → Bug 1287308 - part1: replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0).
Comment on attachment 8771731 [details]
Bug 1287308 - part2: remove old NS_STYLE_HINT_NONE constant.

Review request updated; see interdiff: https://reviewboard.mozilla.org/r/64768/diff/1-2/
(In reply to David Baron :dbaron: ⌚️UTC+8 (review requests must explain patch) from comment #3)
> Comment on attachment 8771730 [details]
> Bug 1287308 - part1: replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0).
> 
> https://reviewboard.mozilla.org/r/64766/#review61790
> 
> Your commit message is currently:
> >Bug 1287308 - part1: replace NS_STYLE_HINT_NONE with nsChangeHint(0).
> >
> >Replace all the usages of NS_STYLE_HINT_NONE with nsChangeHint(0).
> 
> "usages" should be "uses".
> 
> But you really don't need the bug's summary separately from which part of
> the bug.  All you need for the commit message is:
> 
> Bug 1287308 part 1 - replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0)
> 
> r=dbaron with that or similar

Will do. Thank you for the review.
Pushed by jichen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78bff0b2ded4
part1: replace uses of NS_STYLE_HINT_NONE with nsChangeHint(0). r=dbaron
https://hg.mozilla.org/integration/autoland/rev/0d1e96f2ac72
part2: remove old NS_STYLE_HINT_NONE constant. r=dbaron
https://hg.mozilla.org/mozilla-central/rev/78bff0b2ded4
https://hg.mozilla.org/mozilla-central/rev/0d1e96f2ac72
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: