15888 Commits

Author SHA1 Message Date
Zachary Anderson
bb7e3f6045
[flutter_tools] Report iOS mDNS lookup failures to analytics (#41384) 2019-09-26 13:41:11 -07:00
Jonah Williams
0980fa2ddd
Serve every html file under web (#41386) 2019-09-26 13:24:05 -07:00
Greg Spencer
0509791663
Fix mouse hover to not schedule a frame for every mouse move. (#41014)
This fixes the mouse hover code to not schedule frames with every mouse move.

Before this, it would schedule a post frame callback, and then schedule a frame immediately, even if there was nothing that needed to be updated. Now it will schedule checks for mouse position updates synchronously, unless there's a new annotation, and skip scheduling a new frame in all cases. It has to be async in the case of a new annotation (i.e. a new MouseRegion is added), since when the annotation is added, it hasn't yet painted, and it can't hit test against the new layer until after the paint, so in that case it schedules a post frame callback, but since it's already building a frame when it does that, it doesn't need to schedule a frame.

The code also used to do mouse position checks for all mice if only one mouse changed position. I fixed this part too, so that it will only check position for the mouse that changed.
2019-09-26 13:13:42 -07:00
engine-flutter-autoroll
755526848c
b520d7fd4 Roll src/third_party/dart 53564db036..6ff8d2199d (1 commits) (#41391)
git@github.com:flutter/engine.git/compare/223d6d3e4278...b520d7fd4b6d

git log 223d6d3e4278..b520d7fd4b6d --no-merges --oneline
2019-09-26 bkonyi@google.com Roll src/third_party/dart 53564db036..6ff8d2199d (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 aaclarke@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-26 16:06:41 -04:00
Jonah Williams
f1e7fe8142
Revert "Reland "Measure iOS CPU/GPU percentage (#39439)" (#41234)" (#41400) 2019-09-26 12:27:01 -07:00
liyuqian
406b44983a
Reland "Measure iOS CPU/GPU percentage (#39439)" (#41234)
This reverts commit 652be88ecd259407b47d0dbeb243f5fbbef81638.

This fix is in https://github.com/flutter/packages/pull/37
2019-09-26 10:39:24 -07:00
engine-flutter-autoroll
4dade03c2e
223d6d3e4 Roll src/third_party/dart dd65f97118..53564db036 (6 commits) (#41379)
git@github.com:flutter/engine.git/compare/1060cfc7daae...223d6d3e4278

git log 1060cfc7daae..223d6d3e4278 --no-merges --oneline
2019-09-26 bkonyi@google.com Roll src/third_party/dart dd65f97118..53564db036 (6 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 aaclarke@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-26 13:38:41 -04:00
Zachary Anderson
7fa5dd7454
[flutter_tools] Allows adding multiple signal handlers (#41304) 2019-09-26 08:12:48 -07:00
engine-flutter-autoroll
3fce26088d
1060cfc7d Roll fuchsia/sdk/core/mac-amd64 from KcXAg... to z3PaM... (flutter/engine#12458) (#41374)
git@github.com:flutter/engine.git/compare/9fd35df9bb47...1060cfc7daae

git log 9fd35df9bb47..1060cfc7daae --no-merges --oneline
2019-09-26 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from KcXAg... to z3PaM... (flutter/engine#12458)


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 aaclarke@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-26 11:11:41 -04:00
Hans Muller
e47a1dc216
Dropdown Menu layout respects menu items intrinsic sizes (#41120) 2019-09-26 07:18:25 -07:00
engine-flutter-autoroll
0979515e77
9fd35df9b Roll src/third_party/dart c6a14f4459..dd65f97118 (3 commits) (#41356)
git@github.com:flutter/engine.git/compare/3713ecf10728...9fd35df9bb47

git log 3713ecf10728..9fd35df9bb47 --no-merges --oneline
2019-09-26 bkonyi@google.com Roll src/third_party/dart c6a14f4459..dd65f97118 (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 aaclarke@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-26 10:17:41 -04:00
engine-flutter-autoroll
e0247442d0
3713ecf10 Roll src/third_party/dart 6c81690c3a..c6a14f4459 (13 commits) (#41348)
git@github.com:flutter/engine.git/compare/b3f2aad1c64d...3713ecf10728

git log b3f2aad1c64d..3713ecf10728 --no-merges --oneline
2019-09-26 bkonyi@google.com Roll src/third_party/dart 6c81690c3a..c6a14f4459 (13 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 aaclarke@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-26 02:49:41 -04:00
Tong Wu
17e4ae135d
Enable FTL reporting on an integration test (#40285) 2019-09-25 22:45:30 -07:00
engine-flutter-autoroll
4e5ed2da91
Roll engine 3360d861e5cf..b3f2aad1c64d (5 commits) (#41343)
git@github.com:flutter/engine.git/compare/3360d861e5cf...b3f2aad1c64d

git log 3360d861e5cf..b3f2aad1c64d --no-merges --oneline
2019-09-26 gspencergoog@users.noreply.github.com Revert "Send TYPE_VIEW_FOCUSED for views with input focus. (#12410)" (flutter/engine#12455)
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from worpw... to PyQPO... (flutter/engine#12452)
2019-09-25 bkonyi@google.com Roll src/third_party/dart 69b5681546..6c81690c3a (38 commits)
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from avi05... to KcXAg... (flutter/engine#12449)
2019-09-25 gspencergoog@users.noreply.github.com Send TYPE_VIEW_FOCUSED for views with input focus. (flutter/engine#12410)


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 aaclarke@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-26 01:12:41 -04:00
Greg Spencer
fa4e58aea3
Revert engine rolls (#41342)
* Revert "Roll engine c1773f3c57eb..739ee77864e3 (3 commits) (#41331)"

This reverts commit 5caad71f1dce1db0e629dfbe1b33c9bddb3b602b.

* Revert "c1773f3c5 Send TYPE_VIEW_FOCUSED for views with input focus. (flutter/engine#12410) (#41325)"

This reverts commit ab8cf94778309d66373a79d9e5f0464bccc074d3.
2019-09-25 20:57:18 -07:00
engine-flutter-autoroll
5caad71f1d
Roll engine c1773f3c57eb..739ee77864e3 (3 commits) (#41331)
git@github.com:flutter/engine.git/compare/c1773f3c57eb...739ee77864e3

git log c1773f3c57eb..739ee77864e3 --no-merges --oneline
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from worpw... to PyQPO... (flutter/engine#12452)
2019-09-25 bkonyi@google.com Roll src/third_party/dart 69b5681546..6c81690c3a (38 commits)
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from avi05... to KcXAg... (flutter/engine#12449)


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 aaclarke@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-25 21:49:41 -04:00
Emmanuel Garcia
975e770e13
Add embedding as API dependency instead of compile only dependency (#41142) 2019-09-25 17:59:17 -07:00
engine-flutter-autoroll
ab8cf94778
c1773f3c5 Send TYPE_VIEW_FOCUSED for views with input focus. (flutter/engine#12410) (#41325)
git@github.com:flutter/engine.git/compare/3360d861e5cf...c1773f3c57eb

git log 3360d861e5cf..c1773f3c57eb --no-merges --oneline
2019-09-25 gspencergoog@users.noreply.github.com Send TYPE_VIEW_FOCUSED for views with input focus. (flutter/engine#12410)


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 aaclarke@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-25 20:57:42 -04:00
engine-flutter-autoroll
4591900171
3360d861e [web] filter test targets; cache host.dart compilation (flutter/engine#12445) (#41321)
git@github.com:flutter/engine.git/compare/efb7bf434f2c...3360d861e5cf

git log efb7bf434f2c..3360d861e5cf --no-merges --oneline
2019-09-25 yjbanov@google.com [web] filter test targets; cache host.dart compilation (flutter/engine#12445)


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 aaclarke@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-25 18:35:41 -04:00
Jonah Williams
89ebd700f2
Support deferred imports on profile/release builds of Flutter Web (#41222) 2019-09-25 15:12:58 -07:00
Alexander Aprelev
4f3199f864
Update image_list example to use https instead of http (#39124)
* Update image_list test to use locally set up https server to validate performance of image loading over https(rather than http) protocol. Https requires more back-and-forward communication before image bytes are sent to the client, shows clear signs of throughput affected by how busy flutter UI isolate is.
2019-09-25 15:12:51 -07:00
Greg Spencer
9749f59cf5
Desktop manual tests (#41247)
This enables the manual tests to be built on a macOS desktop machine in desktop mode.

I created the macos directory by using flutter create --macos
2019-09-25 14:49:22 -07:00
engine-flutter-autoroll
bcbe822d02
efb7bf434 Work around Samsung keyboard issue (flutter/engine#12432) (#41318)
git@github.com:flutter/engine.git/compare/0bfca375b3f5...efb7bf434f2c

git log 0bfca375b3f5..efb7bf434f2c --no-merges --oneline
2019-09-25 mklim@google.com Work around Samsung keyboard issue (flutter/engine#12432)


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 aaclarke@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-25 17:12:41 -04:00
Jonah Williams
7065e43306
Allow skipping chrome launch with --no-web-browser-launch (#40627) 2019-09-25 13:55:54 -07:00
Jonah Williams
9bd02a1787
Re-Re-Re-land implement flutter build bundle with assemble (#41302) 2019-09-25 13:55:29 -07:00
Francisco Magdaleno
d2a95ee344
Fix crash on vswhere query on missing installations (#40786) 2019-09-25 13:38:53 -07:00
Nurhan Turgut
ae529d8be0
Fixing the editable_text unit tests by clearing the log. Add a modification for also testing cached size. (#41300) 2019-09-25 13:14:59 -07:00
engine-flutter-autoroll
9c6dd0de23
Roll engine 48ad8a08e45f..0bfca375b3f5 (4 commits) (#41314)
git@github.com:flutter/engine.git/compare/48ad8a08e45f...0bfca375b3f5

git log 48ad8a08e45f..0bfca375b3f5 --no-merges --oneline
2019-09-25 yjbanov@google.com Force exit felt tool on sigint, sigterm (flutter/engine#12443)
2019-09-25 skia-flutter-autoroll@skia.org Roll src/third_party/skia 6abaff3041a3..559ffe4a23ce (2 commits) (flutter/engine#12444)
2019-09-25 dworsham@google.com [fuchsia] Wire up OpacityLayer to Scenic (flutter/engine#11322)
2019-09-25 yjbanov@google.com delete golden files; switch to flutter/goldens (flutter/engine#12434)


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 aaclarke@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-25 16:13:41 -04:00
Zachary Anderson
5142238c85
[flutter_tool] Report rss high watermark in command analytics events (#40988) 2019-09-25 11:26:06 -07:00
Alexandre Ardhuin
9c6f11d5d1
fix bad indentation (#41263) 2019-09-25 20:24:57 +02:00
Emmanuel Garcia
c81c78f828
Test that flutter assets are contained in the APK (#41254) 2019-09-25 11:07:17 -07:00
engine-flutter-autoroll
778add832d
Roll engine 63949eb0fd98..48ad8a08e45f (7 commits) (#41305)
git@github.com:flutter/engine.git/compare/63949eb0fd98...48ad8a08e45f

git log 63949eb0fd98..48ad8a08e45f --no-merges --oneline
2019-09-25 devoncarew@google.com add dart:html, dart:js, and dart:js_util to the copy of the Dart SDK used for analysis (flutter/engine#12435)
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from dmzjj... to worpw... (flutter/engine#12441)
2019-09-25 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2da97da4b024..6abaff3041a3 (1 commits) (flutter/engine#12440)
2019-09-25 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from rEYHD... to avi05... (flutter/engine#12439)
2019-09-25 skia-flutter-autoroll@skia.org Roll src/third_party/skia 2137f90b9d98..2da97da4b024 (3 commits) (flutter/engine#12438)
2019-09-25 skia-flutter-autoroll@skia.org Roll src/third_party/skia f050422f3285..2137f90b9d98 (4 commits) (flutter/engine#12437)
2019-09-25 ditman@gmail.com Interpret negative radii as 0 in recording_canvas drawDRRect (flutter/engine#12431)


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 aaclarke@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-25 13:59:41 -04:00
LongCatIsLooong
deb4184f63
Remove CupertinoSystemColors in favor of CupertinoColors (#40566) 2019-09-25 10:17:37 -07:00
Emmanuel Garcia
61c6c29233
Migrate examples and tests to AndroidX (#41251) 2019-09-25 09:02:15 -07:00
Jonah Williams
cc3ca9a916
Revert "Re-Re-land Implement flutter build bundle with assemble (#41230)" (#41295) 2019-09-25 10:57:58 -04:00
Jonah Williams
84a476a4db
Re-Re-land Implement flutter build bundle with assemble (#41230) 2019-09-25 10:17:04 -04:00
LongCatIsLooong
7bf9aea254
Fix user gesture in CupertinoPageRoute (#39590) 2019-09-25 00:37:12 -07:00
LongCatIsLooong
d8ca42e211
CupertinoPageScaffold dark mode (#40690) 2019-09-25 00:31:36 -07:00
gaaclarke
04cf581d80
Manual roll of the engine to 63949eb0fd982b27adc218364805913380af7411. (#41240)
Manual roll of the engine to 63949eb0fd982b27adc218364805913380af7411.
2019-09-24 20:18:32 -07:00
Emmanuel Garcia
48ce60824a
Revert "Revert "Use AndroidX in new projects by default (#40925)" (#40995)" (#41001)
This reverts commit 8e231796272f7f14391ca9c6b40392bc20f96aeb.
2019-09-24 16:55:09 -07:00
imzyy
964dc1fc30 Add fullscreenDialog argument in PageRouteBuilder (#40161) 2019-09-24 16:54:44 -07:00
Mehmet Fidanboylu
c19e553d64 Allow test beds to override defaultTestTimeout (#40806) 2019-09-24 16:53:40 -07:00
Robin Jespersen
ad745170b7 Update AUTHORS (#41211) 2019-09-24 16:53:20 -07:00
Tong Wu
28bd51f998
Force upgrade packages again. (#40997) 2019-09-24 16:51:31 -07:00
Emmanuel Garcia
16d408a7a0
Reland #40810: Re-enable AAR plugins when an AndroidX failure occurred (#41160) 2019-09-24 16:16:22 -07:00
Jonah Williams
39eecd5226
give benchmark output dill path (#40857) 2019-09-24 19:10:34 -04:00
Hans Muller
09073a08b8
Rebuild modal routes when the value of userGestureInProgress changes (#41150) 2019-09-24 16:03:31 -07:00
Kate Lovett
20d9a2441f
Revert "Benchmark for un-triaged image results on Flutter Gold (#40634)" (#41232)
This reverts commit 43932aa2ca0b16bcdda1efef7368877c8a8ca7e1.
2019-09-24 16:00:04 -07:00
Michael Goderbauer
81e693a7fe
Add Sample code to SlideTransition (#41009) 2019-09-24 12:38:45 -07:00
Kate Lovett
43932aa2ca
Benchmark for un-triaged image results on Flutter Gold (#40634) 2019-09-24 12:38:28 -07:00