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

Issue 1327083002: Revert "Patched in Dartium JsInterop" (Closed)

Created:
5 years, 3 months ago by terry
Modified:
5 years, 3 months ago
Reviewers:
Alan Knight
CC:
reviews_dartlang.org, ricow1, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Revert "Patched in Dartium JsInterop" This reverts commit 4bb2e617db651234aa6b7aa57e1f5ac98af599fb. TBR=alanknight@google.com Committed: https://github.com/dart-lang/sdk/commit/012c998f64a5ad759a872e45bb8b25e93aeb88b6

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3589 lines, -13412 lines) Patch
M DEPS View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/js_runtime/lib/js_array.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/core/list.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 514 chunks +675 lines, -673 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1405 chunks +1535 lines, -7777 lines 0 comments Download
M sdk/lib/html/html_common/filtered_element_list.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/indexed_db/dartium/indexed_db_dartium.dart View 24 chunks +43 lines, -206 lines 0 comments Download
M sdk/lib/internal/list.dart View 2 chunks +2 lines, -2 lines 0 comments Download
M sdk/lib/js/dart2js/js_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/js/dartium/js_dartium.dart View 13 chunks +16 lines, -51 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 10 chunks +9 lines, -10 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 253 chunks +223 lines, -2198 lines 0 comments Download
M sdk/lib/web_audio/dartium/web_audio_dartium.dart View 55 chunks +39 lines, -407 lines 0 comments Download
M sdk/lib/web_gl/dartium/web_gl_dartium.dart View 49 chunks +21 lines, -583 lines 0 comments Download
M sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/web_sql/dartium/web_sql_dartium.dart View 12 chunks +16 lines, -107 lines 0 comments Download
M tests/co19/co19-dart2js.status View 24 chunks +24 lines, -6 lines 0 comments Download
M tests/co19/co19-dartium.status View 18 chunks +31 lines, -7 lines 0 comments Download
M tests/compiler/dart2js/js_backend_cps_ir_basic_test.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M tests/html/fontface_loaded_test.dart View 2 chunks +8 lines, -15 lines 0 comments Download
M tests/html/html.status View 3 chunks +16 lines, -1 line 0 comments Download
M tests/html/messageevent_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/html/worker_test.dart View 1 chunk +1 line, -0 lines 0 comments Download
M tools/deps/dartium.deps/DEPS View 3 chunks +3 lines, -4 lines 0 comments Download
M tools/dom/scripts/css_code_generator.py View 5 chunks +21 lines, -3 lines 0 comments Download
M tools/dom/scripts/generator.py View 4 chunks +16 lines, -81 lines 0 comments Download
M tools/dom/scripts/go.sh View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/scripts/htmldartgenerator.py View 7 chunks +4 lines, -58 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 5 chunks +0 lines, -6 lines 0 comments Download
M tools/dom/scripts/systemhtml.py View 9 chunks +62 lines, -32 lines 0 comments Download
M tools/dom/scripts/systemnative.py View 11 chunks +26 lines, -32 lines 0 comments Download
M tools/dom/src/CssRectangle.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M tools/dom/src/Html5NodeValidator.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/src/NodeValidatorBuilder.dart View 3 chunks +5 lines, -5 lines 0 comments Download
M tools/dom/src/Validators.dart View 4 chunks +8 lines, -5 lines 0 comments Download
M tools/dom/src/WrappedList.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/_chrome/app_runtime.dart View 3 chunks +4 lines, -4 lines 0 comments Download
M tools/dom/src/_chrome/app_window.dart View 11 chunks +25 lines, -25 lines 0 comments Download
M tools/dom/src/_chrome/file_system.dart View 6 chunks +7 lines, -7 lines 0 comments Download
M tools/dom/src/_chrome/utils.dart View 1 chunk +4 lines, -4 lines 0 comments Download
M tools/dom/src/dart2js_DOMImplementation.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/src/native_DOMImplementation.dart View 4 chunks +11 lines, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/html_dartium.darttemplate View 5 chunks +46 lines, -181 lines 0 comments Download
M tools/dom/templates/html/dartium/indexed_db_dartium.darttemplate View 2 chunks +1 line, -2 lines 0 comments Download
M tools/dom/templates/html/dartium/svg_dartium.darttemplate View 1 chunk +0 lines, -6 lines 0 comments Download
M tools/dom/templates/html/dartium/web_audio_dartium.darttemplate View 1 chunk +0 lines, -1 line 0 comments Download
M tools/dom/templates/html/dartium/web_gl_dartium.darttemplate View 1 chunk +0 lines, -1 line 0 comments Download
M tools/dom/templates/html/dartium/web_sql_dartium.darttemplate View 2 chunks +0 lines, -7 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Blob.darttemplate View 1 chunk +0 lines, -17 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate View 435 chunks +540 lines, -522 lines 0 comments Download
M tools/dom/templates/html/impl/impl_CanvasRenderingContext2D.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_DOMException.darttemplate View 1 chunk +0 lines, -29 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Document.darttemplate View 2 chunks +14 lines, -43 lines 0 comments Download
M tools/dom/templates/html/impl/impl_DocumentFragment.darttemplate View 3 chunks +7 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Element.darttemplate View 28 chunks +49 lines, -75 lines 0 comments Download
M tools/dom/templates/html/impl/impl_FileReader.darttemplate View 1 chunk +1 line, -1 line 0 comments Download
D tools/dom/templates/html/impl/impl_HTMLAudioElement.darttemplate View 1 chunk +0 lines, -20 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLDocument.darttemplate View 5 chunks +4 lines, -105 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MutationObserver.darttemplate View 1 chunk +8 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Node.darttemplate View 6 chunks +32 lines, -11 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 3 chunks +2 lines, -18 lines 0 comments Download
M tools/dom/templates/html/impl/impl_ShadowRoot.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_WheelEvent.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 2 chunks +3 lines, -3 lines 0 comments Download
M tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate View 1 chunk +0 lines, -29 lines 0 comments Download
M tools/dom/templates/immutable_list_mixin.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
terry
5 years, 3 months ago (2015-09-08 20:35:13 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
012c998f64a5ad759a872e45bb8b25e93aeb88b6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698