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

Issue 1682963003: Move miscellaneous properties into CSSPropertyParser (Closed)

Created:
4 years, 10 months ago by rwlbuis
Modified:
4 years, 10 months ago
Reviewers:
Timothy Loh
CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move miscellaneous properties into CSSPropertyParser Move the following properties from LegacyCSSPropertyParser into CSSPropertyParser: - left - right - top - bottom - image-orientation - font-size-adjust Remove parseValidPrimitive since it is not used anymore. BUG=499780 Committed: https://crrev.com/dcf93f069636d8d4f8ab84b300c7cc2e9bce97ab Cr-Commit-Position: refs/heads/master@{#375077}

Patch Set 1 #

Patch Set 2 : Fix null pointer crash #

Total comments: 6

Patch Set 3 : Address review comments #

Patch Set 4 : Rename consumeMarginWidth #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -54 lines) Patch
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp View 1 2 3 4 chunks +32 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/parser/LegacyCSSPropertyParser.cpp View 5 chunks +0 lines, -49 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
rwlbuis
PTAL.
4 years, 10 months ago (2016-02-10 22:12:31 UTC) #4
Timothy Loh
https://codereview.chromium.org/1682963003/diff/20001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1682963003/diff/20001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3366 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3366: if (!RuntimeEnabledFeatures::imageOrientationEnabled()) more consistent with other runtime-enabled properties to ...
4 years, 10 months ago (2016-02-11 02:53:01 UTC) #5
rwlbuis
PTAL. https://codereview.chromium.org/1682963003/diff/20001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1682963003/diff/20001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode3366 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:3366: if (!RuntimeEnabledFeatures::imageOrientationEnabled()) On 2016/02/11 02:53:01, Timothy Loh wrote: ...
4 years, 10 months ago (2016-02-11 20:47:54 UTC) #6
Timothy Loh
On 2016/02/11 20:47:54, rwlbuis wrote: > PTAL. > > https://codereview.chromium.org/1682963003/diff/20001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp > File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): > ...
4 years, 10 months ago (2016-02-11 23:29:24 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1682963003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1682963003/60001
4 years, 10 months ago (2016-02-11 23:34:52 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-12 01:23:59 UTC) #11
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:40:32 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dcf93f069636d8d4f8ab84b300c7cc2e9bce97ab
Cr-Commit-Position: refs/heads/master@{#375077}

Powered by Google App Engine
This is Rietveld 408576698