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

Issue 621283002: Add UseCounter for non-standard getComputedStyle(e).cssX behaviour (Closed)

Created:
6 years, 2 months ago by Sunil Ratnu
Modified:
6 years, 2 months ago
Reviewers:
haraken, Timothy Loh
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add UseCounter for non-standard getComputedStyle(e).cssX behaviour Blink and WebKit supports non-standard behaviour e.g. getComputedStyle(e).cssBoxShadow. We suspect that a very few websites (or none at all) use this. This CL adds a UseCounter for this non-standard behaviour. BUG=413205 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183230

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Keep the existing behaviour for now #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -8 lines) Patch
M Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp View 1 8 chunks +12 lines, -8 lines 0 comments Download
M Source/core/frame/UseCounter.h View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Sunil Ratnu
Please have a look. Thanks! Sunil
6 years, 2 months ago (2014-10-03 13:43:58 UTC) #3
haraken
https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp File Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp (right): https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp#newcode103 Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp:103: return CSSPropertyInvalid; Are you planning to actually change the ...
6 years, 2 months ago (2014-10-03 14:07:27 UTC) #4
Sunil Ratnu
https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp File Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp (right): https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp#newcode103 Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp:103: return CSSPropertyInvalid; On 2014/10/03 14:07:27, haraken wrote: > > ...
6 years, 2 months ago (2014-10-03 14:22:32 UTC) #5
haraken
On 2014/10/03 14:22:32, Sunil Ratnu wrote: > https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp > File Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp (right): > > https://codereview.chromium.org/621283002/diff/20001/Source/bindings/core/v8/custom/V8CSSStyleDeclarationCustom.cpp#newcode103 ...
6 years, 2 months ago (2014-10-03 14:28:26 UTC) #6
Sunil Ratnu
Hi haraken, Thanks for the review. I am now only adding use counter and not ...
6 years, 2 months ago (2014-10-04 09:31:25 UTC) #7
haraken
LGTM
6 years, 2 months ago (2014-10-04 11:57:16 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/621283002/40001
6 years, 2 months ago (2014-10-04 12:03:42 UTC) #10
commit-bot: I haz the power
6 years, 2 months ago (2014-10-04 13:37:52 UTC) #11
Message was sent while issue was closed.
Committed patchset #2 (id:40001) as 183230

Powered by Google App Engine
This is Rietveld 408576698