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

Issue 1119653002: [bindings] Remove custom setter used in CSSStyleDeclaration (Closed)

Created:
5 years, 7 months ago by vivekg_samsung
Modified:
5 years, 7 months ago
Reviewers:
haraken, vivekg
CC:
darktears, apavlov+blink_chromium.org, arv+blink, blink-reviews, blink-reviews-bindings_chromium.org, blink-reviews-css, blink-reviews-style_chromium.org, Inactive, dglazkov+blink, ed+blinkwatch_opera.com, rwlbuis, vivekg_samsung
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

[bindings] Remove custom setter used in CSSStyleDeclaration This CL is a first in the series of CSSStyleDeclaration's usage of custom bindings. Here we migrate the helper methods required from the custom bindings as is. These duplicate helper functions would be eventually removed from the custom binding as we finish the removal. BUG=345519 R=haraken@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=194718

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+132 lines, -20 lines) Patch
M Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 chunk +0 lines, -19 lines 0 comments Download
M Source/core/core.gypi View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 2 chunks +2 lines, -0 lines 0 comments Download
A Source/core/css/CSSStyleDeclaration.cpp View 1 chunk +128 lines, -0 lines 4 comments Download
M Source/core/css/CSSStyleDeclaration.idl View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (2 generated)
vivekg
PTAL, thanks. https://codereview.chromium.org/1119653002/diff/1/Source/core/css/CSSStyleDeclaration.cpp File Source/core/css/CSSStyleDeclaration.cpp (right): https://codereview.chromium.org/1119653002/diff/1/Source/core/css/CSSStyleDeclaration.cpp#newcode102 Source/core/css/CSSStyleDeclaration.cpp:102: static CSSPropertyID cssPropertyInfo(const String& propertyName, v8::Isolate* isolate) ...
5 years, 7 months ago (2015-04-30 05:24:03 UTC) #2
haraken
LGTM https://codereview.chromium.org/1119653002/diff/1/Source/core/css/CSSStyleDeclaration.cpp File Source/core/css/CSSStyleDeclaration.cpp (right): https://codereview.chromium.org/1119653002/diff/1/Source/core/css/CSSStyleDeclaration.cpp#newcode123 Source/core/css/CSSStyleDeclaration.cpp:123: if (exceptionState.throwIfNeeded()) I noticed that exceptionState.throwIfNeeded() is called ...
5 years, 7 months ago (2015-04-30 05:30:22 UTC) #3
vivekg
On 2015/04/30 at 05:30:22, haraken wrote: > LGTM > > https://codereview.chromium.org/1119653002/diff/1/Source/core/css/CSSStyleDeclaration.cpp > File Source/core/css/CSSStyleDeclaration.cpp (right): ...
5 years, 7 months ago (2015-04-30 05:37:08 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1119653002/1
5 years, 7 months ago (2015-04-30 05:37:25 UTC) #6
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=194718
5 years, 7 months ago (2015-04-30 09:52:46 UTC) #7
vivekg
5 years, 7 months ago (2015-05-14 16:28:46 UTC) #8
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/1145463003/ by vivekg@chromium.org.

The reason for reverting is: Reverting due to the dromeo.jslibstylejquery
regression

BUG=483448
.

Powered by Google App Engine
This is Rietveld 408576698