1. 19 Nov, 2019 6 commits
    • engine-flutter-autoroll's avatar
      ecb32952f Roll src/third_party/dart 830f291773..62c67e40dc (15 commits) (#45147) · 152e6ec0
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/762294cf2d29...ecb32952ffcb
      
      git log 762294cf2d29..ecb32952ffcb --no-merges --oneline
      2019-11-19 bkonyi@google.com Roll src/third_party/dart 830f291773..62c67e40dc (15 commits)
      
      
      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 jimgraham@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
      152e6ec0
    • engine-flutter-autoroll's avatar
      Roll engine 9832bc8f2eb2..762294cf2d29 (8 commits) (#45144) · 1b136537
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/9832bc8f2eb2...762294cf2d29
      
      git log 9832bc8f2eb2..762294cf2d29 --no-merges --oneline
      2019-11-19 tvolkert@users.noreply.github.com Revert "RendererContextSwitch guard flutter's gl context rework. (#13812)" (flutter/engine#13906)
      2019-11-19 bkonyi@google.com Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits) (flutter/engine#13905)
      2019-11-19 ferhat@gmail.com Fix withIn matcher distance function lookup (flutter/engine#13904)
      2019-11-18 bkonyi@google.com Roll src/third_party/dart aceeba7567..06e6554d2e (2 commits) (flutter/engine#13900)
      2019-11-18 ferhat@gmail.com Fix single line bitmap canvas text shadow (flutter/engine#13901)
      2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from dhwMR... to kSMF7... (flutter/engine#13899)
      2019-11-18 bkonyi@google.com Roll src/third_party/dart 7b67303318..aceeba7567 (8 commits)
      2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 6ZRA_... to Oo6E_... (flutter/engine#13894)
      
      
      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 jimgraham@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
      1b136537
    • Kaushik Iska's avatar
      f45bd48c
    • Greg Spencer's avatar
      FocusableActionDetector widget (#44867) · 6e10719d
      Greg Spencer authored
      This adds a FocusableActionDetector, a widget which combines the functionality of Actions, Shortcuts, MouseRegion and a Focus widget to create a detector that defines actions and key bindings, and will notify that the focus or hover highlights should be shown or not. This widget can be used to give a control the required detection modes for focus and hover handling on desktop and web platforms.
      
      I replaced a bunch of similar code in many of our widgets with this widget, and found that pretty much any control that wants to be focusable wants all of these features as well: focus highlights, hover highlights, and actions to activate it.
      
      Also eliminated an extra _hasFocus variable in FocusState that wasn't being used.
      6e10719d
    • Shi-Hao Hong's avatar
      ignore vscode auto-generated files (#45080) · cce445e2
      Shi-Hao Hong authored
      cce445e2
    • Amir Hardon's avatar
      Enable iOS platform views for Flutter Gallery (#45126) · 3c65463f
      Amir Hardon authored
      While building the iOS platform views support we only enabled it when the app developer explicitly specified it with a flag, the main reasons were using an untested thread configuration, and taking a performance hit (even when no platform view is used due to disabled raster cache).
      
      Now that we are using the same dynamic thread configuration whether platform views is used or not, and that raster cache works with platform views in the tree as well, we are almost ready to enabled the platform views support by default.
      
      As a first step, I'm enabling it for the Flutter Gallery app on which we run benchmarks. After monitoring the benchmarks and making sure the gallery takes no hit we should be more confident to enabled platform views by default.
      
      This change is expected to have no performance effect on the Gallery app at all.
      3c65463f
  2. 18 Nov, 2019 13 commits
  3. 17 Nov, 2019 3 commits
  4. 16 Nov, 2019 7 commits
  5. 15 Nov, 2019 11 commits