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

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed)

Created:
8 years, 5 months ago by dgrove
Modified:
8 years, 4 months ago
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Convert DOM and HTML frog to dart2js. Committed: https://code.google.com/p/dart/source/detail?r=9871

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -53604 lines) Patch
M lib/compiler/implementation/library_map.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/compiler/implementation/scanner/source_list.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/config/import_dart2js.config View 1 chunk +3 lines, -3 lines 0 comments Download
A + lib/dom/dart2js/dom_dart2js.dart View 2 chunks +2 lines, -2 lines 0 comments Download
D lib/dom/dart2js/dom_frog.dart View 1 chunk +0 lines, -25389 lines 0 comments Download
D lib/dom/frog/dom_frog.dart View 1 chunk +0 lines, -25389 lines 0 comments Download
M lib/dom/scripts/dartdomgenerator.py View 5 chunks +20 lines, -20 lines 0 comments Download
M lib/dom/scripts/dartgenerator.py View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/scripts/generator.py View 3 chunks +6 lines, -6 lines 0 comments Download
M lib/dom/scripts/go.sh View 2 chunks +2 lines, -2 lines 0 comments Download
A + lib/dom/scripts/systemdart2js.py View 8 chunks +15 lines, -15 lines 0 comments Download
D lib/dom/scripts/systemfrog.py View 1 chunk +0 lines, -391 lines 0 comments Download
M lib/dom/scripts/systemhtml.py View 5 chunks +13 lines, -13 lines 0 comments Download
A + lib/dom/src/dart2js_DOMImplementation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/src/dart2js_DOMType.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/src/dart2js_DOMTypeJs.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/src/dart2js_FactoryProviders.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/src/dart2js_IDBKeyRangeFactoryProvider.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/src/dart2js_TypedArrayFactoryProvider.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
D lib/dom/src/frog_DOMImplementation.dart View 1 chunk +0 lines, -62 lines 0 comments Download
D lib/dom/src/frog_DOMType.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D lib/dom/src/frog_DOMTypeJs.dart View 1 chunk +0 lines, -10 lines 0 comments Download
D lib/dom/src/frog_FactoryProviders.dart View 1 chunk +0 lines, -21 lines 0 comments Download
D lib/dom/src/frog_IDBKeyRangeFactoryProvider.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D lib/dom/src/frog_TypedArrayFactoryProvider.dart View 1 chunk +0 lines, -113 lines 0 comments Download
A + lib/dom/templates/dart2js_impl.darttemplate View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/dom/templates/dom/dart2js/dart2js_dom.darttemplate View 1 chunk +6 lines, -6 lines 0 comments Download
D lib/dom/templates/dom/dart2js/frog_dom.darttemplate View 1 chunk +0 lines, -37 lines 0 comments Download
M + lib/dom/templates/dom/dart2js/impl_Console.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider_HTMLAudioElement.darttemplate View 1 chunk +0 lines, -11 lines 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider_HTMLOptionElement.darttemplate View 1 chunk +0 lines, -16 lines 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider_SharedWorker.darttemplate View 1 chunk +0 lines, -11 lines 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider_TextTrackCue.darttemplate View 1 chunk +0 lines, -15 lines 0 comments Download
D lib/dom/templates/dom/frog/factoryprovider_WebKitCSSMatrix.darttemplate View 1 chunk +0 lines, -11 lines 0 comments Download
D lib/dom/templates/dom/frog/frog_dom.darttemplate View 1 chunk +0 lines, -37 lines 0 comments Download
D lib/dom/templates/dom/frog/impl_Console.darttemplate View 1 chunk +0 lines, -16 lines 0 comments Download
D lib/dom/templates/dom/frog/impl_DOMWindow.darttemplate View 1 chunk +0 lines, -30 lines 0 comments Download
D lib/dom/templates/dom/frog/impl_HTMLIFrameElement.darttemplate View 1 chunk +0 lines, -14 lines 0 comments Download
D lib/dom/templates/dom/frog/impl_Storage.darttemplate View 1 chunk +0 lines, -29 lines 0 comments Download
D lib/dom/templates/frog_impl.darttemplate View 1 chunk +0 lines, -3 lines 0 comments Download
A + lib/dom/templates/html/dart2js/html_dart2js.darttemplate View 1 chunk +6 lines, -6 lines 0 comments Download
D lib/dom/templates/html/dart2js/html_frog.darttemplate View 1 chunk +0 lines, -65 lines 0 comments Download
M + lib/dom/templates/html/dart2js/impl_IDBDatabase.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_AudioElement.darttemplate View 1 chunk +0 lines, -10 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_Blob.darttemplate View 1 chunk +0 lines, -24 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_CSSMatrix.darttemplate View 1 chunk +0 lines, -8 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_DataView.darttemplate View 1 chunk +0 lines, -13 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_MutationObserver.darttemplate View 1 chunk +0 lines, -12 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_OptionElement.darttemplate View 1 chunk +0 lines, -15 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_ShadowRoot.darttemplate View 1 chunk +0 lines, -9 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_SharedWorker.darttemplate View 1 chunk +0 lines, -10 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_TextTrackCue.darttemplate View 1 chunk +0 lines, -14 lines 0 comments Download
D lib/dom/templates/html/frog/factoryprovider_XMLHttpRequest.darttemplate View 1 chunk +0 lines, -11 lines 0 comments Download
D lib/dom/templates/html/frog/html_frog.darttemplate View 1 chunk +0 lines, -65 lines 0 comments Download
D lib/dom/templates/html/frog/impl_CanvasElement.darttemplate View 1 chunk +0 lines, -9 lines 0 comments Download
D lib/dom/templates/html/frog/impl_Console.darttemplate View 1 chunk +0 lines, -10 lines 0 comments Download
D lib/dom/templates/html/frog/impl_IDBDatabase.darttemplate View 1 chunk +0 lines, -51 lines 0 comments Download
D lib/dom/templates/html/frog/impl_IFrameElement.darttemplate View 1 chunk +0 lines, -14 lines 0 comments Download
D lib/dom/templates/html/frog/impl_Window.darttemplate View 1 chunk +0 lines, -133 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/dom/templates/html/impl/impl_Element.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M lib/dom/templates/html/impl/impl_MutationObserver.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/templates/html/impl/impl_Node.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
A + lib/html/dart2js/html_dart2js.dart View 12 chunks +16 lines, -16 lines 0 comments Download
A + lib/html/html_dart2js.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
D lib/html/html_frog.dart View 1 chunk +0 lines, -1119 lines 0 comments Download
A + lib/html/src/dart2js_DOMImplementation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/html/src/dart2js_FactoryProviders.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/html/src/dart2js_IDBKeyRangeFactoryProvider.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/html/src/dart2js_IDBOpenDBRequestImplementation.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
A + lib/html/src/dart2js_LocationWrapper.dart View 0 chunks +-1 lines, --1 lines 0 comments Download
D lib/html/src/frog_DOMImplementation.dart View 1 chunk +0 lines, -69 lines 0 comments Download
D lib/html/src/frog_FactoryProviders.dart View 1 chunk +0 lines, -25 lines 0 comments Download
D lib/html/src/frog_IDBKeyRangeFactoryProvider.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D lib/html/src/frog_IDBOpenDBRequestImplementation.dart View 1 chunk +0 lines, -27 lines 0 comments Download
D lib/html/src/frog_LocationWrapper.dart View 1 chunk +0 lines, -73 lines 0 comments Download
M tools/create_sdk.py View 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
dgrove
8 years, 5 months ago (2012-07-24 21:42:58 UTC) #1
Siggi Cherem (dart-lang)
lgtm, but I'm not sure if we are missing any changes (e.g. in the dartium ...
8 years, 5 months ago (2012-07-24 22:43:36 UTC) #2
ahe
8 years, 4 months ago (2012-08-02 17:52:32 UTC) #3
Hi Dan,

Thank you for cleaning this up!

Cheers,
Peter

Powered by Google App Engine
This is Rietveld 408576698