Dan Field
169529c370
Defer image decoding when scrolling fast ( #49389 )
2020-01-30 11:38:00 -08:00
Tong Wu
2bb290c2ed
[Devicelab] microbenchmarks is broken. ( #49807 )
...
The test hangs on iOS 13 device, see https://github.com/flutter/flutter/issues/49635 .
2020-01-30 11:33:15 -08:00
刘冲
51d5b1a2d5
Use the default find if possible else fall back ( #47522 )
2020-01-30 11:33:02 -08:00
stuartmorgan
9d4a35ba8b
Always use new plugin schema for plugin template ( #48258 )
...
Now that the new schema is supported on the stable channel, and the old
schema is considered legacy, the template should always create plugins
using the new schema.
2020-01-30 11:30:31 -08:00
engine-flutter-autoroll
2ec32a00de
Roll engine f6526c0cf8a3..74d07b5f6b4f (2 commits) ( #49812 )
...
f6526c0cf8...74d07b5f6b
git log f6526c0cf8a3..74d07b5f6b4f --first-parent --oneline
2020-01-30 skia-flutter-autoroll@skia.org Roll src/third_party/skia 8f44c3504ca6..d1be5d64f8a7 (4 commits) (flutter/engine#16251 )
2020-01-30 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from MK0YU... to yissX... (flutter/engine#16250 )
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 cbracken@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
2020-01-30 14:29:41 -05:00
Matthew Cliatt
9375377fa9
Fix handling backspace on macos with text selection ( #49760 )
...
Fixes #46150 by catching both the delete and backspace keys, rather than just the delete key.
2020-01-30 09:36:41 -08:00
chunhtai
406d8f7f1e
Fix focus when popping pages ( #49714 )
...
Fixes the focus handling when popping pages so that when multiple pages are popped, the focus doesn't try to focus the interstitial pages.
2020-01-30 09:35:58 -08:00
liyuqian
2ccf3f877d
Print more layer debug info ( #49679 )
2020-01-30 09:33:01 -08:00
engine-flutter-autoroll
4673724e41
Roll engine 6061b804e359..f6526c0cf8a3 (7 commits) ( #49799 )
...
6061b804e3...f6526c0cf8
git log 6061b804e359..f6526c0cf8a3 --first-parent --oneline
2020-01-30 skia-flutter-autoroll@skia.org Roll src/third_party/skia 25bcd6a6215e..8f44c3504ca6 (2 commits) (flutter/engine#16243 )
2020-01-30 skia-flutter-autoroll@skia.org Roll src/third_party/skia 24ed75db12ba..25bcd6a6215e (5 commits) (flutter/engine#16234 )
2020-01-30 chinmaygarde@google.com Make output of run_tests.py easier to understand. (flutter/engine#16229 )
2020-01-30 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from c3sk5... to MK0YU... (flutter/engine#16221 )
2020-01-30 chinmaygarde@google.com Remove buggy test to check if tasks can be posted on all native threads recursively from the emebdder. (flutter/engine#16214 )
2020-01-30 chris@bracken.jp Correct the Fuchsia licenses golden file (flutter/engine#16215 )
2020-01-30 skia-flutter-autoroll@skia.org Roll src/third_party/skia a2a0c8a2c475..24ed75db12ba (12 commits) (flutter/engine#16216 )
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 cbracken@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
2020-01-30 12:32:41 -05:00
Greg Spencer
4b4cff94bf
Move stocks example app into dev/benchmarks/test_apps ( #49559 )
...
The stocks example app is outdated and deprecated, but we still use it for some benchmark tests. Moving it into the benchmarks directory to indicate its status.
2020-01-30 09:31:07 -08:00
Jonah Williams
58811028a4
[flutter] Allow hot reload replacements of Stateless/Stateful Widget ( #48932 )
2020-01-30 07:58:03 -08:00
engine-flutter-autoroll
211ecc86cf
6061b804e In the test harness, don’t attempt to load AOT snapshots from non-existent dylibs. (flutter/engine#16210) ( #49758 )
...
6007c17fd2...6061b804e3
git log 6007c17fd246..6061b804e359 --first-parent --oneline
2020-01-29 chinmaygarde@google.com In the test harness, don’t attempt to load AOT snapshots from non-existent dylibs. (flutter/engine#16210 )
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 cbracken@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
2020-01-30 10:54:41 -05:00
Zachary Anderson
92f7e16312
[flutter_tools] Make OperatingSystemUtils context-free ( #49740 )
2020-01-29 17:51:31 -08:00
Gary Qian
52df599419
Expose TextHeightBehavior in Text, RichText, and DefaultTextStyle. ( #48346 )
2020-01-29 17:02:57 -08:00
Jenn Magder
e8b3d7f358
Update Xcode compatibility version ( #49654 )
2020-01-29 15:58:02 -08:00
engine-flutter-autoroll
2c7073188d
Roll engine 4a55b4fd2500..6007c17fd246 (2 commits) ( #49743 )
...
* ee297aa69 Reland "Engine/LibTxt/dart:ui impl of TextHeightBehavior #15087 " (flutter/engine#16155 )
* 6007c17fd Roll src/third_party/skia dc49b0ca9816..a2a0c8a2c475 (4 commits) (flutter/engine#16197 )
2020-01-29 15:56:33 -08:00
Dan Field
7aec9b4602
Avoid calling didChangeDependences on a State that has dropped out of the tree ( #49527 )
2020-01-29 14:33:01 -08:00
engine-flutter-autoroll
11c5812d93
Roll engine 020222ddd021..4a55b4fd2500 (2 commits) ( #49729 )
...
020222ddd0...4a55b4fd25
git log 020222ddd021..4a55b4fd2500 --first-parent --oneline
2020-01-29 abrush21@users.noreply.github.com Modifies accessibility bridge to populate new node fields in semantic… (flutter/engine#15116 )
2020-01-29 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 2rLoq... to -mGIA... (flutter/engine#16195 )
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 cbracken@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
2020-01-29 17:29:41 -05:00
Jenn Magder
02dc0ab37f
Remove unnecessary BuildableIOSApp from "build ios-framework" ( #49659 )
2020-01-29 14:27:43 -08:00
Jenn Magder
d85ea51384
Move iMobileDevice to globals ( #49724 )
2020-01-29 13:51:16 -08:00
Gary Qian
a52de68b4a
Unmark tests as flaky ( #49581 )
2020-01-29 13:45:26 -08:00
Jonah Williams
cb3b7ab487
[flutter_tools] simplify symbol logic for iOS ( #49628 )
2020-01-29 13:43:23 -08:00
chunhtai
de7da494a1
Navigator 2.0: Refactor the imperative api to continue working in the new navigation system ( #44930 )
2020-01-29 13:43:02 -08:00
Hans Muller
3f2c6ea724
Integration test for the gen_l10n tool ( #49586 )
2020-01-29 12:45:03 -08:00
LongCatIsLooong
dbaa4c2374
fix date picker range validation ( #49637 )
2020-01-29 12:43:02 -08:00
engine-flutter-autoroll
5f868fc9ab
020222ddd Allow --enable-service-port-fallback as a whitelisted arg (flutter/engine#16167) ( #49717 )
...
9c9e5d05ec...020222ddd0
git log 9c9e5d05ec91..020222ddd021 --first-parent --oneline
2020-01-29 jonahwilliams@google.com Allow --enable-service-port-fallback as a whitelisted arg (flutter/engine#16167 )
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 cbracken@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
2020-01-29 15:41:41 -05:00
Anthony
6a74be53b3
[a11y] Re-land Make sure RenderFractionalTranslation updates its semantics after the translation field is set ( #49708 )
...
Re-land Make sure RenderFractionalTranslation updates its semantics after the translation field is set
2020-01-29 13:05:49 -05:00
Terry Lucas
1b4d321b34
Fix Flutter tool to use correct adb parameter and collect Realtime value. ( #49701 )
...
* Fix parameter to adb to be _package.id instead of package._launchActivity.
2020-01-29 10:01:17 -08:00
Jonah Williams
22fc215260
[flutter_tools] hide assembly gen_snapshot warning ( #49662 )
2020-01-29 09:06:33 -08:00
engine-flutter-autoroll
3a9ba894c3
Roll engine 6e506fb64147..9c9e5d05ec91 (3 commits) ( #49699 )
...
6e506fb641...9c9e5d05ec
git log 6e506fb64147..9c9e5d05ec91 --first-parent --oneline
2020-01-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia 3d23fc123c37..dc49b0ca9816 (1 commits) (flutter/engine#16189 )
2020-01-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia dcc8c5431bcb..3d23fc123c37 (6 commits) (flutter/engine#16182 )
2020-01-29 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 5fMtM... to c3sk5... (flutter/engine#16181 )
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 cbracken@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
2020-01-29 12:05:41 -05:00
engine-flutter-autoroll
2a4cdc54d0
Roll engine f4b2183f1b97..6e506fb64147 (2 commits) ( #49675 )
...
f4b2183f1b...6e506fb641
git log f4b2183f1b97..6e506fb64147 --first-parent --oneline
2020-01-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia 9ae06637d069..dcc8c5431bcb (16 commits) (flutter/engine#16173 )
2020-01-29 mouad.debbar@gmail.com [web] Text width should never exceed constraint width (flutter/engine#16152 )
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 cbracken@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
2020-01-29 09:59:41 -05:00
engine-flutter-autoroll
4f460a932b
f4b2183f1 Roll src/third_party/skia 9c1d30dd163e..9ae06637d069 (24 commits) (flutter/engine#16158) ( #49664 )
...
ec32966e03...f4b2183f1b
git log ec32966e030a..f4b2183f1b97 --first-parent --oneline
2020-01-29 skia-flutter-autoroll@skia.org Roll src/third_party/skia 9c1d30dd163e..9ae06637d069 (24 commits) (flutter/engine#16158 )
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 cbracken@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
2020-01-29 01:17:41 -05:00
Emmanuel Garcia
466681cad8
Improve error message when a plugin sets an invalid android package ( #48104 )
2020-01-28 17:48:26 -08:00
engine-flutter-autoroll
7f134d860d
Roll engine c4229bfbbae4..ec32966e030a (18 commits) ( #49656 )
...
c4229bfbba...ec32966e03
git log c4229bfbbae4..ec32966e030a --first-parent --oneline
2020-01-28 ychris@google.com Revert "Always make gpu thread different from platform thread regardless of platform view (#16068 )" (flutter/engine#16161 )
2020-01-28 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from gNitp... to 5fMtM... (flutter/engine#16153 )
2020-01-28 chinmaygarde@google.com Revert "Disable setting a library tag handler." (flutter/engine#16157 )
2020-01-28 ychris@google.com Always make gpu thread different from platform thread regardless of platform view (flutter/engine#16068 )
2020-01-28 chinmaygarde@google.com Add test to ensure that concurrent message loops have at least one workers. (flutter/engine#16074 )
2020-01-28 dnfield@google.com Revert breaking PRs (flutter/engine#16148 )
2020-01-28 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from 8Ns10... to 2rLoq... (flutter/engine#15971 )
2020-01-28 franciscojma86@gmail.com Gets the DPI for all awareness mode and older Windows versions (flutter/engine#15951 )
2020-01-28 chinmaygarde@google.com Hold a mutex when updating all CanPostTaskToAllNativeThreads::Captures members. (flutter/engine#16085 )
2020-01-28 chinmaygarde@google.com Disable setting a library tag handler. (flutter/engine#16086 )
2020-01-28 garyq@google.com Web PargraphStyle TextHeightBehavior integration (flutter/engine#16075 )
2020-01-28 chinmaygarde@google.com Fix flake by making thread ID tracking in CanPostTaskToAllNativeThreads thread safe. (flutter/engine#16081 )
2020-01-28 chinmaygarde@google.com Remove buggy assertion in EmbedderTest::CanPostTaskToAllNativeThreads. (flutter/engine#16071 )
2020-01-27 chinmaygarde@google.com Remove tonic/platform. (flutter/engine#16062 )
2020-01-27 chinmaygarde@gmail.com Allow embedders to schedule a callback on all engine managed threads. (flutter/engine#15980 )
2020-01-27 garyq@google.com Engine/LibTxt/dart:ui impl of TextHeightBehavior (flutter/engine#15087 )
2020-01-27 skia-flutter-autoroll@skia.org Roll src/third_party/skia f1b2b42613cb..9c1d30dd163e (8 commits) (flutter/engine#16060 )
2020-01-27 chinmaygarde@google.com Remove stale recipe changelog. (flutter/engine#15985 )
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 cbracken@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
2020-01-28 20:37:41 -05:00
Emmanuel Garcia
1c6cc23903
Sanitize host before calling pm ( #49644 )
2020-01-28 16:44:58 -08:00
Jason Simmons
722b4277ca
Provide a non-null default value for the compute debug label in release mode ( #49638 )
2020-01-28 16:43:01 -08:00
Dan Field
e7984bd4f6
Handle StackOverflows ( #49629 )
2020-01-28 16:38:02 -08:00
Gary Qian
f2865090fd
Move dart:ui ParagraphStyle tests to engine ( #49645 )
2020-01-28 16:36:12 -08:00
Mouad Debbar
8366b2721a
[web] Serve dart files correctly when running "flutter test" in Chrome ( #49325 )
2020-01-28 15:08:02 -08:00
Tong Mu
da0a7d8b2e
MouseTracker no longer requires annotations attached ( #48453 )
2020-01-28 15:03:01 -08:00
Jonah Williams
dd98046fe5
Revert "[flutter_tools] remove alternative build aot code path ( #49577 )" ( #49641 )
...
This reverts commit d1e25bf233e9d19a7f5fece0cf9c1fd263c0c0e4.
2020-01-28 13:21:56 -08:00
Jonah Williams
ab426858b1
[flutter_tools][web] add favicon to template and update index.html ( #49237 )
2020-01-28 13:09:18 -08:00
Jonah Williams
d1e25bf233
[flutter_tools] remove alternative build aot code path ( #49577 )
2020-01-28 13:08:04 -08:00
Jonah Williams
3f5786bee9
[versions] update versions --force-upgrade ( #49590 )
2020-01-28 13:07:45 -08:00
Jonah Williams
33e61d1cd6
[flutter_tools] open chrome with unresolve hostname ( #49625 )
2020-01-28 12:53:03 -08:00
Jenn Magder
6f0136cc4d
Exclude cleaning the bin/cache right after its fetched from the Cirrus cache ( #49597 )
2020-01-28 12:52:30 -08:00
Tong Wu
b3e7c646b6
[Devicelab] Mark microbenchmarks_ios as flaky. ( #49639 )
2020-01-28 12:46:35 -08:00
Jonah Williams
3bd4c69fd8
Revert "Sanitize host before calling pm ( #49591 )" ( #49623 )
...
This reverts commit c592b5467868b2f3769dd9db63425e5fa4e949a1.
2020-01-28 10:14:08 -08:00
Emmanuel Garcia
c592b54678
Sanitize host before calling pm ( #49591 )
2020-01-28 08:17:11 -08:00
Zachary Anderson
68ed5c2baf
[flutter_tool] Hide unsafe std{out,err} operations ( #49561 )
2020-01-28 07:58:02 -08:00