- 19 Nov, 2019 21 commits
-
-
Greg Spencer authored
This fixes the sample code analysis to treat dartpad snippets in the same way as snippet snippets, which it wasn't until now (the snippet generator was treating them as "samples"), and some errors crept in. This PR also fixes those errors. Also, added a --verbose option to the sample analyzer.
-
Jenn Magder authored
-
Emmanuel Garcia authored
-
Danny Tuppeny authored
* Allow web server device to use extension if started with --start-paused * Fix comment * Remove browser-launch option that allowed using Chrome without launching Chrome The web-server device should now be used if you don't want to launch a browser. * Add tests for WebServerDevice with --start-paused * Fixes from rebase * More fixes from rebase * Fix from rebase * Fix condition for page refresh in non-debug builds * Make dwds conditions match with a new getter * Add missing .device
-
Danny Tuppeny authored
I've had many OOMKilled failures on Cirrus on this shard today on trivial PRs.
-
Greg Spencer authored
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop. The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
-
Jason Simmons authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Per Classon authored
* Allow plural localized strings to not specify every case
-
Jonah Williams authored
-
Per Classon authored
Add Material Study app Rally as an example app
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/762294cf2d29...ecb32952ffcb git log 762294cf2d29..ecb32952ffcb --no-merges --oneline 2019-11-19 bkonyi@google.com Roll src/third_party/dart 830f291773..62c67e40dc (15 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 jimgraham@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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/9832bc8f2eb2...762294cf2d29 git log 9832bc8f2eb2..762294cf2d29 --no-merges --oneline 2019-11-19 tvolkert@users.noreply.github.com Revert "RendererContextSwitch guard flutter's gl context rework. (#13812)" (flutter/engine#13906) 2019-11-19 bkonyi@google.com Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits) (flutter/engine#13905) 2019-11-19 ferhat@gmail.com Fix withIn matcher distance function lookup (flutter/engine#13904) 2019-11-18 bkonyi@google.com Roll src/third_party/dart aceeba7567..06e6554d2e (2 commits) (flutter/engine#13900) 2019-11-18 ferhat@gmail.com Fix single line bitmap canvas text shadow (flutter/engine#13901) 2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from dhwMR... to kSMF7... (flutter/engine#13899) 2019-11-18 bkonyi@google.com Roll src/third_party/dart 7b67303318..aceeba7567 (8 commits) 2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 6ZRA_... to Oo6E_... (flutter/engine#13894) 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 jimgraham@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
-
Kaushik Iska authored
This reverts commit f48f4573.
-
Greg Spencer authored
This adds a FocusableActionDetector, a widget which combines the functionality of Actions, Shortcuts, MouseRegion and a Focus widget to create a detector that defines actions and key bindings, and will notify that the focus or hover highlights should be shown or not. This widget can be used to give a control the required detection modes for focus and hover handling on desktop and web platforms. I replaced a bunch of similar code in many of our widgets with this widget, and found that pretty much any control that wants to be focusable wants all of these features as well: focus highlights, hover highlights, and actions to activate it. Also eliminated an extra _hasFocus variable in FocusState that wasn't being used.
-
Shi-Hao Hong authored
-
Amir Hardon authored
While building the iOS platform views support we only enabled it when the app developer explicitly specified it with a flag, the main reasons were using an untested thread configuration, and taking a performance hit (even when no platform view is used due to disabled raster cache). Now that we are using the same dynamic thread configuration whether platform views is used or not, and that raster cache works with platform views in the tree as well, we are almost ready to enabled the platform views support by default. As a first step, I'm enabling it for the Flutter Gallery app on which we run benchmarks. After monitoring the benchmarks and making sure the gallery takes no hit we should be more confident to enabled platform views by default. This change is expected to have no performance effect on the Gallery app at all.
-
- 18 Nov, 2019 13 commits
-
-
Jonah Williams authored
* add depfile slot to Target class * Update source.dart * Update source.dart
-
Greg Spencer authored
GLFW key events set modifier flags based on what the modifier state was before the event, unlike every other platform. This modifies the GLFW key support to take that into account. As a small cleanup, I fixed a documentation macro reference for the modifier flags that was duplicate
-
Greg Spencer authored
This adds support for the command key for text selection/editing on macOS. I had ported the text editing code (in #42879), but forgot to add support for the command key itself. This also adds a test that tests the text editing on multiple platforms instead of just testing Android. There appears to still be a bug (filed #44135) where we're losing key events sometimes on macOS, leaving some keys "stuck" on, but this PR at least allows the right key combinations to be used.
-
Jonah Williams authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
9832bc8f2 Roll src/third_party/skia 78fa08b279c5..c9d263c1213e (1 commits) (flutter/engine#13893) (#45108) git@github.com:flutter/engine.git/compare/5fb7eb753b28...9832bc8f2eb2 git log 5fb7eb753b28..9832bc8f2eb2 --no-merges --oneline 2019-11-18 skia-flutter-autoroll@skia.org Roll src/third_party/skia 78fa08b279c5..c9d263c1213e (1 commits) (flutter/engine#13893) 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 jimgraham@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
-
chunhtai authored
-
chunhtai authored
-
Danny Tuppeny authored
* Switch from using app.progress to app.url for passing web launch urls * Update daemon.md * Change app.url -> app.webLaunchUrl * Add tests for app.webLaunchUrl event * Update tests with recent changes after rebasing
-
Bartosz Wiśniewski authored
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/3261324fab79...5fb7eb753b28 git log 3261324fab79..5fb7eb753b28 --no-merges --oneline 2019-11-18 bkonyi@google.com Roll src/third_party/dart 8617da2bf0..7b67303318 (3 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 jimgraham@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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/4da0645df1aa...3261324fab79 git log 4da0645df1aa..3261324fab79 --no-merges --oneline 2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from pVwSb... to 6ZRA_... (flutter/engine#13891) 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 jimgraham@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
-
- 17 Nov, 2019 3 commits
-
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/54be2d5fd8ea...4da0645df1aa git log 54be2d5fd8ea..4da0645df1aa --no-merges --oneline 2019-11-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from Ass60... to pVwSb... (flutter/engine#13890) 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 jimgraham@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
-
engine-flutter-autoroll authored
54be2d5fd Roll src/third_party/skia 541f310b3482..78fa08b279c5 (9 commits) (flutter/engine#13884) (#45060) git@github.com:flutter/engine.git/compare/fb9b91428b44...54be2d5fd8ea git log fb9b91428b44..54be2d5fd8ea --no-merges --oneline 2019-11-17 skia-flutter-autoroll@skia.org Roll src/third_party/skia 541f310b3482..78fa08b279c5 (9 commits) (flutter/engine#13884) 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 jimgraham@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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/7ef587220aca...fb9b91428b44 git log 7ef587220aca..fb9b91428b44 --no-merges --oneline 2019-11-17 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from rX-Bh... to Ass60... (flutter/engine#13888) 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 jimgraham@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
-
- 16 Nov, 2019 3 commits
-
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/f0371e2f8f97...7ef587220aca git log f0371e2f8f97..7ef587220aca --no-merges --oneline 2019-11-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from s9Vl7... to rX-Bh... (flutter/engine#13887) 2019-11-16 bkonyi@google.com Roll src/third_party/dart d6b0a27665..8617da2bf0 (1 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 jimgraham@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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/59b5a0cf7676...f0371e2f8f97 git log 59b5a0cf7676..f0371e2f8f97 --no-merges --oneline 2019-11-16 ianloic@google.com Work around Fuchsia a11y / ICU name conflict (flutter/engine#13885) 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 jimgraham@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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/7892c69445d4...59b5a0cf7676 git log 7892c69445d4..59b5a0cf7676 --no-merges --oneline 2019-11-16 bkonyi@google.com Roll src/third_party/dart fdb9d19826..d6b0a27665 (19 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 jimgraham@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
-