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

Issue 10383302: Move dart:dom implementation classes to dart:html library. (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

Move dart:dom implementation classes to dart:html library. Rename dom implementation classes to _<Interface>DOMImpl to avoid clashes with html implementation classes, and import dom implementation classes directly into dart:html. Temporary introduce fake dom interfaces for overload dispatching (dom implementation classes don't implement html interfaces yet). R=antonm@google.com Committed: https://code.google.com/p/dart/source/detail?r=7954

Patch Set 1 #

Total comments: 22

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+191 lines, -252 lines) Patch
M lib/dom/scripts/dartdomgenerator.py View 1 2 4 chunks +16 lines, -7 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 1 2 4 chunks +7 lines, -4 lines 0 comments Download
M lib/dom/scripts/systemnative.py View 1 2 20 chunks +58 lines, -32 lines 0 comments Download
M lib/dom/src/native_DOMImplementation.dart View 1 2 3 chunks +17 lines, -40 lines 0 comments Download
M lib/dom/src/native_DOMPublic.dart View 1 2 2 chunks +6 lines, -5 lines 0 comments Download
M lib/dom/src/native_DOMWrapperBase.dart View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M lib/dom/templates/dom/native/cpp_implementation.template View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/templates/dom/native/dart_implementation.darttemplate View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M lib/dom/templates/html/dartium/factoryprovider.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
D lib/dom/templates/html/dartium/factoryprovider_AudioElement.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/html/dartium/factoryprovider_BlobBuilder.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/html/dartium/factoryprovider_CSSMatrix.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/html/dartium/factoryprovider_OptionElement.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
M lib/dom/templates/html/dartium/factoryprovider_XMLHttpRequest.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/templates/html/dartium/html_dartium.darttemplate View 1 2 4 chunks +10 lines, -15 lines 0 comments Download
M lib/dom/templates/html/dartium/impl_EventTarget.darttemplate View 1 2 5 chunks +8 lines, -7 lines 0 comments Download
M lib/html/src/dartium_FactoryProviders.dart View 1 1 chunk +55 lines, -104 lines 0 comments Download
M tests/dom/dom.status View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
podivilov
8 years, 7 months ago (2012-05-23 10:43:02 UTC) #1
Anton Muhin
https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode160 lib/dom/scripts/dartdomgenerator.py:160: elif system == 'native': do we need to support ...
8 years, 7 months ago (2012-05-23 14:03:31 UTC) #2
podivilov
https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode160 lib/dom/scripts/dartdomgenerator.py:160: elif system == 'native': On 2012/05/23 14:03:31, antonmuhin wrote: ...
8 years, 7 months ago (2012-05-23 14:52:40 UTC) #3
Anton Muhin
lgtm w/ comments addressed https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): https://chromiumcodereview.appspot.com/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode160 lib/dom/scripts/dartdomgenerator.py:160: elif system == 'native': I'd ...
8 years, 7 months ago (2012-05-23 15:25:23 UTC) #4
podivilov
http://codereview.chromium.org/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py File lib/dom/scripts/dartdomgenerator.py (right): http://codereview.chromium.org/10383302/diff/1/lib/dom/scripts/dartdomgenerator.py#newcode160 lib/dom/scripts/dartdomgenerator.py:160: elif system == 'native': On 2012/05/23 15:25:23, antonmuhin wrote: ...
8 years, 7 months ago (2012-05-24 10:33:07 UTC) #5
Anton Muhin
8 years, 7 months ago (2012-05-24 13:11:23 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698