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

Issue 10448009: Apply html renames to native wrappers. (Closed)

Created:
8 years, 7 months ago by podivilov
Modified:
8 years, 7 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Apply html renames to native wrappers. R=antonm@google.com Committed: https://code.google.com/p/dart/source/detail?r=7992

Patch Set 1 #

Total comments: 12

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+89 lines, -77 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/scripts/systemhtml.py View 1 10 chunks +33 lines, -44 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 8 chunks +46 lines, -26 lines 0 comments Download
M lib/dom/templates/html/dartium/impl_EventTarget.darttemplate View 2 chunks +3 lines, -3 lines 0 comments Download
M lib/dom/templates/html/impl/impl_Document.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M lib/html/frog/html_frog.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M tests/html/element_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/htmlelement_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
podivilov
8 years, 7 months ago (2012-05-24 17:08:33 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode261 lib/dom/scripts/systemhtml.py:261: 'IFrameElement.get:contentWindow', why this move? https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode573 lib/dom/scripts/systemhtml.py:573: for ancestor_name in ...
8 years, 7 months ago (2012-05-24 17:16:58 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode261 lib/dom/scripts/systemhtml.py:261: 'IFrameElement.get:contentWindow', On 2012/05/24 17:16:58, antonmuhin wrote: > why this ...
8 years, 7 months ago (2012-05-25 12:00:35 UTC) #3
Anton Muhin
https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode573 lib/dom/scripts/systemhtml.py:573: for ancestor_name in self._AllAncestorInterfaces(interface_name): Sorry. It looks like the ...
8 years, 7 months ago (2012-05-25 12:04:29 UTC) #4
podivilov
https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode573 lib/dom/scripts/systemhtml.py:573: for ancestor_name in self._AllAncestorInterfaces(interface_name): _Matches works with sets, while ...
8 years, 7 months ago (2012-05-25 12:16:27 UTC) #5
Anton Muhin
lgtm https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): https://chromiumcodereview.appspot.com/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode573 lib/dom/scripts/systemhtml.py:573: for ancestor_name in self._AllAncestorInterfaces(interface_name): I think it's worth ...
8 years, 7 months ago (2012-05-25 12:17:44 UTC) #6
podivilov
http://codereview.chromium.org/10448009/diff/1/lib/dom/scripts/systemhtml.py File lib/dom/scripts/systemhtml.py (right): http://codereview.chromium.org/10448009/diff/1/lib/dom/scripts/systemhtml.py#newcode573 lib/dom/scripts/systemhtml.py:573: for ancestor_name in self._AllAncestorInterfaces(interface_name): On 2012/05/25 12:17:45, antonmuhin wrote: ...
8 years, 7 months ago (2012-05-25 12:37:53 UTC) #7
Anton Muhin
8 years, 7 months ago (2012-05-25 12:39:16 UTC) #8
http://codereview.chromium.org/10448009/diff/1/lib/dom/scripts/systemhtml.py
File lib/dom/scripts/systemhtml.py (right):

http://codereview.chromium.org/10448009/diff/1/lib/dom/scripts/systemhtml.py#...
lib/dom/scripts/systemhtml.py:573: for ancestor_name in
self._AllAncestorInterfaces(interface_name):
Thanks a lot!  Still LGTM

On 2012/05/25 12:37:54, podivilov wrote:
> On 2012/05/25 12:17:45, antonmuhin wrote:
> > I think it's worth it, but up to you.
> > 
> > On 2012/05/25 12:16:32, podivilov wrote:
> > > _Matches works with sets, while _html_library_renames is a map. Still it
> could
> > > be merged, but I'm not sure if it worth doing.
> > 
> 
> Done.

Powered by Google App Engine
This is Rietveld 408576698