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

Issue 12163009: Remove webkit prefix and annotate with experimental tag. (Closed)

Created:
7 years, 10 months ago by Emily Fortuna
Modified:
7 years, 10 months ago
Reviewers:
blois
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove webkit prefix and annotate with experimental tag. BUG= Committed: https://code.google.com/p/dart/source/detail?r=18090

Patch Set 1 : #

Total comments: 1

Patch Set 2 : #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+799 lines, -122 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 53 chunks +406 lines, -51 lines 3 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 35 chunks +334 lines, -58 lines 0 comments Download
M sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 8 chunks +31 lines, -3 lines 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 3 chunks +12 lines, -3 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 2 chunks +5 lines, -1 line 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 3 chunks +9 lines, -5 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Emily Fortuna
7 years, 10 months ago (2013-02-02 03:48:57 UTC) #1
blois
https://codereview.chromium.org/12163009/diff/4001/tools/dom/scripts/generator.py File tools/dom/scripts/generator.py (right): https://codereview.chromium.org/12163009/diff/4001/tools/dom/scripts/generator.py#newcode895 tools/dom/scripts/generator.py:895: if key in webkit_member_prefix_renames: Seems a little fragile to ...
7 years, 10 months ago (2013-02-02 21:36:59 UTC) #2
Emily Fortuna
https://codereview.chromium.org/12163009/diff/10001/sdk/lib/html/dart2js/html_dart2js.dart File sdk/lib/html/dart2js/html_dart2js.dart (left): https://codereview.chromium.org/12163009/diff/10001/sdk/lib/html/dart2js/html_dart2js.dart#oldcode6866 sdk/lib/html/dart2js/html_dart2js.dart:6866: Stream<Event> get onPointerLockChange => pointerLockChangeEvent.forTarget(this); The annotations were also ...
7 years, 10 months ago (2013-02-03 21:17:18 UTC) #3
blois
7 years, 10 months ago (2013-02-04 18:16:18 UTC) #4
lgtm

https://codereview.chromium.org/12163009/diff/10001/sdk/lib/html/dart2js/html...
File sdk/lib/html/dart2js/html_dart2js.dart (right):

https://codereview.chromium.org/12163009/diff/10001/sdk/lib/html/dart2js/html...
sdk/lib/html/dart2js/html_dart2js.dart:6570: + 
@SupportedBrowser(SupportedBrowser.CHROME)
On 2013/02/03 21:17:18, Emily Fortuna wrote:
> FYI: As a side effect of the proposed change, these previously $dom_ methods
> that didn't get the "webkit experimental" annotation now have them. It's not
> huge, but it does seem to suggest that the $dom_ methods are more welcome to
> being used since they're annotated than we'd actually like them to be.

I think we should convert the $dom_ to _ sometime sooner than later.

If they're annotated as experimental then it's OK, as it gives us the
flexibility to remove/rename later.

Powered by Google App Engine
This is Rietveld 408576698