17513 Commits

Author SHA1 Message Date
skia-flutter-autoroll
56fe6d2550
Roll src/third_party/skia 2871ab0727bf..edea19858ccc (3 commits) (#18198) 2020-05-07 09:31:02 -07:00
Dragoș Tiselice
bcdf99121a
Fixed ChildSceneLayer elevation issue on Fuchsia. (#18144)
* Fixed ChildSceneLayer elevation issue on Fuchsia.

ChildSceneLayers would draw on top of stacked Flutter content on
Fuchsia if not wrapped up in a Material widget, i.e. a
PhysicalShapeLayer. This patch pushes the logic from there to all
types of Layers.
2020-05-07 12:03:53 -04:00
Kaushik Iska
ede658e2d1
[profiling] CPU Profiling support for iOS (#18087)
See flutter.dev/go/engine-cpu-profiling for details
2020-05-07 08:11:07 -07:00
skia-flutter-autoroll
d043923d7c
Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) (#18197) 2020-05-07 08:01:03 -07:00
skia-flutter-autoroll
807f1914e4
Roll src/third_party/dart 733153eb517c..e86e4d61834a (6 commits) (#18195) 2020-05-07 05:41:02 -07:00
skia-flutter-autoroll
fe3f8df81b
Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) (#18192) 2020-05-07 03:46:03 -07:00
skia-flutter-autoroll
34b062998c
Roll fuchsia/sdk/core/mac-amd64 from jMJqf... to 1MVsE... (#18194) 2020-05-07 03:36:03 -07:00
skia-flutter-autoroll
e9b2afefd3
Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... (#18191) 2020-05-07 00:36:02 -07:00
skia-flutter-autoroll
35fa00629b
Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) (#18190) 2020-05-06 23:46:02 -07:00
skia-flutter-autoroll
e54bb9e204
Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) (#18188) 2020-05-06 23:26:02 -07:00
skia-flutter-autoroll
3953c3ccd1
Roll src/third_party/skia 18db52f2ee56..88d04cb51acf (13 commits) (#18183) 2020-05-06 18:26:02 -07:00
skia-flutter-autoroll
419afe38c9
Roll src/third_party/skia c1ad77cf482a..18db52f2ee56 (5 commits) (#18179) 2020-05-06 14:26:03 -07:00
Wu Zhong
39595c822f
Fix memory leak of FlutterCustomAccessibilityAction (#17954) 2020-05-06 14:08:58 -07:00
Ali Mahdiyar
9cdb5a9b6a
Custom unicode handling for Android backspace via JNI to ICU (#17960) 2020-05-06 14:01:02 -07:00
Nurhan Turgut
d6aa099de7
Autofill main part (#17986)
* changes for getting the configuration

* running autofill

* simplifications, remove unused map

* more changes

* make single autofill fields work. remove print messages

* remove an extra line

* remove extra file. also update chrome version

* addressing reviewers comments

* addressing reviewer comments

* addressing reviewer comments

* addressing reviewer comments

* changing comments

* changing comments

* adding a comment on subscriptions lifecycle

* fixing a bug which was failing the existing unit tests

* add unit tests for AutofillInfo and EngineAutofillForm. add autocomplete to textarea

* add unit tests for method channels

* remove json from the end of the file

* do not change the input type for the focused element

* check name instead of autocomplete for firefox

* check name instead of autocomplete for firefox in other methods as well

* fixing a bug in the autofillhints file, testing if firefox is failing for username hint or for all autocomplete values

* fix the breaking unit test
2020-05-06 12:58:46 -07:00
skia-flutter-autoroll
ad7be6e774
Roll src/third_party/dart 8c8249fa0123..4da5b40fb6dc (14 commits) (#18177) 2020-05-06 12:21:03 -07:00
skia-flutter-autoroll
6ea0482a24
Roll src/third_party/skia 999257d870d7..c1ad77cf482a (2 commits) (#18176) 2020-05-06 12:11:02 -07:00
skia-flutter-autoroll
c3cd83baf8
Roll fuchsia/sdk/core/mac-amd64 from c5NQZ... to jMJqf... (#18175) 2020-05-06 11:26:01 -07:00
skia-flutter-autoroll
bc30355ffe
Roll src/third_party/skia c5727d8e34d2..999257d870d7 (5 commits) (#18174) 2020-05-06 10:06:02 -07:00
skia-flutter-autoroll
337ec63cc2
Roll src/third_party/skia 1e8fb04b29b9..c5727d8e34d2 (1 commits) (#18173) 2020-05-06 07:56:13 -07:00
skia-flutter-autoroll
961fa14834
Roll src/third_party/dart 1ef444139c4c..8c8249fa0123 (11 commits) (#18172) 2020-05-06 05:32:02 -07:00
skia-flutter-autoroll
6a379cc2fc
Roll fuchsia/sdk/core/linux-amd64 from gnNdl... to RpHTv... (#18171) 2020-05-06 05:17:02 -07:00
skia-flutter-autoroll
c1bd64a30c
Roll src/third_party/skia e1c0cb3de8ab..1e8fb04b29b9 (3 commits) (#18168) 2020-05-06 02:27:02 -07:00
skia-flutter-autoroll
15752ee41f
Roll src/third_party/skia 0cbd58766ace..e1c0cb3de8ab (8 commits) (#18167) 2020-05-05 23:42:03 -07:00
Ferhat
80c090d9ea
Fix path bounds for multiple rects. Implement winding rules (#18165) 2020-05-05 20:53:51 -07:00
Robert Ancell
805a8874cb
Add first Linux shell tests (#18159) 2020-05-06 15:33:11 +12:00
Chris Yang
cf13c7f7c1
[iOS platform view] fix active_composition_order_ never cleared (#18153) 2020-05-05 17:59:39 -07:00
Chris Yang
c1068dec0c
gpu_metal_surface submitframe return false when canvas is null (#18154) 2020-05-05 17:59:16 -07:00
skia-flutter-autoroll
8a8cd5d6f4
Roll src/third_party/dart 7bb38670d279..1ef444139c4c (22 commits) (#18161) 2020-05-05 16:37:02 -07:00
skia-flutter-autoroll
b1b1df0390
Roll fuchsia/sdk/core/mac-amd64 from ERGnT... to c5NQZ... (#18155) 2020-05-05 13:17:02 -07:00
skia-flutter-autoroll
d104f876ac
Roll src/third_party/skia 3d311a983bf0..0cbd58766ace (2 commits) (#18152) 2020-05-05 12:27:02 -07:00
Ben Konyi
0645e93137
Manually add dependency for shelf_proxy (#18151) 2020-05-05 11:29:52 -07:00
Jason Simmons
905836d466
[web] Upgrade the test package to remove the dependency on package_resolver (#18135) 2020-05-05 10:57:02 -07:00
Ferhat
a0983d36f7
[web] Add support for ColorFilter on images (#18111)
* Implement Color filter for images
* Add blend modes
* complete set of blend modes
* Add golden test for blend modes, fix size setting when using drawImage instead of drawImageRect
* Add comments
* Update golden locks
* Fix analyzer errors
Co-authored-by: Harry Terkelsen <hterkelsen@users.noreply.github.com>
* fix blend group count in test
2020-05-05 10:22:16 -07:00
skia-flutter-autoroll
c2c6ad93bc
Roll src/third_party/skia 41e377d1baf0..3d311a983bf0 (9 commits) (#18150) 2020-05-05 10:12:03 -07:00
Ferhat
4b7380b55f
[web] Workaround for compositing bug in chrome/webkit (#18128)
* Fix compositing error when multiple canvas(s) are reused
* address review comments
* track all element counts
2020-05-05 10:11:56 -07:00
skia-flutter-autoroll
8e91235d94
Roll fuchsia/sdk/core/linux-amd64 from xJlpY... to gnNdl... (#18148) 2020-05-05 09:42:51 -07:00
skia-flutter-autoroll
8c37cc952c
Roll src/third_party/dart 9c94f0841078..7bb38670d279 (12 commits) (#18147) 2020-05-05 09:37:04 -07:00
skia-flutter-autoroll
33d2367950
Roll src/third_party/dart 01820c20a540..9c94f0841078 (17 commits) (#18143) 2020-05-05 02:09:02 -07:00
skia-flutter-autoroll
b7507d42e3
Roll src/third_party/skia 6d2febd632a2..41e377d1baf0 (1 commits) (#18141) 2020-05-04 22:19:02 -07:00
Mouad Debbar
b774f6a40b
[web] Add support for syncing unicode line break properties (#18040) 2020-05-04 20:59:41 -07:00
skia-flutter-autoroll
aff582cbd1
Roll src/third_party/skia d5f937bfca36..6d2febd632a2 (1 commits) (#18139) 2020-05-04 19:59:01 -07:00
skia-flutter-autoroll
3264e61510
Roll fuchsia/sdk/core/mac-amd64 from sYtg-... to ERGnT... (#18136) 2020-05-04 18:44:06 -07:00
skia-flutter-autoroll
462ee8ced6
Roll src/third_party/skia 9588a643d96f..d5f937bfca36 (1 commits) (#18134) 2020-05-04 17:44:03 -07:00
skia-flutter-autoroll
cb1f5d6ede
Roll fuchsia/sdk/core/linux-amd64 from ylgTh... to xJlpY... (#18133) 2020-05-04 16:44:03 -07:00
liyuqian
a7a25d3b57
Revert again "Remove layer integral offset snapping" (#18132) 2020-05-04 16:39:03 -07:00
Jason Simmons
663bfe8d61
Remove the ResourceCleaner from the Android embedding (#18072) 2020-05-04 16:34:02 -07:00
skia-flutter-autoroll
763d5207e2
Roll src/third_party/dart e7bebea059ff..01820c20a540 (15 commits) (#18130) 2020-05-04 15:49:02 -07:00
skia-flutter-autoroll
cea6558edb
Roll src/third_party/skia 8a2f29eae7a5..9588a643d96f (9 commits) (#18129) 2020-05-04 15:34:03 -07:00
Robert Ancell
95ecd9a405
Move G_END_DECLS that was in the wrong place (#18116) 2020-05-05 09:11:57 +12:00