15526 Commits

Author SHA1 Message Date
Hans Muller
f6d3f9adc8
Check phone number formatting in the gallery text fields demo (#39450) 2019-08-29 16:39:47 -07:00
engine-flutter-autoroll
9769754d2e
Roll engine d8639d6032fc..9a17d8e45197 (5 commits) (#39513)
git@github.com:flutter/engine.git/compare/d8639d6032fc...9a17d8e45197

git log d8639d6032fc..9a17d8e45197 --no-merges --oneline
2019-08-29 ditman@gmail.com Don't crash while loading improperly formatted fonts on Safari (flutter/engine#11655)
2019-08-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia 938ce9fc5369..ca8b07cf8a59 (1 commits) (flutter/engine#11701)
2019-08-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia 47023272a11e..938ce9fc5369 (3 commits) (flutter/engine#11686)
2019-08-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia a4b448831cee..47023272a11e (1 commits) (flutter/engine#11676)
2019-08-29 bkonyi@google.com Roll src/third_party/dart 69b7082290..35382f9b14 (8 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 garyq@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-08-29 19:12:41 -04:00
Dan Field
632526aab9
Update validation to support Xcode11 version (#39463) 2019-08-29 15:28:05 -07:00
Jonah Williams
d2f70a6d20
kill leaked chrome processes (#39514) 2019-08-29 14:28:37 -07:00
engine-flutter-autoroll
14cec30c18
Roll engine f52c0b9270de..d8639d6032fc (4 commits) (#39453)
git@github.com:flutter/engine.git/compare/f52c0b9270de...d8639d6032fc

git log f52c0b9270de..d8639d6032fc --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 999007453a..69b7082290 (8 commits)
2019-08-28 skia-flutter-autoroll@skia.org Roll src/third_party/skia a268dfb74add..a4b448831cee (10 commits) (flutter/engine#11658)
2019-08-28 chinmaygarde@google.com Append newlines to EOF of all translation units. (flutter/engine#11654)
2019-08-28 iska.kaushik@gmail.com [flutter] Port: Run handle wait completers on the microtask queue (flutter/engine#11649)


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 garyq@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-08-29 16:06:41 -04:00
Harry Terkelsen
13bd52bf9e
Add HtmlElementView (the Flutter Web platform view) (#37819)
* Implement HtmlView, the platform view widget for Flutter Web

* Document HtmlView constructor

* Respond to review comments

* - Rename to HtmlElementView
- Assert running on web
- Move test to Chrome-only file
2019-08-29 12:49:04 -07:00
Jenn Magder
2a59acc04e
Skip failing add2app test to unblock roll (#39509) 2019-08-29 12:44:36 -07:00
Jonah Williams
ed4794382b
Revert "Expose LineMetrics in TextPainter through computeLineMetrics. (#39282)" (#39504)
This reverts commit d67f47b21e49530a07df38a9108edac854b6b286.
2019-08-29 12:14:02 -07:00
Gary Qian
d67f47b21e
Expose LineMetrics in TextPainter through computeLineMetrics. (#39282) 2019-08-29 11:28:04 -07:00
Tong Mu
4fc11db5cc
Add IterableFlagsProperty and use it on proxy box classes (#39354)
* Add FlagsSummary and implement Listener
2019-08-29 10:07:48 -07:00
Harry Terkelsen
9f4ab273f1
Add viewType to PlatformViewLink (#39446)
* Add viewType to PlatformViewLink

Re-initialize the controller when the viewType changes.

* Re-word `PlatformViewLink` doc comment for clarity
2019-08-28 20:02:08 -07:00
Jonah Williams
4984d1a33d
update packages (#39429) 2019-08-28 17:04:07 -07:00
engine-flutter-autoroll
0c2cab62c2
Roll engine 728ff715e88f..f52c0b9270de (3 commits) (#39443)
git@github.com:flutter/engine.git/compare/728ff715e88f...f52c0b9270de

git log 728ff715e88f..f52c0b9270de --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 28f692165e..999007453a (2 commits)
2019-08-28 iska.kaushik@gmail.com [flutter_runner] Port Expose ViewBound Wireframe Functionality (flutter/engine#11635)
2019-08-28 yjbanov@google.com remove Web test blacklist; all tests should pass now (flutter/engine#11640)


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 garyq@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-08-28 20:03:54 -04:00
keyonghan
18293802bd
Update README.md (#39448)
fix type: bin/tests -> bin/tasks
2019-08-28 16:59:45 -07:00
Jonah Williams
73b798b260
Revert "Better docs for text (#38922)" (#39447)
This reverts commit ddd31bcee74c2da986f9764f1af31ae50b3c3557.
2019-08-28 16:01:47 -07:00
liyuqian
6ef80b447f
Replace deprecated onReportTimings w/ frameTimings (#38861)
This is the continuation of https://github.com/flutter/engine/pull/11041 and https://github.com/flutter/flutter/pull/38574

This is not a breaking change as we're not removing `onReportTimings` API.
We're simply removing the use of it in our framework.
2019-08-28 15:25:06 -07:00
Michael Goderbauer
0b23634fb3
Do not hide .git in zip for Windows (#39432) 2019-08-28 15:20:47 -07:00
Dan Field
cb965495d7
Reland "Relax arguments around local engine, build hello_world with bitcode" (#39434) 2019-08-28 15:19:04 -07:00
engine-flutter-autoroll
f26f8e8348
Roll engine 2d6631ae5d1c..728ff715e88f (4 commits) (#39437)
git@github.com:flutter/engine.git/compare/2d6631ae5d1c...728ff715e88f

git log 2d6631ae5d1c..728ff715e88f --no-merges --oneline
2019-08-28 iska.kaushik@gmail.com [fidl][flutter_runner] Port Migrate to new fit::optional compatible APIs (flutter/engine#11636)
2019-08-28 garyq@google.com Update the ui.LineMetrics.height metric to be more useful to external users (flutter/engine#11456)
2019-08-28 skia-flutter-autoroll@skia.org Roll src/third_party/skia b1ade2a4261e..a268dfb74add (5 commits) (flutter/engine#11643)
2019-08-28 brianosman@google.com Update CanvasSpy::onDrawEdgeAAQuad for Skia API change (flutter/engine#11638)


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 garyq@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-08-28 18:04:54 -04:00
Emmanuel Garcia
4a1c62c28b
Add missing files in the Gradle wrapper directory (#39145) 2019-08-28 14:52:08 -07:00
Ian Hickson
ddd31bcee7 Better docs for text (#38922) 2019-08-28 14:41:09 -07:00
Jonah Williams
f362419601
make sure profile is forwarded through build web command (#39414) 2019-08-28 14:05:01 -07:00
Kenzie Schmoll
13f18d5a66
Make inspector details subtree depth configurable. (#39085)
* Make inspector details subtree depth configurable.
2019-08-28 14:02:12 -07:00
engine-flutter-autoroll
17ebdcf9c1
2d6631ae5 Roll src/third_party/dart 10f8a00e9f..28f692165e (7 commits) (#39422)
git@github.com:flutter/engine.git/compare/c9d9b5b8f8fc...2d6631ae5d1c

git log c9d9b5b8f8fc..2d6631ae5d1c --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 10f8a00e9f..28f692165e (7 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 garyq@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-08-28 16:58:54 -04:00
Jonah Williams
393106fbf5
Revert "Relax requirements around local engine, build hello_world with bitcode (#39357)" (#39431)
This reverts commit 202c1b422430af20569af651921a968df6fdcfaa.
2019-08-28 13:12:45 -07:00
liyuqian
c1cb68004a
Move ios tests to the right section (#39363) 2019-08-28 10:33:43 -07:00
Dan Field
202c1b4224
Relax requirements around local engine, build hello_world with bitcode (#39357) 2019-08-28 10:27:01 -07:00
engine-flutter-autoroll
31bd0d364d
Roll engine b49430734124..c9d9b5b8f8fc (2 commits) (#39416)
git@github.com:flutter/engine.git/compare/b49430734124...c9d9b5b8f8fc

git log b49430734124..c9d9b5b8f8fc --no-merges --oneline
2019-08-28 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6064ecf7e993..b1ade2a4261e (32 commits) (flutter/engine#11629)
2019-08-28 brianosman@google.com Include <string> from font_asset_provider (flutter/engine#11622)


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 garyq@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-08-28 13:24:54 -04:00
Andrew Brogdon
aff16348e7
Adding header rule to FB hosting for API docs. (#39345) 2019-08-28 10:21:15 -07:00
Zachary Anderson
b7c714e84c
[flutter_tool] Use a timeout for xcode showBuildSettings (#39280) 2019-08-28 10:03:53 -07:00
engine-flutter-autoroll
ce3c467292
b49430734 Roll src/third_party/dart 5cbcc88304..10f8a00e9f (3 commits) (#39409)
git@github.com:flutter/engine.git/compare/f8c4546eb445...b49430734124

git log f8c4546eb445..b49430734124 --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 5cbcc88304..10f8a00e9f (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 garyq@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-08-28 12:11:54 -04:00
Andrei Lesnitsky
35de8d5278 respect reversed scroll views (#39195)
This PR makes Scrollable scroll in correct direction when reverse: true on desktop and web
2019-08-28 06:49:49 -07:00
engine-flutter-autoroll
86770aaa76
f8c4546eb Roll src/third_party/dart 9b23c483ba..5cbcc88304 (17 commits) (#39390)
git@github.com:flutter/engine.git/compare/c030ccc52f6f...f8c4546eb445

git log c030ccc52f6f..f8c4546eb445 --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 9b23c483ba..5cbcc88304 (17 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 garyq@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-08-28 05:42:06 -04:00
xster
4640690d0f
let flutter build aar use a local engine (#39312) 2019-08-27 23:46:33 -07:00
engine-flutter-autoroll
9e4c3bd9ad
c030ccc52 Roll src/third_party/dart 2bc0f49c00..9b23c483ba (1 commits) (#39381)
git@github.com:flutter/engine.git/compare/180adcbef0eb...c030ccc52f6f

git log 180adcbef0eb..c030ccc52f6f --no-merges --oneline
2019-08-28 bkonyi@google.com Roll src/third_party/dart 2bc0f49c00..9b23c483ba (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 garyq@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-08-28 02:36:06 -04:00
Jonah Williams
55a1ba761d
Use output dir instead of specific paths in assemble rules (#39274) 2019-08-27 22:52:51 -07:00
engine-flutter-autoroll
1ba5f7997e
Roll engine f93b9cbff143..180adcbef0eb (5 commits) (#39370)
git@github.com:flutter/engine.git/compare/f93b9cbff143...180adcbef0eb

git log f93b9cbff143..180adcbef0eb --no-merges --oneline
2019-08-28 jonahwilliams@google.com make engine, ui, and sdk rewriter inputs of dill construction (flutter/engine#11554)
2019-08-28 dnfield@google.com Make Skia cache size channel respond with a value (flutter/engine#11550)
2019-08-27 bkonyi@google.com Roll src/third_party/dart f17d0563fa..2bc0f49c00 (10 commits)
2019-08-27 bmparr@google.com Add check to enable metal for import (flutter/engine#11537)
2019-08-27 pylaligand@google.com Update label of Fuchsia FIDL targets. (flutter/engine#11514)


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 garyq@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-08-28 00:08:06 -04:00
Justin McCandless
d3b70c91bf
Add the textAlignVertical param to TextFormField (#39144) 2019-08-27 19:08:35 -07:00
Jonah Williams
80f96ee662
surface errors from build runner (#39358) 2019-08-27 19:08:10 -07:00
Jonah Williams
23637844a3
fix source map loading and service protocol for flutter web (#39189) 2019-08-27 19:06:48 -07:00
stuartmorgan
2476415b60
Rename macos_build_flutter_assets.sh (#39353)
The name is very misleading at this point, since it does substantially
more than build flutter_assets. Name it more generically as a wrapper
for 'assemble' for macOS builds.
2019-08-27 19:03:14 -07:00
engine-flutter-autoroll
95448616c7
Roll engine bf7796611dc1..f93b9cbff143 (8 commits) (#39360)
git@github.com:flutter/engine.git/compare/bf7796611dc1...f93b9cbff143

git log bf7796611dc1..f93b9cbff143 --no-merges --oneline
2019-08-27 bkonyi@google.com Roll src/third_party/dart 4015a79210..f17d0563fa (5 commits)
2019-08-27 dnfield@google.com Optionally strip bitcode when creating ios framework (flutter/engine#11530)
2019-08-27 dnfield@google.com Bitcode only for release (flutter/engine#11520)
2019-08-27 dnfield@google.com Strip bitcode from gen_snapshot (flutter/engine#11528)
2019-08-27 chris@bracken.jp Reuse texture cache in ios_external_texture_gl (flutter/engine#11524)
2019-08-27 skia-flutter-autoroll@skia.org Roll src/third_party/skia 4b5d65561943..6064ecf7e993 (1 commits) (flutter/engine#11500)
2019-08-27 mklim@google.com Assert that the JUnit tests are running on Java 8 (flutter/engine#11466)
2019-08-27 bkonyi@google.com Roll src/third_party/dart e878bdafe9..4015a79210 (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 garyq@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-08-27 21:36:06 -04:00
Tong Wu
a690b0b8e2
[devicelab] Reland adding smoke tests for Catalina/Android testing (#39361) 2019-08-27 17:47:32 -07:00
Emmanuel Garcia
5353d5e877
Fid app bundle in Gradle 3.5 (#39126) 2019-08-27 17:08:02 -07:00
Zachary Anderson
91ae1409b9
[flutter_tool] Create a temp snapshot to run create_test.dart tests (#39338) 2019-08-27 14:28:03 -07:00
adazh
5667b78291
Added a Driver wait condition for no pending platform messages (#39196) 2019-08-27 14:26:31 -07:00
Jonah Williams
6f71ce26d6
Place terminalUi flag on terminal interface (#39214) 2019-08-27 14:20:51 -07:00
engine-flutter-autoroll
a37239e566
Roll engine 4d7ea15cae36..bf7796611dc1 (2 commits) (#39340)
git@github.com:flutter/engine.git/compare/4d7ea15cae36...bf7796611dc1

git log 4d7ea15cae36..bf7796611dc1 --no-merges --oneline
2019-08-27 chris@bracken.jp Revert "Reuse texture cache in ios_external_texture_gl. (#9806)" (flutter/engine#11522)
2019-08-27 liujilong.me@gmail.com Reuse texture cache in ios_external_texture_gl. (flutter/engine#9806)


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 garyq@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-08-27 17:07:06 -04:00
Tong Wu
2f58d08678
Revert "Add smoke tests for Catalina/Android testing. (#39300)" (#39347)
This reverts commit b38302b0c230f22347b200907381e7db15412646.
2019-08-27 12:27:12 -07:00
Tong Wu
b38302b0c2
Add smoke tests for Catalina/Android testing. (#39300) 2019-08-27 11:22:54 -07:00