- 30 Sep, 2019 5 commits
-
-
Erick Ghaumez authored
* set the copyWith toggleButtonsTheme argument type to ToggleButtonsThemeData * add a ThemeData.copyWith test
-
Jonah Williams authored
-
Zachary Anderson authored
* [flutter_tool] Report to analytics when the tool is killed by a signal * Fix analyzer lint
-
Danny Tuppeny authored
* Fix visbility of web server device when Chrome is not available * Add tests * Update workflow test * Fix tests to not rely on Chrome being on the underlying machine
-
Alexander Aprelev authored
* Retry devfs uploads in case they fail. Fixes #34959.
-
- 29 Sep, 2019 4 commits
-
-
Jonah Williams authored
-
liyuqian authored
TBR: @goderbauer
-
- 28 Sep, 2019 7 commits
-
-
liyuqian authored
This reverts commit f1e7fe81. This fix is in https://github.com/flutter/packages/pull/39
-
Greg Spencer authored
This re-lands #41417 with a slight change that will hopefully not tickle the analyzer as it did before. The last time I tried to land this, the analyzer succeeded for the analyze step in Cirrus, and locally, but failed in an integration test.
-
MH Johnson authored
* remove splash logic * update tests
-
Greg Spencer authored
This adds a description of the command needed to run the driver test
-
Jonah Williams authored
-
Jonah Williams authored
-
LongCatIsLooong authored
-
- 27 Sep, 2019 23 commits
-
-
LongCatIsLooong authored
-
Jonah Williams authored
-
Greg Spencer authored
This reverts the engine to a previous hash because of #41484
-
Zachary Anderson authored
-
Jonah Williams authored
-
Christopher Fujino authored
-
Emmanuel Garcia authored
-
krisgiesing authored
ReorderableListView was constructing a GlobalObjectKey using the child key as the value. This only had the intended behavior if the child key was identical across build method invocations. The new strategy is to scope the child key's value to the State object's identity, allowing child keys to have value compare semantics while disambiguating among different list view instances.
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/18bc0b259641...e31b2ff64dc2 git log 18bc0b259641..e31b2ff64dc2 --no-merges --oneline 2019-09-27 bkonyi@google.com Roll src/third_party/dart 403c4af720..7901c508c8 (7 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 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
-
Alexandre Ardhuin authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/a206557f8fb8...18bc0b259641 git log a206557f8fb8..18bc0b259641 --no-merges --oneline 2019-09-27 skia-flutter-autoroll@skia.org Roll src/third_party/skia b83cc76a5e3a..296743a86281 (1 commits) (flutter/engine#12491) 2019-09-27 bkonyi@google.com Roll src/third_party/dart 327bc451f8..403c4af720 (9 commits) 2019-09-27 skia-flutter-autoroll@skia.org Roll fuchsia/clang/mac-amd64 from HfPKR... to zpVtV... (flutter/engine#12473) 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
-
Greg Spencer authored
This reverts commit eb3e2f55 because of a suspected analyzer bug. Reverting to investigate.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/ce6ab8ce25fa...a206557f8fb8 git log ce6ab8ce25fa..a206557f8fb8 --no-merges --oneline 2019-09-27 skia-flutter-autoroll@skia.org Roll src/third_party/skia ec85f407bfee..b83cc76a5e3a (15 commits) (flutter/engine#12472) 2019-09-27 30870216+gaaclarke@users.noreply.github.com Added a default entrypoint variable to match android syntax. (flutter/engine#12370) 2019-09-26 tauu@h2overclock.de [web_ui] add missing dispose handler for MethodCalls to flutter/platform_view (flutter/engine#12226) 2019-09-26 tauu@h2overclock.de [web_ui] PersistedPlatformView attribute update handling to enable resizing (flutter/engine#12227) 2019-09-26 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from z3PaM... to HoRV8... (flutter/engine#12471) 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
-
Greg Spencer authored
This addresses comments in the original PR (#41245) that introduced Intent.doNothing, adds tests, and fixes an issue with it.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/5b952f286fc0...ce6ab8ce25fa git log 5b952f286fc0..ce6ab8ce25fa --no-merges --oneline 2019-09-26 bkonyi@google.com Roll src/third_party/dart 6ff8d2199d..327bc451f8 (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 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
-
Devon Carew authored
add tests to ensure the sdk is well-formed
-
Hans Muller authored
This reverts commit e47a1dc2.
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/0018135a1c28...5b952f286fc0 git log 0018135a1c28..5b952f286fc0 --no-merges --oneline 2019-09-26 matthew-carroll@users.noreply.github.com Forwards Flutter View to platform views and detaches when needed. (flutter/engine#12359) 2019-09-26 50856934+nturgut@users.noreply.github.com Reflect selection changes in Firefox for text editing (flutter/engine#12447) 2019-09-26 franciscojma86@gmail.com Adds support for 5 mouse buttons (flutter/engine#12450) 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
-
gaaclarke authored
Fixed check for path equality. It was too strict, disallowing leading "./".
-
- 26 Sep, 2019 1 commit
-
-
Jonah Williams authored
-