1. 04 Oct, 2019 3 commits
  2. 03 Oct, 2019 9 commits
  3. 02 Oct, 2019 23 commits
  4. 01 Oct, 2019 5 commits
    • engine-flutter-autoroll's avatar
      Roll engine 5c428d924790..9e6314d348f9 (8 commits) (#41741) · 056f7244
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/5c428d924790...9e6314d348f9
      
      git log 5c428d924790..9e6314d348f9 --no-merges --oneline
      2019-10-01 bkonyi@google.com Roll src/third_party/dart 998f1efbe9..1103600280 (6 commits)
      2019-10-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 3Axx8... to L_AEL... (flutter/engine#12726)
      2019-10-01 ychris@google.com Reland "Add iOS platform view mutation XCUITests to the scenario app(#11652)" (flutter/engine#12707)
      2019-10-01 skia-flutter-autoroll@skia.org Roll src/third_party/skia a7914a872657..1e9112fbb472 (4 commits) (flutter/engine#12724)
      2019-10-01 30870216+gaaclarke@users.noreply.github.com Resize channel buffers (flutter/engine#12402)
      2019-10-01 bkonyi@google.com Roll src/third_party/dart fb1c5a6404..998f1efbe9 (3 commits)
      2019-10-01 30870216+gaaclarke@users.noreply.github.com Cleanup: Turned on NS_ASSUME_NONNULL_BEGIN for FlutterViewController. (flutter/engine#12708)
      2019-10-01 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from Jr7x0... to Q4sFH... (flutter/engine#12722)
      
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC cbracken@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      056f7244
    • Mouad Debbar's avatar
      Keymap for Web (#41397) · e045ef29
      Mouad Debbar authored
      e045ef29
    • Slade Capasso's avatar
      range_slider_test.dart diagnostics property tests (#40291) · a9c28d5f
      Slade Capasso authored
      * Updates to slider_test.dart
      
      Fixed error that required onChanged.
      
      * Updated slider.dart and slider_test.dart debugFillProperties
      
      Updated slider.dart debugFillProperties to include all properties and slider_test debugFillProperties to test all properties
      
      * Updated Slider onChanged property
      
      * Updated debugFillProperties to ignore testing methods that are null in test
      
      Per feedback from Hans/Anthony on Flutter Material
      
      * Updated spacing in debugFillProperties
      
      Per feedback from Hans
      
      * Updated range_slider.dart and range_slider_test.dart to have DiagnosticProperties tests for all properties
      
      * Updated range_slider.dart and range_slider_test.dart per feedback
      
      Preventing null labels from creating an error.
      
      Added made RangeLabels and RangeValues constants in instantiation of Range Slider.
      
      Fixed spacing.
      
      * Updates to start and end labels in diagnostic property tests
      
      Updated per feedback from @clocksmith
      a9c28d5f
    • Jonah Williams's avatar
      6714baab
    • Jonah Williams's avatar
      Reland: Switch to assemble API for dart2js (#41659) · b2f38396
      Jonah Williams authored
      * Stop using build_runner for dart2js
      
      * fixes to yield when computing hashes and to imports
      
      * add missing await
      
      * Update filecache_test.dart
      
      * Fix paths in filecache test
      
      * use file uri for import
      
      * add test cases and configurable override
      
      * remove test dep
      
      * fix filepaths for windows
      
      * test no longer failing
      
      * fix paths for test cases
      
      * fix typo
      
      * address comments
      
      * make a constant
      
      * make filehash async and use constant
      
      * fix silly logic error
      b2f38396