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

Issue 2881003002: Cleanup StyleRareInheritedData. (Closed)

Created:
3 years, 7 months ago by shend
Modified:
3 years, 7 months ago
CC:
blink-reviews, blink-reviews-style_chromium.org, chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup StyleRareInheritedData. This patch changes StyleRareInheritedData to make it easier to generate: - Remove unused destructor - Replace explicit copy constructor with RefCountedCopyable - Replace forward declarations with #includes. This is in preparation for generating StyleRareInheritedData. While this patch may increase compile times, we would have to pay this cost anyway when we generate StyleRareInheritedData in ComputedStyleBase. BUG=628043 Review-Url: https://codereview.chromium.org/2881003002 Cr-Commit-Position: refs/heads/master@{#472234} Committed: https://chromium.googlesource.com/chromium/src/+/885a5dea20c9790ed62081a7909b8f675da54eac

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 3

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -78 lines) Patch
M third_party/WebKit/Source/core/style/StyleRareInheritedData.h View 1 2 4 chunks +9 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp View 1 2 1 chunk +0 lines, -75 lines 0 comments Download

Messages

Total messages: 31 (24 generated)
shend
Hi Alan, PTAL :)
3 years, 7 months ago (2017-05-16 03:52:47 UTC) #10
alancutter (OOO until 2018)
https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp File third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp (right): https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp#newcode33 third_party/WebKit/Source/core/style/StyleRareInheritedData.cpp:33: #include "core/style/StyleInheritedVariables.h" Some of these are now redundant. https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.h ...
3 years, 7 months ago (2017-05-16 06:23:37 UTC) #11
alancutter (OOO until 2018)
https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.h File third_party/WebKit/Source/core/style/StyleRareInheritedData.h (right): https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.h#newcode173 third_party/WebKit/Source/core/style/StyleRareInheritedData.h:173: StyleRareInheritedData(const StyleRareInheritedData&) = default; Can = default be used ...
3 years, 7 months ago (2017-05-16 06:24:36 UTC) #12
shend
On 2017/05/16 at 06:24:36, alancutter wrote: > https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.h > File third_party/WebKit/Source/core/style/StyleRareInheritedData.h (right): > > https://codereview.chromium.org/2881003002/diff/20001/third_party/WebKit/Source/core/style/StyleRareInheritedData.h#newcode173 ...
3 years, 7 months ago (2017-05-16 06:30:42 UTC) #13
alancutter (OOO until 2018)
On 2017/05/16 at 06:30:42, shend wrote: > On 2017/05/16 at 06:24:36, alancutter wrote: > > ...
3 years, 7 months ago (2017-05-16 06:36:06 UTC) #16
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/2881003002/40001
3 years, 7 months ago (2017-05-16 22:18:13 UTC) #28
commit-bot: I haz the power
3 years, 7 months ago (2017-05-16 22:47:44 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/885a5dea20c9790ed62081a7909b...

Powered by Google App Engine
This is Rietveld 408576698