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

Issue 2153283002: [css-tables] Clean up code that detects significant border changes (Closed)

Created:
4 years, 5 months ago by dgrogan
Modified:
4 years, 5 months ago
Reviewers:
eae
CC:
chromium-reviews, szager+layoutwatch_chromium.org, zoltan1, blink-reviews-layout_chromium.org, pdr+renderingwatchlist_chromium.org, eae+blinkwatch, leviw+renderwatch, jchaffraix+rendering, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[css-tables] Clean up code that detects significant border changes De-duplicate; narrow a condition; fix a method that did the opposite of its name; add comments, etc. No new tests because there _should_ be no behavior changes. BUG=613728 Committed: https://crrev.com/40bb88335c64b80aea9326ef3cf6220dcd90c1bc Cr-Commit-Position: refs/heads/master@{#406051}

Patch Set 1 : the big refactor #

Total comments: 4

Patch Set 2 : remove /*static*/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -55 lines) Patch
M third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.h View 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp View 1 2 chunks +10 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableCol.cpp View 1 chunk +23 lines, -21 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableRow.cpp View 1 chunk +30 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutTableSection.cpp View 1 chunk +10 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/style/BorderData.h View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
dgrogan
https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/style/BorderData.h File third_party/WebKit/Source/core/style/BorderData.h (right): https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/style/BorderData.h#newcode127 third_party/WebKit/Source/core/style/BorderData.h:127: bool sizeEquals(const BorderData& o) const Yup, screwed this up.
4 years, 5 months ago (2016-07-16 01:32:24 UTC) #5
eae
LGTM w/nit https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp File third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp (right): https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp#newcode29 third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp:29: /*static*/ bool LayoutTableBoxComponent::doCellsHaveDirtyWidth(const LayoutObject& tablePart, const LayoutTable& ...
4 years, 5 months ago (2016-07-18 16:21:54 UTC) #6
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/2153283002/40001
4 years, 5 months ago (2016-07-18 17:23:30 UTC) #9
dgrogan
https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp File third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp (right): https://codereview.chromium.org/2153283002/diff/20001/third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp#newcode29 third_party/WebKit/Source/core/layout/LayoutTableBoxComponent.cpp:29: /*static*/ bool LayoutTableBoxComponent::doCellsHaveDirtyWidth(const LayoutObject& tablePart, const LayoutTable& table, const ...
4 years, 5 months ago (2016-07-18 17:24:27 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 5 months ago (2016-07-18 18:57:53 UTC) #12
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 19:01:28 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/40bb88335c64b80aea9326ef3cf6220dcd90c1bc
Cr-Commit-Position: refs/heads/master@{#406051}

Powered by Google App Engine
This is Rietveld 408576698