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

Issue 2797973002: Removing duplicate functions and symbol names in core/css (Closed)

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

Description

Removing duplicate functions and symbol names in core/css In the unity build experiment I encountered a few colliding duplicate symbol names in core/css and this patch removes them by replacing duplicated symbols with a single code and by doing some symbol renames. Review-Url: https://codereview.chromium.org/2797973002 Cr-Commit-Position: refs/heads/master@{#462256} Committed: https://chromium.googlesource.com/chromium/src/+/5fa4cb0d7a1a784fec7991eaeb1a80e43f9156e5

Patch Set 1 #

Total comments: 5

Patch Set 2 : Removed unnecessary include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -17 lines) Patch
M third_party/WebKit/Source/core/css/CSSComputedStyleDeclaration.cpp View 2 chunks +1 line, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPrimitiveValue.h View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/WebKit/Source/core/css/invalidation/StyleInvalidator.cpp View 3 chunks +4 lines, -4 lines 0 comments Download
A third_party/WebKit/Source/core/css/zoomAdjustedPixelValue.h View 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
Daniel Bratell
3 years, 8 months ago (2017-04-05 09:47:02 UTC) #2
rune
https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp File third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp (right): https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp#newcode29 third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp:29: #include "core/css/zoomAdjustedPixelValue.h" Why was this include necessary? https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h File ...
3 years, 8 months ago (2017-04-05 10:54:39 UTC) #3
Daniel Bratell
https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp File third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp (right): https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp#newcode29 third_party/WebKit/Source/core/css/CSSPrimitiveValue.cpp:29: #include "core/css/zoomAdjustedPixelValue.h" On 2017/04/05 10:54:39, rune wrote: > Why ...
3 years, 8 months ago (2017-04-05 12:05:39 UTC) #4
rune
https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h File third_party/WebKit/Source/core/css/CSSPrimitiveValue.h (right): https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h#newcode341 third_party/WebKit/Source/core/css/CSSPrimitiveValue.h:341: double CSSPrimitiveValue::computeLength(const CSSToLengthConversionData&) const; On 2017/04/05 12:05:39, Daniel Bratell ...
3 years, 8 months ago (2017-04-05 19:40:22 UTC) #5
rune
On 2017/04/05 19:40:22, rune wrote: > https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h > File third_party/WebKit/Source/core/css/CSSPrimitiveValue.h (right): > > https://codereview.chromium.org/2797973002/diff/1/third_party/WebKit/Source/core/css/CSSPrimitiveValue.h#newcode341 > ...
3 years, 8 months ago (2017-04-05 21:14:42 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/2797973002/20001
3 years, 8 months ago (2017-04-05 21:31:18 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/5fa4cb0d7a1a784fec7991eaeb1a80e43f9156e5
3 years, 8 months ago (2017-04-05 23:05:28 UTC) #11
Guido Urdaneta
3 years, 8 months ago (2017-04-06 08:35:06 UTC) #12
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2801683005/ by guidou@chromium.org.

The reason for reverting is: This is a speculative revert to determine if this
is causing a WebRTC Chrome bot to fail.

See
https://build.chromium.org/p/chromium.webrtc.fyi/builders/Android%20Tests%20%...

If the revert does not fix the bot, I will reland..

Powered by Google App Engine
This is Rietveld 408576698