Jenn Magder
9a68b0df3e
Warn when build number and version can't be parsed on iOS ( #40611 )
2019-09-17 17:07:41 -07:00
Michael Goderbauer
b4324aed59
Revert "Propagate textfield character limits to semantics ( #40468 )" ( #40714 )
...
This reverts commit 6ad88bd5c01897ee3c5743a99e75350f87388819.
2019-09-17 16:37:11 -07:00
Michael Goderbauer
6ad88bd5c0
Propagate textfield character limits to semantics ( #40468 )
2019-09-17 14:39:50 -07:00
Kate Lovett
31029f9338
Doc Improvements for SliverFillRemaining ( #39088 )
2019-09-17 14:21:28 -07:00
Greg Spencer
63e096b4ac
Update keyboard maps ( #40697 )
...
This updates the keyboard maps to use updated HID codes for game controller buttons (from Chrome), and to encode that GLFW "super" keys are what we call "meta" keys (i.e. Windows key or Command key).
2019-09-17 13:24:54 -07:00
Michael Goderbauer
8e14fc7f72
New overview for animations library ( #40607 )
2019-09-17 13:03:15 -07:00
Alexandre Ardhuin
58bd39cd23
Extract some onPress methods ( #40678 )
...
* Extract some onPress methods
* address review comments
2019-09-17 21:00:16 +02:00
Anthony
c17086a06d
Add the option to configure a chip check mark color ( #40608 )
...
Add the option to configure a chip check mark color
2019-09-17 14:17:34 -04:00
xster
fab3eb21c2
Let Material BackButton have a custom onPressed handler ( #39600 )
2019-09-17 11:09:18 -07:00
Brian Egan
a50eda8f5a
Diagrams and samples for Rank 20-30 popular api docs ( #40089 )
2019-09-17 10:22:28 -07:00
Hans Muller
6d18c20a95
Update PopupMenu layout ( #40179 )
2019-09-17 08:48:27 -07:00
Emmanuel Garcia
8a1bf5b827
Reland #39157 ( #39798 )
2019-09-17 08:19:33 -07:00
Alexandre Ardhuin
df4bf453ab
more UI-as-code ( #35516 )
2019-09-17 16:23:44 +02:00
stuartmorgan
d03aecab58
Add an ephemeral directory for Linux ( #40587 )
...
Moves the generated config into that directory. Matches the structure of
the other desktop projects.
Also fixes #40265
2019-09-16 16:04:55 -07:00
Emmanuel Garcia
0df1594ba2
Enable the resource shrinker ( #40610 )
2019-09-16 15:27:05 -07:00
engine-flutter-autoroll
26bb93145f
Roll engine 8a8610a9a514..63873d9f421f (2 commits) ( #40620 )
...
git@github.com:flutter/engine.git/compare/8a8610a9a514...63873d9f421f
git log 8a8610a9a514..63873d9f421f --no-merges --oneline
2019-09-16 15365765+rafern@users.noreply.github.com Fix objects equal to null not being detected as null (flutter/engine#11283 )
2019-09-16 qxyat2019@gmail.com Reset NSNetService delegate to nil,when stop service. (flutter/engine#11270 )
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-09-16 18:18:41 -04:00
liyuqian
652be88ecd
Revert "Measure iOS CPU/GPU percentage ( #39439 )" ( #40624 )
...
This reverts commit af9f424d5db7694ad80006f97d8403500ecd9991.
Reverts flutter/flutter#39439
Reason: this passed the local device lab test on my Macbook but it failed in the actual device lab. Will investigate, fix, and reland.
TBR: @dnfield @goderbauer @tvolkert @Hixie
2019-09-16 15:00:27 -07:00
LongCatIsLooong
390ef60963
CupertinoNavigationBar Dark Mode( #40189 )
2019-09-16 14:16:30 -07:00
Gary Qian
67e35d612e
Specify ifTrue and ifFalse for strut FlagProperty ( #40609 )
2019-09-16 14:08:18 -07:00
engine-flutter-autoroll
b9a34dec7e
Roll engine 2c4ed36c60ae..8a8610a9a514 (3 commits) ( #40616 )
...
git@github.com:flutter/engine.git/compare/2c4ed36c60ae...8a8610a9a514
git log 2c4ed36c60ae..8a8610a9a514 --no-merges --oneline
2019-09-16 liyuqian@google.com Implement Base32Decode (flutter/engine#12253 )
2019-09-16 liyuqian@google.com Reland "Smooth out iOS irregular input events delivery (#11817 )" (flutter/engine#12280 )
2019-09-16 mouad.debbar@gmail.com Refactor and polish the 'felt' tool (flutter/engine#12258 )
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-09-16 16:56:41 -04:00
Kate Lovett
e62c68c243
Fix for broken LocalFileComparator output ( #40399 )
...
* Fixing LocalFileComparator output
* Fixing path separators for windows failures
* Windows path issues
* Testing
* ++
* ++
* Fixing base directory - windows
* Clean up
2019-09-16 13:14:46 -07:00
liyuqian
af9f424d5d
Measure iOS CPU/GPU percentage ( #39439 )
...
For https://github.com/flutter/flutter/issues/33899
Test added:
- simple_animation_perf_ios
Test modified:
- backdrop_filter_perf_ios__timeline_summary
We'll add the CPU/GPU measurement to more iOS tests
once it's proven to be non-flaky.
2019-09-16 13:14:38 -07:00
Jonah Williams
79107e0fe2
Dont kill other processes when starting desktop application ( #40472 )
2019-09-16 13:12:50 -07:00
engine-flutter-autoroll
9dd8c3a31c
Roll engine 04f567bdde40..2c4ed36c60ae (3 commits) ( #40614 )
...
git@github.com:flutter/engine.git/compare/04f567bdde40...2c4ed36c60ae
git log 04f567bdde40..2c4ed36c60ae --no-merges --oneline
2019-09-16 bkonyi@google.com Roll src/third_party/dart a8f433820b..7799f424f4 (3 commits)
2019-09-16 goderbauer@google.com a11y: expose max character count for text fields (flutter/engine#12269 )
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 86c48abc94f3..c22498502cda (1 commits) (flutter/engine#12300 )
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-09-16 15:44:41 -04:00
engine-flutter-autoroll
c7b34d9ff5
04f567bdd Do not assume Platform.script is a Dart source file during training. (flutter/engine#12256) ( #40603 )
...
git@github.com:flutter/engine.git/compare/aef8f5e01a91...04f567bdde40
git log aef8f5e01a91..04f567bdde40 --no-merges --oneline
2019-09-16 rmacnak@google.com Do not assume Platform.script is a Dart source file during training. (flutter/engine#12256 )
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-09-16 14:35:41 -04:00
engine-flutter-autoroll
3a926d6428
aef8f5e01 Roll src/third_party/dart f8f0b845c2..a8f433820b (1 commits) ( #40595 )
...
git@github.com:flutter/engine.git/compare/3da554934b84...aef8f5e01a91
git log 3da554934b84..aef8f5e01a91 --no-merges --oneline
2019-09-16 bkonyi@google.com Roll src/third_party/dart f8f0b845c2..a8f433820b (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-09-16 12:58:41 -04:00
Simon Lightfoot
bf216110ff
Adds relayout option to CustomMultiChildLayout. ( #39252 )
2019-09-16 09:22:59 -07:00
MH Johnson
86d200a943
add missing comma ( #40555 )
2019-09-16 11:47:40 -04:00
Hans Muller
0f00f424fa
ModalRoutes ignore input when a (cupertino) pop transition is underway ( #40466 )
2019-09-16 08:02:04 -07:00
engine-flutter-autoroll
25ac81ffdf
3da554934 Roll fuchsia/sdk/core/linux-amd64 from Ha3yC... to rwf0-... (flutter/engine#12298) ( #40588 )
...
git@github.com:flutter/engine.git/compare/8749d1722961...3da554934b84
git log 8749d1722961..3da554934b84 --no-merges --oneline
2019-09-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from Ha3yC... to rwf0-... (flutter/engine#12298 )
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-09-16 10:59:41 -04:00
Zachary Anderson
8a33d2446d
[flutter_tool] Remove the synchronous -showBuildSettings ( #40435 )
2019-09-16 07:51:50 -07:00
engine-flutter-autoroll
ef1269546c
8749d1722 Roll fuchsia/sdk/core/mac-amd64 from tg1Em... to xPX7p... (flutter/engine#12297) ( #40581 )
...
git@github.com:flutter/engine.git/compare/224ab48f1b20...8749d1722961
git log 224ab48f1b20..8749d1722961 --no-merges --oneline
2019-09-16 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from tg1Em... to xPX7p... (flutter/engine#12297 )
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-09-16 09:59:42 -04:00
engine-flutter-autoroll
928245d07c
224ab48f1 Roll src/third_party/dart d0052c1b31..f8f0b845c2 (16 commits) ( #40569 )
...
git@github.com:flutter/engine.git/compare/79ecdbf22044...224ab48f1b20
git log 79ecdbf22044..224ab48f1b20 --no-merges --oneline
2019-09-16 bkonyi@google.com Roll src/third_party/dart d0052c1b31..f8f0b845c2 (16 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-09-16 06:14:41 -04:00
engine-flutter-autoroll
3331c37804
79ecdbf22 Roll src/third_party/skia cb52badca04a..86c48abc94f3 (4 commits) (flutter/engine#12294) ( #40564 )
...
git@github.com:flutter/engine.git/compare/47991fe122d9...79ecdbf22044
git log 47991fe122d9..79ecdbf22044 --no-merges --oneline
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia cb52badca04a..86c48abc94f3 (4 commits) (flutter/engine#12294 )
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-09-16 05:02:41 -04:00
engine-flutter-autoroll
d11c0e3d7b
47991fe12 Roll src/third_party/skia 2cb1315d99e4..cb52badca04a (5 commits) (flutter/engine#12293) ( #40553 )
...
git@github.com:flutter/engine.git/compare/31e5149a805b...47991fe122d9
git log 31e5149a805b..47991fe122d9 --no-merges --oneline
2019-09-16 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2cb1315d99e4..cb52badca04a (5 commits) (flutter/engine#12293 )
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-09-16 01:28:41 -04:00
engine-flutter-autoroll
27f7b6e914
Roll engine 834cd15010b2..31e5149a805b (3 commits) ( #40549 )
...
git@github.com:flutter/engine.git/compare/834cd15010b2...31e5149a805b
git log 834cd15010b2..31e5149a805b --no-merges --oneline
2019-09-16 iska.kaushik@gmail.com Revert "Revert "Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits)" (#12290 )" (flutter/engine#12291 )
2019-09-16 iska.kaushik@gmail.com Revert "Add iOS platform view mutation XCUITests to the scenario app (#11652 )" (flutter/engine#12292 )
2019-09-15 ychris@google.com Add iOS platform view mutation XCUITests to the scenario app (flutter/engine#11652 )
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-09-16 00:21:41 -04:00
engine-flutter-autoroll
62f4e7c364
Roll engine 6fbbfe18e852..834cd15010b2 (2 commits) ( #40545 )
...
git@github.com:flutter/engine.git/compare/6fbbfe18e852...834cd15010b2
git log 6fbbfe18e852..834cd15010b2 --no-merges --oneline
2019-09-15 skia-flutter-autoroll@skia.org Roll src/third_party/skia cf4deab60e30..2cb1315d99e4 (1 commits) (flutter/engine#12283 )
2019-09-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from gVBCH... to tg1Em... (flutter/engine#12285 )
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-09-15 23:30:41 -04:00
engine-flutter-autoroll
5f14e98d3f
Roll engine 3f76f55bc038..6fbbfe18e852 (2 commits) ( #40541 )
...
git@github.com:flutter/engine.git/compare/3f76f55bc038...6fbbfe18e852
git log 3f76f55bc038..6fbbfe18e852 --no-merges --oneline
2019-09-15 iska.kaushik@gmail.com Fix flutter runner paths (flutter/engine#12289 )
2019-09-15 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from Xfeuz... to Ha3yC... (flutter/engine#12286 )
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-09-15 22:31:41 -04:00
engine-flutter-autoroll
d530d1938c
Roll engine 00c8941daeae..3f76f55bc038 (3 commits) ( #40537 )
...
git@github.com:flutter/engine.git/compare/00c8941daeae...3f76f55bc038
git log 00c8941daeae..3f76f55bc038 --no-merges --oneline
2019-09-15 iska.kaushik@gmail.com Revert "Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 commits)" (flutter/engine#12290 )
2019-09-14 30870216+gaaclarke@users.noreply.github.com FlutterViewController notify will dealloc (flutter/engine#12232 )
2019-09-14 bkonyi@google.com Roll src/third_party/dart a554c8be6b..d0052c1b31 (22 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-09-15 21:12:42 -04:00
MH Johnson
0d3bb515f3
[Docs] Create 'center' snippets template ( #40367 )
...
* Create 'center' template
2019-09-15 20:38:44 -04:00
liyuqian
0ef89bb969
Remove all flaky marks ( #40441 )
...
Those tests are all non-flaky.
2019-09-14 15:34:29 -07:00
Shi-Hao Hong
cf7e7e4529
Implement DropdownButton.selectedItemBuilder ( #40461 )
...
* Implement DropdownButton.selectedItemBuilder
2019-09-14 07:56:05 -07:00
LongCatIsLooong
64300123fa
Restore offstage and ticker mode after hero pop and the from hero is null ( #40306 )
2019-09-13 19:46:58 -07:00
Emmanuel Garcia
4d404da6df
Update Kotlin and Gradle version ( #40181 )
2019-09-13 19:37:07 -07:00
Jonah Williams
6f5df21e5b
pass through --web-port in release mode too ( #40465 )
2019-09-13 19:15:52 -07:00
engine-flutter-autoroll
3dcb961d11
Roll engine fdb7bbf3192a..00c8941daeae (4 commits) ( #40474 )
...
git@github.com:flutter/engine.git/compare/fdb7bbf3192a...00c8941daeae
git log fdb7bbf3192a..00c8941daeae --no-merges --oneline
2019-09-13 iska.kaushik@gmail.com [flutter_runner] Change the path to artifacts (flutter/engine#12282 )
2019-09-13 dnfield@google.com optionally skip builds (flutter/engine#12281 )
2019-09-13 skia-flutter-autoroll@skia.org Roll src/third_party/skia 043dba039e0d..cf4deab60e30 (5 commits) (flutter/engine#12278 )
2019-09-13 franciscojma@google.com [macos] Stops keeping track of text input models (flutter/engine#12267 )
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-09-13 22:09:41 -04:00
Emmanuel Garcia
2c857b9370
Enable R8 ( #40453 )
2019-09-13 19:06:40 -07:00
engine-flutter-autoroll
e3c4609a5e
fdb7bbf31 Revert "Close the tree ( #12268 )" ( flutter/engine#12272 ) ( #40469 )
...
git@github.com:flutter/engine.git/compare/e12decfdd210...fdb7bbf3192a
git log e12decfdd210..fdb7bbf3192a --no-merges --oneline
2019-09-13 dnfield@google.com Revert "Close the tree (#12268 )" (flutter/engine#12272 )
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-09-13 21:08:41 -04:00
LongCatIsLooong
19b47c2dd4
Dark Mode R: Refresh Control ( #40454 )
2019-09-13 17:18:20 -07:00
engine-flutter-autoroll
ab455104d3
Roll engine 7d8c6d9c1a5c..e12decfdd210 (2 commits) ( #40458 )
...
git@github.com:flutter/engine.git/compare/7d8c6d9c1a5c...e12decfdd210
git log 7d8c6d9c1a5c..e12decfdd210 --no-merges --oneline
2019-09-13 xster@google.com Clean up after AppLifecycleTests (flutter/engine#12273 )
2019-09-13 dnfield@google.com Close the tree (flutter/engine#12268 )
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-09-13 20:14:41 -04:00