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

Issue 2905223002: Cherry-picks of multiple html CLs

Created:
3 years, 7 months ago by Alan Knight
Modified:
3 years, 6 months ago
Reviewers:
vsm, Alan Knight, terry, Jacob
CC:
reviews_dartlang.org
Target Ref:
refs/heads/dev
Visibility:
Public.

Description

Cherry-picks of multiple html CLs The result of running Update DDC libraries to match SDK, and debugger_test golden file git cherry-pick d60efa87fecf595a5bc62a730d61060552f4365e # https://codereview.chromium.org/2902973004 Obsolete test in svgelement_test git cherry-pick b4b02daade289729cfffd84bab9dcfe9575876fe # https://codereview.chromium.org/2899173002 Include DDC fixes to dart:html in the main version git cherry-pick bbfa1dac84980f0b0cb11cbe4b6591d6df43d52e # https://codereview.chromium.org/2903143002 Update lib_strong status for passing svg_element_test git cherry-pick 0bb2d5e548e8ab40374f64a37c5951905215b0b5 # https://codereview.chromium.org/2899083007 Update DDC html libraries to match SDK git checkout master pkg/dev_compiler/lib git commit git cherry-pick 6f71f9c80b2088df5afa5e8ded7196db120f5b18 # https://codereview.chromium.org/2907563003 Revert "[Experiment] Stop suppressing DragEvent" git cherry-pick 20dc74984432702dd6de679383c4cea8e0e31e3e # https://codereview.chromium.org/2901213006 Suppress Scale interface - unused. git cherry-pick d21cc80a5457e68bcd3af4b6b5106e0f08a1ee3b # https://codereview.chromium.org/2899393004 Add a dataTransfer member to MouseEvent git cherry-pick a865f0ecf225fbffaf393f7b55c715aa64d090b6 # https://codereview.chromium.org/2903333002 Update DDC libraries to match SDK, and debugger_test golden file cd pkg/dev_compiler tool/build_sdk.sh BUG= R=jacobr@google.com Review-Url: https://codereview.chromium.org/2903333002 . Add a dataTransfer member to MouseEvent BUG= R=terry@google.com Review-Url: https://codereview.chromium.org/2899393004 . Suppress Scale interface - unused. TBR=alanknight@google.com Review-Url: https://codereview.chromium.org/2901213006 . Revert "[Experiment] Stop suppressing DragEvent" This reverts commit fbbb97467030db2f0996e19f3c5bc133851dee31. Also updates the cached_patches.dart file. BUG= R=terry@google.com Review-Url: https://codereview.chromium.org/2907563003 . Update DDC html libraries to match SDK BUG= R=vsm@google.com Review-Url: https://codereview.chromium.org/2899083007 . Update lib_strong status for passing svg_element_test BUG= Review-Url: https://codereview.chromium.org/2903143002 . Include DDC fixes to dart:html in the main version BUG= R=jacobr@google.com, vsm@google.com Review-Url: https://codereview.chromium.org/2899173002 . Remove obsolete test in svgelement_test BUG= Review-Url: https://codereview.chromium.org/2902973004 .

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7820 lines, -3907 lines) Patch
M pkg/dev_compiler/lib/sdk/ddc_sdk.sum View Binary file 0 comments Download
M pkg/dev_compiler/lib/src/compiler/code_generator.dart View 2 chunks +1 line, -26 lines 0 comments Download
M pkg/dev_compiler/test/browser/language_tests.js View 2 chunks +1 line, -2 lines 0 comments Download
M pkg/dev_compiler/test/not_yet_strong_tests.dart View 1 chunk +0 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/html/dart2js/html_dart2js.dart View 338 chunks +3250 lines, -1706 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/indexed_db/dart2js/indexed_db_dart2js.dart View 6 chunks +6 lines, -6 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/svg/dart2js/svg_dart2js.dart View 16 chunks +193 lines, -1007 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_audio/dart2js/web_audio_dart2js.dart View 14 chunks +134 lines, -41 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_gl/dart2js/web_gl_dart2js.dart View 50 chunks +3835 lines, -493 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart View 4 chunks +11 lines, -5 lines 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/foreign_helper.dart View 1 chunk +9 lines, -1 line 0 comments Download
M pkg/dev_compiler/tool/input_sdk/private/js_helper.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/dev_compiler/tool/sdk_expected_errors.txt View 1 chunk +82 lines, -85 lines 0 comments Download
M sdk/lib/_blink/dartium/_blink_dartium.dart View 4 chunks +0 lines, -44 lines 0 comments Download
M sdk/lib/html/dart2js/html_dart2js.dart View 42 chunks +83 lines, -154 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 46 chunks +104 lines, -189 lines 0 comments Download
M sdk/lib/js/dartium/cached_patches.dart View 2 chunks +0 lines, -18 lines 0 comments Download
M sdk/lib/svg/dart2js/svg_dart2js.dart View 3 chunks +22 lines, -22 lines 0 comments Download
M sdk/lib/svg/dartium/svg_dartium.dart View 3 chunks +22 lines, -22 lines 0 comments Download
M tests/html/html.status View 2 chunks +0 lines, -2 lines 0 comments Download
M tests/html/svgelement_test.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M tests/lib_strong/html/debugger_test_golden.txt View 2 chunks +28 lines, -48 lines 0 comments Download
M tests/lib_strong/html/svgelement_test.dart View 1 chunk +0 lines, -10 lines 0 comments Download
M tests/lib_strong/lib_strong.status View 1 chunk +0 lines, -1 line 0 comments Download
M tools/dom/idl/dart/dart.idl View 2 chunks +15 lines, -0 lines 0 comments Download
M tools/dom/scripts/generator.py View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/scripts/htmleventgenerator.py View 1 chunk +7 lines, -7 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 1 chunk +1 line, -1 line 0 comments Download
M tools/dom/templates/html/dart2js/impl_MouseEvent.darttemplate View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/dom/templates/html/dartium/impl_MouseEvent.darttemplate View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_EventTarget.darttemplate View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_HTMLSelectElement.darttemplate View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/dom/templates/html/impl/impl_SVGElement.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698