1000 Commits

Author SHA1 Message Date
engine-flutter-autoroll
43407e4e01
316f6365a64bd66fdf9c1ada3ed0a91d9533b9c7 (#24174)
59f79d0d64...316f6365a6

git log 59f79d0d64c9..316f6365a64b --no-merges --oneline
316f6365a Fix wrong `flutter/platform_views` protocol implementation on iOS. (flutter/engine#6803)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-09 16:04:33 -05:00
engine-flutter-autoroll
756d5938d4 Roll engine b2479f8d2991..59f79d0d64c9 (2 commits) (#24161)
* 099b4eeada852df67ed5d36a638762de3a8fa079

* 59f79d0d64c915c6ba04099206e3fed5b9d5a4a1
2018-11-09 10:35:15 -08:00
engine-flutter-autoroll
17fe191a18 Roll engine 22fc02028306..b2479f8d2991 (10 commits) (#24137)
b2479f8d2 Revert "Roll src/third_party/skia 06a477c3300d..dd650c40d148 (11 commits) (#6801)" (flutter/engine#6809)
16f8c67f0 Update paint hinting for upcoming Skia API changes. (flutter/engine#6802)
e011d544b Roll src/third_party/skia 06a477c3300d..dd650c40d148 (11 commits) (flutter/engine#6801)
47ef89ee5 Include vector in embedded_views.h (flutter/engine#6800)
a0efb9419 Make the FlutterPlatformViewFactory create FlutterPlatformViews. (flutter/engine#6782)
7ed4909fc Fix mDNS publishing for iOS simulator (flutter/engine#6789)
86d34e02d disable embedder_unittests (flutter/engine#6798)
01f6ad0fb Roll src/third_party/skia 5d58d09ae77d..06a477c3300d (5 commits) (flutter/engine#6797)
18ca035cf Discard embedded UIViews on hot restart. (flutter/engine#6772)
387ca2ef8 Add an internal_nodes_canvas to PaintContext. (flutter/engine#6728)
2018-11-08 19:27:19 -08:00
engine-flutter-autoroll
0b953f92b6
Roll engine 70a1106b509e..22fc02028306 (10 commits) (#24118)
70a1106b50...22fc020283

git log 70a1106b509e..22fc02028306 --no-merges --oneline
22fc02028 Roll src/third_party/skia fa8898747551..5d58d09ae77d (4 commits) (flutter/engine#6796)
d372d56ae Roll src/third_party/skia 23d1f94faac1..fa8898747551 (1 commits) (flutter/engine#6794)
8f105d79c Roll src/third_party/skia 2f8889b876d3..23d1f94faac1 (1 commits) (flutter/engine#6793)
0ce31d660 Roll src/third_party/skia 71bcc7d63f8c..2f8889b876d3 (1 commits) (flutter/engine#6792)
09ff6dc47 avoid overreleasing FlutterView (flutter/engine#6791)
bd793c011 Roll src/third_party/skia f49563bf9276..71bcc7d63f8c (3 commits) (flutter/engine#6790)
c8da28826 Roll Dart version to 9c07fb64c48adb3d6fde50bab6b8b641c5b67683 (flutter/engine#6788)
94dd7165e Skia Cleanup (flutter/engine#6786)
547b8585e Roll src/third_party/skia b52c273d3f05..f49563bf9276 (7 commits) (flutter/engine#6785)
b6f76e07a Delete unused license goldens and add check (flutter/engine#6784)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-08 14:27:28 -05:00
liyuqian
b21fe0aaad
Revert "Change engine merge method back to squash" (#24114)
Reverts flutter/flutter#24111 as https://skia-review.googlesource.com/c/buildbot/+/167200 has been deployed.
2018-11-08 09:12:06 -08:00
liyuqian
c0fc864a60
Change engine merge method back to squash (#24111)
We need to wait the fix in
https://skia-review.googlesource.com/c/buildbot/+/169724
to land in order to enable the rebase merge method again.

TBR: goderbauer

We'll land this quickly without waiting for presubmit checks
to unblock our engine roller.
2018-11-08 08:43:15 -08:00
Ian Hickson
f9374fe071
Update the URL to the recommend bug report (#23708)
We have templates now.
2018-11-07 17:12:35 -08:00
engine-flutter-autoroll
8b751d8153
Roll engine 2494abdda728..70a1106b509e (3 commits) (#24082)
2494abdda7...70a1106b50

git log 2494abdda728..70a1106b509e --no-merges --oneline
70a1106b5 Unify copyright lines (flutter/engine#6757)
f9095fcc4 Roll src/third_party/skia 62cc5f581747..b52c273d3f05 (13 commits) (flutter/engine#6783)
4cdddbac4 Fix String comparison as if Java were Dart. (flutter/engine#6781)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 19:17:19 -05:00
liyuqian
57c2fac14a
Add engine merge method configuration (#23953)
In order for this to take effect, https://skia-review.googlesource.com/c/buildbot/+/167200
needs to be landed and deployed.

The /bin/internal/engine.merge_method file controls how we merge a pull
request created by the engine auto-roller. If it's squash, there's only one
commit for a pull request no matter how many engine commits there are inside
that pull request. If it's rebase, the number of commits in the framework is
equal to the number of engine commits in the pull request. The latter method is
easier to detect regressions but cost more test resources.
2018-11-07 13:06:38 -08:00
engine-flutter-autoroll
fe6798bd25
Roll engine e64af7510e89..2494abdda728 (2 commits) (#24065)
e64af7510e...2494abdda7

git log e64af7510e89..2494abdda728 --no-merges --oneline
2494abdda Roll src/third_party/skia 273fa2f3bd0b..62cc5f581747 (7 commits) (flutter/engine#6780)
daeeedafa Roll src/third_party/skia 67f5c0ceac22..273fa2f3bd0b (1 commits) (flutter/engine#6779)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 15:03:19 -05:00
Michael Beckler
9abce96e8e BottomNavigationBar: bug fix for dealing with animations with shifting tabs (#22264)
Should fix #22226.

Code introduced in #20890 caused a regression that broke color flooding animations in a BottomNavigationBar that has BottomNavigationBarType.shifting.

The original issue (#19653) dealt with background color changes not occurring until another tab was selected. The result is that the background color instantly changes whenever the state changes and when the widget changes, instead of allowing a new widget to animate the background color change.
2018-11-07 09:20:27 -08:00
engine-flutter-autoroll
1594931605
Roll engine 824daacf6d95..e64af7510e89 (1 commits) (#24052)
824daacf6d...e64af7510e

git log 824daacf6d95..e64af7510e89 --no-merges --oneline
e64af7510 Roll src/third_party/skia 2a13921745eb..67f5c0ceac22 (2 commits) (flutter/engine#6777)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 07:05:19 -05:00
engine-flutter-autoroll
baf3cf5d3c
Roll engine 4f4c470d2419..824daacf6d95 (1 commits) (#24045)
4f4c470d24...824daacf6d

git log 4f4c470d2419..824daacf6d95 --no-merges --oneline
824daacf6 Roll src/third_party/skia 3daed9b12db4..2a13921745eb (1 commits) (flutter/engine#6776)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-07 03:46:19 -05:00
engine-flutter-autoroll
3fbf692af3 Roll engine e61f05256eaa..4f4c470d2419 (3 commits) (#24038)
e61f05256e...4f4c470d24

git log e61f05256eaa..4f4c470d2419 --no-merges --oneline
4f4c470d2 Roll src/third_party/skia 630e7d651a34..3daed9b12db4 (6 commits) (flutter/engine#6775)
177e043b5 fix setInitialRoute (flutter/engine#6774)
6fa5c0a82 Pass scriptCode into Locale on initialization. (flutter/engine#6711)

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 22:15:44 -08:00
engine-flutter-autoroll
ea82e5a650 Roll engine dda667f8f093..e61f05256eaa (2 commits) (#24032)
dda667f8f0...e61f05256e

git log dda667f8f093..e61f05256eaa --no-merges --oneline
e61f05256 Roll src/third_party/skia 2aa9a22fe159..630e7d651a34 (5 commits) (flutter/engine#6773)
21eb1caae Update the contributing guide (flutter/engine#6754)

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 21:23:35 -08:00
Gary Qian
08e0fd379e
Roll engine 5006ce574823..dda667f8f (3 commits), harfbuzz upgrade to 2.1.0 (#24024)
dda667f8f Roll update to harfbuzz to 2.1.0 (#6760)
e8f0c08c9 Add instructions to download the full license log diff. (#6771)
5077e95f1 Roll src/third_party/skia f2b35e4fb8cc..2aa9a22fe159 (7 commits) (#6770)
2018-11-06 15:55:54 -08:00
engine-flutter-autoroll
99374edc6c Roll engine fb5b097e5c20..5006ce574823 (4 commits) (#24018)
5006ce574 fix type in embedded views preview flag name (flutter/engine#6767)
eec27fc8a Roll src/third_party/skia e70c6b13dd55..f2b35e4fb8cc (6 commits) (flutter/engine#6768)
aea7071e2 Roll src/third_party/skia e6c85755832b..e70c6b13dd55 (1 commits) (flutter/engine#6766)
1132d6c42 Roll src/third_party/skia 11407e56f277..e6c85755832b (2 commits) (flutter/engine#6765)
2018-11-06 14:42:40 -08:00
engine-flutter-autoroll
37cdcd76cd Roll engine 3374f4cce045..fb5b097e5c20 (6 commits) (#23986)
3374f4cce0...fb5b097e5c

git log 3374f4cce045..fb5b097e5c20 --no-merges --oneline
fb5b097e5 Revert "Roll freetype2 to a10b062df0c8958d69377aa04ea6554a9961a111 (#6738)" (flutter/engine#6763)
4fd2d1486 Roll src/third_party/skia 5b2bda70e52f..11407e56f277 (1 commits) (flutter/engine#6762)
fa4c01ee6 Add an Info.plist flag to enable the embedded iOS views preview. (flutter/engine#6756)
ded297f59 Roll src/third_party/skia df8225e253a2..5b2bda70e52f (5 commits) (flutter/engine#6761)
f0380b397 Roll src/third_party/skia 32262da42bed..df8225e253a2 (10 commits) (flutter/engine#6755)
124f20f40 Clear the on-screen surface every frame. (flutter/engine#6753)

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-06 00:56:06 -08:00
engine-flutter-autoroll
7e652d1dba
Roll engine b5758d0d3848..3374f4cce045 (17 commits) (#23966)
b5758d0d38...3374f4cce0

git log b5758d0d3848..3374f4cce045 --no-merges --oneline
3374f4cce Roll src/third_party/skia 8b35379ae1f1..32262da42bed (8 commits) (flutter/engine#6752)
61dbcdadf Roll src/third_party/skia e71e9ef311ba..8b35379ae1f1 (6 commits) (flutter/engine#6751)
c9b36fa11 Roll src/third_party/skia 51916083e752..e71e9ef311ba (1 commits) (flutter/engine#6750)
1a5a083de Roll src/third_party/skia 0a8b4e1acbd6..51916083e752 (2 commits) (flutter/engine#6749)
551d7f133 Roll src/third_party/skia 16d91aaf44fa..0a8b4e1acbd6 (1 commits) (flutter/engine#6748)
86feaccbf Roll src/third_party/skia 99485ace81ac..16d91aaf44fa (1 commits) (flutter/engine#6747)
4453e42ab Roll src/third_party/skia 2b21e88ed6dd..99485ace81ac (1 commits) (flutter/engine#6746)
fafef227a Roll src/third_party/skia 7e4081554d06..2b21e88ed6dd (1 commits) (flutter/engine#6745)
5d57e8af4 Roll src/third_party/skia b5ae3b5afc29..7e4081554d06 (1 commits) (flutter/engine#6744)
0e6b1e618 Roll src/third_party/skia e1b1d056fed9..b5ae3b5afc29 (3 commits) (flutter/engine#6743)
3429791c5 Roll src/third_party/skia f1ec3918534f..e1b1d056fed9 (1 commits) (flutter/engine#6742)
c5fa47a3c Roll src/third_party/skia 5d5de8bc79aa..f1ec3918534f (3 commits) (flutter/engine#6741)
be97304da Roll src/third_party/skia 1edff303fddb..5d5de8bc79aa (4 commits) (flutter/engine#6740)
731045e83 Roll freetype2 to a10b062df0c8958d69377aa04ea6554a9961a111 (flutter/engine#6738)
dd32b3fbc Roll src/third_party/skia 13245412d49e..1edff303fddb (6 commits) (flutter/engine#6739)
50ecdf965 Roll src/third_party/skia 3bfe9665aabc..13245412d49e (15 commits) (flutter/engine#6737)
96f7f344f Update scene_update_context to match recent PaintContext changes. (flutter/engine#6736)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-05 20:00:19 -05:00
Michael Goderbauer
a7fce41a32 Roll engine to 731045e832c5856e7ec902f2c6a485e6e047e9ea 2018-11-05 16:06:54 -08:00
Michael Goderbauer
a0e667857e Roll engine to dd32b3fbc21439df90c872eee88de9cb35633697 2018-11-05 16:06:54 -08:00
Stanislav Baranov
ba4cf054bd
Propagate positions of secondary pointers in UP events on Android (#23797) 2018-11-05 12:43:00 -08:00
engine-flutter-autoroll
3789f47852
Roll engine e91e4db7e03d..88cb78cdf62c (11 commits) (#23874)
e91e4db7e0...88cb78cdf6

git log e91e4db7e03d..88cb78cdf62c --no-merges --oneline
88cb78cdf Roll src/third_party/skia 13853a120d5a..30edaaac1da4 (1 commits) (flutter/engine#6732)
eacf61efd Roll src/third_party/skia 2dc1e34f9029..13853a120d5a (1 commits) (flutter/engine#6731)
7618e5447 Roll src/third_party/skia 26fcd7166c74..2dc1e34f9029 (2 commits) (flutter/engine#6730)
10ec1fd6b Roll src/third_party/skia 94d7af7bcc96..26fcd7166c74 (5 commits) (flutter/engine#6729)
9e1f546a8 Add an overlay surface on top of embedded UIViews. (flutter/engine#6726)
136055669 Roll src/third_party/skia e978ca297965..94d7af7bcc96 (5 commits) (flutter/engine#6727)
c57d29ab6 Fixed typo (flutter/engine#6717)
f3fcb8f01 Roll src/third_party/skia f1eda00bf6b0..e978ca297965 (10 commits) (flutter/engine#6725)
fbb7893a0 Report asset names in loading trace events. (flutter/engine#6713)
d06ace699 Roll src/third_party/skia 3bdaa46bff71..f1eda00bf6b0 (11 commits) (flutter/engine#6724)
60d4d582f Roll src/third_party/skia 763fc966993d..3bdaa46bff71 (2 commits) (flutter/engine#6723)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-02 12:20:07 -04:00
engine-flutter-autoroll
720181ccc6
Roll engine c79faed71c66..e91e4db7e03d (4 commits) (#23828)
c79faed71c...e91e4db7e0

git log c79faed71c66..e91e4db7e03d --no-merges --oneline
e91e4db7e Roll src/third_party/skia e008d6feb2d0..763fc966993d (1 commits) (flutter/engine#6722)
28514b524 Roll src/third_party/skia 1ae419b62b2b..e008d6feb2d0 (1 commits) (flutter/engine#6721)
b9726c240 Roll src/third_party/skia 628f0a57d102..1ae419b62b2b (2 commits) (flutter/engine#6720)
1b0d26a92 Roll src/third_party/skia d7a7586b0d2f..628f0a57d102 (1 commits) (flutter/engine#6718)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-11-01 10:36:05 -04:00
engine-flutter-autoroll
070df5b6b2
Roll engine 0ec3b7d437d4..c79faed71c66 (2 commits) (#23802)
0ec3b7d437...c79faed71c

git log 0ec3b7d437d4..c79faed71c66 --no-merges --oneline
c79faed71 Decode UIView's creation parameters and pass them to the view factory. (flutter/engine#6715)
467ff33aa Roll src/third_party/skia 348a03729796..d7a7586b0d2f (12 commits) (flutter/engine#6714)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-31 21:45:04 -04:00
engine-flutter-autoroll
cd05fb4c0e
Roll engine d9c2b215abda..0ec3b7d437d4 (11 commits) (#23799)
d9c2b215ab...0ec3b7d437

git log d9c2b215abda..0ec3b7d437d4 --no-merges --oneline
0ec3b7d43 Apply changes to the embedded UIView tree when presenting a frame (flutter/engine#6712)
92944f72f Move FlutterPlatformViewsController into FlutterEngine. (flutter/engine#6709)
d34cb1757 Roll src/third_party/skia 9985a27c06ad..348a03729796 (15 commits) (flutter/engine#6710)
a27d2f2bc Check needs_painting in RasterCache::Prepare (flutter/engine#6708)
552fae60c Roll src/third_party/skia 83d923f38664..9985a27c06ad (2 commits) (flutter/engine#6707)
67ba69717 Roll src/third_party/skia 4d8f48db9ef5..83d923f38664 (2 commits) (flutter/engine#6706)
54882ef86 Roll src/third_party/skia 69a72945dcdd..4d8f48db9ef5 (1 commits) (flutter/engine#6705)
635e20498 Roll src/third_party/skia 1801b94e85b4..69a72945dcdd (1 commits) (flutter/engine#6704)
059876ea9  Delay embedded UIViews touch events until the framework says so. (flutter/engine#6665)
605ae5d88 Roll src/third_party/skia 4c169456061d..1801b94e85b4 (2 commits) (flutter/engine#6703)
d8672baaa Ensure Simulator publishes mDNS records (flutter/engine#6696)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-31 20:19:10 -04:00
engine-flutter-autoroll
7d74a30168
Roll engine 3a6775730028..d9c2b215abda (4 commits) (#23792)
3a67757300...d9c2b215ab

git log 3a6775730028..d9c2b215abda --no-merges --oneline
d9c2b215a Roll src/third_party/skia 78252fedaab9..4c169456061d (12 commits) (flutter/engine#6701)
e56c3b700 Roll src/third_party/skia 52a715455181..78252fedaab9 (6 commits) (flutter/engine#6700)
f5d571a06 Roll src/third_party/skia 5785405afa1b..52a715455181 (5 commits) (flutter/engine#6699)
48f26625d Roll src/third_party/skia dde307f14273..5785405afa1b (1 commits) (flutter/engine#6698)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-31 18:05:05 -04:00
MH Johnson
50098f149d
[Material] Theme for Dialogs (#23569)
* [Material] Add dialog theme.

* Address Hans' first round comments.

* Address Hans' Second round comments.

* Fix theme tests

* Address Will's comments, add golden test

* Update goldens

* Custom Border radius 16.0

* Address Hans' Comments

* Second round comments

* fix imports
2018-10-30 22:54:49 -04:00
engine-flutter-autoroll
acc591e98b
Roll engine 7be0217d6796..3a6775730028 (3 commits) (#23726)
7be0217d67...3a67757300

git log 7be0217d6796..3a6775730028 --no-merges --oneline
3a6775730 Roll src/third_party/skia 14768f64fba3..dde307f14273 (3 commits) (flutter/engine#6697)
ab92772e8 Roll src/third_party/skia ca44d5d85895..14768f64fba3 (1 commits) (flutter/engine#6695)
d7e2be279 Roll src/third_party/skia d48b7a881b24..ca44d5d85895 (3 commits) (flutter/engine#6694)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-30 06:00:22 -04:00
Gary Qian
ec5719a1e0
Default locales test for flutter tester. Roll engine 162b2e98c03..7be0217d67969 (#23596)
162b2e98c036a8f8c355fd475dbe0db4f4bc886c..7be0217d6796954694753647b7a757b8e3907f64
7be0217d6 Roll back _countryCode assert - breaking change (#6693)
91a019cfd Fix popSystemNavigator (#6691)
2b2fbf0f6 Add Locale.fromSubtags and support for scriptCode. (#6518)
58c8e30e5 Roll src/third_party/skia ab18c8e6cc20..d48b7a881b24 (5 commits) (#6690)
3b17cfb68 Flutter tester default locales (#6689)
96bbd2b36 Roll buildroot to 11a934e99eaa4aa8e278cd2772aff4f51f1f3c41 (#6687)
0e9defbd6 Roll src/third_party/skia 68825776f4b4..ab18c8e6cc20 (11 commits) (#6688)
cc686d7ae Don't populate the external view embedder in PaintContext. (#6686)
ab782faa7 Roll src/third_party/skia 1de48d8040aa..68825776f4b4 (1 commits) (#6685)
c4aa8d343 Roll src/third_party/skia 797197a772b8..1de48d8040aa (2 commits) (#6684)
7352251eb Roll src/third_party/skia 79c96811863f..797197a772b8 (1 commits) (#6683)
3dac47e4d Roll src/third_party/skia 38e4fd0c5654..79c96811863f (1 commits) (#6682)
2f06a53a8 Roll src/third_party/skia b53f1f46982d..38e4fd0c5654 (1 commits) (#6681)
a1d7cad70 Fix inconsistent include syntax (#6680)
236661cd8 Roll src/third_party/skia 3b79aa3a5ad0..b53f1f46982d (13 commits) (#6679)
c4f50611d Roll buildroot to pick up Mac toolchain updates. (#6678)
ba8f6aa71 Handle Windows headers defining ERROR to 0 in log levels. (#6677)
505d2a923 Roll buildroot to pick up updates to custom toolchains. (#6674)
6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (#6675)
55e12993a Update FlutterPlugin.h docs, suppress warning for older API (#6672)
f7970048d Attach and position embedded UIVIews (#6614)
df85722fa Plumb the iOS PlatformViewsController into flow. (#6603)
2bfb893cf iOS Embedding Refactor (#6447)
2018-10-29 21:40:45 -07:00
Dan Field
946553307f
Revert to last known good engine (#23700)
One of the devicelab tests is broken after this commit - rolling to last known good commit while I investigate.

/cc @bkonyi
2018-10-29 15:47:28 -07:00
engine-flutter-autoroll
d34bc3687e
Roll engine 2f06a53a8d19..7352251ebec6 (2 commits) (#23667)
2f06a53a8d...7352251ebe

git log 2f06a53a8d19..7352251ebec6 --no-merges --oneline
7352251eb Roll src/third_party/skia 79c96811863f..797197a772b8 (1 commits) (flutter/engine#6683)
3dac47e4d Roll src/third_party/skia 38e4fd0c5654..79c96811863f (1 commits) (flutter/engine#6682)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-29 16:52:22 -04:00
engine-flutter-autoroll
6eadbe24ab
Roll engine a1d7cad70c81..2f06a53a8d19 (1 commits) (#23654)
a1d7cad70c...2f06a53a8d

git log a1d7cad70c81..2f06a53a8d19 --no-merges --oneline
2f06a53a8 Roll src/third_party/skia b53f1f46982d..38e4fd0c5654 (1 commits) (flutter/engine#6681)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-29 00:21:22 -04:00
engine-flutter-autoroll
be86614198
Roll engine 162b2e98c036..a1d7cad70c81 (10 commits) (#23646)
162b2e98c0...a1d7cad70c

git log 162b2e98c036..a1d7cad70c81 --no-merges --oneline
a1d7cad70 Fix inconsistent include syntax (flutter/engine#6680)
236661cd8 Roll src/third_party/skia 3b79aa3a5ad0..b53f1f46982d (13 commits) (flutter/engine#6679)
c4f50611d Roll buildroot to pick up Mac toolchain updates. (flutter/engine#6678)
ba8f6aa71 Handle Windows headers defining ERROR to 0 in log levels. (flutter/engine#6677)
505d2a923 Roll buildroot to pick up updates to custom toolchains. (flutter/engine#6674)
6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (flutter/engine#6675)
55e12993a Update FlutterPlugin.h docs, suppress warning for older API (flutter/engine#6672)
f7970048d Attach and position embedded UIVIews (flutter/engine#6614)
df85722fa Plumb the iOS PlatformViewsController into flow. (flutter/engine#6603)
2bfb893cf iOS Embedding Refactor (flutter/engine#6447)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-28 17:30:22 -04:00
liyuqian
d245b4c3b3
Revert "Roll engine 162b2e98c036..6c2a0b3a6d93 (5 commits) (#23612)" (#23628)
This reverts commit 0f34f526204d180e117d2fc296084155651cf8da.

Reverts flutter/flutter#23612 as it broke the following two bots:
1. platform_view__start_up
2. platform_interaction_test_ios

Merge on red to fix the rope.
2018-10-27 13:35:26 -07:00
engine-flutter-autoroll
0f34f52620
Roll engine 162b2e98c036..6c2a0b3a6d93 (5 commits) (#23612)
162b2e98c0...6c2a0b3a6d

git log 162b2e98c036..6c2a0b3a6d93 --no-merges --oneline
6c2a0b3a6 Undefine ERROR in platform_view_layer.cc (flutter/engine#6675)
55e12993a Update FlutterPlugin.h docs, suppress warning for older API (flutter/engine#6672)
f7970048d Attach and position embedded UIVIews (flutter/engine#6614)
df85722fa Plumb the iOS PlatformViewsController into flow. (flutter/engine#6603)
2bfb893cf iOS Embedding Refactor (flutter/engine#6447)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-27 00:48:21 -04:00
engine-flutter-autoroll
bce610f2c9
Roll engine 3236b49ceac5..162b2e98c036 (1 commits) (#23593)
3236b49cea...162b2e98c0

git log 3236b49ceac5..162b2e98c036 --no-merges --oneline
162b2e98c Roll src/third_party/skia a944142412cd..3b79aa3a5ad0 (15 commits) (flutter/engine#6671)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-26 23:52:22 -04:00
engine-flutter-autoroll
c54cf0484c
Roll engine dd791f36aca8..3236b49ceac5 (1 commits) (#23587)
dd791f36ac...3236b49cea

git log dd791f36aca8..3236b49ceac5 --no-merges --oneline
3236b49ce Add missing includes (flutter/engine#6670)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-26 16:28:22 -04:00
Stanislav Baranov
c7b10a2d80
Propagate pointer size from Android MotionEvent. (#23536) 2018-10-26 11:48:00 -07:00
Gary Qian
6827d0920b
Same cursor offset within lines for all TextAffinities to prevent cursor shifting/moving. (#23485) 2018-10-26 10:21:25 -07:00
engine-flutter-autoroll
340c158f32
Roll engine 6c2ade9fa2b5..9c46333e143b (5 commits) (#23570)
6c2ade9fa2...9c46333e14

git log 6c2ade9fa2b5..9c46333e143b --no-merges --oneline
9c46333e1 Roll src/third_party/skia 603c5da17491..e2fd74b48f6f (1 commits) (flutter/engine#6668)
d53c2be11 Roll src/third_party/skia 3f5b4ee4adfd..603c5da17491 (1 commits) (flutter/engine#6667)
074e67a7e Roll src/third_party/skia f5eaee917bb7..3f5b4ee4adfd (1 commits) (flutter/engine#6666)
7286e9acd Roll src/third_party/skia 2cf29ce4dbbf..f5eaee917bb7 (4 commits) (flutter/engine#6664)
3930b7c0d Roll src/third_party/skia a2272ef92640..2cf29ce4dbbf (8 commits) (flutter/engine#6661)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-26 11:27:22 -04:00
engine-flutter-autoroll
d8cbb80206
Roll engine a6e816b2a67c..6c2ade9fa2b5 (4 commits) (#23532)
a6e816b2a6...6c2ade9fa2

git log a6e816b2a67c..6c2ade9fa2b5 --no-merges --oneline
6c2ade9fa Update contributing.md for xcode_backend refactor notes (flutter/engine#6642)
69dced915 Dart SDK roll for 2018-10-25
3edf5fa82 Roll src/third_party/skia dfca8f6adb6b..a2272ef92640 (4 commits) (flutter/engine#6659)
cf75289b6 TextField is only a live region when it has input focus (flutter/engine#6649)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-26 01:30:21 -04:00
engine-flutter-autoroll
b715cf142d
Roll engine 2586e9412257..a6e816b2a67c (14 commits) (#23513)
2586e94122...a6e816b2a6

git log 2586e9412257..a6e816b2a67c --no-merges --oneline
a6e816b2a Roll src/third_party/skia 4f598e8c829a..dfca8f6adb6b (7 commits) (flutter/engine#6658)
ff0525f59 Add missing entry-points. (flutter/engine#6634)
08771fe14 Revert dart before engine commit 26e8840de5d6fe801378301dd36d54c92b25bd3b (flutter/engine#6656)
914551bfa Dart SDK roll for 2018-10-24
9f2e2ba7b Add/expose API for Paragraph.getBoxesForRange BoxHeightStyle and BoxWidthStyle. (flutter/engine#6644)
9669b70e1 Add an iOS PlatformViewsController for creating/disposing UIViews. (flutter/engine#6569)
6c2477bd2 fix setter for viewOpaque (flutter/engine#6653)
2bd8c94fc Roll src/third_party/skia a7682c8c73e4..4f598e8c829a (8 commits) (flutter/engine#6654)
e1e60933b Realize kernel asset mappings on a worker thread if one is available. (flutter/engine#6648)
d3874a9ca Roll src/third_party/skia 3b57279fd65a..a7682c8c73e4 (9 commits) (flutter/engine#6652)
3dddf4d5b Roll src/third_party/skia 8429c7930291..3b57279fd65a (2 commits) (flutter/engine#6650)
7b3bb62a8 Roll src/third_party/skia 3aca39df7b22..8429c7930291 (5 commits) (flutter/engine#6647)
26e8840de Dart SDK roll for 2018-10-23
9829c51a9 Roll src/third_party/skia b46c4d0925ad..3aca39df7b22 (12 commits) (flutter/engine#6643)


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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-25 13:28:22 -04:00
Dan Field
381f16ed53
Revert "Dart SDK roll for 2018-10-23 (#23439)" (#23471)
This reverts commit 70cb1318f1a15fb23002f8d2af4e77f064ed74ed.
2018-10-24 10:05:51 -07:00
Ben Konyi
70cb1318f1
Dart SDK roll for 2018-10-23 (#23439) 2018-10-24 09:31:57 -07:00
engine-flutter-autoroll
f7f72211b6 Roll engine 4c79e423dc6f..2586e9412257 (15 commits) (#23428)
4c79e423dc...2586e94122

git log 4c79e423dc6f..2586e9412257 --no-merges --oneline
2586e9412 Support all combinations of GetRectsForRange styles (flutter/engine#6591)
e78f86e01 Fix mac builds. Only Linux and Windows require default GL proc resolvers. (flutter/engine#6641)
52e48ab84 Fix Windows embedding. Appears that #6523 or #6525 introduced a bug for embedder scenarios causing the window native library to be incorrectly initialized and thus incapable of correctly resolving GL functions.  This change fixes that. (flutter/engine#6624)
c9197e449 Roll src/third_party/skia 25837bf17019..b46c4d0925ad (6 commits) (flutter/engine#6640)
324c21a72 Roll src/third_party/skia 1b07dffd979d..25837bf17019 (1 commits) (flutter/engine#6639)
5dfbc0a07 Roll src/third_party/skia e023ae7c5540..1b07dffd979d (1 commits) (flutter/engine#6638)
4a18dfffe Roll src/third_party/skia ff1aeb953faf..e023ae7c5540 (1 commits) (flutter/engine#6637)
427915e2f Allow FlutterViewController to specify whether its FlutterView is opaque (flutter/engine#6570)
20c805c97 Ensure that Scene::toImage renders texture backed images. (flutter/engine#6636)
25d0507d8 Roll buildtools to 5a9e1b3a0b84a2871f20f85fde665e54a894ba72 (flutter/engine#6633)
4f17d7ee7 Roll src/third_party/skia 327955b1ba19..ff1aeb953faf (13 commits) (flutter/engine#6635)
cdd592f5b Reland 'Pass null instead of 'none' locale' (flutter/engine#6632)
2cd89200c Roll src/third_party/skia b1a002e850e1..327955b1ba19 (12 commits) (flutter/engine#6631)
edfe02481 13771 - iOS dictation bug (flutter/engine#6607)
cadf4405b Roll src/third_party/skia b9998cdceec7..b1a002e850e1 (13 commits) (flutter/engine#6626)

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, who should
be CC'd on the roll, and stop the roller if necessary.
2018-10-23 15:05:02 -07:00
Gary Qian
02d659e82a
Support null locale before locale initialization, Roll engine to cdd592f5be97e824 (#23417)
cdd592f5b Reland 'Pass null instead of 'none' locale' (#6632)
2cd89200c Roll src/third_party/skia b1a002e850e1..327955b1ba19 (12 commits) (#6631)
edfe02481 13771 - iOS dictation bug (#6607)
cadf4405b Roll src/third_party/skia b9998cdceec7..b1a002e850e1 (13 commits) (#6626)
2018-10-23 13:57:43 -07:00
Jason Simmons
a6a1607888
Roll engine to 4c79e423dc6f89f98d8ceb263a5ca78e2f2da996 (#23384)
Also includes
  * Updates to affected tests
  * Change flutter_tools to pass package URIs to the Dart front end
    instead of filesystem paths
2018-10-22 18:03:50 -07:00
Dan Field
0edbe726a1
Revert "Roll engine to 4c79e423dc6f89f98d8ceb263a5ca78e2f2da996 and update tests (#23357)" (#23372)
This reverts commit ca0487b9ed52b7237689de3b9cb806911dfbb701.
2018-10-22 10:29:00 -07:00
Dan Field
ca0487b9ed
Roll engine to 4c79e423dc6f89f98d8ceb263a5ca78e2f2da996 and update tests (#23357)
* Roll engine to 4c79e423dc6f89f98d8ceb263a5ca78e2f2da996 and update tests
2018-10-22 10:20:55 -07:00