liyuqian
16a16e6598
Revert "Error message for setting shaderWarmUp too late ( #30145 )" ( #30463 )
...
This reverts commit ffbb335e35ae7416be98b72779baae6c9bd25b3b.
Reason for revert: flutter driver tests may have bugs in getting
first frame. Revert this until we figure out what happened.
v1.4.9
2019-04-03 15:38:31 -07:00
Michael Goderbauer
5493fe469e
Moar Videos ( #30452 )
2019-04-03 12:49:13 -07:00
Michael Goderbauer
516ffd0c09
Add 29 Widget of the Week videos ( #30415 )
2019-04-03 12:48:37 -07:00
Christopher Fujino
7799afe248
make shellcheck (linter) recommended changes to bin/flutter ( #30456 )
2019-04-03 12:30:34 -07:00
Michael Goderbauer
194babfb42
Bump dartdocs to 0.28.3 ( #30451 )
2019-04-03 11:56:41 -07:00
Vyacheslav Egorov
01e3496ad9
Introduce --report-timings flag for flutter build aot command. ( #30032 )
...
This flag makes flutter build aot report timings for substeps (e.g.
frontend compilation and gen_snapshot) in a machine readable form.
2019-04-03 12:12:18 +02:00
engine-flutter-autoroll
a39b55424b
Roll engine 4a8c7dceeb4b..cc115500b9cb (6 commits) ( #30421 )
...
4a8c7dceeb...cc115500b9
git log 4a8c7dceeb4b7c710e0b22090cc3bc26f458a3a9..cc115500b9cb2b27d59627f202e6cd6bb87f49fc --no-merges --oneline
cc115500b Roll src/third_party/skia c9eeab3d85b9..e25b4472cdd9 (1 commits) (flutter/engine#8420 )
20e45996d Roll src/third_party/skia 71c0e9422038..c9eeab3d85b9 (4 commits) (flutter/engine#8418 )
a650790e4 Add scroll wheel support to desktop GLFW shell (flutter/engine#8416 )
77d8e12e9 Roll src/third_party/dart 14fd3b7d6a..f6768b6fb3 (5 commits)
23fceaacd Added new Android embedding packages to javadoc generation. (flutter/engine#8411 )
2f1786010 Pass environment defines to compile flutter platform step. (flutter/engine#8412 )
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 (chinmaygarde@google.com ), and stop
the roller if necessary.
2019-04-03 02:00:41 -04:00
xster
72a4083467
Cupertino localization step 4: let generated date localization combine material and cupertino locales ( #29650 )
2019-04-02 18:31:56 -07:00
Dan Field
069aabfe95
Draggable Scrollable sheet ( #30058 )
...
* Draggable Scrollable sheet
2019-04-02 18:07:30 -07:00
engine-flutter-autoroll
3c9ffbca47
Roll engine f7b4903d7c99..4a8c7dceeb4b (5 commits) ( #30399 )
...
f7b4903d7c...4a8c7dceeb
git log f7b4903d7c9913447af3aaebc4308d1a1e2a4dde..4a8c7dceeb4b7c710e0b22090cc3bc26f458a3a9 --no-merges --oneline
4a8c7dcee Roll src/third_party/skia f2d9b865d736..71c0e9422038 (13 commits) (flutter/engine#8413 )
efbecd7e8 [txt] Add back FontCollection::SetDefaultFontManager (flutter/engine#8410 )
5f7711449 Roll src/third_party/dart 75b2f9f919..14fd3b7d6a (23 commits)
f27c5730a [fuchsia] Exclude glfw from the Fuchsia host build (flutter/engine#8407 )
853ac1bdf Roll src/third_party/skia 70d8f4f3acbb..f2d9b865d736 (11 commits) (flutter/engine#8408 )
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 (chinmaygarde@google.com ), and stop
the roller if necessary.
2019-04-02 20:57:41 -04:00
Amir Hardon
b6afc16a96
Make sure _handleAppFrame is only registered once per frame ( #30346 )
...
There were 2 possible scenarios in which _handleAppFrame is added more than once as a frame callback. When this happens it is possible that the second invocation will try to access _nextFrame.image when _nextFrame is null and crash. The 2 scenarios are:
Scenario 1
A GIF frame is decoded and a Flutter frame is executed before it's time to show the next GIF frame.
The timer that's waiting for enough time to elapse is invoked, and schedules a callback for the next Flutter frame(here).
Before the next Flutter frame is executed, MultiFrameImageStreamCompleter#removeListener is called followed by ``MultiFrameImageStreamCompleter#addListenerthat is invoking_decodeNextFrameAndSchedule` which is adding `_handleAppFrame` again as a next frame callback.
Scenario 2
removeListener and addListener are called multiple times in succession, every call to addListener can result in another registration of _handleAppFrame to the next Flutter frame callbacks list.
This patch fixes the issue by guarding against a second registration of _handleAppFrame.
2019-04-02 12:14:27 -07:00
xster
a83f6eadb8
Add needed singular resources for cupertino_en.arb ( #30160 )
2019-04-02 11:25:06 -07:00
engine-flutter-autoroll
6b3dc81670
Roll engine 6675f71dfb22..f7b4903d7c99 (2 commits) ( #30393 )
...
6675f71dfb...f7b4903d7c
git log 6675f71dfb22a0b4fdab6332e37843f78c33c9e6..f7b4903d7c9913447af3aaebc4308d1a1e2a4dde --no-merges --oneline
f7b4903d7 Revert "Separate the data required to bootstrap the VM into its own class. (#8397 )" (flutter/engine#8406 )
f835789dd Roll src/third_party/skia d962070feb84..70d8f4f3acbb (1 commits) (flutter/engine#8405 )
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 (liyuqian@google.com ), and stop
the roller if necessary.
2019-04-02 14:08:41 -04:00
Jon Tippens
f056ea4e70
Fix minor typo ( #30353 )
2019-04-02 09:45:04 -07:00
Kate Lovett
add5f2ea76
Updating sample code for raised button to match forthcoming diagram. ( #30348 )
2019-04-02 09:28:13 -07:00
engine-flutter-autoroll
9d2fa95364
6675f71df Roll src/third_party/skia 1acf79a3e5b8..d962070feb84 (4 commits) (flutter/engine#8404) ( #30365 )
...
b572ade355...6675f71dfb
git log b572ade3550b3f04ccb8c18d5bc4d5804f479c03..6675f71dfb22a0b4fdab6332e37843f78c33c9e6 --no-merges --oneline
6675f71df Roll src/third_party/skia 1acf79a3e5b8..d962070feb84 (4 commits) (flutter/engine#8404 )
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 (liyuqian@google.com ), and stop
the roller if necessary.
2019-04-02 12:27:41 -04:00
engine-flutter-autoroll
159c493803
b572ade35 Roll src/third_party/skia 3f6a2ac63670..1acf79a3e5b8 (1 commits) (flutter/engine#8403) ( #30355 )
...
3796d98918...b572ade355
git log 3796d989183d588b17a110d8aaf74906c4e1c8f0..b572ade3550b3f04ccb8c18d5bc4d5804f479c03 --no-merges --oneline
b572ade35 Roll src/third_party/skia 3f6a2ac63670..1acf79a3e5b8 (1 commits) (flutter/engine#8403 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-02 03:10:41 -04:00
Alexandre Ardhuin
4bb6840091
no need .toList() before .join() ( #30304 )
2019-04-02 07:20:23 +02:00
engine-flutter-autoroll
295e566989
3796d9891 [ui] Add null check in FontWeight.lerp (flutter/engine#8274) ( #30352 )
...
79a988f5da...3796d98918
git log 79a988f5da4665980c6cc6916403e76b53f1e3e0..3796d989183d588b17a110d8aaf74906c4e1c8f0 --no-merges --oneline
3796d9891 [ui] Add null check in FontWeight.lerp (flutter/engine#8274 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-01 23:55:41 -04:00
engine-flutter-autoroll
0243d7de0b
Roll engine c991647404f8..79a988f5da46 (2 commits) ( #30350 )
...
c991647404...79a988f5da
git log c991647404f8117dab2ca4ed49aa3ba48a634240..79a988f5da4665980c6cc6916403e76b53f1e3e0 --no-merges --oneline
79a988f5d Roll src/third_party/skia b27667a15a15..3f6a2ac63670 (1 commits) (flutter/engine#8401 )
cfe8675ff Delay platform view removal to submitFrame. (flutter/engine#8380 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-01 22:24:41 -04:00
engine-flutter-autoroll
f18563ae20
Roll engine 6c1b0b83c2b3..c991647404f8 (2 commits) ( #30345 )
...
6c1b0b83c2...c991647404
git log 6c1b0b83c2b3259cf7b23c2f6d6fc5cfdb924b61..c991647404f8117dab2ca4ed49aa3ba48a634240 --no-merges --oneline
c99164740 Separate the data required to bootstrap the VM into its own class. (flutter/engine#8397 )
8c9aca440 Roll src/third_party/skia de206c75c2c8..b27667a15a15 (14 commits) (flutter/engine#8399 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-01 21:35:41 -04:00
Michael Goderbauer
7c76dee7a4
Make heroes fly on pushReplacement ( #30228 )
2019-04-01 18:14:20 -07:00
Shi-Hao Hong
d4c4f563c4
Added assert to prevent complete ListTile trailing/leading horizontal expansion ( #30212 )
2019-04-01 17:41:56 -07:00
LongCatIsLooong
712195b559
update sample code analyzer regexp & test case ( #30201 )
...
updates the regex the analyzer uses, so it should be able to recognize expressions such as
const Foo a = Foo(); as "other code" rather than a constructor call.
2019-04-01 17:27:29 -07:00
engine-flutter-autoroll
e3619d7a45
6c1b0b83c Roll src/third_party/dart 1e82544b07..75b2f9f919 (26 commits) ( #30337 )
2019-04-01 16:29:49 -07:00
engine-flutter-autoroll
99f1e507c9
Roll engine a850016454f6..40eb74c50b06 (2 commits) ( #30335 )
...
a850016454...40eb74c50b
git log a850016454f6d33da64d03dbd1ea71fd0fac299f..40eb74c50b0630d0a5fbf8586febe6581b893b66 --no-merges --oneline
40eb74c50 Make the resource context primary on iOS (flutter/engine#8387 )
d8d9855df Roll src/third_party/skia 73cc4e8d5fcf..de206c75c2c8 (2 commits) (flutter/engine#8396 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-01 17:30:41 -04:00
Tong Mu
fbefd6b816
Simplify logic of TapGestureRecognizer ( #30227 )
...
Refactors the logic of TapGestureRecognizer, making the calling dependency unidirectional between resolve(accept) and checkUp.
v1.4.8
2019-04-01 10:58:30 -07:00
Hans Muller
14aa57b18d
Fix OutlineInputBorder crash ( #30123 )
2019-04-01 09:28:18 -07:00
engine-flutter-autoroll
d639883c5b
Roll engine f3ec767458f1..a850016454f6 (4 commits) ( #30312 )
...
f3ec767458...a850016454
git log f3ec767458f12bb3099248fdc57d6c0d1051f042..a850016454f6d33da64d03dbd1ea71fd0fac299f --no-merges --oneline
a85001645 Roll src/third_party/skia bb482ab871a2..73cc4e8d5fcf (1 commits) (flutter/engine#8395 )
aba61e8fb Roll src/third_party/skia 5ee611b26f23..bb482ab871a2 (4 commits) (flutter/engine#8394 )
82071e916 Don't access a11y APIs with reflection starting Android P. (flutter/engine#8393 )
d9f16111a Roll src/third_party/skia acb4829c1be4..5ee611b26f23 (1 commits) (flutter/engine#8392 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-04-01 11:36:41 -04:00
Zachary Anderson
61b5caff9a
[fuchsia_tester] Plumb through the location of icudtl ( #30218 )
2019-04-01 07:48:50 -07:00
engine-flutter-autoroll
976223533d
f3ec76745 Roll src/third_party/skia 83edfbe736fd..acb4829c1be4 (1 commits) (flutter/engine#8391) ( #30266 )
...
be6313d875...f3ec767458
git log be6313d87545874a6108edb2a311f30d9a027472..f3ec767458f12bb3099248fdc57d6c0d1051f042 --no-merges --oneline
f3ec76745 Roll src/third_party/skia 83edfbe736fd..acb4829c1be4 (1 commits) (flutter/engine#8391 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-31 07:38:41 -04:00
engine-flutter-autoroll
2a6fc04984
be6313d87 Roll src/third_party/skia 2fdbeae32785..83edfbe736fd (1 commits) (flutter/engine#8390) ( #30263 )
...
ae024d7555...be6313d875
git log ae024d755518019f3618931fbc47d3f27e84fad5..be6313d87545874a6108edb2a311f30d9a027472 --no-merges --oneline
be6313d87 Roll src/third_party/skia 2fdbeae32785..83edfbe736fd (1 commits) (flutter/engine#8390 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-31 04:29:41 -04:00
engine-flutter-autoroll
3c9a81c396
ae024d755 Roll src/third_party/skia a6dd1ebd42cf..2fdbeae32785 (1 commits) (flutter/engine#8389) ( #30257 )
...
28f8453629...ae024d7555
git log 28f8453629f951d41437aa16bb09957643f1e850..ae024d755518019f3618931fbc47d3f27e84fad5 --no-merges --oneline
ae024d755 Roll src/third_party/skia a6dd1ebd42cf..2fdbeae32785 (1 commits) (flutter/engine#8389 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-30 20:28:40 -04:00
engine-flutter-autoroll
f3acb5d808
Roll engine 8dabd60a30d0..28f8453629f9 (3 commits) ( #30255 )
...
8dabd60a30...28f8453629
git log 8dabd60a30d048bf90b4bc0b29914ea00bda182c..28f8453629f951d41437aa16bb09957643f1e850 --no-merges --oneline
28f845362 Roll src/third_party/skia c9822a1818ba..a6dd1ebd42cf (1 commits) (flutter/engine#8388 )
2e1f491ba Roll src/third_party/skia 265fd3de3527..c9822a1818ba (1 commits) (flutter/engine#8386 )
b466aba58 Roll src/third_party/skia 59b733715141..265fd3de3527 (1 commits) (flutter/engine#8384 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-30 16:45:41 -04:00
Shi-Hao Hong
4d958ea5b7
Added helpful Material assert message ( #30219 )
...
Clarified an assert for when a Material widget's backgroundColor is null when its type isn't MaterialType.transparency
2019-03-30 12:58:58 -07:00
engine-flutter-autoroll
f5b0a081e6
Roll engine b75472c106d0..8dabd60a30d0 (2 commits) ( #30236 )
...
b75472c106...8dabd60a30
git log b75472c106d0cd0aab45de6bc16e0d6aa6d418cf..8dabd60a30d048bf90b4bc0b29914ea00bda182c --no-merges --oneline
8dabd60a3 Remove unused DartVM::IsKernelMapping (flutter/engine#8381 )
63b9d257c Roll src/third_party/dart f29e100f42..1e82544b07 (41 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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-30 09:35:40 -04:00
engine-flutter-autoroll
daeaffc188
Roll engine ca7623eb39d7..b75472c106d0 (5 commits) ( #30231 )
...
ca7623eb39...b75472c106
git log ca7623eb39d74a8cbdd095fcc7db398267b6928f..b75472c106d0cd0aab45de6bc16e0d6aa6d418cf --no-merges --oneline
b75472c10 Add missing import to functional for Windows. (flutter/engine#8382 )
9d7167516 Ensure OpacityLayer to have a single child (flutter/engine#8362 )
131cc625a Allow native entrypoint registration for runtime unittests. (flutter/engine#8379 )
5e124ffc1 Fix typos (flutter/engine#8339 )
972afdc92 Allow running runtime_unittests in AOT mode. (flutter/engine#8375 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-30 01:37:41 -04:00
Jonah Williams
c10e7ba6e9
Revert "Ensure that flutter run/drive/test/update_packages only downloads required artifacts ( #30075 )" ( #30232 )
2019-03-29 20:41:07 -07:00
Jonah Williams
89807e68d0
Ensure that flutter run/drive/test/update_packages only downloads required artifacts ( #30075 )
2019-03-29 20:33:37 -07:00
engine-flutter-autoroll
0e0a4eee57
Roll engine 86f4b741b863..ca7623eb39d7 (5 commits) ( #30229 )
...
86f4b741b8...ca7623eb39
git log 86f4b741b863aef5586f03f4d250f1d789fde2be..ca7623eb39d74a8cbdd095fcc7db398267b6928f --no-merges --oneline
ca7623eb3 Handle null values in TextInputConfiguration.actionLabel JSON (flutter/engine#8377 )
d0239bd83 Roll src/third_party/skia 73c6c9d26870..59b733715141 (3 commits) (flutter/engine#8378 )
71d59cde9 Check for hover motion events in AndroidTouchProcessor (flutter/engine#8376 )
fdcbb40fe [flutter_tester] Accept --icu-data-file-path (flutter/engine#8374 )
e633b26c5 Introduce unit tests and refactor web dart:ui into "package" (flutter/engine#8346 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-29 22:41:41 -04:00
Jonah Williams
953a947130
add coverage benchmark ( #30222 )
2019-03-29 17:00:19 -07:00
engine-flutter-autoroll
225843056c
Roll engine a1a2129bc469..86f4b741b863 (5 commits) ( #30223 )
...
a1a2129bc4...86f4b741b8
git log a1a2129bc4696e66510be984fd7908eae51eb98f..86f4b741b863aef5586f03f4d250f1d789fde2be --no-merges --oneline
86f4b741b Move libdart selection into its own target in //flutter/runtime. (flutter/engine#8373 )
f39cf3774 Add a GN format presubmit. (flutter/engine#8371 )
d6e2d8527 Roll src/third_party/skia 7eeb74fdfd84..73c6c9d26870 (8 commits) (flutter/engine#8372 )
8412c199a Enable Linux shell build (flutter/engine#8233 )
133901199 libtxt: track the start and end x positions of glyph blobs for more accurate rendering of text decorations (flutter/engine#8368 )
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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-29 19:49:40 -04:00
Jonah Williams
b8bcfaa56f
make sure flutter test asks for cache upgrades ( #30216 )
2019-03-29 15:58:16 -07:00
xster
f2d671c15c
Cupertino localization step 3: in-place move some material tools around to make room for cupertino ( #29644 )
2019-03-29 15:57:09 -07:00
xster
d166a8d81e
Make sure everything in the Cupertino page transition can be linear when back swiping ( #28629 )
2019-03-29 15:56:18 -07:00
dacaiguoguo
1c0f82541c
Set custom flutter_assets by add FLTAssetsPath to AppFrameworkInfo.plist ( #29499 )
...
* Get FLTAssetsPath from AppFrameworkInfo.plist
2019-03-29 15:45:18 -07:00
Jonah Williams
8220f8f4e3
add missing test case and handle wildcard removal ( #30205 )
2019-03-29 14:26:56 -07:00
engine-flutter-autoroll
6b2e939480
Roll engine 82765aa77db9..a1a2129bc469 (13 commits) ( #30209 )
...
82765aa77d...a1a2129bc4
git log 82765aa77db9621dfbc50801ee2709aa0a00e04d..a1a2129bc4696e66510be984fd7908eae51eb98f --no-merges --oneline
a1a2129bc GN Format all files in the engine. (flutter/engine#8369 )
82c910414 Remove old Fuchsia external mem,sem extensions
6d1a6a4f4 Allow per-platform customization of the default Skia font manager (flutter/engine#8358 )
3de50b8d2 Roll src/third_party/skia 84a53268af92..7eeb74fdfd84 (3 commits) (flutter/engine#8367 )
65837ab32 Roll src/third_party/skia a2cec203eea8..84a53268af92 (1 commits) (flutter/engine#8366 )
ada0a8e2b Roll src/third_party/skia 57b7a792bb6f..a2cec203eea8 (1 commits) (flutter/engine#8365 )
9729f1ae3 Roll src/third_party/skia bf4229cc10a1..57b7a792bb6f (5 commits) (flutter/engine#8364 )
23e0c3758 Roll src/third_party/skia 01fe26360660..bf4229cc10a1 (6 commits) (flutter/engine#8363 )
fd0b44045 Roll src/third_party/skia cc8c7bee7925..01fe26360660 (10 commits) (flutter/engine#8361 )
96c975163 Rename threshold to access_threshold (flutter/engine#8354 )
09a67fe60 update buildroot dep for e2ca4571fa (flutter/engine#8359 )
602b61213 Reduce z-fighting on Scenic (flutter/engine#8318 )
b53e436f9 Roll src/third_party/dart a977273262..f29e100f42 (8 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 (bmparr@google.com ), and stop
the roller if necessary.
2019-03-29 17:25:41 -04:00
Darren Austin
3892a0d96c
Made the showMenu() position parameter required ( #30206 )
...
Made the showMenu() position parameter required as it doesn't make sense to show a menu without indicating where it should be shown. Also added a test to verify this.
2019-03-29 14:15:03 -07:00
Michael Goderbauer
a3cbe25353
Part 1: Improve Overlay API ( #28747 )
2019-03-29 14:09:30 -07:00