- 08 Aug, 2019 15 commits
-
-
Mehmet Fidanboylu authored
-
Ferhat authored
[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
-
chunhtai authored
-
Christopher Fujino authored
-
Dan Field authored
-
Tong Mu authored
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.
-
Tong Mu authored
Fix an issue where MouseRegion will render its children twice.
-
Justin McCandless authored
(Breaking Change) Move some hardcoded pixel values to reusable constants.
-
Dan Field authored
-
Danny Tuppeny authored
-
engine-flutter-autoroll authored
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.
-
jmagman authored
-
jmagman authored
-
Jason Simmons authored
-
Jonah Williams authored
-
- 07 Aug, 2019 19 commits
-
-
engine-flutter-autoroll authored
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.
-
liyuqian authored
See https://github.com/flutter/flutter/issues/37423
-
Michael Goderbauer authored
-
engine-flutter-autoroll authored
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.
-
Kate Lovett authored
-
jmagman authored
-
Jason Simmons authored
The use-application-binary flag can be used to run a previously built app package.
-
engine-flutter-autoroll authored
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.
-
Tong Mu authored
Guard removePointer with addTearDown to avoid cascading test crash.
-
Emmanuel Garcia authored
-
Ferhat authored
-
Michael Goderbauer authored
-
Christopher Fujino authored
-
engine-flutter-autoroll authored
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.
-
engine-flutter-autoroll authored
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.
-
sjindel-google authored
-
Emmanuel Garcia authored
-
engine-flutter-autoroll authored
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.
-
engine-flutter-autoroll authored
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.
-
- 06 Aug, 2019 6 commits
-
-
Dan Field authored
-
Darren Austin authored
Provide a new ThemeData.from() method that constructs a Theme based off the colors in a given ColorScheme.
-
engine-flutter-autoroll authored
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.
-
Dan Field authored
-
Ferhat authored
* [web][upstream] Fix debugPrintStack for web platform Fixes: https://github.com/flutter/flutter/issues/37488