10217 Commits

Author SHA1 Message Date
sjindel-google
4466d61a99 Remove vmservice_io.main from entry points. (#5625) 2018-06-29 13:10:12 +02:00
skia-flutter-autoroll
f279dfe305
Roll src/third_party/skia 7e2327b133db..723b1f6ef941 (1 commits) (#5642)
Auto-roller completed checks. Merging.
2018-06-29 02:42:23 -04:00
skia-flutter-autoroll
a885bd4f9c
Roll src/third_party/skia 24d18ced1ad7..7e2327b133db (6 commits) (#5641)
Auto-roller completed checks. Merging.
2018-06-28 22:07:23 -04:00
skia-flutter-autoroll
ad1bd47431
Roll src/third_party/skia a1e5630183c1..24d18ced1ad7 (7 commits) (#5639)
Auto-roller completed checks. Merging.
2018-06-28 18:42:23 -04:00
Jonah Williams
ce06bbac58
ensure a11y state is communicated back to flutter (#5631) 2018-06-28 13:30:51 -07:00
skia-flutter-autoroll
c54a57ef36
Roll src/third_party/skia b1b87d9df81e..a1e5630183c1 (10 commits) (#5637)
Auto-roller completed checks. Merging.
2018-06-28 15:17:23 -04:00
skia-flutter-autoroll
a9e5354b7d
Roll src/third_party/skia 385804514edf..b1b87d9df81e (6 commits) (#5636)
Auto-roller completed checks. Merging.
2018-06-28 11:51:23 -04:00
skia-flutter-autoroll
2006e7d631
Roll src/third_party/skia e97bb26893a1..385804514edf (1 commits) (#5635)
Auto-roller completed checks. Merging.
2018-06-28 08:26:23 -04:00
skia-flutter-autoroll
29420616f1
Roll src/third_party/skia e2e52e46ca63..e97bb26893a1 (1 commits) (#5634)
Auto-roller completed checks. Merging.
2018-06-28 03:49:23 -04:00
skia-flutter-autoroll
e3788118ef
Roll src/third_party/skia 14de25dfc7c4..e2e52e46ca63 (2 commits) (#5633)
Auto-roller completed checks. Merging.
2018-06-28 00:38:44 -04:00
skia-flutter-autoroll
48cc8f2353
Roll src/third_party/skia 551dc3e91143..14de25dfc7c4 (2 commits) (#5630)
Auto-roller completed checks. Merging.
2018-06-27 21:12:23 -04:00
Jason Simmons
00ddf13195
libtxt: apply an offset to drawing operations instead of translating the canvas (#5628)
Fixes https://github.com/flutter/flutter/issues/18710
2018-06-27 16:48:59 -07:00
skia-flutter-autoroll
2c5647cd88
Roll src/third_party/skia 059a9ab4bcd0..551dc3e91143 (5 commits) (#5629)
Auto-roller completed checks. Merging.
2018-06-27 17:48:23 -04:00
skia-flutter-autoroll
9e44004128
Roll src/third_party/skia 45c9dab4c3ec..059a9ab4bcd0 (8 commits) (#5627)
Auto-roller completed checks. Merging.
2018-06-27 14:22:24 -04:00
Jason Simmons
fbb3436eaa
Remove some unused code from the Android host (#5619)
These functions were made obsolete by the engine refactoring
(6baff4c821)
2018-06-27 11:06:15 -07:00
skia-flutter-autoroll
36f3f9552a
Roll src/third_party/skia 37b7e4714558..45c9dab4c3ec (1 commits) (#5626)
Auto-roller completed checks. Merging.
2018-06-27 10:55:23 -04:00
skia-flutter-autoroll
57e2e0cc88
Roll src/third_party/skia c421ca1d6e41..37b7e4714558 (2 commits) (#5624)
Auto-roller completed checks. Merging.
2018-06-27 02:48:23 -04:00
skia-flutter-autoroll
ce417e275d
Roll src/third_party/skia 5b201e3b0ba8..c421ca1d6e41 (3 commits) (#5623)
Auto-roller completed checks. Merging.
2018-06-26 23:22:23 -04:00
skia-flutter-autoroll
05f5a1881f
Roll src/third_party/skia d47fe095cf88..5b201e3b0ba8 (6 commits) (#5622)
Auto-roller completed checks. Merging.
2018-06-26 19:57:23 -04:00
skia-flutter-autoroll
33b70e0b97
Roll src/third_party/skia 9c0ce41cf711..d47fe095cf88 (12 commits) (#5618)
Auto-roller completed checks. Merging.
2018-06-26 16:31:23 -04:00
skia-flutter-autoroll
7dab419ae1
Roll src/third_party/skia d4b2adeaa929..9c0ce41cf711 (7 commits) (#5617)
Auto-roller completed checks. Merging.
2018-06-26 13:05:23 -04:00
skia-flutter-autoroll
d3fa01a473
Roll src/third_party/skia f46710802ad5..d4b2adeaa929 (1 commits) (#5616)
Auto-roller completed checks. Merging.
2018-06-26 09:40:23 -04:00
skia-flutter-autoroll
6fe748490d
Roll src/third_party/skia 81abc43e6f0b..f46710802ad5 (3 commits) (#5615)
Auto-roller completed checks. Merging.
2018-06-25 21:41:23 -04:00
Chris Bracken
1340970bab
Assert in place of ArgumentError for null checks (#5612)
For consistency with the rest of dart:ui, check required parameters with
assert(param != null) rather than throwing ArgumentError. ArgumentError
is typically reserved for checking the validity of non-null args -- e.g.
that a list has the required number of elements.
2018-06-25 16:33:33 -07:00
Jason Simmons
2c158b6390
Check for calls to FlutterMain.ensureInitializationComplete before startInitialization (#5614) 2018-06-25 16:32:38 -07:00
Chinmay Garde
923663afb4
Remove remaining uses of Skia private header includes. (#5570)
Part of fixing https://bugs.chromium.org/p/skia/issues/detail?id=7741
2018-06-25 16:15:12 -07:00
Jason Simmons
0f8386b998
Add Dart entry points accessed from native code for decodeImageFromPixels (#5613) 2018-06-25 16:05:07 -07:00
skia-flutter-autoroll
f205dcc6e7
Roll src/third_party/skia ff168d9258e0..81abc43e6f0b (2 commits) (#5611)
Auto-roller completed checks. Merging.
2018-06-25 18:15:24 -04:00
Jason Simmons
e18f239037
Purge the Skia font cache after deleting an engine's FontCollection (#5598)
See https://github.com/flutter/flutter/issues/18728
2018-06-25 13:23:46 -07:00
skia-flutter-autoroll
b1d3c98fd0
Roll src/third_party/skia 86d87d2e69c3..ff168d9258e0 (5 commits) (#5608)
Auto-roller completed checks. Merging.
2018-06-25 14:49:23 -04:00
skia-flutter-autoroll
e7f28d7419
Roll src/third_party/skia 900b5364d12e..86d87d2e69c3 (7 commits) (#5607)
Auto-roller completed checks. Merging.
2018-06-25 11:22:34 -04:00
skia-flutter-autoroll
be865e884b
Roll src/third_party/skia a2b5b6467f34..900b5364d12e (1 commits) (#5606)
Auto-roller completed checks. Merging.
2018-06-25 07:57:34 -04:00
skia-flutter-autoroll
9d081192a1
Roll src/third_party/skia ebf160f308b6..a2b5b6467f34 (1 commits) (#5605)
Auto-roller completed checks. Merging.
2018-06-24 22:10:34 -04:00
Taryn
49838532d8 Fix Colors.fromARGB docs to mention the fromRGBO constructor (#5604) 2018-06-24 14:18:22 -07:00
skia-flutter-autoroll
1e2f8c8e62
Roll src/third_party/skia 5f0cc0e06651..ebf160f308b6 (1 commits) (#5603)
Auto-roller completed checks. Merging.
2018-06-24 12:20:34 -04:00
skia-flutter-autoroll
f14cfdef1c
Roll src/third_party/skia 7454cbdd1596..5f0cc0e06651 (1 commits) (#5602)
Auto-roller completed checks. Merging.
2018-06-24 04:59:34 -04:00
skia-flutter-autoroll
9e2bc2dc70
Roll src/third_party/skia c2cc67b5c3a7..7454cbdd1596 (1 commits) (#5600)
Auto-roller completed checks. Merging.
2018-06-23 01:13:34 -04:00
skia-flutter-autoroll
1dc51f9d86
Roll src/third_party/skia 73be50da2a1f..c2cc67b5c3a7 (1 commits) (#5599)
Auto-roller completed checks. Merging.
2018-06-22 21:59:34 -04:00
matthew-carroll
9c15b44ec5
Android instructions format improvement in CONTRIBUTING.md (#5589) 2018-06-22 21:50:51 +00:00
skia-flutter-autoroll
29b187bdd2
Roll src/third_party/skia 96b1ecc25d00..73be50da2a1f (13 commits) (#5596)
Auto-roller completed checks. Merging.
2018-06-22 17:39:34 -04:00
skia-flutter-autoroll
9b9936ec4a
Roll src/third_party/skia 5e0909776e81..96b1ecc25d00 (8 commits) (#5595)
Auto-roller completed checks. Merging.
2018-06-22 14:14:34 -04:00
bungeman
f9998a07bd Change ports/SkFontMgr.h to core/SkFontMgr.h (#5593)
Skia is moving ports/SkFontMgr.h to core/SkFontMgr.h. The existing
ports/SkFontMgr.h is now just a forwarding header to keep users working
through the transition. Update includes to point to the new location.
2018-06-22 11:04:58 -04:00
skia-flutter-autoroll
3b6c839508
Roll src/third_party/skia 5741a5ba7f36..5e0909776e81 (1 commits) (#5594)
Auto-roller completed checks. Merging.
2018-06-22 10:48:34 -04:00
skia-flutter-autoroll
58ea762dc7
Roll src/third_party/skia f01c24ff435e..5741a5ba7f36 (3 commits) (#5591)
Auto-roller completed checks. Merging.
2018-06-22 01:11:37 -04:00
skia-flutter-autoroll
b5a48fa2c9
Roll src/third_party/skia ffc01057e18e..f01c24ff435e (34 commits) (#5590)
Auto-roller completed checks. Merging.
2018-06-21 21:47:38 -04:00
Jason Simmons
74ea64e912
Add a rowBytes parameter to decodeImageFromPixels (#5573)
See https://github.com/flutter/flutter/issues/9184
2018-06-21 18:05:54 -07:00
Chris Bracken
349d9d9085
Temporarily pin Travis Dart SDK to 2.0.0-dev.63.0 (#5586)
This is a temporary workaround to unbreak the build. The breakage was
caused by differences in the latest released dev Dart SDK
(2.0.0-dev.64.0) and the version currently used by Flutter
(2.0.0-dev.63.0).

Revert once the SDK has been updated in the engine.
2018-06-21 15:55:28 -07:00
Ryan Macnak
ab1b0db966
No-copy kernel loading. (#5580)
Required by https://dart-review.googlesource.com/c/sdk/+/60202
2018-06-21 15:44:04 -07:00
Sigurd Meldgaard
3528b4851d
Postpone dart initialization to -viewWillAppear on iOS (#5553) 2018-06-21 12:43:38 +02:00
skia-flutter-autoroll
a06b790eb4
Roll src/third_party/skia 5e11777a06d5..ffc01057e18e (8 commits) (#5581)
Auto-roller completed checks. Merging.
2018-06-20 20:49:40 -04:00