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

Issue 2047923002: [WIP] Add support for CSSValue-> CSSLengthValue and CSSTranslation (Closed)

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

Description

[WIP] Add support for CSSValue-> CSSLengthValue and CSSTranslation BUG=545318

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -24 lines) Patch
M third_party/WebKit/Source/core/css/CSSCalculationValue.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSCalculationValue.cpp View 2 chunks +29 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSCalcLength.h View 3 chunks +9 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSCalcLength.cpp View 5 chunks +138 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSLengthValue.h View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSLengthValue.cpp View 3 chunks +21 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSSimpleLength.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSTranslation.h View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp View 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/cssom/CalcDictionaryHelper.h View 1 chunk +128 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleValueFactory.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/cssom/StyleValueFactory.cpp View 3 chunks +12 lines, -3 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 1 (1 generated)
meade_UTC10
3 years, 7 months ago (2017-05-25 07:11:02 UTC) #1
Description was changed from

==========
[WIP] Add support for CSSValue-> CSSLengthValue and CSSTranslation

BUG=545318
==========

to

==========
[WIP] Add support for CSSValue-> CSSLengthValue and CSSTranslation

BUG=545318
==========

Powered by Google App Engine
This is Rietveld 408576698