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

Issue 15834008: Auto-generate V8CSSStyleDeclaration::namedPropertyGetter (Closed)

Created:
7 years, 7 months ago by kojih
Modified:
7 years, 6 months ago
CC:
blink-reviews, jsbell+bindings_chromium.org, eae+blinkwatch, abarth-chromium, dglazkov+blink, apavlov+blink_chromium.org, adamk+blink_chromium.org, darktears, haraken, Nate Chapin, alancutter (OOO until 2018)
Base URL:
https://chromium.googlesource.com/chromium/blink@master
Visibility:
Public.

Description

Auto-generate V8CSSStyleDeclaration::namedPropertyGetter Remove V8CSSStyleDeclaration::namedPropertyGetter in V8CSSStyleDeclarationCustom.cpp also fixed check logic for union member. R=haraken@chromium.org BUG=229740 TEST=TestInterface.idl NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151201

Patch Set 1 #

Total comments: 5

Patch Set 2 : nit #

Patch Set 3 : rebased #

Patch Set 4 : rebased #

Patch Set 5 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -235 lines) Patch
M Source/bindings/scripts/CodeGeneratorV8.pm View 1 chunk +1 line, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp View 2 chunks +4 lines, -131 lines 0 comments Download
M Source/core/core.gypi View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 2 chunks +9 lines, -0 lines 0 comments Download
A + Source/core/css/CSSStyleDeclaration.cpp View 1 5 chunks +22 lines, -98 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.idl View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 23 (0 generated)
kojih
r? Diff of generated code: +v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& inf o) +{ + if ...
7 years, 7 months ago (2013-05-24 05:41:54 UTC) #1
haraken
LGTM https://codereview.chromium.org/15834008/diff/1/Source/bindings/scripts/CodeGeneratorV8.pm File Source/bindings/scripts/CodeGeneratorV8.pm (right): https://codereview.chromium.org/15834008/diff/1/Source/bindings/scripts/CodeGeneratorV8.pm#newcode4733 Source/bindings/scripts/CodeGeneratorV8.pm:4733: my $code = ""; Makes sense. https://codereview.chromium.org/15834008/diff/1/Source/core/core.gypi File ...
7 years, 7 months ago (2013-05-24 06:03:05 UTC) #2
kojih
https://codereview.chromium.org/15834008/diff/1/Source/core/css/CSSStyleDeclaration.cpp File Source/core/css/CSSStyleDeclaration.cpp (right): https://codereview.chromium.org/15834008/diff/1/Source/core/css/CSSStyleDeclaration.cpp#newcode156 Source/core/css/CSSStyleDeclaration.cpp:156: // return v8StringOrNull(cssValue->cssText(), info.GetIsolate()); Ah this is just my ...
7 years, 7 months ago (2013-05-24 06:11:19 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/10001
7 years, 6 months ago (2013-05-27 01:11:56 UTC) #4
commit-bot: I haz the power
Failed to apply patch for Source/bindings/scripts/CodeGeneratorV8.pm: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 6 months ago (2013-05-27 01:11:58 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/18001
7 years, 6 months ago (2013-05-27 04:34:29 UTC) #6
commit-bot: I haz the power
Failed to apply patch for Source/core/dom/NodeList.cpp: File exist but was about to be overwriten Patch: ...
7 years, 6 months ago (2013-05-27 06:46:06 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 06:52:24 UTC) #8
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=10333
7 years, 6 months ago (2013-05-27 07:40:05 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 07:44:07 UTC) #10
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=10340
7 years, 6 months ago (2013-05-27 08:30:30 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 08:31:31 UTC) #12
commit-bot: I haz the power
Retried try job too often on linux_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_layout_rel&number=10348
7 years, 6 months ago (2013-05-27 09:15:02 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 09:31:00 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6832
7 years, 6 months ago (2013-05-27 11:51:07 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 15:37:09 UTC) #16
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6882
7 years, 6 months ago (2013-05-27 17:23:03 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-27 22:19:15 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_layout_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_layout_rel&number=6915
7 years, 6 months ago (2013-05-28 00:02:16 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-28 00:13:39 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-28 00:34:47 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15834008/29001
7 years, 6 months ago (2013-05-28 00:47:37 UTC) #22
commit-bot: I haz the power
7 years, 6 months ago (2013-05-28 00:47:52 UTC) #23
Message was sent while issue was closed.
Change committed as 151201

Powered by Google App Engine
This is Rietveld 408576698