- 13 Jan, 2020 8 commits
-
-
Tianguang authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/88935ca3c4fe...73d2fb374ccb git log 88935ca3c4fe..73d2fb374ccb --first-parent --oneline 2020-01-11 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 75iyW... to Xh8_9... (flutter/engine#15506) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart b3457c8cc2c1..32ce9c7872e2 (7 commits) (flutter/engine#15504) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3723fb7e85bb..0a1923e50752 (6 commits) (flutter/engine#15500) 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 garyq@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
-
Kate Lovett authored
-
Greg Spencer authored
This changes the behavior of requestFocus when it is called on a FocusNode that does not yet have a parent, so that it defers requesting focus until it receives a parent. Before this change, calling requestFocus before it had a parent was a no-op. This allows scenarios where a widget is newly added and wishes to immediately request the focus. Previously, it was very hard to make that work because requesting focus before the widget's focus node had a parent was ignored, so the developer had to wait until two frames later to request focus (one for the widget's node to be added to the focus tree, and one to request the focus). Now, in order to have a widget be focused when initially added, you just need to call requestFocus on its node when you create it, and as soon as it is added, it will automatically request focus. This is different from the autofocus attribute on the Focus widget, because it unconditionally requests focus when added (autofocus will only request focus if nothing else in the scope has focus).
-
Zachary Anderson authored
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3d37d39d95ad...88935ca3c4fe git log 3d37d39d95ad..88935ca3c4fe --first-parent --oneline 2020-01-11 nurhan@google.com Support Clipboard.getData and Clipboard.setData for Flutter for web (flutter/engine#15455) 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/dart 395daaa3ecfc..b3457c8cc2c1 (66 commits) (flutter/engine#15485) 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 garyq@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
-
Ian Hickson authored
-
- 11 Jan, 2020 6 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/7ef88f85d572...3d37d39d95ad git log 7ef88f85d572..3d37d39d95ad --first-parent --oneline 2020-01-11 skia-flutter-autoroll@skia.org Roll src/third_party/skia 67d0f3fd725c..3723fb7e85bb (25 commits) (flutter/engine#15466) 2020-01-10 sjindel@google.com Re-land "Use ELF for Dart AOT snapshots on Fuchsia. #13896" (flutter/engine#15360) 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 garyq@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
-
Ian Hickson authored
Let's try simplifying the template to see if people are able to give us the information we actually need. Things like target platform should be in the logs so if they give us that we don't need to ask for it specifically. People seem to generally be good about saying "iOS only" etc. They don't seem to be good about giving us repro test cases.
-
Dan Field authored
-
Zachary Anderson authored
-
Chris Yang authored
-
Gary Qian authored
-
- 10 Jan, 2020 18 commits
-
-
Angjie Li authored
-
Kate Lovett authored
-
Emmanuel Garcia authored
-
Zachary Anderson authored
-
Zachary Anderson authored
-
Maya authored
-
Tim Sneath authored
-
LongCatIsLooong authored
-
Shi-Hao Hong authored
* Add currency formatting for l10n tool, fix positional vs named params
-
Emmanuel Garcia authored
-
Gerrit authored
-
Ben Konyi authored
-
gaaclarke authored
-
Christopher Fujino authored
-
Jonah Williams authored
[flutter_tools][web] Add support for web app manifests and arbitrary resource files (from web/) (#48316)
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 1613a62e.
-
Shi-Hao Hong authored
-
- 09 Jan, 2020 8 commits
-
-
Jason Simmons authored
-
Hans Muller authored
Step 1 of 2: Warn about Flutter's FloatingActionButton dependency on ThemeData accent properties (#48435)
-
LongCatIsLooong authored
-
Greg Spencer authored
This simplifies the diagnostic output for the Shortcuts widget so that if a debugLabel is supplied, then that is printed instead of the full list of shortcut keys in the map. Also, the output of the shortcut map is simplified to have the list of keys presented in more readable text.
-
Shi-Hao Hong authored
* Implement reverseTransitionDuration in TransitionRoute
-
creativecreatorormaybenot authored
Document reasoning for why CustomMultiChildLayout size can't depend on children and how to do it (#48451)
-
Alexandre Ardhuin authored
-
Zachary Anderson authored
-