- 08 Jan, 2020 20 commits
-
-
Jonah Williams authored
[flutter_tool] Refactor Logger and Terminal to (mostly) no longer depend directly on context (#47269)
-
Marius Meißner authored
* Added property for expanded padding of expansion panel for solving #24071 * #24071: Renamed default const name for being more descriptive * #24071: Improved comment of property expandedPadding * #24071: Improved test by expanding the expansion panel by header tap + precise assertion * #24071: Renamed property to be more descriptive * #24071: Adjusted property comment and added missing trailing commas * #24071: Improved test by checking real exact header size * #24071: Added test for default header padding * #24071: Improved comment of expandedHeaderPadding + code style adjustments * #24071: Added missing trailing comma
-
Tim Sneath authored
-
Shi-Hao Hong authored
-
David Iglesias authored
-
Kaushik Iska authored
* [fuchsia] Create an entry-point script to run driver tests on Fuchsia This script currently only paves the device. This will soon run a driver test on a NUC in LUCI. * reference the engine script and fix comment
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/4e9e69d2b392...f001ea29f1b9 git log 4e9e69d2b392..f001ea29f1b9 --first-parent --oneline 2020-01-08 nurhan@google.com adding windows platform to felt. fixing signal (flutter/engine#15111) 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
-
Greg Spencer authored
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a50f1ef56a05...4e9e69d2b392 git log a50f1ef56a05..4e9e69d2b392 --first-parent --oneline 2020-01-08 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from nbeLe... to gL-XG... (flutter/engine#15253) 2020-01-08 stuartmorgan@google.com Add plugin_registrar_windows.h to published wrapper (flutter/engine#15265) 2020-01-08 skia-flutter-autoroll@skia.org Roll src/third_party/dart bebc7d3af5bd..c0ca187f2699 (37 commits) (flutter/engine#15252) 2020-01-08 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from xYmDF... to oNKzr... (flutter/engine#15257) 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
-
Greg Spencer authored
This adds CatmullRomCurve animation curve, and a CatmullRomSpline, which is what it uses to do interpolation. This allows us to create animation curves which can smoothly interpolate the values given to the curve. Since I've introduced a 2D spline curve, I also created a Curve2D base class for such parametric curves.
-
Dan Field authored
-
Dan Field authored
-
Shi-Hao Hong authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3f52888b3bcf...a50f1ef56a05 git log 3f52888b3bcf..a50f1ef56a05 --first-parent --oneline 2020-01-08 gw280@google.com Migrate flutter_runner from flutter_runner::{Thread,Loop} to fml::{Thread,MessageLoop} (flutter/engine#15118) 2020-01-07 ferhat@gmail.com Refactor BitmapCanvas, lazily allocate canvas, fix image composition bug. (flutter/engine#15153) 2020-01-07 ferhat@gmail.com Recover when browser throws on ImageElement.decode due to too many images (flutter/engine#15160) 2020-01-07 garyq@google.com Fix RectHeightStyle::kMax ascent computation bug (flutter/engine#15106) 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
-
Alexander Aprelev authored
This is follow-up to https://github.com/flutter/flutter/commit/ee7a37f1d3f12ca815d755a557f16765942897a4.
-
Alexandre Ardhuin authored
-
Alexander Aprelev authored
Revert "Document reasoning for why CustomMultiChildLayout size can't depend on children and how to do it (#47797)" (#48369) This reverts commit de2514c0 as it breaks analyze-linux and web_tests-0-linux checks.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3851981b863a...3f52888b3bcf git log 3851981b863a..3f52888b3bcf --first-parent --oneline 2020-01-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia d445e2b6fcf1..91e0d7526944 (44 commits) (flutter/engine#15232) 2020-01-07 dnfield@google.com Font subset (flutter/engine#14828) 2020-01-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from MwGkB... to xYmDF... (flutter/engine#15145) 2020-01-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from Kom_K... to nbeLe... (flutter/engine#15149) 2020-01-06 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6791ee2f8059..d445e2b6fcf1 (1 commits) (flutter/engine#15148) 2020-01-06 skia-flutter-autoroll@skia.org Roll src/third_party/dart 76e3faa9824e..bebc7d3af5bd (1 commits) (flutter/engine#15146) 2020-01-04 skia-flutter-autoroll@skia.org Roll src/third_party/dart 2f57602411b3..76e3faa9824e (37 commits) (flutter/engine#15143) 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
-
creativecreatorormaybenot authored
Document reasoning for why CustomMultiChildLayout size can't depend on children and how to do it (#47797)
-
- 07 Jan, 2020 13 commits
-
-
Zachary Anderson authored
This reverts commit 866fa64d.
-
Dan Field authored
-
Jonah Williams authored
-
Sam Rawlins authored
-
wise86-android authored
-
Zachary Anderson authored
* Reword flutter run help screen. * As per Hixie request, added Efthymios Sarmpanis to the AUTHORS file * fix test Co-authored-by: Efthymis Sarmpanis <e.sarbanis@gmail.com>
-
Kate Lovett authored
-
Sam Rawlins authored
-
Kate Lovett authored
-
Alexandre Ardhuin authored
-
Jonah Williams authored
-
Dan Field authored
-
Dan Field authored
-
- 06 Jan, 2020 7 commits
-
-
Mouad Debbar authored
-
Jonah Williams authored
recomputing the path context in the getter violates flutter repo style guide and adds a small but measurable overhead to all path operations
-
Jonah Williams authored
-
Jenn Magder authored
-
Dan Field authored
-
Ben Konyi authored
`showCheckboxColumn` will determine whether or not selectable rows in DateTable or PaginatedDataTable will contain a leading CheckBox.
-
Jacob MacDonald authored
-