Emmanuel Garcia
2488c38931
Remove unused flag --target-platform
from flutter run
( #34369 )
2019-06-13 11:47:42 -07:00
Michael Goderbauer
eb9160eb93
Extract DiagnosticsNode serializer from WidgetInspector ( #34012 )
2019-06-13 11:30:18 -07:00
engine-flutter-autoroll
9579f00228
Roll engine 209250da1bb3..f1d821d8fde7 (4 commits) ( #34420 )
...
209250da1b...f1d821d8fd
git log 209250da1bb31dd3cc56e9a96274e62c7d7d39ee..f1d821d8fde79569f801cb9c902c2e9d45b46fb6 --no-merges --oneline
f1d821d8f Set identity instead of crash in opt build (flutter/engine#9262 )
8b44c521e Roll src/third_party/skia 187e8f31236f..084fa1b52f30 (1 commits) (flutter/engine#9310 )
a39d4eca8 Roll src/third_party/skia 47c7e80e9552..187e8f31236f (1 commits) (flutter/engine#9309 )
07f7932d7 Roll src/third_party/skia b9416caa367a..47c7e80e9552 (2 commits) (flutter/engine#9308 )
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-06-13 14:22:56 -04:00
Jonah Williams
aedf46afc7
Disable flaky tests ( #34419 )
2019-06-13 11:19:09 -07:00
Emmanuel Garcia
afdc783ce5
Report commands that resulted in success or failure ( #34288 )
...
This is added as a dimension cd26
2019-06-13 10:27:23 -07:00
Zachary Anderson
3b42341aac
[flutter_tool,fuchsia] Prefetch tiles when starting an app ( #34276 )
2019-06-13 09:52:09 -07:00
Ian Hickson
f31fc1bd0f
More removing of timeouts. ( #33932 )
2019-06-12 23:12:35 -07:00
Todd Volkert
704009541f
Update flakiness of tests ( #34374 )
2019-06-12 23:06:20 -07:00
engine-flutter-autoroll
a8e775e012
Roll engine 67aadb62068a..209250da1bb3 (4 commits) ( #34370 )
...
67aadb6206...209250da1b
git log 67aadb62068ad251c79affa2ae68d6579d8e2d93..209250da1bb31dd3cc56e9a96274e62c7d7d39ee --no-merges --oneline
209250da1 When running in AOT modes create a flutter_assets directory that can be used as the bundle path (flutter/engine#9306 )
159383839 Handle Fuchsia SDK in license tool + roll SDK (flutter/engine#9302 )
e66118bcb Roll src/third_party/skia 81756e4cae95..b9416caa367a (6 commits) (flutter/engine#9305 )
7bb5b9aea Wire up Swiftshader based OpenGL ES unit-tests on hosts. (flutter/engine#9264 )
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-06-12 22:39:55 -04:00
LongCatIsLooong
5f39487740
Don't show scrollbar if there isn't enough content ( #34175 )
2019-06-12 17:55:31 -07:00
Jonah Williams
3ae6abd9e8
Compatibility pass on flutter/material tests for JavaScript compilation. (9) ( #33378 )
2019-06-12 17:06:01 -07:00
chunhtai
ad507723ec
fix Applying decoration for a table row widget will cause render exception ( #34285 )
2019-06-12 16:58:24 -07:00
Todd Volkert
c40c687b2d
Add widget of the week videos ( #34356 )
...
* Spacer
* MediaQuery
* InheritedWidget
2019-06-12 16:36:09 -07:00
engine-flutter-autoroll
da6dde64db
Roll engine ab5c14b9491a..67aadb62068a (2 commits) ( #34350 )
...
ab5c14b949...67aadb6206
git log ab5c14b9491a6650ec0c08e91f9e858cdab422b6..67aadb62068ad251c79affa2ae68d6579d8e2d93 --no-merges --oneline
67aadb620 Roll src/third_party/skia d62d406aa24c..81756e4cae95 (5 commits) (flutter/engine#9300 )
0a2e28d79 Revert tracing changes (flutter/engine#9296 )
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-06-12 16:49:55 -04:00
Todd Volkert
8163c0aebb
Re-apply compressionState changes. ( #34341 )
...
This re-applies the changes that were made in #33697 and #33729 ,
but which were reverted in #33792 and #33790 , respectively due to
the Dart SDK not having received the update within Google yet.
The SDK has now rolled, so these changes can be re-applied.
https://github.com/flutter/flutter/issues/32374
https://github.com/flutter/flutter/issues/33791
2019-06-12 13:47:47 -07:00
Devon Carew
25c84001c4
Revert "update the Flutter.Frame event to use new engine APIs ( #34243 )" ( #34352 )
...
This reverts commit 446179f6c1c9c7101c9a8f88edebfd7643a13c2d.
2019-06-12 13:14:20 -07:00
Jenn Magder
c40d701e96
Change Xcode project developmentRegion to 'en' and plist CFBundleDevelopmentRegion to DEVELOPMENT_LANGUAGE ( #34293 )
2019-06-12 11:31:17 -07:00
Devon Carew
446179f6c1
update the Flutter.Frame event to use new engine APIs ( #34243 )
...
* update the Flutter.Frame event to use new engine APIs
* add a test
* update test
2019-06-12 11:20:10 -07:00
Zachary Anderson
22ca3f96ca
[flutter_tool] Don't truncate verbose logs from _flutter.listViews ( #34255 )
2019-06-12 11:18:53 -07:00
engine-flutter-autoroll
75b5ceccd9
ab5c14b94 Set Dart version to git hash 3166bbf24b0c929eef33fd5d0f69e0f36a9009f3 (Dart 2.3.3-dev) (flutter/engine#9292) ( #34336 )
...
d3c213e5cc...ab5c14b949
git log d3c213e5cc634bbc60607cb618a64332bb278f90..ab5c14b9491a6650ec0c08e91f9e858cdab422b6 --no-merges --oneline
ab5c14b94 Set Dart version to git hash 3166bbf24b0c929eef33fd5d0f69e0f36a9009f3 (Dart 2.3.3-dev) (flutter/engine#9292 )
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-06-12 14:03:56 -04:00
Todd Volkert
fb2f18e7e8
Prepare for Uint8List SDK breaking changes ( #34295 )
...
https://github.com/dart-lang/sdk/issues/36900
2019-06-12 10:22:50 -07:00
engine-flutter-autoroll
bdd07240cd
Roll engine b14d9719607a..d3c213e5cc63 (3 commits) ( #34331 )
...
b14d971960...d3c213e5cc
git log b14d9719607a876778b27149ec37ea170187bb97..d3c213e5cc634bbc60607cb618a64332bb278f90 --no-merges --oneline
d3c213e5c Roll src/third_party/skia 698fa78b3cae..d62d406aa24c (1 commits) (flutter/engine#9295 )
4d7afb9ab Roll src/third_party/skia ed7966f179c6..698fa78b3cae (1 commits) (flutter/engine#9294 )
05e1b6e50 Roll src/third_party/skia d82ca0bf2c99..ed7966f179c6 (2 commits) (flutter/engine#9293 )
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-06-12 13:03:55 -04:00
engine-flutter-autoroll
fa174a123f
Roll engine 4fc95ebb294c..b14d9719607a (4 commits) ( #34310 )
...
4fc95ebb29...b14d971960
git log 4fc95ebb294cf4f94fc8adf524408b15b054486a..b14d9719607a876778b27149ec37ea170187bb97 --no-merges --oneline
b14d97196 Roll src/third_party/skia f39124b0764d..d82ca0bf2c99 (3 commits) (flutter/engine#9291 )
87c26ae1a Refactor Delayed Tasks to their own file (flutter/engine#9290 )
9baf589d1 [iOS] [a11y] Don't allow scroll views to grab a11y focus (flutter/engine#9282 )
f80ac5f57 [fuchsia] Fix alignment of Fuchsia/non-Fuchsia tracing (flutter/engine#9289 )
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-06-12 00:45:55 -04:00
engine-flutter-autoroll
70840d4f47
4fc95ebb2 Fixed memory leaks within FlutterFragment and FlutterView ( #34268 , #34269 , #34270 ). ( flutter/engine#9288 ) ( #34305 )
2019-06-11 20:41:58 -07:00
engine-flutter-autoroll
d6425a2179
Roll engine 2d2cfc0884ff..de350c4cbb4a (2 commits) ( #34302 )
...
2d2cfc0884...de350c4cbb
git log 2d2cfc0884ff58e3c4379adea1f5356893d475d3..de350c4cbb4aa3d4b3258fb8646f8723d3991096 --no-merges --oneline
de350c4cb Report timings faster (100ms) in profile/debug (flutter/engine#9287 )
6dc4d6ca0 Add refresh callback to GLFW shell (flutter/engine#9280 )
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-06-11 21:54:55 -04:00
engine-flutter-autoroll
9a46b3e38d
Roll engine 02e6a130e7dd..2d2cfc0884ff (3 commits) ( #34292 )
...
02e6a130e7...2d2cfc0884
git log 02e6a130e7dd23cd70ea0b2d947f3e1a0269190b..2d2cfc0884ff58e3c4379adea1f5356893d475d3 --no-merges --oneline
2d2cfc088 Expose a hasRenderedFirstFrame() method in FlutterView (#34275 ). (flutter/engine#9285 )
804011742 Fix TextInputPlugin NPE caused by PlatformViewsController ref in new embedding (#34283 ). (flutter/engine#9283 )
c7b25f1c4 Roll src/third_party/skia df586b7d568d..f39124b0764d (11 commits) (flutter/engine#9284 )
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-06-11 20:17:55 -04:00
Emmanuel Garcia
21a532698f
Split gradle_plugin_test.dart ( #34282 )
...
Fixes timeout when running gradle_plugin_test
2019-06-11 16:24:03 -07:00
engine-flutter-autoroll
8247963653
Roll engine 4d6847466d0b..02e6a130e7dd (4 commits) ( #34281 )
...
4d6847466d...02e6a130e7
git log 4d6847466d0b8223f2d3ba9572e397306b6debf4..02e6a130e7dd23cd70ea0b2d947f3e1a0269190b --no-merges --oneline
02e6a130e Roll src/third_party/dart 7ecd81b0b8..b37aa3b036 (4 commits) (flutter/engine#9272 )
95f9b3db6 Fix crash on minimize with GLFW shell (flutter/engine#9278 )
8d017faea Roll src/third_party/skia a716809d5ad3..df586b7d568d (17 commits) (flutter/engine#9279 )
10a3ab085 Fix missing return lint (flutter/engine#9246 )
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-06-11 18:30:55 -04:00
Jonah Williams
9d724d4c44
Compatibility pass on flutter/widgets tests for JavaScript compilation. (8) ( #33377 )
2019-06-11 14:51:03 -07:00
Emmanuel Garcia
d9c1962973
Instrument usage of include_flutter.groovy and xcode_backend.sh ( #34189 )
...
This is done via `flutter build bundle`. As a consequence, this PR introduces a new way to disable analytics via the `FLUTTER_SUPPRESS_ANALYTICS` env flag.
2019-06-11 14:46:00 -07:00
LongCatIsLooong
1eb8c640bb
Fix CupertinoTabScaffold index out of range ( #33624 )
2019-06-11 14:14:54 -07:00
Jason Simmons
89d887f331
Strip debug symbols from ELF library snapshots ( #34250 )
...
AOT compiled code is now packaged as an ELF library for Android targets.
By default gen_snapshot's output contains debug symbols. The symbols could
be stripped as a separate step, but that requires NDK tools that the user
may not have available.
This change passes a gen_snapshot flag that omits the symbols, and it filters
out a warning printed when that flag is used.
2019-06-11 13:34:24 -07:00
engine-flutter-autoroll
6d0e618188
Roll engine de420a0fc49a..4d6847466d0b (3 commits) ( #34258 )
...
de420a0fc4...4d6847466d
git log de420a0fc49ac5d8d84e3dd446af800d672eff02..4d6847466d0b8223f2d3ba9572e397306b6debf4 --no-merges --oneline
4d6847466 Load AOT compiled Dart assets only from ELF libraries (flutter/engine#9260 )
3e9ffe113 Whitelist the —enable_mirrors flag to fix regression in existing embedder. (flutter/engine#9266 )
7cde42cc1 Unbreak internal rolls (flutter/engine#9270 )
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-06-11 15:55:56 -04:00
Ben Konyi
e59d9a815d
Reland "Added --dart-flags option to flutter run ( #33924 )" ( #34181 )
...
Reland "Added --dart-flags option to flutter run (#33924 )"
This reverts commit 587687eedf81aa83521cca96b8fb65a4adc8dd90.
2019-06-11 11:37:47 -07:00
Jonah Williams
7cc716187b
Compatibility pass on flutter/semantics tests for JavaScript compilation. (7) ( #33360 )
2019-06-11 11:22:37 -07:00
guoskyhero
1bc8402478
Add hintStyle in SearchDelegate ( #30388 )
...
SearchDelegate hintStyle parameter
2019-06-11 11:15:50 -07:00
engine-flutter-autoroll
336e4c4c9f
Roll engine c9bbd0e680d9..de420a0fc49a (4 commits) ( #34247 )
...
c9bbd0e680...de420a0fc4
git log c9bbd0e680d9aa57fad27d8c67128633210a586e..de420a0fc49ac5d8d84e3dd446af800d672eff02 --no-merges --oneline
de420a0fc Roll src/third_party/dart 97f91fecdb..7ecd81b0b8 (5 commits) (flutter/engine#9268 )
8812781d9 Roll src/third_party/skia bba5aa761cd5..a716809d5ad3 (1 commits) (flutter/engine#9269 )
b470913fb Roll src/third_party/skia 77cb2ca3c9aa..bba5aa761cd5 (3 commits) (flutter/engine#9267 )
48ecbca8a Roll src/third_party/skia bb74990a11d9..77cb2ca3c9aa (1 commits) (flutter/engine#9265 )
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-06-11 14:12:56 -04:00
Jonah Williams
7feddfdec0
make sure this test doesnt run for real ( #34199 )
2019-06-11 10:35:10 -07:00
Neevash Ramdial
d850d69c3f
Added tool sample for PageController ( #34137 )
...
* Added tool sample for PageController
* Fixed text directionality bug
2019-06-11 09:57:17 -07:00
Jonah Williams
05e92c828b
Compatibility pass on flutter/physics tests for JavaScript compilation. (6) ( #33359 )
2019-06-11 09:09:13 -07:00
engine-flutter-autoroll
30fb980204
c9bbd0e68 Roll src/third_party/dart 7f146e431e..97f91fecdb (22 commits) ( #34203 )
2019-06-11 08:41:47 -07:00
LongCatIsLooong
e9ca112e44
update CupertinoDialogAction isDefaultAction documentation ( #34163 )
2019-06-10 19:17:55 -07:00
engine-flutter-autoroll
fcaf96db75
Roll engine f3ab2e412f07..4c0daaca2710 (2 commits) ( #34197 )
...
f3ab2e412f...4c0daaca27
git log f3ab2e412f07a0fb82944d1f7af86c31e674e6c9..4c0daaca2710f617a0f9d8530f89a77aaad40836 --no-merges --oneline
4c0daaca2 Roll src/third_party/skia cb1adb40d0f3..bb74990a11d9 (3 commits) (flutter/engine#9261 )
2d0103a8f Removed VIRTUAL_KEYBOARD check in TextInputPlugin because it's blocking Espresso work and its purpose is unknown. (flutter/engine#9238 )
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.
2019-06-10 21:35:55 -04:00
Jonah Williams
ca14af6b92
Compatibility pass on flutter/rendering tests for JavaScript compilation. (5) ( #33355 )
2019-06-10 17:29:46 -07:00
Todd Volkert
1b3fc53595
Consider all non-interactive terminals to be bots ( #34179 )
2019-06-10 16:32:08 -07:00
Anthony
0bbac72558
[Material] Fix slider track shape to rounded ( #34178 )
...
The slider track shape for the onPrimaryColors constructor should be rounded, but it was accidentally changed to rectangular in #31681 . This change restores the original behavior. This only affects sliders that are themed with SliderThemeData.onPrimaryColors().
2019-06-10 19:02:44 -04:00
Jonah Williams
c88f64ed50
Compatibility pass on flutter/services tests for JavaScript compilation. (4) ( #33354 )
2019-06-10 15:46:36 -07:00
Jonah Williams
f530b809b6
Reland: More verification on flutter build web, add tests and cleanup ( #34173 )
2019-06-10 15:37:23 -07:00
engine-flutter-autoroll
7a877f62d9
Roll engine 36b7123bfc4e..f3ab2e412f07 (3 commits) ( #34177 )
...
36b7123bfc...f3ab2e412f
git log 36b7123bfc4ed23af10bc9cec61c6b9726a58f8f..f3ab2e412f07a0fb82944d1f7af86c31e674e6c9 --no-merges --oneline
f3ab2e412 Roll src/third_party/skia 5ec1b8ff3f45..cb1adb40d0f3 (10 commits) (flutter/engine#9258)
b622d43c3 Make flow layers' attributes immutable (flutter/engine#9176)
259d334e0 Reland "Keyboard support for embedded Android views. (#9203 ) (flutter/engine#9257 )
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.
2019-06-10 18:08:55 -04:00
Jenn Magder
c8bf7abeee
Disable CocoaPods input and output paths in Xcode build phase and adopt new Xcode build system ( #34167 )
...
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.
2019-06-10 14:30:28 -07:00