- 19 Jun, 2019 2 commits
-
-
LongCatIsLooong authored
-
Jonah Williams authored
-
- 18 Jun, 2019 16 commits
-
-
Dan Field authored
-
Emmanuel Garcia authored
This reverts commit 358b9bd3.
-
chunhtai authored
-
chunhtai authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 3703e887.
-
Kate Lovett authored
* Splitting golden file versioning out as an argument of matchesGoldenFile * Fixing description implementation. * Removing unused imports * Removing unused import * Review feedback
-
Jenn Magder authored
-
stuartmorgan authored
- Adds desktop projects to ApplicationPackageStore - Plumbs target overrides through the macOS build
-
Jason Simmons authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/20d3861ac8e1...05c034e5bb0a git log 20d3861ac8e1f8f38c8659b16b699d0e63db01b1..05c034e5bb0aebe325801eba6088de16c0d78593 --no-merges --oneline 05c034e5b Update component manifests for ambient replace-as-executable (flutter/engine#9350) 66022ce25 Roll src/third_party/skia 55091020435c..4b203ad7ac02 (6 commits) (flutter/engine#9352) fcff2d619 Use the DartServiceIsolate status callback to publish the observatory URI to the Android embedder (flutter/engine#9337) ea7ca9804 Send the isolate service ID from the engine to the embedder (flutter/engine#9324) 675033fc0 Check for invalid indexes when performing InputAdpator backspace. (flutter/engine#9322) e5918d18f Roll src/third_party/skia 92b81e14d9c2..55091020435c (6 commits) (flutter/engine#9348) e00ac47f4 Reorganize darwin for shared ios/macOS (flutter/engine#9255) 9da409c0e Fix crash on Huawei device with AndroidView (flutter/engine#9192) a0f85546f Removed an unused class definition for iOS code. (flutter/engine#9346) 96a1a843c Replace lock_guard with scoped_lock and use class template argument deduction. (flutter/engine#9338) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
Dan Field authored
Skip diagnostics on release mode, add test in firebase testlab
-
-
engine-flutter-autoroll authored
20d3861ac Roll src/third_party/skia 5fe7429babe2..92b81e14d9c2 (8 commits) (flutter/engine#9345) (#34591) https://github.com/flutter/engine/compare/308c11301a1c...20d3861ac8e1 git log 308c11301a1c05cccda6b981027d16612834cdc6..20d3861ac8e1f8f38c8659b16b699d0e63db01b1 --no-merges --oneline 20d3861ac Roll src/third_party/skia 5fe7429babe2..92b81e14d9c2 (8 commits) (flutter/engine#9345) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
-
- 17 Jun, 2019 5 commits
-
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
308c11301 Roll src/third_party/skia 057a32d9a2c8..5fe7429babe2 (1 commits) (flutter/engine#9342) (#34583) https://github.com/flutter/engine/compare/466a1d848d99...308c11301a1c git log 466a1d848d99a045fab2800cad3df9056ece45bd..308c11301a1c05cccda6b981027d16612834cdc6 --no-merges --oneline 308c11301 Roll src/third_party/skia 057a32d9a2c8..5fe7429babe2 (1 commits) (flutter/engine#9342) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
Emmanuel Garcia authored
-
- 16 Jun, 2019 4 commits
-
-
Van Looveren Koen authored
-
engine-flutter-autoroll authored
466a1d848 Roll src/third_party/skia 3721688f64a5..057a32d9a2c8 (1 commits) (flutter/engine#9340) (#34558) https://github.com/flutter/engine/compare/f44b7b56623d...466a1d848d99 git log f44b7b56623dcaa8e828fb5e30f68c44cfbebfdd..466a1d848d99a045fab2800cad3df9056ece45bd --no-merges --oneline 466a1d848 Roll src/third_party/skia 3721688f64a5..057a32d9a2c8 (1 commits) (flutter/engine#9340) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
Josh Burton authored
-
Devon Carew authored
* add route information to Flutter.Navigation events * route can be null; re-work how we send route info to accomidate that
-
- 15 Jun, 2019 7 commits
-
-
Jonah Williams authored
* add web and io implemenations of network and asset image * fix foundation import * update to remove extra asset image indirection * skip chunk test * address comments * disable non-functional test * disable all golden tests * address comments
-
Jonah Williams authored
-
Anthony authored
[Material] Fix TextDirection and selected thumb for RangeSliderThumbShape and RangeSliderValueIndicatorShape (#34501) Expose the RangeSlider's TextDirection in the RangeSliderThumbShape's abstract paint() method, and ensure that start and end thumb are non-null when being passed to the thumb and value indicator shape paint methods.
-
Devon Carew authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/b0757e6d308e...f44b7b56623d git log b0757e6d308e29a46d701908472a4e7508968d47..f44b7b56623dcaa8e828fb5e30f68c44cfbebfdd --no-merges --oneline f44b7b566 Catch errors during production of kernel dill (flutter/engine#9248) e7853df27 Roll src/third_party/skia 941b9ff09b25..3721688f64a5 (1 commits) (flutter/engine#9339) c5c0da1bf Build txt_benchmarks, make benches compile again (flutter/engine#9330) 46b5c2cda Roll src/third_party/skia 3fc5df443e24..941b9ff09b25 (7 commits) (flutter/engine#9333) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/2589785b5c5e...b0757e6d308e git log 2589785b5c5eaad64d1da3403048e61d8f230c48..b0757e6d308e29a46d701908472a4e7508968d47 --no-merges --oneline b0757e6d3 Roll buildroot to d1bbc14 to pick up fixes for armv7 iOS targets. (flutter/engine#9336) 70ebfc361 Fix the name of the channel parameter in PlatformMessage constructors (flutter/engine#9334) 7283ae3a7 Handle one-way platform messages in the embedder library (flutter/engine#9331) e8f8a9253 Roll buildroot to 75660ad5 and complete the C++ 17 transition. (flutter/engine#9319) 6d5aaa090 Fix a11y in embedded Android views post O (flutter/engine#9321) f54a8f13f Roll src/third_party/skia c3252a04b377..3fc5df443e24 (1 commits) (flutter/engine#9328) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (liyuqian@google.com), and stop the roller if necessary.
-
- 14 Jun, 2019 6 commits
-
-
Dan Field authored
-
Keerti Parthasarathy authored
This reverts commit ceb09b8b.
-
Devon Carew authored
-
Zachary Anderson authored
-
Kate Lovett authored
* WIP * Fixing nested scroll view tests * Fixing nested scroll view tests * Fixing nested scroll view tests * WIP * Added flag for SliverFillRemaining * Clean up * Review * Reverted nested scroll view tests * Updating tests * Updated for overscroll behavior
-
LongCatIsLooong authored
-