Commit Graph

5374 Commits

Author SHA1 Message Date
skia-flutter-autoroll
fabb29807b Roll src/third_party/skia 300b6197e344..094b3eaf479c (17 commits) (flutter/engine#6200)
Auto-roller completed checks. Merging.
2018-09-07 15:52:51 -04:00
Jonah Williams
e6f0842c50 Don't map iOS reduce motion to disabled animations (flutter/engine#6194) 2018-09-07 11:20:44 -07:00
Jonah Williams
7ceee12615 Add option to invert paint colors to be used for smart invert accessibility on iOS (flutter/engine#6176) 2018-09-07 10:22:07 -07:00
Jason Simmons
5ecda4b710 Accept file URIs as parameters in the RunInView service RPC (flutter/engine#6191)
See https://github.com/flutter/flutter/issues/21348
2018-09-07 09:34:45 -07:00
skia-flutter-autoroll
9cc0b111ed Roll src/third_party/skia 0b80e62a14ae..300b6197e344 (9 commits) (flutter/engine#6198)
Auto-roller completed checks. Merging.
2018-09-07 12:26:51 -04:00
skia-flutter-autoroll
9fca15ad2b Roll src/third_party/skia b090b2b26803..0b80e62a14ae (2 commits) (flutter/engine#6197)
Auto-roller completed checks. Merging.
2018-09-07 08:59:51 -04:00
Ben Konyi
cafc12cbc4 Revert "Dart SDK roll for 2018/09/06 (#6189)" (flutter/engine#6192)
This reverts commit 2445a6e8e9.
2018-09-06 19:09:30 -07:00
skia-flutter-autoroll
374bfeef3e Roll src/third_party/skia 106d04e907c1..b090b2b26803 (1 commits) (flutter/engine#6193)
Auto-roller completed checks. Merging.
2018-09-06 21:51:51 -04:00
Eric
9a5581563f Reset the raster cache when the compositor context is created. (flutter/engine#6150) 2018-09-06 17:11:17 -07:00
Ben Konyi
2445a6e8e9 Dart SDK roll for 2018/09/06 (flutter/engine#6189) 2018-09-06 15:52:04 -07:00
Michael Goderbauer
441b84f24c Update to latest clang (flutter/engine#6174)
* Roll buildroot to be483cb1cd3a9c4313b2e534034d23a05c3d849e
* Rolls buildtools to c1408453246f0475547b6fe634c2f3dad71c6457
2018-09-06 15:29:04 -07:00
skia-flutter-autoroll
de493b7711 Roll src/third_party/skia a9564d6dae1c..106d04e907c1 (7 commits) (flutter/engine#6190)
Auto-roller completed checks. Merging.
2018-09-06 18:15:52 -04:00
liyuqian
f3cef49ab7 Always serialize fonts during skp capturing (flutter/engine#6160)
This fixes flutter/flutter#20788
2018-09-06 13:44:47 -07:00
Zachary Anderson
ea32eeb822 [fuchsia] Plumb root_surface_transformation in scene_update_context (flutter/engine#6187)
* [fuchsia] Plumb root_surface_transformation in scene_update_context

To fix the Fuchsia build.

* Update scene_update_context.cc
2018-09-06 12:35:12 -07:00
Zachary Anderson
36f54c75cc Pull $flutter_root:config into shell/engine/version:version (flutter/engine#6186)
To fix the Fuchsia build.
2018-09-06 12:26:20 -07:00
skia-flutter-autoroll
68a34db17e Roll src/third_party/skia 33d3d31a7e28..a9564d6dae1c (5 commits) (flutter/engine#6185)
Auto-roller completed checks. Merging.
2018-09-06 14:50:52 -04:00
Gary Qian
88c526d746 Fix LibTxt/minikin text shifiting when breaking into multiple runs (flutter/engine#6184) 2018-09-06 11:00:18 -07:00
Ben Konyi
c09f248aa6 Revert "Dart SDK roll for 2018/09/04 (#6161)" (flutter/engine#6183)
* Revert "Dart SDK roll for 2018/09/04 (#6161)"

This reverts commit 32f868f1c3.
2018-09-06 09:30:27 -07:00
skia-flutter-autoroll
cf10190eab Roll src/third_party/skia 71f8475a0dba..33d3d31a7e28 (6 commits) (flutter/engine#6182)
Auto-roller completed checks. Merging.
2018-09-06 11:24:51 -04:00
skia-flutter-autoroll
e255e085a2 Roll src/third_party/skia ffbcc3fadfa1..71f8475a0dba (3 commits) (flutter/engine#6181)
Auto-roller completed checks. Merging.
2018-09-06 08:00:52 -04:00
Chinmay Garde
046847225c Remove unused file picture_serializer. (flutter/engine#6179) 2018-09-05 19:45:55 -07:00
skia-flutter-autoroll
98a4821c26 Roll src/third_party/skia 343553a1fe9e..ffbcc3fadfa1 (6 commits) (flutter/engine#6178)
Auto-roller completed checks. Merging.
2018-09-05 20:05:51 -04:00
Michael Klimushyn
0282e85726 Add transparency helpers to FlutterView.java (flutter/engine#6172)
Fixes #9627
2018-09-05 16:47:02 -07:00
Jason Simmons
f49ef002ca Roll Tonic (flutter/engine#6177) 2018-09-05 16:16:58 -07:00
skia-flutter-autoroll
219d0fbf9b Roll src/third_party/skia 9d1c88d9912d..343553a1fe9e (16 commits) (flutter/engine#6175)
Auto-roller completed checks. Merging.
2018-09-05 16:45:51 -04:00
Jason Simmons
8b341d2363 Remove the old location of the ICU data asset (flutter/engine#6170)
The tools are now placing icudtl.dat in the flutter_shared directory.
It is no longer necessary to check for this asset at its previous path.
2018-09-05 12:22:27 -07:00
Simon Lightfoot
7ccb33b1c0 Fixes negative end selection offset. (flutter/engine#6171) 2018-09-05 12:12:21 -07:00
Michael Klimushyn
605c146d02 Enable transparent FlutterViews (flutter/engine#6163)
- Changes rasterizer to clear the canvas with `SkColor_TRANSPARENT`
- Removes the unused `backgroundColor` param from `FlutterView.java`
2018-09-05 10:44:02 -07:00
Michael Goderbauer
3a1d23cec8 Roll buildroot to 7aadfaf196f9cd8a299f9ad78fab63362800466d (flutter/engine#6169) 2018-09-05 10:20:55 -07:00
skia-flutter-autoroll
9fb55565e6 Roll src/third_party/skia d0f0cb8ffc5e..9d1c88d9912d (12 commits) (flutter/engine#6168)
Auto-roller completed checks. Merging.
2018-09-05 13:05:51 -04:00
Jason Simmons
2e2d63b213 Remove obsolete discovery mechanism from FlutterView (flutter/engine#6157) 2018-09-05 10:01:33 -07:00
Ben Konyi
32f868f1c3 Dart SDK roll for 2018/09/04 (flutter/engine#6161) 2018-09-05 09:16:56 -07:00
skia-flutter-autoroll
f3fda749a8 Roll src/third_party/skia 9478f7a38e6c..d0f0cb8ffc5e (1 commits) (flutter/engine#6167)
Auto-roller completed checks. Merging.
2018-09-05 09:41:51 -04:00
skia-flutter-autoroll
9bc0c18bbf Roll src/third_party/skia 72a02112a99f..9478f7a38e6c (1 commits) (flutter/engine#6166)
Auto-roller completed checks. Merging.
2018-09-05 06:16:51 -04:00
skia-flutter-autoroll
fb7ce4249a Roll src/third_party/skia 85f4e40c5481..72a02112a99f (1 commits) (flutter/engine#6165)
Auto-roller completed checks. Merging.
2018-09-05 02:51:51 -04:00
skia-flutter-autoroll
5a029b4fe4 Roll src/third_party/skia fddc6fa394cb..85f4e40c5481 (1 commits) (flutter/engine#6164)
Auto-roller completed checks. Merging.
2018-09-04 23:26:51 -04:00
Chinmay Garde
e226cce0b6 Fix windows build. (flutter/engine#6162) 2018-09-04 18:23:29 -07:00
skia-flutter-autoroll
1599505885 Roll src/third_party/skia e486bbaae296..fddc6fa394cb (2 commits) (flutter/engine#6159)
Auto-roller completed checks. Merging.
2018-09-04 20:02:51 -04:00
Jason Simmons
c8316af625 Add some more logs for diagnosing screenshot failures (flutter/engine#6156)
Fixes https://github.com/flutter/flutter/issues/21228
2018-09-04 14:38:10 -07:00
skia-flutter-autoroll
56307bb5d7 Roll src/third_party/skia b84576af0a43..e486bbaae296 (9 commits) (flutter/engine#6155)
Auto-roller completed checks. Merging.
2018-09-04 16:37:51 -04:00
Gary Qian
cba6b65789 Use double multiplication by a scale instead of 3 divides for speed. (flutter/engine#6154) 2018-09-04 10:54:52 -07:00
Gary Qian
6cc612b7b3 Revert "Use Skia normalize again after Skia precision fix. (#6121)" (flutter/engine#6122)
This reverts commit 7d6d2fd49f.
2018-09-04 10:21:30 -07:00
skia-flutter-autoroll
b7d0133cff Roll src/third_party/skia a45e1a71f548..b84576af0a43 (16 commits) (flutter/engine#6153)
Auto-roller completed checks. Merging.
2018-09-04 13:13:51 -04:00
skia-flutter-autoroll
634676ac31 Roll src/third_party/skia cff3fd834ca8..a45e1a71f548 (1 commits) (flutter/engine#6152)
Auto-roller completed checks. Merging.
2018-09-04 09:48:58 -04:00
Kirill Nikolaev
fe8d1b47e2 Unregister onFrameAvailable callbacks when a TextureEntry is released. (flutter/engine#6079)
Otherwise the callbacks may be called after FlutterNativeView is destroyed and is null.

Also defensively check for whether the texture is already released in the callback because the callback may be called from another thread by a stale reference (see the comment).

This closes https://github.com/flutter/flutter/issues/20951.
2018-09-04 06:31:01 -07:00
skia-flutter-autoroll
ae08a5308d Roll src/third_party/skia 24e58341fbcd..cff3fd834ca8 (1 commits) (flutter/engine#6151)
Auto-roller completed checks. Merging.
2018-09-04 00:27:51 -04:00
skia-flutter-autoroll
be56558fad Roll src/third_party/skia bf67741140fd..24e58341fbcd (2 commits) (flutter/engine#6148)
Auto-roller completed checks. Merging.
2018-09-03 16:52:51 -04:00
skia-flutter-autoroll
7313f21881 Roll src/third_party/skia 88119de2b849..bf67741140fd (1 commits) (flutter/engine#6147)
Auto-roller completed checks. Merging.
2018-09-03 13:28:51 -04:00
skia-flutter-autoroll
fbdfbf7b94 Roll src/third_party/skia 09a7bb222172..88119de2b849 (1 commits) (flutter/engine#6146)
Auto-roller completed checks. Merging.
2018-09-03 10:05:13 -04:00
skia-flutter-autoroll
9d47f82b37 Roll src/third_party/skia 2f53025e8bf1..09a7bb222172 (1 commits) (flutter/engine#6144)
Auto-roller completed checks. Merging.
2018-09-03 06:39:51 -04:00