- 24 Sep, 2018 3 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/17f8b2f32ae4...d5deda95176e git log 17f8b2f32ae4..d5deda95176e --no-merges --oneline d5deda951 Roll src/third_party/skia 0a3864651457..a9adb6f03525 (2 commits) (flutter/engine#6320) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Janice Collins authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/57fd394e59b8...17f8b2f32ae4 git log 57fd394e59b8..17f8b2f32ae4 --no-merges --oneline 17f8b2f32 Roll src/third_party/skia c955a1645148..0a3864651457 (1 commits) (flutter/engine#6319) bef460999 Roll src/third_party/skia bdb32d17999e..c955a1645148 (2 commits) (flutter/engine#6318) 6c17ce74e Roll src/third_party/skia 937348d4d442..bdb32d17999e (1 commits) (flutter/engine#6317) 94c591a1d Roll src/third_party/skia 175b587a634d..937348d4d442 (1 commits) (flutter/engine#6316) e82db8668 Remove the unused Mac Desktop shell. (flutter/engine#6314) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
- 23 Sep, 2018 1 commit
-
-
Ian Hickson authored
-
- 22 Sep, 2018 5 commits
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f3a3d0ce7f0b...57fd394e59b8 git log f3a3d0ce7f0b..57fd394e59b8 --no-merges --oneline 57fd394e5 Ensure that objects on stack that close traces have unique variable names. (flutter/engine#6298) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Devon Carew authored
* expose the debugProfileBuildsEnabled flag as a service extension * fix tests * review comments * remove a new keyword * test fixes * review comments
-
Ian Hickson authored
* Improve documentation and clean up code. * Remove "Note that". The phrase "note that" is basically meaningless as a prefix to an otherwise fine sentence.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/cc3009cb4ea9...f3a3d0ce7f0b git log cc3009cb4ea9..f3a3d0ce7f0b --no-merges --oneline f3a3d0ce7 Roll src/third_party/skia 11f4994b84e1..175b587a634d (1 commits) (flutter/engine#6313) 19ac3e1ac Roll src/third_party/skia 358558a4cecc..11f4994b84e1 (2 commits) (flutter/engine#6312) 7648d21b0 Dart SDK roll for 2018-09-21 (flutter/engine#6311) 5b8e8c328 Make FlutterStandardCodec handle writing NSData (flutter/engine#6207) 02901b78c Decouple PlatformViewsController from FlutterView. (flutter/engine#6303) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Gary Qian authored
Unbreak build. git log a8890fdccd667d0bf0fa0a81ac350dadef60bd6c..cc3009cb4ea920863b23937ef569327880b01fba --no-merges --oneline cc3009cb4 Revert 'Dart SDK roll for 2018/09/20' 8471862c (#6309) bbdf7c158 Revert "Fix a compilation problem when using iPhoneOS12.0sdk(Xcode10) && clang version 7.0.0." (#6307) dea09212c Roll src/third_party/skia c25f440d537e..358558a4cecc (17 commits) (#6308) d29c7db76 Add logging if FlutterDartProject fails to load the application kernel snapshot (#6257) 2a1debfcc Update deprecated subtags from language subtag registry. (#6280) 540cd9626 Add Xib splashscreen support (#6289) 05f21e63a (main) Fix a compilation problem when using iPhoneOS12.0sdk(Xcode10) && clang version 7.0.0. (#6279) ca6f10389 Roll src/third_party/skia d842557c0724..c25f440d537e (10 commits) (#6304) 3b46705db Roll src/third_party/skia 38ca6d509d9f..d842557c0724 (5 commits) (#6302) 0c166fe3f Roll src/third_party/skia 05cf051f0252..38ca6d509d9f (1 commits) (#6301) cf0fbadce Roll src/third_party/skia 44c6167c4125..05cf051f0252 (4 commits) (#6299) 2ec20aaeb Remove bottom safe-area padding when keyboard up (#6297)
-
- 21 Sep, 2018 1 commit
-
-
Gary Qian authored
-
- 20 Sep, 2018 10 commits
-
-
Yegor authored
* add a test for single- and multi-line paragraph layout * use flutter_test * use closeTo for double comparison
-
Greg Spencer authored
-
Greg Spencer authored
This changes the compiler output for gradle to be less verbose and more easily read. This only applies to compilation error messages: other gradle messages will continue to print as before. It also fixes a small problem with the performance measurement printing (see that "7.1s" on it's own line in the original?) so that if something is expected to have multiple lines of output, it prints an initial line, and a "Done" line with the elapsed time, so that it's possible to know what the time applies to. It also updates the spinner to be fancier, at least on platforms other than Windows (which is missing a lot of symbols in its console font). Addresses #17307
-
Alexander Markov authored
-
Greg Spencer authored
This fixes a flaky test where it included 0ms as part of an output check. Kind of a classic flaky test.
-
Kathy Walrath authored
Fix a link that works in GitHub but not in dartdoc.
-
Stanislav Baranov authored
Use "product" mode VM snapshot when running dynamic "release" mode flutter with cached engine. (#22043) Dynamic "release" mode requires "product" (not "release") mode VM, so we must point it to the correct cached snapshot. Generation and caching of this snapshot happens the following corresponding change: https://chromium-review.googlesource.com/c/chromium/tools/build/+/1232134
-
Alexander Aprelev authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
This is the follow-up to https://github.com/flutter/flutter/pull/20958.
-
- 19 Sep, 2018 12 commits
-
-
tonyzhao1 authored
This is a cleanup PR.
-
Michael Klimushyn authored
Closes #16031
-
Greg Spencer authored
This adds support to AnsiTerminal for colored output, and makes all tool output written to stderr (with the printError function) colored red. No color codes are sent if the terminal doesn't support color (or isn't a terminal). Also makes "progress" output print the elapsed time when not connected to a terminal, so that redirected output and terminal output match (redirected output doesn't print the spinner, however). Addresses #17307
-
Jonah Williams authored
* Revert "Revert "Add RichText support to find.text" (#22046)" This reverts commit 8e704219. * Revert "Implement Double Tap Handling in TextField and Editable (#21264)" This reverts commit 02e87334.
-
Jonah Williams authored
-
Niko Yuwono authored
Thanks @NikoYuwono for getting this working! We appreciate your help! * Implement Double Tap Handling in TextField and Editable * Fix test broken by the change and add test for double tap * Fix affected tests * Remove unnecessary new * Fix test
-
Greg Spencer authored
-
Renan authored
-
Jonah Williams authored
-
Danny Tuppeny authored
Fixes #21113.
-
Danny Tuppeny authored
This fixes the devicelab failure after #22006 renamed this command.
-
matthew-carroll authored
Renamed 'flutter materialize' to 'flutter make-host-app-editable'. The iOS version is still incomplete and will therefore require additional renaming. (#21771) (#22006)
-
- 18 Sep, 2018 8 commits
-
-
sir-boformer authored
Closes #18679
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/9e315e64659e...2e8e96fad1ad git log 9e315e64659e..2e8e96fad1ad --no-merges --oneline 2e8e96fad Roll Dart to 4eb879133a06c86869dc54cecf904f4b1d46c47b (flutter/engine#6276) 765b0cc23 Roll src/third_party/skia 060e992ef5b8..1d6281d4bb47 (34 commits) (flutter/engine#6274) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Jonah Williams authored
-
Chris Bracken authored
Xcode 10 introduces a new build system which includes stricter checks on duplicate build outputs. When plugins are in use, there are two competing build actions that copy Flutter.framework into the build application Frameworks directory: 1. The Embed Frameworks build phase for the Runner project 2. The [CP] Embed Pods Frameworks build phase that pod install creates in the project. Item (1) is there to ensure the framework is copied into the built app in the case where there are no plugins (and therefore no CocoaPods integration in the Xcode project). Item (2) is there because Flutter's podspec declares Flutter.framework as a vended_framework, and CocoaPods automatically adds a copy step for each such vended_framework in the transitive closure of CocoaPods dependencies. As an immediate fix, we opt back into the build system used by Xcode 9 and earlier. Longer term, we need to update our templates and flutter_tools to correctly handle this situation. See: https://github.com/flutter/flutter/issues/20685
-
Danny Tuppeny authored
This should fix #18889 which may be related to `adb logcat` not working correctly in non-terminals on some LG devices. See https://github.com/flutter/flutter/issues/18889#issuecomment-422217761.
-
Jacob Richman authored
Add back screenshot extension that was temporarily disabled. Add matchesReferenceImage matcher to test that the screenshot extension generates equivalent images to InspectorService.instance.screenshot.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/dcbc8a820733...9e315e64659e git log dcbc8a820733..9e315e64659e --no-merges --oneline 9e315e646 Remove entries from dart_vm_entry_points.txt and use annotations (flutter/engine#6226) cdbe21466 Update test .gitignore (flutter/engine#6272) dbfa8276d [fuchsia] Fixes for the Fuchsia build (flutter/engine#6273) 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, who should be CC'd on the roll, and stop the roller if necessary.
-
Alexandre Ardhuin authored
-