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

Issue 15914015: Make CSSStyleDeclaration getter/setter custom (Closed)

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

Description

Make CSSStyleDeclaration getter/setter custom This patch contains revert of 151201: Auto-generate V8CSSStyleDeclaration::namedPropertyGetter http://src.chromium.org/viewvc/blink?view=revision&revision=151201 Because of the performance regression: https://code.google.com/p/chromium/issues/detail?id=244432 I made this new patch because It's hard to revert only 151201 because there is lots of changes in code generator and IDL attributes. R=haraken@chromium.org BUG=229740 TEST=No tests. NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=151460

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -151 lines) Patch
M Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp View 2 chunks +150 lines, -2 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 2 chunks +0 lines, -10 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.cpp View 1 chunk +0 lines, -137 lines 0 comments Download
M Source/core/css/CSSStyleDeclaration.idl View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
kojih
r? Diff of generated code: -v8::Handle<v8::Value> V8CSSStyleDeclaration::namedPropertyGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) -{ - if (!info.Holder()->GetRealNamedPropertyInPrototypeChain(name).IsEmpty()) ...
7 years, 6 months ago (2013-05-30 03:27:42 UTC) #1
haraken
LGTM. Let's investigate the performance issue.
7 years, 6 months ago (2013-05-30 04:44:23 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15914015/1
7 years, 6 months ago (2013-05-30 05:34:32 UTC) #3
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=7656
7 years, 6 months ago (2013-05-30 08:55:05 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kojih@chromium.org/15914015/1
7 years, 6 months ago (2013-05-30 09:02:22 UTC) #5
commit-bot: I haz the power
7 years, 6 months ago (2013-05-30 11:27:37 UTC) #6
Message was sent while issue was closed.
Change committed as 151460

Powered by Google App Engine
This is Rietveld 408576698