RESOLVED FIXED 206008
[LFC] Rename UsedHorizontal(Vertical)Values to OverrideHorizontal(Vertical)values
https://bugs.webkit.org/show_bug.cgi?id=206008
Summary [LFC] Rename UsedHorizontal(Vertical)Values to OverrideHorizontal(Vertical)va...
alan
Reported 2020-01-09 07:49:27 PST
ssia
Attachments
Patch (46.83 KB, patch)
2020-01-09 08:11 PST, alan
koivisto: review+
Radar WebKit Bug Importer
Comment 1 2020-01-09 07:49:49 PST
alan
Comment 2 2020-01-09 08:11:38 PST
Antti Koivisto
Comment 3 2020-01-09 08:15:04 PST
Comment on attachment 387231 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387231&action=review > Source/WebCore/ChangeLog:16 > + values for the "compute geometry" functions (e.g. computing the width of a floating box follows > + the same set of steps as computing the width of an inline replaced box. So whenever we need to > + compute the width of a floating box, we could just call the computeInlineReplacedWidth() function. > + However their horizontal margin computations are different and since width and horizontal margins are being computed together, > + we need to make sure that inlineReplacedWidthAndMargin() takes a set of pre-computed margin values > + and uses them while computing the width value. Same applies to min/max-width/heigh computations.) One day you'll put the entire ChangeLog entry inside parentheses.
alan
Comment 4 2020-01-09 08:18:09 PST
(In reply to Antti Koivisto from comment #3) > Comment on attachment 387231 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=387231&action=review > > > Source/WebCore/ChangeLog:16 > > + values for the "compute geometry" functions (e.g. computing the width of a floating box follows > > + the same set of steps as computing the width of an inline replaced box. So whenever we need to > > + compute the width of a floating box, we could just call the computeInlineReplacedWidth() function. > > + However their horizontal margin computations are different and since width and horizontal margins are being computed together, > > + we need to make sure that inlineReplacedWidthAndMargin() takes a set of pre-computed margin values > > + and uses them while computing the width value. Same applies to min/max-width/heigh computations.) > > One day you'll put the entire ChangeLog entry inside parentheses. That's one of my 2020 resolutions.
alan
Comment 5 2020-01-09 10:40:03 PST
Note You need to log in before you can comment on or make changes to this bug.