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

Issue 302753005: 1985 no longer supports webkitBackingStorePixelRatio on CanvasRenderingContext2D (Closed)

Created:
6 years, 6 months ago by terry
Modified:
6 years, 6 months ago
Reviewers:
vsm, Jacob
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Supress webkitBackingStorePixelRatio and expose custom backingStorePixelRatio getter that always returns 1.0 Review=jacobr@google.com BUG= R=jacobr@google.com Committed: https://code.google.com/p/dart/source/detail?r=36720

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added @deprecated #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -39 lines) Patch
M sdk/lib/_blink/dartium/_blink_dartium.dart View 3 chunks +4 lines, -6 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 2 chunks +5 lines, -17 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 2 chunks +5 lines, -16 lines 0 comments Download
M tools/dom/idl/dart/dart.idl View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
terry
6 years, 6 months ago (2014-05-27 22:49:10 UTC) #1
Jacob
add the @deprecated annotation then lgtm https://chromiumcodereview.appspot.com/302753005/diff/1/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (right): https://chromiumcodereview.appspot.com/302753005/diff/1/sdk/lib/html/dart2js/html_dart2js.dart#newcode2047 sdk/lib/html/dart2js/html_dart2js.dart:2047: + @Experimental() use ...
6 years, 6 months ago (2014-05-27 23:21:40 UTC) #2
terry
Committed patchset #2 manually as r36720 (presubmit successful).
6 years, 6 months ago (2014-05-27 23:38:15 UTC) #3
terry
6 years, 6 months ago (2014-05-27 23:39:44 UTC) #4
Message was sent while issue was closed.
https://chromiumcodereview.appspot.com/302753005/diff/1/sdk/lib/html/dart2js/...
File sdk/lib/html/dart2js/html_dart2js.dart (right):

https://chromiumcodereview.appspot.com/302753005/diff/1/sdk/lib/html/dart2js/...
sdk/lib/html/dart2js/html_dart2js.dart:2047: +  @Experimental()
On 2014/05/27 23:21:41, Jacob wrote:
> use the @deprecated annotation.

Done.

Powered by Google App Engine
This is Rietveld 408576698