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

Issue 1380083004: Move viewport descriptor handling into CSSPropertyParser (Closed)

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

Description

Move viewport descriptor handling into CSSPropertyParser Move viewport descriptor handling from LegacyCSSPropertyParser into CSSPropertyParser and rename parseViewportProperty to parseViewportDescriptor. BUG=499780 Committed: https://crrev.com/d7413bda9f69b7ab5ad3e6e69660e9132df808dd Cr-Commit-Position: refs/heads/master@{#353116}

Patch Set 1 #

Patch Set 2 : Fix compile errors #

Patch Set 3 : Slight cleanup #

Total comments: 12

Patch Set 4 : Address review comments #

Patch Set 5 : Rebase #

Patch Set 6 : Fix test failure #

Total comments: 4

Patch Set 7 : Patch for landing #

Patch Set 8 : Another attempt #

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

Messages

Total messages: 19 (8 generated)
rwlbuis
PTAL.
5 years, 2 months ago (2015-10-06 21:11:40 UTC) #2
Timothy Loh
Not sure if (min-,max-,)zoom should be accepting calc here, alancutter WDYT? https://codereview.chromium.org/1380083004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): ...
5 years, 2 months ago (2015-10-07 00:18:33 UTC) #3
rwlbuis
PTAL. https://codereview.chromium.org/1380083004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1380083004/diff/40001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode296 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:296: static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> consumePercent(CSSParserTokenRange& range, ValueRange valueRange) On 2015/10/07 ...
5 years, 2 months ago (2015-10-07 23:08:53 UTC) #4
Timothy Loh
lgtm https://codereview.chromium.org/1380083004/diff/100001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp File third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp (right): https://codereview.chromium.org/1380083004/diff/100001/third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp#newcode277 third_party/WebKit/Source/core/css/parser/CSSPropertyParser.cpp:277: static inline bool isCSSWideKeyword(const CSSValueID& id) not sure ...
5 years, 2 months ago (2015-10-08 01:05:21 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1380083004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1380083004/120001
5 years, 2 months ago (2015-10-08 02:07:22 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: ios_rel_device_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_rel_device_ninja/builds/120943) mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-10-08 02:10:01 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1380083004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1380083004/140001
5 years, 2 months ago (2015-10-08 14:15:51 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/79555)
5 years, 2 months ago (2015-10-08 17:05:43 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1380083004/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1380083004/140001
5 years, 2 months ago (2015-10-08 18:09:13 UTC) #17
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 2 months ago (2015-10-08 19:09:02 UTC) #18
commit-bot: I haz the power
5 years, 2 months ago (2015-10-08 19:09:42 UTC) #19
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/d7413bda9f69b7ab5ad3e6e69660e9132df808dd
Cr-Commit-Position: refs/heads/master@{#353116}

Powered by Google App Engine
This is Rietveld 408576698