1. 23 Oct, 2019 7 commits
    • engine-flutter-autoroll's avatar
      Roll engine b5a33d4d6a10..d3e38d28a3e5 (5 commits) (#43317) · 37521710
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/b5a33d4d6a10...d3e38d28a3e5
      
      git log b5a33d4d6a10..d3e38d28a3e5 --no-merges --oneline
      2019-10-23 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from _PqfD... to 4TVGx... (flutter/engine#13303)
      2019-10-23 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from xGLLm... to bQlPz... (flutter/engine#13302)
      2019-10-23 bkonyi@google.com Roll src/third_party/dart 4ab09db0f4..17ed3cb5b3 (10 commits)
      2019-10-23 franciscojma@google.com Send flag modified events to the framework (flutter/engine#13269)
      2019-10-23 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2638f3d44b02..1ab27a2b5c5f (8 commits) (flutter/engine#13299)
      
      
      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 aaclarke@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
      37521710
    • Jonah Williams's avatar
    • James D. Lin's avatar
      Make `ProjectFileInvalidator.findInvalidated` able to use the async `FileStat.stat` (#42028) · 83704b1d
      James D. Lin authored
      Empirical measurements indicate on the network file system we use
      internally, using `FileStat.stat` on thousands of files is much
      faster than using `FileStat.statSync`. (It can be slower for files
      on a local SSD, however.)
      
      Add a flag to `ProjectFileInvalidator.findInvalidated` to let it
      use `FileStat.stat` instead of `FileStat.statSync` when scanning for
      modified files.  This can be enabled by overriding `HotRunnerConfig`.
      
      I considered creating a separate, asynchronous version of
      `findInvalidated`, but that led to more code duplication than I
      liked, and it would be harder to avoid drift between the versions.
      83704b1d
    • Taufiq Rahman's avatar
    • Jonah Williams's avatar
    • Jonah Williams's avatar
    • engine-flutter-autoroll's avatar
      Roll engine a064063e3f63..b5a33d4d6a10 (17 commits) (#43308) · 58c46a83
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/a064063e3f63...b5a33d4d6a10
      
      git log a064063e3f63..b5a33d4d6a10 --no-merges --oneline
      2019-10-23 chinmaygarde@google.com Allow embedders to update preferrred locales. (flutter/engine#13238)
      2019-10-23 jason-simmons@users.noreply.github.com Show strace logs when the Fuchsia gen_package script gets an error from the packaging tool (flutter/engine#13298)
      2019-10-22 ferhat@gmail.com [web] Cupertino dynamic color fix. (flutter/engine#13296)
      2019-10-22 bkonyi@google.com Roll src/third_party/dart 6a65ea9cad..4ab09db0f4 (2 commits)
      2019-10-22 garyq@google.com Update harfbuzz to 2.6.2, Roll buildroot to a518e (flutter/engine#13242)
      2019-10-22 ferhat@gmail.com Fix decode feature detection in HtmlCodec (flutter/engine#13274)
      2019-10-22 chinmaygarde@google.com Avoid accessing the Cocoa view on the GPU or IO task runners. (flutter/engine#13295)
      2019-10-22 gw280@google.com Make flutter_tester support multithreaded testing, and run all Dart tests in both single and multithreaded configurations (flutter/engine#13273)
      2019-10-22 30870216+gaaclarke@users.noreply.github.com Made restarting the Engine remember the last entrypoint that was used. (flutter/engine#13289)
      2019-10-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia f3f8ac37e468..2638f3d44b02 (12 commits) (flutter/engine#13291)
      2019-10-22 hterkelsen@users.noreply.github.com Flesh out the CanvasKit backend some more (flutter/engine#13275)
      2019-10-22 rmacnak@google.com Roll Dart to 6a65ea9cad4b014f88d2f1be1b321db493725a1c. (flutter/engine#13294)
      2019-10-22 chinmaygarde@google.com Disable flaky test ShellTest_ReportTimingsIsCalled. (flutter/engine#13292)
      2019-10-22 jason-simmons@users.noreply.github.com Do not request executable permission on Fuchsia file mappings unless it is required (flutter/engine#13290)
      2019-10-22 bkonyi@google.com Roll src/third_party/dart e1c409792c..5814319bf9 (9 commits)
      2019-10-22 30870216+gaaclarke@users.noreply.github.com Revert "Made restarting the Engine remember the last entrypoint that was used. (#13264)" (flutter/engine#13287)
      2019-10-22 30870216+gaaclarke@users.noreply.github.com Made restarting the Engine remember the last entrypoint that was used. (flutter/engine#13264)
      
      
      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 aaclarke@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
      58c46a83
  2. 22 Oct, 2019 11 commits
  3. 21 Oct, 2019 13 commits
  4. 18 Oct, 2019 9 commits