1. 01 Aug, 2019 15 commits
  2. 31 Jul, 2019 15 commits
    • Jonah Williams's avatar
      2ab46995
    • Jenn Magder's avatar
      Build number (part after +) is documented as optional, use entire app version... · dd1fb3bc
      Jenn Magder authored
      Build number (part after +) is documented as optional, use entire app version if not present (#37036)
      
      dd1fb3bc
    • Justin McCandless's avatar
      iOS 13 scrollbar (#35829) · fb2f3e58
      Justin McCandless authored
      You can drag the cupertinoscrollbar if you pass an active scrollcontroller to the scrollbar.
      fb2f3e58
    • Zachary Anderson's avatar
    • Shi-Hao Hong's avatar
    • Keerti Parthasarathy's avatar
      Update dartdoc to 28.4 (#37314) · f3674ccf
      Keerti Parthasarathy authored
      f3674ccf
    • Jim Graham's avatar
      Reland: Optimize the transformRect and transformPoint methods in matrix_utils. (#36396) (#37275) · 76d13ab3
      Jim Graham authored
      Primarily these methods no longer allocate any objects other than their
      return values.
      
      Additionally, the math in the methods is reduced compared to the general
      case math based on known input conditions.
      
      Modified to no longer generate infinite values in some finite cases.
      76d13ab3
    • engine-flutter-autoroll's avatar
      Roll engine... · 852bcba5
      engine-flutter-autoroll authored
      Roll engine b43178e3d683ce7cacfda541837aca044e0ef5b4..a29ef660134f4d1656dfb4bddba6f577bb508747 (10 commits) (#37309)
      
      
      https://github.com/flutter/engine/compare/b43178e3d683...a29ef660134f
      
      git log b43178e3d683..a29ef660134f --no-merges --oneline
      a29ef6601 [fuchsia] Remove extraneous ShapeNodes (flutter/engine#10150)
      8ef792f6c Roll src/third_party/skia a13c7744f154f434b5415688280b4e127a2ce8f5..6808e2d1faaccd6fc739f436c2470f199aa4d1a8 (2 commits) (flutter/engine#10281)
      ca29c7206 Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:vjX_DhfQqJjsX26pl5-vNNM3Lfb0Vwl9l09abYj-D1oC to fuchsia/sdk/core/mac-amd64:A4Ah4g0K30dWnbolQ7Z3zyXapbAyy3d9l4IeLGAG9YQC (flutter/engine#10280)
      75970d77b Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:om5F-s2gIabc-Toen2VT6nnosnQvTKI1e6Nz2zg8P40C to fuchsia/sdk/core/linux-amd64:6j9WXOOtqKZzSKIgQi-12GJ1MYzPDJvq-RLAtpJpGB0C (flutter/engine#10279)
      6a69cd591 Roll src/third_party/skia 6980c4e0aef8ab9546e25d8160c05a716f1c3ce3..a13c7744f154f434b5415688280b4e127a2ce8f5 (1 commits) (flutter/engine#10278)
      7a7afab09 Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:MuVYOXXS9sxCbxvFCJDHfuF5pkWXIgS0uUlBFdIuQPsC to fuchsia/sdk/core/linux-amd64:om5F-s2gIabc-Toen2VT6nnosnQvTKI1e6Nz2zg8P40C (flutter/engine#10277)
      02649bd27 Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:kSzcB40iCqsXbCka_VUf4jB5iRl2G9gLM_xDbbGg5GwC to fuchsia/sdk/core/mac-amd64:vjX_DhfQqJjsX26pl5-vNNM3Lfb0Vwl9l09abYj-D1oC (flutter/engine#10276)
      e8b19de50 Roll src/third_party/skia 6e86c1b05eeedc3b6be0e98001b7b5d6bab71b74..6980c4e0aef8ab9546e25d8160c05a716f1c3ce3 (4 commits) (flutter/engine#10275)
      3be752389 Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:pGTb76UZ-PsJzdatSNkJIkEGLESaGa_S2wtZfgHPU5EC to fuchsia/sdk/core/linux-amd64:MuVYOXXS9sxCbxvFCJDHfuF5pkWXIgS0uUlBFdIuQPsC (flutter/engine#10274)
      ed8e35c4c Remove get engine (flutter/engine#9747)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (franciscojma@google.com), and stop
      the roller if necessary.
      
      852bcba5
    • Jenn Magder's avatar
    • liyuqian's avatar
      Reland "Fix the first frame logic in tracing and driver (#35297)" (#37192) · e77237d6
      liyuqian authored
      This relands https://github.com/flutter/flutter/pull/35297
      
      The followings have been done to fix the broken tests:
        1. Add `didSendFirstFrameRasterizedEvent` extension and its tests
        2. Wait for `didSendFirstFrameRasterizedEvent` instead of
           `didSendFirstFrameEvent` during start up tests
        3. Mark missed (probably newly added) start up tests as flaky
      e77237d6
    • Darren Austin's avatar
    • Michael Goderbauer's avatar
      6ab2445e
    • Justin McCandless's avatar
      Fix selection menu not showing after clear (#37042) · d82bca2a
      Justin McCandless authored
      This allows the text selection menu to be shown after deleting all text in a text field.
      d82bca2a
    • engine-flutter-autoroll's avatar
      Roll engine... · 53a1f225
      engine-flutter-autoroll authored
      Roll engine c41bbc63d955cc7056a162957ac4eeeca6647dc2..b43178e3d683ce7cacfda541837aca044e0ef5b4 (14 commits) (#37274)
      
      
      https://github.com/flutter/engine/compare/c41bbc63d955...b43178e3d683
      
      git log c41bbc63d955..b43178e3d683 --no-merges --oneline
      b43178e3d Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:Z7vUHOlojg6n7o-K4Knm474YKdmi1a8pX7Klq_YmkpUC to fuchsia/sdk/core/mac-amd64:kSzcB40iCqsXbCka_VUf4jB5iRl2G9gLM_xDbbGg5GwC (flutter/engine#10270)
      f8d122bfc Remove Dead Scenic Clipping Code Path. (flutter/engine#10242)
      7436f693a Roll src/third_party/skia e9cb76221597ac9e9b0bf009ab1a843da8428d83..6e86c1b05eeedc3b6be0e98001b7b5d6bab71b74 (16 commits) (flutter/engine#10266)
      6bd2f5319 [dart-roll] Roll dart sdk to 80c4954d4d1d2a257005793d83b601f3ff2997a2 (flutter/engine#10265)
      4c6948a88 Android Embedding Refactor 38: Removed AssetManager from DartEntrypoint. (flutter/engine#10250)
      b18105f57 Roll fuchsia/sdk/core/linux-amd64 from fuchsia/sdk/core/linux-amd64:cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC to fuchsia/sdk/core/linux-amd64:pGTb76UZ-PsJzdatSNkJIkEGLESaGa_S2wtZfgHPU5EC (flutter/engine#10264)
      6834deb2b Roll fuchsia/sdk/core/mac-amd64 from fuchsia/sdk/core/mac-amd64:P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC to fuchsia/sdk/core/mac-amd64:Z7vUHOlojg6n7o-K4Knm474YKdmi1a8pX7Klq_YmkpUC (flutter/engine#10262)
      b6fe15d60 [fuchsia] Bundle architecture specific gen_snapshots (flutter/engine#10261)
      a6a7c8547 [fuchsia] Add arm64 builds for flutter and dart runner (flutter/engine#10260)
      e77e4f0e0 [fuchsia] Update buildroot to support arm64 (flutter/engine#10240)
      cf46f88e9 Roll src/third_party/skia 9dc0b9e2f86a..e9cb76221597 (12 commits) (flutter/engine#10259)
      0d66b3251 [fuchsia] Start building dart_patched_sdk (flutter/engine#10246)
      dfe68a0f2 Roll fuchsia/sdk/core/linux-amd64 from 7FSBCYS5vCVwpiozstnbIO6K7sCFQ87UYwo6NkeNrCIC to cYX6VeZcy3RWhV8mZIVF8MI5NvcUSgFRLRZMKpfWxTMC (flutter/engine#10258)
      04c18c6f0 Roll fuchsia/sdk/core/mac-amd64 from rJ53P95WbHakJemuGkRE3VOdlvohKPI91VcydLL0n2MC to P-V-0DXgsN-0uCWtbyqNO-do3JScrAvZ3z1_Vj5xdagC (flutter/engine#10256)
      
      The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
      
      If the roll is causing failures, please contact the current sheriff (franciscojma@google.com), and stop
      the roller if necessary.
      
      53a1f225
    • Michael Goderbauer's avatar
      Revert "reland Enable selection by default for password text field and expose... · 9a01ed2a
      Michael Goderbauer authored
      Revert "reland Enable selection by default for password text field and expose api to turn on and off context menu options (#34676) (#37183)" (#37295)
      
      This reverts commit 7eb09a84.
      9a01ed2a
  3. 30 Jul, 2019 10 commits