Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 2876353002: Generate diffing functions for generated subgroup BoxData in ComputedStyle (Closed)

Created:
3 years, 7 months ago by nainar
Modified:
3 years, 7 months ago
Reviewers:
meade_UTC10, shend
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Generate diffing functions for generated subgroup BoxData in ComputedStyle This patch generates the diffing functions for StyleBoxData which is now a generated subgroup of ComputedStyle. Please note that this patch doesn't generate the diffing for VerticalAlign as it is accessed through both BoxData (when a length) and a separate getter on ComputedStyle (when a keyword.) This will be generated once we can generate diffs using functions. Please note: No added callsite for ComputedStyleBase::ScrollAnchorDisablingPropertyChanged has been added since it is already being called. We have just appended to that JSON entry. Diff: https://gist.github.com/5701f6d9a1be397677cbde5ad7033259/revisions BUG=710938 Review-Url: https://codereview.chromium.org/2876353002 Cr-Commit-Position: refs/heads/master@{#471683} Committed: https://chromium.googlesource.com/chromium/src/+/9937b524e266fe058f637e442f96efba14b35c1f

Patch Set 1 #

Total comments: 2

Patch Set 2 : Formatting #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -22 lines) Patch
M third_party/WebKit/Source/core/css/ComputedStyleDiffFunctions.json5 View 2 chunks +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/style/ComputedStyle.cpp View 2 chunks +3 lines, -21 lines 4 comments Download

Depends on Patchset:

Messages

Total messages: 24 (15 generated)
nainar
shend@, PTAL? Thanks!
3 years, 7 months ago (2017-05-15 01:35:45 UTC) #5
shend
lgtm once the ordering is fixed. https://codereview.chromium.org/2876353002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode821 third_party/WebKit/Source/core/style/ComputedStyle.cpp:821: if (box_data_->width_ != ...
3 years, 7 months ago (2017-05-15 01:40:22 UTC) #6
nainar
meade@, PTAL? Thanks! https://codereview.chromium.org/2876353002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/1/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode821 third_party/WebKit/Source/core/style/ComputedStyle.cpp:821: if (box_data_->width_ != other.box_data_->width_ || On ...
3 years, 7 months ago (2017-05-15 01:53:30 UTC) #8
meade_UTC10
lgtm with nit https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode561 third_party/WebKit/Source/core/style/ComputedStyle.cpp:561: if (box_data_.Get() != other.box_data_.Get()) { This ...
3 years, 7 months ago (2017-05-15 04:07:45 UTC) #13
nainar
https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode561 third_party/WebKit/Source/core/style/ComputedStyle.cpp:561: if (box_data_.Get() != other.box_data_.Get()) { On 2017/05/15 at 04:07:45, ...
3 years, 7 months ago (2017-05-15 04:10:49 UTC) #14
meade_UTC10
https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode561 third_party/WebKit/Source/core/style/ComputedStyle.cpp:561: if (box_data_.Get() != other.box_data_.Get()) { On 2017/05/15 04:10:49, nainar ...
3 years, 7 months ago (2017-05-15 04:25:45 UTC) #15
nainar
https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp File third_party/WebKit/Source/core/style/ComputedStyle.cpp (left): https://codereview.chromium.org/2876353002/diff/20001/third_party/WebKit/Source/core/style/ComputedStyle.cpp#oldcode561 third_party/WebKit/Source/core/style/ComputedStyle.cpp:561: if (box_data_.Get() != other.box_data_.Get()) { On 2017/05/15 at 04:25:45, ...
3 years, 7 months ago (2017-05-15 05:21:44 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2876353002/20001
3 years, 7 months ago (2017-05-15 06:26:27 UTC) #21
commit-bot: I haz the power
3 years, 7 months ago (2017-05-15 06:31:34 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/9937b524e266fe058f637e442f96...

Powered by Google App Engine
This is Rietveld 408576698