style: More rename and clean up related to StyleClear

* Rename `mBreakType` to `mFloatClearType` in nsLineBox and nsReflowStatus and
  the methods around it.
* Rename `mBreakType` to `mClear` in nsStyleDisplay.
* Many other method parameters or local variables rename such as from
  `aBreakType` to `aClearType`.

Differential Revision: https://phabricator.services.mozilla.com/D158276
This commit is contained in:
Ting-Yu Lin 2022-09-29 03:40:56 +00:00 committed by Martin Robinson
parent fea3f9fbc1
commit ab4580e112

View file

@ -79,7 +79,6 @@ ${helpers.predefined_type(
"computed::Clear::None",
engines="gecko servo",
animation_value_type="discrete",
gecko_ffi_name="mBreakType",
spec="https://drafts.csswg.org/css2/#propdef-clear",
servo_restyle_damage="rebuild_and_reflow",
)}