1. 18 Oct, 2019 15 commits
    • Jonah Williams's avatar
      6fc99e98
    • Jonah Williams's avatar
      21be8372
    • Jonah Williams's avatar
    • engine-flutter-autoroll's avatar
      Roll engine 7a621a7f7e4f..dea7150f33fd (4 commits) (#43023) · 5db53aee
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/7a621a7f7e4f...dea7150f33fd
      
      git log 7a621a7f7e4f..dea7150f33fd --no-merges --oneline
      2019-10-18 50856934+nturgut@users.noreply.github.com Adding firefox_installer.dart (flutter/engine#13185)
      2019-10-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from _G94w... to bdTv5... (flutter/engine#13228)
      2019-10-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia b80d31f8cbe2..f4b3d6b9f3d1 (1 commits) (flutter/engine#13229)
      2019-10-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from KNygX... to SevlL... (flutter/engine#13227)
      
      
      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 franciscojma@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
      5db53aee
    • Erick (CptBlackPixel)'s avatar
      Reading deviceId for RawKeyEventDataAndroid event (#42235) · 12b7b08d
      Erick (CptBlackPixel) authored
      This PR adds a new property on RawKeyEventDataAndroid to hold the deviceId from which that event was generated. The deviceId is been sent from the engine on the changes from this PR: flutter/engine#12958
      
      With this, we will be able to identify from where the event came from, adding the ability to support local multiplayer games, with multiple gamepads.
      12b7b08d
    • Greg Spencer's avatar
      Wire up canRequestFocus and skipTraversal in FocusScopeNode (#43013) · 560873af
      Greg Spencer authored
      This adds a canRequestFocus and skipTraversal argument to FocusScope and FocusScopeNode, so that a scope can prevent being traversed.
      
      This allows a fix for a problem in the gallery where the focus while traversing the list of items would sometimes appear to disappear, since it would be focusing things that were in the backdrop that were part of the tree, but were not visible.
      
      Related Issues
      Fixes #42955
      560873af
    • Greg Spencer's avatar
      Add a Focus node to the DropdownButton, and adds an activation action for it. (#42811) · df763544
      Greg Spencer authored
      This adds a Focus node to the DropdownButton widget, allowing it to receive keyboard focus, and to show a focus highlight. In addition, I added the ability to activate the dropdown using the "enter" key binding (which is bound to ActivateAction in the WidgetsApp).
      
      Related Issues
      Fixes #42646
      Fixes #43008
      Fixes #42511
      df763544
    • Christopher Fujino's avatar
    • engine-flutter-autoroll's avatar
      Roll engine 508146f0defb..7a621a7f7e4f (26 commits) (#43017) · 7da9561c
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/508146f0defb...7a621a7f7e4f
      
      git log 508146f0defb..7a621a7f7e4f --no-merges --oneline
      2019-10-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia 20eafffd2d2f..b80d31f8cbe2 (4 commits) (flutter/engine#13226)
      2019-10-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia da29d70f1a59..20eafffd2d2f (1 commits) (flutter/engine#13223)
      2019-10-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia 63a387395751..da29d70f1a59 (11 commits) (flutter/engine#13221)
      2019-10-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from WpvU_... to _G94w... (flutter/engine#13220)
      2019-10-18 chinmaygarde@google.com Specify a human readable reason for an error from the embedder API. (flutter/engine#13218)
      2019-10-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from _9Uy_... to KNygX... (flutter/engine#13219)
      2019-10-17 iska.kaushik@gmail.com Reland ICU update to 64.2 (flutter/engine#13216)
      2019-10-17 hterkelsen@users.noreply.github.com Use `window.devicePixelRatio` in the CanvasKit backend (flutter/engine#13192)
      2019-10-17 gw280@google.com Re-enable WeakPtr ThreadChecker and fix associated failures (flutter/engine#12257)
      2019-10-17 chinmaygarde@gmail.com Re-land "Custom compositor layers must take into account the device pixel ratio."
      2019-10-17 chinmaygarde@gmail.com Add trace events around custom compositor callbacks. (flutter/engine#13212)
      2019-10-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia 93e853bf2b83..63a387395751 (9 commits) (flutter/engine#13208)
      2019-10-17 bkonyi@google.com Roll src/third_party/dart 9b3c7f64d8..a61c775db8 (5 commits)
      2019-10-17 chinmaygarde@gmail.com Document //flutter/runtime/dart_snapshot.h (flutter/engine#13196)
      2019-10-17 chinmaygarde@gmail.com Revert "Custom compositor layers must take into account the device pixel ratio. (#13193)" (flutter/engine#13211)
      2019-10-17 50856934+nturgut@users.noreply.github.com wrap the text in text editing. This was causing a missalingment issue in textarea. (flutter/engine#13207)
      2019-10-17 chinmaygarde@google.com Custom compositor layers must take into account the device pixel ratio. (flutter/engine#13193)
      2019-10-17 mouad.debbar@gmail.com [web] Environment variable to disable felt snapshot (flutter/engine#13187)
      2019-10-17 bkonyi@google.com Roll src/third_party/dart 9e636b5ab4..9b3c7f64d8 (5 commits)
      2019-10-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0df7697235b4..93e853bf2b83 (1 commits) (flutter/engine#13205)
      2019-10-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from ek5iQ... to WpvU_... (flutter/engine#13203)
      2019-10-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 6j3Gw... to _9Uy_... (flutter/engine#13202)
      2019-10-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6a19e03047cc..0df7697235b4 (1 commits) (flutter/engine#13200)
      2019-10-17 bkonyi@google.com Roll src/third_party/dart 1e3e9ee04c..9e636b5ab4 (9 commits)
      2019-10-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia f29cb70281d5..6a19e03047cc (5 commits) (flutter/engine#13198)
      2019-10-17 bkonyi@google.com Roll src/third_party/dart f020ce5d23..1e3e9ee04c (12 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 franciscojma@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
      7da9561c
    • Jonah Williams's avatar
      Revert "Clean up test infrastructure (#41880)" (#42982) · 1982a5c3
      Jonah Williams authored
      This reverts commit 1781d5c9.
      1982a5c3
    • Ian Hickson's avatar
      be793796
    • Ian Hickson's avatar
      Clean up test infrastructure (#41880) · 1781d5c9
      Ian Hickson authored
      1781d5c9
    • Jonah Williams's avatar
      Remove linux-x64 unpack logic (#42962) · 863fb2f2
      Jonah Williams authored
      863fb2f2
    • Jonah Williams's avatar
      b80e6bba
    • Jonah Williams's avatar
      f53b32eb
  2. 17 Oct, 2019 15 commits
  3. 16 Oct, 2019 10 commits
    • engine-flutter-autoroll's avatar
      Roll engine bb78551a0a3d..43b33d743aa8 (4 commits) (#42874) · 40331575
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/bb78551a0a3d...43b33d743aa8
      
      git log bb78551a0a3d..43b33d743aa8 --no-merges --oneline
      2019-10-16 liyuqian@google.com Revert "Update compiler to Clang 10. (#13177)" (flutter/engine#13181)
      2019-10-16 chinmaygarde@google.com Update compiler to Clang 10. (flutter/engine#13177)
      2019-10-16 chinmaygarde@google.com Document //flutter/runtime/dart_isolate.h (flutter/engine#13162)
      2019-10-16 jason-simmons@users.noreply.github.com Fix an output file path for the frontend server package_incremental script (flutter/engine#13154)
      
      
      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 franciscojma@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
      40331575
    • Jonah Williams's avatar
    • Jonah Williams's avatar
      Fix NPE in Chrome Device (#42813) · 01f779e9
      Jonah Williams authored
      01f779e9
    • engine-flutter-autoroll's avatar
      Roll engine 5e6c005ef1f9..bb78551a0a3d (3 commits) (#42866) · fbbc4fa8
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/5e6c005ef1f9...bb78551a0a3d
      
      git log 5e6c005ef1f9..bb78551a0a3d --no-merges --oneline
      2019-10-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 59e72b71b5cf..4e11526e3d7e (10 commits) (flutter/engine#13174)
      2019-10-16 hterkelsen@users.noreply.github.com Fix type error in SkVertices (flutter/engine#13157)
      2019-10-16 bkonyi@google.com Roll src/third_party/dart 41b65b27c2..ed1e0e199e (18 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 franciscojma@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
      fbbc4fa8
    • Gary Qian's avatar
    • Ray Rischpater, KF6GPE's avatar
      430f4c13
    • Emmanuel Garcia's avatar
    • engine-flutter-autoroll's avatar
      Roll engine 540fc977bb6b..5e6c005ef1f9 (33 commits) (#42853) · 1dc09e4c
      engine-flutter-autoroll authored
      
      git@github.com:flutter/engine.git/compare/540fc977bb6b...5e6c005ef1f9
      
      git log 540fc977bb6b..5e6c005ef1f9 --no-merges --oneline
      2019-10-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 083a75d6762c..59e72b71b5cf (1 commits) (flutter/engine#13169)
      2019-10-16 a-siva@users.noreply.github.com Roll src/third_party/dart 4131d3d7c4...41b65b27c2 (28 commits) (flutter/engine#13163)
      2019-10-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 7274850f96f2..083a75d6762c (1 commits) (flutter/engine#13168)
      2019-10-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 5I4Iw... to oTVah... (flutter/engine#13167)
      2019-10-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from qpzUe... to KVDL4... (flutter/engine#13166)
      2019-10-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 634d15032d37..7274850f96f2 (3 commits) (flutter/engine#13165)
      2019-10-16 yjbanov@google.com Move surface-based SceneBuilder implementation under surface/ (flutter/engine#13159)
      2019-10-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia ba8752f37dab..634d15032d37 (2 commits) (flutter/engine#13164)
      2019-10-16 chinmaygarde@gmail.com Revert "Issue 13238: on iOS, force an orientation change when the current orientation is not allowed" (flutter/engine#13160)
      2019-10-15 chinmaygarde@google.com Roll buildroot to pull in static thread safety analysis options. (flutter/engine#13155)
      2019-10-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia fb6a1abe4567..ba8752f37dab (8 commits) (flutter/engine#13156)
      2019-10-15 chinmaygarde@google.com Make the Dart isolate constructor private. (flutter/engine#13153)
      2019-10-15 iska.kaushik@gmail.com Revert "Upgrades the ICU version to 64.2 (#13123)" (flutter/engine#13146)
      2019-10-15 1541038+josh-ksr@users.noreply.github.com Issue 13238: on iOS, force an orientation change when the current orientation is not allowed (flutter/engine#12295)
      2019-10-15 chinmaygarde@google.com Allow embedders to specify a render task runner description. (flutter/engine#13124)
      2019-10-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from Jv4XM... to 5I4Iw... (flutter/engine#13150)
      2019-10-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from i5xD1... to qpzUe... (flutter/engine#13149)
      2019-10-15 bkonyi@google.com Roll src/third_party/dart fc933312f7..4131d3d7c4 (3 commits)
      2019-10-15 chinmaygarde@google.com Document //flutter/runtime/dart_vm (flutter/engine#13144)
      2019-10-15 iska.kaushik@gmail.com Revert "Enable/tweak web sdk source maps (#13141)" (flutter/engine#13148)
      2019-10-15 jason-simmons@users.noreply.github.com Merge the Fuchsia frontend_server build script into the new flutter_frontend_server target (flutter/engine#13145)
      2019-10-15 iska.kaushik@gmail.com Add `flutter_tester` binary to the CIPD package (flutter/engine#13143)
      2019-10-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia f22c57ddcc8c..fb6a1abe4567 (2 commits) (flutter/engine#13142)
      2019-10-15 vsm@google.com Enable/tweak web sdk source maps (flutter/engine#13141)
      2019-10-15 filmil@gmail.com Upgrades the ICU version to 64.2 (flutter/engine#13123)
      2019-10-15 rmacnak@google.com [frontend_server] Include bytecode generation in the training run. (flutter/engine#13126)
      2019-10-15 wvvwwvw@gmail.com Support empty strings and vectors in standard codec (flutter/engine#12974)
      2019-10-15 bkonyi@google.com Roll src/third_party/dart 50f7ae9c5d..fc933312f7 (2 commits)
      2019-10-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 55f9cba6e2e7..f22c57ddcc8c (1 commits) (flutter/engine#13136)
      2019-10-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from xRgq0... to Jv4XM... (flutter/engine#13135)
      2019-10-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from Lk7iT... to i5xD1... (flutter/engine#13134)
      2019-10-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 858cf233ef71..55f9cba6e2e7 (3 commits) (flutter/engine#13133)
      2019-10-15 bkonyi@google.com Roll src/third_party/dart 70a7ef3f58..50f7ae9c5d (18 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 franciscojma@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:
      ...
      1dc09e4c
    • Yegor's avatar
      86f069f1
    • creativecreatorormaybenot's avatar
      Fix Tooltip implementation of PopupMenuButton (#42613) · a665393a
      creativecreatorormaybenot authored
      * Fix tooltip not showing when PopupMenuButton.child was non-null
      a665393a