Mehmet Fidanboylu
41cc80c5be
Expose the timeline event names so they can be used in other systems that do tracing ( #37863 )
2019-08-08 15:23:08 -07:00
Ferhat
f1ea485018
[web][upstream] Don't register exit/saveCompilationTrace for web platform since they are not available ( #37812 )
...
* Don't register N/A services exit/saveCompilationTrace for web platform
2019-08-08 14:48:07 -07:00
chunhtai
7a236aed12
fix debug paint crash when axis direction inverted ( #37033 )
2019-08-08 14:28:18 -07:00
Christopher Fujino
771c843f56
have android_semantics_testing use adb from ENV provided android sdk ( #37828 )
2019-08-08 13:58:51 -07:00
Dan Field
2adb042cb8
Remove no-longer-needed scripts ( #37881 )
2019-08-08 13:45:49 -07:00
Tong Mu
55fd5f1561
Fix mouse region crash when using closures ( #37342 )
...
This PR fixes an issue where MouseRegion crashes when being passed with closures instead of methods.
It changes how a RenderMouseRegion handles its MouseTrackingAnnotation.
Instead of creating a new annotation every time it becomes active and destroys it when deactivated, it now creates an annotation during the constructor and holds onto it until the end of its lifecycle.
Instead of directly passing the argument callbacks to the annotation, it proxies them using methods.
2019-08-08 13:36:42 -07:00
Tong Mu
e4a909fb09
Fix mouse region double render ( #37344 )
...
Fix an issue where MouseRegion will render its children twice.
2019-08-08 13:36:03 -07:00
Justin McCandless
62674cee3d
Interactive size const ( #36964 )
...
(Breaking Change) Move some hardcoded pixel values to reusable constants.
2019-08-08 13:29:27 -07:00
Dan Field
9ae76255b3
reduce mac workload ( #37880 )
2019-08-08 12:43:37 -07:00
Danny Tuppeny
0f4ae3ff4e
Disable the progress bar when downloading the Dart SDK via Invoke-WebRequest ( #37792 )
2019-08-08 08:25:37 +01:00
engine-flutter-autoroll
8e5fb8c35d
Roll engine 797157bdecb5..f200ee13aa37 (3 commits) ( #37824 )
...
git@github.com:flutter/engine.git/compare/797157bdecb5...f200ee13aa37
git log 797157bdecb5..f200ee13aa37 --no-merges --oneline
2019-08-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia b2c5a94b1c7a..1dac7bc29f2d (5 commits) (flutter/engine#10707 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from UeWpb... to yqu1p... (flutter/engine#10704 )
2019-08-07 dnfield@google.com Test perf overlay gold on Linux (flutter/engine#10703 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 22:29:24 -04:00
jmagman
67e5b9c784
Disable gem documentation generation on Cirrus ( #37740 )
2019-08-07 18:43:37 -07:00
jmagman
5ed3b418a1
Add COMPILER_INDEX_STORE_ENABLE=NO to macOS build and tests ( #37806 )
2019-08-07 18:02:06 -07:00
Jason Simmons
c2c4774cc6
Add flutter_export_environment.sh to the framework tree gitignore ( #37811 )
2019-08-07 17:59:20 -07:00
Jonah Williams
8e6205fe1d
Handle thrown maps and rejects from fe server ( #37743 )
2019-08-07 17:00:36 -07:00
engine-flutter-autoroll
f887542a45
Roll engine 81f695fc954a..797157bdecb5 (5 commits) ( #37808 )
...
git@github.com:flutter/engine.git/compare/81f695fc954a...797157bdecb5
git log 81f695fc954a..797157bdecb5 --no-merges --oneline
2019-08-07 jason-simmons@users.noreply.github.com Improvements to the flutter GDB script (flutter/engine#10675 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 9PJXr... to 8mNHG... (flutter/engine#10701 )
2019-08-07 stuartmorgan@google.com Roll swiftshader (flutter/engine#10699 )
2019-08-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia 593290ed75fd..b2c5a94b1c7a (9 commits) (flutter/engine#10697 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from eXzeO... to UeWpb... (flutter/engine#10695 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 19:53:24 -04:00
liyuqian
3ed10562c8
Doc: Image.memory only accepts compressed format ( #37790 )
...
See https://github.com/flutter/flutter/issues/37423
2019-08-07 15:40:03 -07:00
Michael Goderbauer
b39e315e5c
Add equals and hasCode to Tween ( #37793 )
2019-08-07 15:07:16 -07:00
engine-flutter-autoroll
f90c5e2084
Roll engine dac86eb7fbf7..81f695fc954a (5 commits) ( #37802 )
...
git@github.com:flutter/engine.git/compare/dac86eb7fbf7...81f695fc954a
git log dac86eb7fbf7..81f695fc954a --no-merges --oneline
2019-08-07 bkonyi@google.com Roll src/third_party/dart f3139f57b4..f29f41f1a5 (3 commits) (flutter/engine#10693 )
2019-08-07 shihaohong@google.com Roll buildroot forward to unbreak ToT (flutter/engine#10694 )
2019-08-07 shihaohong@google.com Rolls engine to Android SDK 29 and its corresponding tools (flutter/engine#10692 )
2019-08-07 goderbauer@google.com Fix empty composing range on iOS (flutter/engine#10381 )
2019-08-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia ed19e97294f6..593290ed75fd (2 commits) (flutter/engine#10691 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 17:06:24 -04:00
Kate Lovett
3a2d30813a
Adding physicalDepth to MediaQueryData & TestWindow ( #37718 )
2019-08-07 13:52:16 -07:00
jmagman
e6d94ee40f
Use relative paths when installing module pods ( #37738 )
2019-08-07 12:59:11 -07:00
Jason Simmons
4f302dc18c
Remove unused no-build flag from the flutter run command ( #37735 )
...
The use-application-binary flag can be used to run a previously built
app package.
2019-08-07 12:44:02 -07:00
engine-flutter-autoroll
38e3e10937
Roll engine 739b2dd4b271..dac86eb7fbf7 (7 commits) ( #37787 )
...
git@github.com:flutter/engine.git/compare/739b2dd4b271...dac86eb7fbf7
git log 739b2dd4b271..dac86eb7fbf7 --no-merges --oneline
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from kYRKS... to eXzeO... (flutter/engine#10690 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 0PouF... to 9PJXr... (flutter/engine#10688 )
2019-08-07 bkonyi@google.com Roll src/third_party/dart 8740bb5c68..f3139f57b4 (7 commits)
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 14j-v... to kYRKS... (flutter/engine#10686 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from v5rSi... to 0PouF... (flutter/engine#10685 )
2019-08-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia c13305320fd1..ed19e97294f6 (4 commits) (flutter/engine#10684 )
2019-08-07 bkonyi@google.com Roll src/third_party/dart c262cbd414..8740bb5c68 (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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 14:52:24 -04:00
Tong Mu
b11c5acaa6
Ensure that tests remove pointers by using addTearDown ( #37524 )
...
Guard removePointer with addTearDown to avoid cascading test crash.
2019-08-07 10:16:33 -07:00
Emmanuel Garcia
6fb0325dd6
Remove dead flag ( #37752 )
2019-08-07 10:10:39 -07:00
Ferhat
a32d1ccdce
[web][upstream] Optimize InactiveElements deactivation ( #37712 )
2019-08-07 09:55:37 -07:00
Michael Goderbauer
4cf1a3504b
Remove bogus code in ContainerParentDataMixin.detach ( #37479 )
2019-08-07 09:22:51 -07:00
Christopher Fujino
39a04dcd7f
Support macOS Catalina-style signing certificate names ( #37733 )
2019-08-07 09:18:11 -07:00
engine-flutter-autoroll
69248258af
Roll engine 9bfa4f53cdbe..739b2dd4b271 (3 commits) ( #37762 )
...
git@github.com:flutter/engine.git/compare/9bfa4f53cdbe...739b2dd4b271
git log 9bfa4f53cdbe..739b2dd4b271 --no-merges --oneline
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 9sR9P... to v5rSi... (flutter/engine#10678 )
2019-08-07 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from eB-F0... to 14j-v... (flutter/engine#10676 )
2019-08-07 skia-flutter-autoroll@skia.org Roll src/third_party/skia ab961e9db1dd..c13305320fd1 (2 commits) (flutter/engine#10677 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 11:22:24 -04:00
engine-flutter-autoroll
5756e2dcd0
Roll engine 42917704790d..9bfa4f53cdbe (8 commits) ( #37755 )
...
git@github.com:flutter/engine.git/compare/42917704790d...9bfa4f53cdbe
git log 42917704790d..9bfa4f53cdbe --no-merges --oneline
2019-08-07 stuartmorgan@google.com Roll buildroot back to an earlier version (flutter/engine#10681 )
2019-08-07 stuartmorgan@google.com Roll buildroot to pick up EGL library name fix (flutter/engine#10679 )
2019-08-06 chinmaygarde@google.com Remove semi-redundant try-jobs. (flutter/engine#10485 )
2019-08-06 chinmaygarde@google.com Allow embedders to control Dart VM lifecycle on engine shutdown. (flutter/engine#10652 )
2019-08-06 matthew-carroll@users.noreply.github.com Android embedding refactor pr40 add static engine cache (flutter/engine#10481 )
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from W6ZtV... to 9sR9P... (flutter/engine#10672 )
2019-08-06 bkonyi@google.com Roll src/third_party/dart 574c4a51c6..c262cbd414 (11 commits)
2019-08-06 stuartmorgan@google.com Roll buildroot for ANGLE support (flutter/engine#10667 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 04:50:25 -04:00
sjindel-google
abe240982f
Don't mark system_debug_ios as flaky. ( #37760 )
2019-08-07 10:39:45 +02:00
Emmanuel Garcia
c08a3c7a0a
Add metadata to indicate if the host app contains a Flutter module ( #37731 )
2019-08-06 22:38:09 -07:00
engine-flutter-autoroll
36b8725a7f
Roll engine 53bee4391ab5..42917704790d (2 commits) ( #37748 )
...
git@github.com:flutter/engine.git/compare/53bee4391ab5...42917704790d
git log 53bee4391ab5..42917704790d --no-merges --oneline
2019-08-06 skia-flutter-autoroll@skia.org Roll src/third_party/skia c853bf2867b9..ab961e9db1dd (10 commits) (flutter/engine#10669 )
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from kFlVe... to eB-F0... (flutter/engine#10668 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-07 01:31:24 -04:00
engine-flutter-autoroll
cd2d98062e
Roll engine 80f80b14e000..53bee4391ab5 (4 commits) ( #37728 )
...
git@github.com:flutter/engine.git/compare/80f80b14e000...53bee4391ab5
git log 80f80b14e000..53bee4391ab5 --no-merges --oneline
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 0EOCG... to W6ZtV... (flutter/engine#10666 )
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from g3-Ex... to kFlVe... (flutter/engine#10664 )
2019-08-06 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3a543aafd4e6..c853bf2867b9 (4 commits) (flutter/engine#10665 )
2019-08-06 chris@bracken.jp Migrate Fuchsia runners to SDK tracing API (flutter/engine#10478 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-06 21:29:24 -04:00
Dan Field
aeccd20697
Revert "remove unused script ( #37714 )" ( #37730 )
...
This reverts commit aa2c93f8c460d878387c7c24f717141254e1ecac.
2019-08-06 16:17:56 -07:00
Dan Field
aa2c93f8c4
remove unused script ( #37714 )
2019-08-06 15:58:07 -07:00
Darren Austin
4c8fc7817b
Added ThemeData.from() method to construct a Theme from a ColorScheme ( #37355 )
...
Provide a new ThemeData.from() method that constructs a Theme based off the colors in a given ColorScheme.
2019-08-06 14:25:34 -07:00
engine-flutter-autoroll
7c25328be3
Roll engine 7f67b9f0dc63..80f80b14e000 (3 commits) ( #37711 )
...
git@github.com:flutter/engine.git/compare/7f67b9f0dc63...80f80b14e000
git log 7f67b9f0dc63..80f80b14e000 --no-merges --oneline
2019-08-06 bkonyi@google.com Roll src/third_party/dart 8cd01287b4..574c4a51c6 (35 commits)
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from HgsT2... to 0EOCG... (flutter/engine#10661 )
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from VdgzE... to g3-Ex... (flutter/engine#10660 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-06 16:36:24 -04:00
Dan Field
10cf84f7a1
Kill stale TODO ( #37516 )
2019-08-06 13:29:33 -07:00
Ferhat
920961abc8
[web][upstream] Fix debugPrintStack for web platform ( #37638 )
...
* [web][upstream] Fix debugPrintStack for web platform
Fixes: https://github.com/flutter/flutter/issues/37488
2019-08-06 13:22:40 -07:00
masashi-sutou
626ca086d0
Recommend to use the final version of CDN support for the CocoaPods trunk specs repo ( #36237 )
2019-08-06 13:19:42 -07:00
walsha2
107f36548a
Closes #37593 Add flutter_export_environment.sh to gitignore ( #37595 )
2019-08-06 13:18:41 -07:00
sjindel-google
0564f0a812
Tests for Engine ensuring debug-mode apps are attached on iOS. ( #37043 )
...
This PR contains the tests for flutter/engine#10186 .
2019-08-06 20:08:09 +02:00
engine-flutter-autoroll
7df82f728e
7f67b9f0d Roll src/third_party/skia 88681ddd1d38..3a543aafd4e6 (1 commits) (flutter/engine#10659) ( #37695 )
...
git@github.com:flutter/engine.git/compare/66fe7ee5cd92...7f67b9f0dc63
git log 66fe7ee5cd92..7f67b9f0dc63 --no-merges --oneline
2019-08-06 skia-flutter-autoroll@skia.org Roll src/third_party/skia 88681ddd1d38..3a543aafd4e6 (1 commits) (flutter/engine#10659 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-06 13:10:25 -04:00
Jonah Williams
91b8dcbc90
fix windows path for dwds ( #37658 )
2019-08-06 10:03:42 -07:00
Jonah Williams
fef69b2044
Partial macOS assemble revert ( #37664 )
2019-08-06 09:15:50 -07:00
Zachary Anderson
0bba472858
[flutter_tool] Remove unintended analytics screen send ( #37514 )
2019-08-06 09:08:43 -07:00
Chris Yang
333c961884
Extract common PlatformView functionality: Gesture and PointerEvent ( #37497 )
2019-08-06 09:05:29 -07:00
Liam Appelbe
0cd0c66021
Change priority of gen_snapshot search paths ( #37647 )
2019-08-06 08:45:08 -07:00
engine-flutter-autoroll
47efcb1e43
66fe7ee5c Roll fuchsia/sdk/core/linux-amd64 from ia9ZJ... to HgsT2... (flutter/engine#10658) ( #37691 )
...
git@github.com:flutter/engine.git/compare/f404a064f100...66fe7ee5cd92
git log f404a064f100..66fe7ee5cd92 --no-merges --oneline
2019-08-06 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from ia9ZJ... to HgsT2... (flutter/engine#10658 )
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 (jimgraham@google.com ), and stop
the roller if necessary.
2019-08-06 11:25:25 -04:00