Greg Spencer
6e10719dc5
FocusableActionDetector widget ( #44867 )
...
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.
2019-11-18 17:23:30 -08:00
Shi-Hao Hong
cce445e278
ignore vscode auto-generated files ( #45080 )
2019-11-18 16:25:32 -08:00
Amir Hardon
3c65463f89
Enable iOS platform views for Flutter Gallery ( #45126 )
...
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.
2019-11-18 16:13:52 -08:00
Jonah Williams
58438fca3f
Provide specific field to accept depfiles in target class ( #44481 )
...
* add depfile slot to Target class
* Update source.dart
* Update source.dart
2019-11-18 14:09:40 -08:00
Greg Spencer
d026f2d948
Properly interpret modifiers on GLFW key events ( #44844 )
...
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
2019-11-18 14:07:08 -08:00
Greg Spencer
21158d8337
Add command key bindings to macOS text editing and fix selection. ( #44130 )
...
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.
2019-11-18 14:06:37 -08:00
Jonah Williams
a7367b650b
Don't log stack traces to console on build failures ( #44966 )
2019-11-18 14:04:11 -08:00
Christopher Fujino
ff84b3e66d
catch IOSDeviceNotFoundError in IOSDevice.startApp() ( #45011 )
2019-11-18 13:53:55 -08:00
engine-flutter-autoroll
01b0a62974
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
2019-11-18 16:49:51 -05:00
chunhtai
7e1920b817
revert added lifecycle enum ( #45119 )
2019-11-18 13:38:47 -08:00
chunhtai
439d798712
fix ios_add2app_life_cycle license ( #45115 )
2019-11-18 11:33:42 -08:00
Danny Tuppeny
81f6ba84b9
Switch from using app.progress to app.webLaunchUrl for passing web launch urls ( #44268 )
...
* 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
2019-11-18 18:10:15 +00:00
chunhtai
af48f71497
reland add new enum change ( #45012 )
...
This reverts commit 75f310791f154f9f416d9ce137e83478ccc3f112.
2019-11-18 10:04:09 -08:00
Bartosz Wiśniewski
5c15b270b3
Remove duplicated expect from text field test ( #45081 )
2019-11-18 09:51:16 -08:00
engine-flutter-autoroll
2461c75600
5fb7eb753 Roll src/third_party/dart 8617da2bf0..7b67303318 (3 commits) ( #45094 )
...
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
2019-11-18 12:26:51 -05:00
engine-flutter-autoroll
21e6fe1ddf
3261324fa Roll fuchsia/sdk/core/mac-amd64 from pVwSb... to 6ZRA_... (flutter/engine#13891) ( #45084 )
...
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
2019-11-17 23:39:51 -05:00
engine-flutter-autoroll
802bd5514f
4da0645df Roll fuchsia/sdk/core/mac-amd64 from Ass60... to pVwSb... (flutter/engine#13890) ( #45064 )
...
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
2019-11-17 11:11:51 -05:00
engine-flutter-autoroll
a0c929bf81
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
2019-11-17 09:08:51 -05:00
engine-flutter-autoroll
028b4c4f40
fb9b91428 Roll fuchsia/sdk/core/mac-amd64 from rX-Bh... to Ass60... (flutter/engine#13888) ( #45051 )
...
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
2019-11-16 22:41:51 -05:00
engine-flutter-autoroll
c82c587b33
Roll engine f0371e2f8f97..7ef587220aca (2 commits) ( #45049 )
...
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
2019-11-16 18:02:51 -05:00
engine-flutter-autoroll
b521d01701
f0371e2f8 Work around Fuchsia a11y / ICU name conflict (flutter/engine#13885) ( #45029 )
...
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
2019-11-16 16:56:51 -05:00
engine-flutter-autoroll
35043cbbe3
59b5a0cf7 Roll src/third_party/dart fdb9d19826..d6b0a27665 (19 commits) ( #45024 )
...
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
2019-11-15 23:52:17 -05:00
engine-flutter-autoroll
dec339bc55
7892c6944 Roll fuchsia/sdk/core/mac-amd64 from RI85D... to s9Vl7... (flutter/engine#13882) ( #45021 )
...
git@github.com:flutter/engine.git/compare/486e62d02a2a...7892c69445d4
git log 486e62d02a2a..7892c69445d4 --no-merges --oneline
2019-11-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from RI85D... to s9Vl7... (flutter/engine#13882 )
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
2019-11-15 22:47:17 -05:00
Ian Hickson
62e4ab87b3
Update our deprecation style. ( #44618 )
2019-11-15 19:21:53 -08:00
engine-flutter-autoroll
879da263ff
Roll engine b3463e3580bc..486e62d02a2a (2 commits) ( #45018 )
...
git@github.com:flutter/engine.git/compare/b3463e3580bc...486e62d02a2a
git log b3463e3580bc..486e62d02a2a --no-merges --oneline
2019-11-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 1496758da42e..541f310b3482 (12 commits) (flutter/engine#13880 )
2019-11-16 bkonyi@google.com Roll src/third_party/dart 8e176998b4..fdb9d19826 (5 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
2019-11-15 21:45:17 -05:00
engine-flutter-autoroll
f50ea3ba2a
Roll engine b2640d97e7e8..b3463e3580bc (2 commits) ( #45017 )
...
git@github.com:flutter/engine.git/compare/b2640d97e7e8...b3463e3580bc
git log b2640d97e7e8..b3463e3580bc --no-merges --oneline
2019-11-15 garyq@google.com getLineBoundary edge condition use <= instead of < (flutter/engine#13881 )
2019-11-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia b3d3551577a3..1496758da42e (5 commits) (flutter/engine#13876 )
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
2019-11-15 20:39:16 -05:00
Jonah Williams
2a576b774c
remove no-gen-bytecode flag ( #43908 )
2019-11-15 13:15:05 -08:00
Kate Lovett
ae62a3cf1b
Error Message for createState assertion ( #44610 )
...
* Init
* Added error message to assert
* Removing unrelated changes
2019-11-15 13:05:18 -08:00
Kate Lovett
b1ca7f419e
Update Gold to fallback on skipping comparator when offline ( #44619 )
2019-11-15 13:04:59 -08:00
Ben Konyi
e3ae7fab62
Manual engine roll to b2640d97e7e8034f28b4e7b92c15b0824e433897 ( #45000 )
...
Fixes failures in some tests which used regular expressions to compare
stack traces which had instances of "<asynchronous suspension>".
2019-11-15 12:13:59 -08:00
engine-flutter-autoroll
a44f53931d
096ba6892 Reland children isolates sharing isolate group change. (flutter/engine#13758) ( #44997 )
...
git@github.com:flutter/engine.git/compare/cc2fe6be9e42...096ba6892a43
git log cc2fe6be9e42..096ba6892a43 --no-merges --oneline
2019-11-15 aam@google.com Reland children isolates sharing isolate group change. (flutter/engine#13758 )
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
2019-11-15 14:34:17 -05:00
Kate Lovett
7aa5b07537
Adding flutter_goldens package tests ( #44479 )
2019-11-15 10:29:19 -08:00
Greg Spencer
dcc4b82540
Fix snippets to include element ID in the output sample. ( #44787 )
...
This fixes the snippet code output so that it includes the name of the element that it is a snippet for in the first line.
2019-11-15 10:23:04 -08:00
Zachary Anderson
29c026fac4
[flutter_tool] Don't crash when failing to delete downloaded artifacts ( #44933 )
...
* [flutter_tool] Don't crash when failing to delete downloaded artifacts
* Add space
* Add more spaces.
2019-11-15 10:05:45 -08:00
engine-flutter-autoroll
4372ed80e4
cc2fe6be9 Roll src/third_party/skia f7281db422b7..b3d3551577a3 (1 commits) (flutter/engine#13874) ( #44994 )
...
git@github.com:flutter/engine.git/compare/a8218a901ec8...cc2fe6be9e42
git log a8218a901ec8..cc2fe6be9e42 --no-merges --oneline
2019-11-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia f7281db422b7..b3d3551577a3 (1 commits) (flutter/engine#13874 )
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
2019-11-15 11:50:23 -05:00
engine-flutter-autoroll
f0b0d91863
a8218a901 Roll fuchsia/sdk/core/mac-amd64 from VMTIz... to RI85D... (flutter/engine#13873) ( #44986 )
...
git@github.com:flutter/engine.git/compare/be139a5b94b3...a8218a901ec8
git log be139a5b94b3..a8218a901ec8 --no-merges --oneline
2019-11-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from VMTIz... to RI85D... (flutter/engine#13873 )
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
2019-11-15 10:44:17 -05:00
engine-flutter-autoroll
6deb5b51b9
be139a5b9 Roll src/third_party/skia 3fafc831bc15..f7281db422b7 (4 commits) (flutter/engine#13871) ( #44978 )
...
git@github.com:flutter/engine.git/compare/cd1b25a09e69...be139a5b94b3
git log cd1b25a09e69..be139a5b94b3 --no-merges --oneline
2019-11-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3fafc831bc15..f7281db422b7 (4 commits) (flutter/engine#13871 )
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
2019-11-15 05:01:17 -05:00
engine-flutter-autoroll
81881bb5c7
cd1b25a09 Roll src/third_party/skia c1c4634dcb07..3fafc831bc15 (1 commits) (flutter/engine#13870) ( #44969 )
...
git@github.com:flutter/engine.git/compare/cb8d7bc569b5...cd1b25a09e69
git log cb8d7bc569b5..cd1b25a09e69 --no-merges --oneline
2019-11-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia c1c4634dcb07..3fafc831bc15 (1 commits) (flutter/engine#13870 )
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
2019-11-15 01:41:17 -05:00
engine-flutter-autoroll
6088a3db4e
cb8d7bc56 Allow passing hot reload debugging flags through dart-flags (flutter/engine#13780) ( #44968 )
...
git@github.com:flutter/engine.git/compare/90a6054a878d...cb8d7bc569b5
git log 90a6054a878d..cb8d7bc569b5 --no-merges --oneline
2019-11-15 jonahwilliams@google.com Allow passing hot reload debugging flags through dart-flags (flutter/engine#13780 )
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
2019-11-15 00:35:17 -05:00
engine-flutter-autoroll
6268a7f540
Roll engine 77c3512ec85e..90a6054a878d (10 commits) ( #44960 )
...
* 174e0e915 Roll src/third_party/dart dc35290111..dc808f3fcb (5 commits) (flutter/engine#13859)
* 33d997ce1 Roll fuchsia/sdk/core/mac-amd64 from 7XOyl... to VMTIz... (flutter/engine#13861)
* b4899d911 Roll src/third_party/skia d860a78fd60c..e57ca4931952 (44 commits) (flutter/engine#13862)
* f456423cf RendererContextSwitch guard flutter's gl context rework. (flutter/engine#13812)
* 6bab64e6d Fix test to account for pixel ratio transformations being framework responsibility. (flutter/engine#13850)
* 5b10fa35b Guard against orphaned semantic objects from referencing dead accessibility bridge on iOS (flutter/engine#13857)
* 97df087ee [fuchsia] Package flutter_frontend_server snapshot for fuchsia (flutter/engine#13865)
* 0832dfde5 [flow][fuchsia] Add more tracing to layers and Fuchsia surface pool (flutter/engine#13864)
* 141dc785d Roll src/third_party/skia e57ca4931952..c1c4634dcb07 (15 commits) (flutter/engine#13866)
* 90a6054a8 Revert "Roll src/third_party/dart dc35290111..dc808f3fcb (5 commits) (#13859 )" (flutter/engine#13867 )
2019-11-14 19:12:00 -08:00
LongCatIsLooong
851d6996e7
Revert "Implement PageView using SliverLayoutBuilder, Deprecate RenderSliverFillViewport ( #37024 )" ( #44778 )
...
* Revert "Implement PageView using SliverLayoutBuilder, Deprecate RenderSliverFillViewport (#37024 )"
This reverts commit 9aea03f4afb1c616dd98c2b328032af7849f99cc.
2019-11-14 17:14:26 -08:00
Kaushik Iska
f48f457350
[flutter_runner] Use sky_engine from the topaz tree ( #44935 )
2019-11-14 17:09:45 -08:00
Kaushik Iska
75f310791f
Revert "reland add new enum change ( #44281 ) ( #44487 )" ( #44947 )
...
This reverts commit f0794917fc69f7bcf65e193c8d95643d23127198.
2019-11-14 16:49:43 -08:00
engine-flutter-autoroll
6cb6857f92
Roll engine 7d6e376d83cc..77c3512ec85e (5 commits) ( #44932 )
...
git@github.com:flutter/engine.git/compare/7d6e376d83cc...77c3512ec85e
git log 7d6e376d83cc..77c3512ec85e --no-merges --oneline
2019-11-14 hterkelsen@users.noreply.github.com Implement the rest of ui.Path methods for CanvasKit (flutter/engine#13851 )
2019-11-14 ferhat@gmail.com [web] Change canvas sibling transforms to 3d with z=0 to get around canvas rendering bug. (flutter/engine#13860 )
2019-11-14 mouad.debbar@gmail.com [web] Fix selectable text rendering (flutter/engine#13802 )
2019-11-14 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from _QV9E... to 7XOyl... (flutter/engine#13856 )
2019-11-14 matthew-carroll@users.noreply.github.com Add support for --dart-flags in FlutterShellArgs. (#44855 ) (flutter/engine#13855 )
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
2019-11-14 16:50:17 -05:00
chunhtai
f0794917fc
reland add new enum change ( #44281 ) ( #44487 )
...
* reland add new enum change (#44281 )
This reverts commit ed82bb821cd7c62315ec5973e36855ca75f17350.
2019-11-14 13:27:38 -08:00
Ian Hickson
96fbbdc3e0
Fix "node._relayoutBoundary == _relayoutBoundary" crash ( #44490 )
2019-11-14 13:19:55 -08:00
Ian Hickson
eae05c7daf
Test framework for analyze.dart ( #44772 )
...
* Prepare analyze.dart for testing.
* Reorder the file for easier understanding
* Add a test for analyze.dart
* Fix review comments
2019-11-14 13:19:40 -08:00
Zachary Anderson
afe4830a9d
[flutter_tool] Various fixes for 'run' for Fuchisa. ( #44920 )
2019-11-14 12:39:48 -08:00
Jenn Magder
55530d905a
Add -runFirstLaunch hint text ( #44870 )
2019-11-14 10:45:47 -08:00
Danny Tuppeny
5376e90fda
Print a message when modifying settings that you may need to reload IDE/editor ( #44574 )
...
* Print a message when modifying settings that you may need to reload IDEs/editors
* Add a test for `flutter config` output
* Remove blank line
2019-11-14 17:54:22 +00:00