Remove two enum aliases LineBreaker::{WordBreak,Strictness}
Categories
(Core :: Internationalization, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
Details
Attachments
(2 files)
LineBreaker::WordBreak
and LineBreaker::Strictness
[1] are just aliases of WordBreakRule
and LineBreakRule
in Segmenter.h [2]. Remove them can reduce the dependency of legacy lwbrk LineBreaker.
[1] https://searchfox.org/mozilla-central/rev/df6434d2ebfdf2b5f89f205fc81d60d64a774fe1/intl/lwbrk/LineBreaker.h#19-20
[2] https://searchfox.org/mozilla-central/rev/df6434d2ebfdf2b5f89f205fc81d60d64a774fe1/intl/lwbrk/Segmenter.h#73-91
Assignee | ||
Comment 1•3 years ago
|
||
LineBreaker::WordBreak is just an alias of WordBreakRule in Segmenter.h. This is
to reduce the dependency of the legacy LineBreaker.
Assignee | ||
Comment 2•3 years ago
|
||
LineBreaker::Strictness is just an alias of LineBreakRule in Segmenter.h. This
is to reduce the dependency of the legacy LineBreaker.
Depends on D131025
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4426d5661aa1
https://hg.mozilla.org/mozilla-central/rev/45766653fe05
Description
•