15526 Commits

Author SHA1 Message Date
ryenus
8a258dca48 echo error messages to stderr (#37845)
Otherwise the error messages would be executed as code when the output
is supposed to be sourced, e.g. $(flutter bash-completion)
2019-08-22 10:10:00 -07:00
engine-flutter-autoroll
bd3305b14b
bb8e6e4db Roll src/third_party/dart 1279641cdd..9fda4c1101 (3 commits) (#39058)
git@github.com:flutter/engine.git/compare/17f1b500f9db...bb8e6e4dbcbb

git log 17f1b500f9db..bb8e6e4dbcbb --no-merges --oneline
2019-08-22 bkonyi@google.com Roll src/third_party/dart 1279641cdd..9fda4c1101 (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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-22 12:37:36 -04:00
Jonah Williams
9818d2df3b
Add web workflow to default validators (#39006) 2019-08-22 09:30:19 -07:00
Zachary Anderson
663dc1d774
[flutter_tool] Teach crash reporter about HttpException (#39005) 2019-08-22 09:18:25 -07:00
engine-flutter-autoroll
0249050f23
Roll engine fc27f80a1242..17f1b500f9db (2 commits) (#39042)
git@github.com:flutter/engine.git/compare/fc27f80a1242...17f1b500f9db

git log fc27f80a1242..17f1b500f9db --no-merges --oneline
2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 42c6af9182d2..c071fc92cd3d (6 commits) (flutter/engine#11372)
2019-08-22 skia-flutter-autoroll@skia.org Roll fuchsia/clang/mac-amd64 from 4uAyd... to NRiBy... (flutter/engine#11371)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-22 10:56:36 -04:00
Jonah Williams
33e7af728a
Dont throw StateError when calling assemble with bad target (#39000) 2019-08-21 23:44:39 -07:00
engine-flutter-autoroll
1096ea38a0
fc27f80a1 1. Update license files to account for the new Dart License file (flutter/engine#11364) (#39028)
git@github.com:flutter/engine.git/compare/3c695b131ce7...fc27f80a1242

git log 3c695b131ce7..fc27f80a1242 --no-merges --oneline
2019-08-22 a-siva@users.noreply.github.com 1. Update license files to account for the new Dart License file (flutter/engine#11364)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-22 02:26:36 -04:00
engine-flutter-autoroll
8f8bb496c8
3c695b131 Roll src/third_party/skia 9e081d164c81..42c6af9182d2 (3 commits) (flutter/engine#11366) (#39024)
git@github.com:flutter/engine.git/compare/e6b983cefe2a...3c695b131ce7

git log e6b983cefe2a..3c695b131ce7 --no-merges --oneline
2019-08-22 skia-flutter-autoroll@skia.org Roll src/third_party/skia 9e081d164c81..42c6af9182d2 (3 commits) (flutter/engine#11366)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-22 01:03:36 -04:00
Shi-Hao Hong
3b7410476f
Add MediaQuery.systemGestureInsets to support Android Q (#37416)
* Wire Window.systemGestureInsets to MediaQuery.systemGestureInsets

* Add systemGestureInsets property to TestWindow
2019-08-22 00:34:11 -04:00
engine-flutter-autoroll
3f6bac66d3
e6b983cef Build legacy web dart sdk (flutter/engine#11360) (#39023)
git@github.com:flutter/engine.git/compare/ccf5d619b58a...e6b983cefe2a

git log ccf5d619b58a..e6b983cefe2a --no-merges --oneline
2019-08-22 jonahwilliams@google.com Build legacy web dart sdk (flutter/engine#11360)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 23:34:36 -04:00
LongCatIsLooong
a671b28369
CupertinoDynamicColor and friends (#37719) 2019-08-21 20:07:42 -07:00
Chris Bracken
ffa3785411
Update package versions to latest (#39013)
This fixes a breakage in fuchsia where package_config version 1.1.0 is
required but flutter_tools is currently locked to 1.05.
2019-08-21 19:15:33 -07:00
Jenn Magder
892d62f03a
Clean Xcode workspace during flutter clean (#38992) 2019-08-21 18:42:56 -07:00
engine-flutter-autoroll
aa41088e76
Roll engine 3606f7bc2d06..ccf5d619b58a (2 commits) (#39015)
git@github.com:flutter/engine.git/compare/3606f7bc2d06...ccf5d619b58a

git log 3606f7bc2d06..ccf5d619b58a --no-merges --oneline
2019-08-21 chinmaygarde@google.com Dry up fixture comparison in embedder unit-tests. (flutter/engine#11359)
2019-08-21 egarciad@google.com Remove engine hash from pom filename (flutter/engine#11356)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 21:40:36 -04:00
engine-flutter-autoroll
01ac023dba
3606f7bc2 Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (flutter/engine#11354) (#39007)
git@github.com:flutter/engine.git/compare/1efb5b770c97...3606f7bc2d06

git log 1efb5b770c97..3606f7bc2d06 --no-merges --oneline
2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia 80bff5b3a2d7..9e081d164c81 (16 commits) (flutter/engine#11354)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 20:08:36 -04:00
adazh
93c32c4ff6
Moved the default BinaryMessenger instance to ServicesBinding (#38464)
* Moved the default BinaryMessenger instance to ServicesBinding

This reverts commit 821602aef36983d416836e5d6fcc78fe9d3facb1.

* Added assertion in defaultBinaryMessenger. Also fixed the devicelab tests.
2019-08-21 16:47:42 -07:00
engine-flutter-autoroll
ddb10dd9d1
Roll engine ab097a59faf5..1efb5b770c97 (2 commits) (#39004)
git@github.com:flutter/engine.git/compare/ab097a59faf5...1efb5b770c97

git log ab097a59faf5..1efb5b770c97 --no-merges --oneline
2019-08-21 dnfield@google.com update sim script (flutter/engine#11355)
2019-08-21 dnfield@google.com Firebase test for Platform Views on iOS (flutter/engine#11350)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 18:31:36 -04:00
Jenn Magder
2ba3054d90
Mark smoke_catalina_start_up not flaky (#38999) 2019-08-21 15:24:52 -07:00
LongCatIsLooong
9aea03f4af
Implement PageView using SliverLayoutBuilder, Deprecate RenderSliverFillViewport (#37024) 2019-08-21 15:02:24 -07:00
Nigel Gott
bf097eec87 Fix DragTarget not being rebuilt when a rejected Draggable enters #38786 (#38789) 2019-08-21 14:53:18 -07:00
Hans Muller
2e01eef5aa
Added InheritedTheme (#38583) 2019-08-21 14:02:19 -07:00
∂ω∂
4277f364ff flutter_tools/version: git log.showSignature=false (#38576) 2019-08-21 13:55:57 -07:00
rami-a
6a5d32962c
[Material] Add clip property to bottom sheet and theme (#38831) 2019-08-21 16:14:52 -04:00
Zachary Anderson
36e8b93d1c
[flutter_tool] Only send one crash report per run (#38925) 2019-08-21 13:07:52 -07:00
engine-flutter-autoroll
ea64b84dc1
ab097a59f De-dup FILE output for each license (flutter/engine#10945) (#38996)
git@github.com:flutter/engine.git/compare/29469f39c13a...ab097a59faf5

git log 29469f39c13a..ab097a59faf5 --no-merges --oneline
2019-08-21 stuartmorgan@google.com De-dup FILE output for each license (flutter/engine#10945)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 16:02:36 -04:00
Zachary Anderson
3ceef86b9a
[flutter_tool] Handle crashes from doctor validators (#38920) 2019-08-21 11:15:02 -07:00
engine-flutter-autoroll
6e34e805b3
Roll engine 9f8b1d223ee8..29469f39c13a (3 commits) (#38982)
git@github.com:flutter/engine.git/compare/9f8b1d223ee8...29469f39c13a

git log 9f8b1d223ee8..29469f39c13a --no-merges --oneline
2019-08-21 tamird@google.com [lsc] Remove fuchsia.net.SocketProvider (flutter/engine#11316)
2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia f99b7960f433..80bff5b3a2d7 (2 commits) (flutter/engine#11343)
2019-08-21 egarciad@google.com Remove engine hash from the output artifact (flutter/engine#11330)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 14:02:36 -04:00
adazh
22db62c1db
Added a composable waitForCondition Driver/extension API. (#38836)
* Added a composable waitForCondition Driver/extension API.

This reverts commit df2db4e50f64de732a517db56d410d90a310268c.

* Added SerializableWaitCondition for communicating between driver script on host and extension on device.
2019-08-21 09:42:26 -07:00
engine-flutter-autoroll
9c3e4de4c0
Roll engine ba51408257b6..9f8b1d223ee8 (3 commits) (#38974)
git@github.com:flutter/engine.git/compare/ba51408257b6...9f8b1d223ee8

git log ba51408257b6..9f8b1d223ee8 --no-merges --oneline
2019-08-21 stuartmorgan@google.com Clean up Windows and Linux build output (flutter/engine#11324)
2019-08-21 stuartmorgan@google.com Roll angle licenses (flutter/engine#11035)
2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia 0b9801eadc12..f99b7960f433 (3 commits) (flutter/engine#11338)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 12:34:36 -04:00
engine-flutter-autoroll
948316cd17
Roll engine 05a0074580e1..ba51408257b6 (3 commits) (#38960)
git@github.com:flutter/engine.git/compare/05a0074580e1...ba51408257b6

git log 05a0074580e1..ba51408257b6 --no-merges --oneline
2019-08-21 chinmaygarde@google.com Reference the Flutter framework instead of the dylib in iOS tests. (flutter/engine#11337)
2019-08-21 jonahwilliams@google.com Reland remove kernel sdk script (flutter/engine#10814)
2019-08-21 stuartmorgan@google.com Fix change_install_name.py to be GN-friendly (flutter/engine#11309)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 10:04:40 -04:00
engine-flutter-autoroll
15eb4fdb31
Roll engine 51bdf834203c..05a0074580e1 (2 commits) (#38955)
git@github.com:flutter/engine.git/compare/51bdf834203c...05a0074580e1

git log 51bdf834203c..05a0074580e1 --no-merges --oneline
2019-08-21 skia-flutter-autoroll@skia.org Roll src/third_party/skia aa3820a9123c..0b9801eadc12 (3 commits) (flutter/engine#11334)
2019-08-21 dnfield@google.com Add tests for platform views (flutter/engine#11319)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 03:02:36 -04:00
engine-flutter-autoroll
a99e0add38
Roll engine c43739ba53ce..51bdf834203c (4 commits) (#38952)
git@github.com:flutter/engine.git/compare/c43739ba53ce...51bdf834203c

git log c43739ba53ce..51bdf834203c --no-merges --oneline
2019-08-21 chinmaygarde@google.com Migrate Embedder API documentation to Doxygen format. (flutter/engine#11255)
2019-08-21 iska.kaushik@gmail.com Do not add null task observers (flutter/engine#11315)
2019-08-21 chinmaygarde@google.com When using a custom compositor, ensure the root canvas is flushed. (flutter/engine#11310)
2019-08-20 franciscojma86@gmail.com [glfw] Send the glfw key data to the framework. (flutter/engine#9386)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-21 01:08:36 -04:00
stuartmorgan
01530928f0
Add build warning for non-debug desktop builds (#38932)
When building in profile or release mode on desktop, add a prominent
warning that it's actually a debug build. This is to help address issues
with people being unaware of the current state of builds due to
following third-party guides rather than official documentation.

macOS is not included since PRs are in flight for macOS release support.
2019-08-20 20:16:29 -07:00
Greg Spencer
f515bf6abc
Revert "Automatic focus highlight mode for FocusManager (#37825)" (#38866)
This reverts commit a11d73148c90dd2980f0ab5a2d88159269937e3a because of a regression in
flutter_gallery_ios32__transition_perf's 90th_percentile_frame_build_time_millis.

Fixes #38860.
2019-08-20 18:50:09 -07:00
engine-flutter-autoroll
471995f188
Roll engine 0e90cb40822b..c43739ba53ce (4 commits) (#38931)
git@github.com:flutter/engine.git/compare/0e90cb40822b...c43739ba53ce

git log 0e90cb40822b..c43739ba53ce --no-merges --oneline
2019-08-20 skia-flutter-autoroll@skia.org Roll src/third_party/skia b081bc4a3139..aa3820a9123c (16 commits) (flutter/engine#11314)
2019-08-20 stuartmorgan@google.com Set FlutterMacOS podspec min version to 10.11 (flutter/engine#11306)
2019-08-20 iska.kaushik@gmail.com Do not Prepare raster cache if view_embedder is present (flutter/engine#11300)
2019-08-20 bkonyi@google.com Roll src/third_party/dart f7902889b6..027071318f (18 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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-20 21:30:36 -04:00
engine-flutter-autoroll
05ea5cf701
Roll engine ca86f6d7e153..0e90cb40822b (2 commits) (#38921)
git@github.com:flutter/engine.git/compare/ca86f6d7e153...0e90cb40822b

git log ca86f6d7e153..0e90cb40822b --no-merges --oneline
2019-08-20 jason-simmons@users.noreply.github.com Fix a segfault in EmbedderTest.CanSpecifyCustomTaskRunner (flutter/engine#11305)
2019-08-20 yjbanov@google.com Add Chrome to Dockerfile (flutter/engine#11210)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-20 18:43:36 -04:00
Chris Bracken
a093b98060
Update BUILD.gn for package:flutter_test (#38916)
Syncs the BUILD.gn with pubspec.yaml for package:test. This fixes a
breakage in the Fuchsia tree.
2019-08-20 15:10:23 -07:00
Ian Hickson
e0a31de61b
Clean up bots output (#36864) 2019-08-20 14:53:39 -07:00
Ian Hickson
441b36526d
Update CONTRIBUTING.md (#37645)
* Update CONTRIBUTING.md

* Update CONTRIBUTING.md
2019-08-20 14:44:01 -07:00
Christopher Fujino
65f8f9c0b8
add --exit and --match-host-platform defaults to devicelab runner (#37832) 2019-08-20 14:37:42 -07:00
Jonah Williams
3b4ab4eb30
Throw error when hot reload enters bad state (#38907) 2019-08-20 14:30:03 -07:00
engine-flutter-autoroll
1ff30fbb26
ca86f6d7e Roll src/third_party/skia 52a6a40535b0..b081bc4a3139 (4 commits) (flutter/engine#11267) (#38911)
git@github.com:flutter/engine.git/compare/d212b9ab33a0...ca86f6d7e153

git log d212b9ab33a0..ca86f6d7e153 --no-merges --oneline
2019-08-20 skia-flutter-autoroll@skia.org Roll src/third_party/skia 52a6a40535b0..b081bc4a3139 (4 commits) (flutter/engine#11267)

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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-20 16:47:36 -04:00
Michael Goderbauer
6d3c5381c7
Fix AnimationStatus for repeat(reverse: true) and animateWith (#37739) 2019-08-20 13:31:10 -07:00
Jenn Magder
4bffe3dd1d
Remove iphonesimulator from SUPPORTED_PLATFORMS for Profile and Release modes (#38905) 2019-08-20 13:30:43 -07:00
Ian Hickson
bfd27f6bd7
Audit use of defaultTargetPlatform (#36871) 2019-08-20 13:27:13 -07:00
Zachary Anderson
398ac1f6c8
[flutter_tool] Remove some async file io (#38654) 2019-08-20 13:15:08 -07:00
Zachary Anderson
28bedb10da
[flutter_tool] Move http request close under try-catch (#38894) 2019-08-20 12:53:59 -07:00
engine-flutter-autoroll
c20113e246
Roll engine 10167db43344..d212b9ab33a0 (4 commits) (#38906)
git@github.com:flutter/engine.git/compare/10167db43344...d212b9ab33a0

git log 10167db43344..d212b9ab33a0 --no-merges --oneline
2019-08-20 bkonyi@google.com Revert "Roll src/third_party/dart f7902889b6..6e2b3f0326 (7 commits)" (flutter/engine#11298)
2019-08-20 bkonyi@google.com Revert "Roll src/third_party/dart 6e2b3f0326..b99df2be86 (5 commits) (#11287)" (flutter/engine#11297)
2019-08-20 bkonyi@google.com Roll src/third_party/dart 6e2b3f0326..b99df2be86 (5 commits) (flutter/engine#11287)
2019-08-20 bkonyi@google.com Roll src/third_party/dart f7902889b6..6e2b3f0326 (7 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 (liyuqian@google.com), and stop
the roller if necessary.
2019-08-20 15:32:36 -04:00
Ian Hickson
e833a5820e
More explicit link to xkcd in CoC (#38833)
cc @gspencergoog
2019-08-20 11:00:21 -07:00
Jonah Williams
2504a416bb
Create correctly structured framework for macOS (#38748) 2019-08-20 10:49:15 -07:00