- 04 Jun, 2019 21 commits
-
-
Jenn Magder authored
Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33852)" (#33882) This reverts commit d053fe5c.
-
Kaushik Iska authored
* Add an image cache benchmark for a monochrome image
-
Gary Qian authored
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33852) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
Greg Spencer authored
This implements the keyboard shortcut handling and action invocation in order to provide a place in the infrastructure for keyboard events to trigger actions. This will allow binding of key events to actions like "move the focus to the next widget" and "activate button".
-
Justin McCandless authored
Fix exception that was happening when double-double-tapping a TextField (or double long tapping).
-
engine-flutter-autoroll authored
661c24e4f Roll src/third_party/skia 525aa0ca60c8..806267973f8d (11 commits) (flutter/engine#9182) (#33847) https://github.com/flutter/engine/compare/a63ef4cb4fde...661c24e4f359 git log a63ef4cb4fde6a486818467d806b912f938e57f5..661c24e4f359c60915a21c285d1d34777f0ccb30 --no-merges --oneline 661c24e4f Roll src/third_party/skia 525aa0ca60c8..806267973f8d (11 commits) (flutter/engine#9182) 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 (bmparr@google.com), and stop the roller if necessary.
-
Justin McCandless authored
Extra space when scrolling to selected input so that the selection caret is visible.
-
Kate Lovett authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/da78549e9476...a63ef4cb4fde git log da78549e947649b0c82734f67871f7203b4c2882..a63ef4cb4fde6a486818467d806b912f938e57f5 --no-merges --oneline a63ef4cb4 Roll src/third_party/skia 30e918d9151d..525aa0ca60c8 (4 commits) (flutter/engine#9181) 05365c4c3 Revert change by mistake: extract resources (flutter/engine#9180) 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 (bmparr@google.com), and stop the roller if necessary.
-
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/606a8ede2c3e...da78549e9476 git log 606a8ede2c3e73e904413d5590feb3618933c161..da78549e947649b0c82734f67871f7203b4c2882 --no-merges --oneline da78549e9 Roll src/third_party/dart 5b72293f49..b080e7c97a (1 commits) 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 (cbracken@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Todd Volkert authored
This reverts commit 90500a5d.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f4d92c1f0cd8...606a8ede2c3e git log f4d92c1f0cd8227239c53c3b7f83e99105046c01..606a8ede2c3e73e904413d5590feb3618933c161 --no-merges --oneline 606a8ede2 Roll src/third_party/dart 1045ef1ceb..5b72293f49 (3 commits) 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 (cbracken@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/2ab34e4da16a...f4d92c1f0cd8 git log 2ab34e4da16a3492946f81b76a4950c2c42ec358..f4d92c1f0cd8227239c53c3b7f83e99105046c01 --no-merges --oneline f4d92c1f0 Use shared library when libapp.so is found (flutter/engine#9172) 6e43c200b Roll src/third_party/dart 8cbb11cc55..1045ef1ceb (10 commits) 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 (cbracken@google.com), and stop the roller if necessary.
-
Greg Spencer authored
This adds a list of key synonyms for non-printable keyboard keys that appear in more than one place So keys like LogicalKeyboardKey.shiftLeft and LogicalKeyboardKey.shiftRight now can be mapped to just LogicalKeyboardKey.shift. I also fixed a bug in the gen_keycodes tool where GLFW entries would get removed if they weren't parsed from the source on the web.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/064910eb3ba2...2ab34e4da16a git log 064910eb3ba266b2da35a794428f1f14d9b735a4..2ab34e4da16a3492946f81b76a4950c2c42ec358 --no-merges --oneline 2ab34e4da Roll src/third_party/skia 80f10d2c226a..30e918d9151d (9 commits) (flutter/engine#9174) 2fcd4e799 Do nothing if the params didn't change when compositing iOS platform views. (flutter/engine#8999) 9dfa276f2 Roll src/third_party/dart 224f82c21c..8cbb11cc55 (15 commits) (flutter/engine#9171) 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 (cbracken@google.com), and stop the roller if necessary.
-
Todd Volkert authored
This reverts commit 0f2254a5.
-
Jenn Magder authored
Revert "Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684)" This reverts commit ef792fc3.
-
- 03 Jun, 2019 19 commits
-
-
Shi-Hao Hong authored
-
Jenn Magder authored
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system (#33684) Updates the Podfile template to use the CocoaPod disable_input_output_paths installation option which prevents the [CP] Embed Pods Frameworks build phase from outputting the Flutter.framework files.
-
Tong Mu authored
- A refactor that moves the semantics declaration from detectors to recognizers to allow custom recognizers to respond to semantic gectures. - Renames all handlers related to semantics from Gesture* to Semantics*.
-
Jonah Williams authored
-
-
Todd Volkert authored
This reverts https://github.com/flutter/flutter/pull/33525
-
engine-flutter-autoroll authored
064910eb3 Roll src/third_party/skia fec9b902a626..80f10d2c226a (12 commits) (flutter/engine#9170) (#33788) https://github.com/flutter/engine/compare/008090b8abb7...064910eb3ba2 git log 008090b8abb74a711d52df00f302ef02308d7c11..064910eb3ba266b2da35a794428f1f14d9b735a4 --no-merges --oneline 064910eb3 Roll src/third_party/skia fec9b902a626..80f10d2c226a (12 commits) (flutter/engine#9170) 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 (cbracken@google.com), and stop the roller if necessary.
-
Dan Field authored
-
Jenn Magder authored
-
chunhtai authored
-
Todd Volkert authored
This reverts commit 306a09a3.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/f9ce01674ed6...008090b8abb7 git log f9ce01674ed6dcdf6ad3c5b80cef6277d851cb50..008090b8abb74a711d52df00f302ef02308d7c11 --no-merges --oneline 008090b8a Extracted PlatformViewsChannel from PlatformViewsController. (flutter/engine#7847) a4abfb233 Text inline widget LibTxt/dart:ui implementation (flutter/engine#8207) 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 (cbracken@google.com), and stop the roller if necessary.
-
Zachary Anderson authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit d92b3b40.
-
Jonah Williams authored
-
a-deeb authored
-
SimonIT authored
-
Ian Hickson authored
-