Kaushik Iska
b1b1cea351
[profiling] CPU Profiling support for iOS ( flutter/engine#18087 )
...
See flutter.dev/go/engine-cpu-profiling for details
2020-05-07 08:11:07 -07:00
skia-flutter-autoroll
231942e6f6
Roll src/third_party/skia e3d1de7c5281..2871ab0727bf (1 commits) ( flutter/engine#18197 )
2020-05-07 08:01:03 -07:00
skia-flutter-autoroll
f1e0afe769
Roll src/third_party/skia 3b2db26c59d6..e3d1de7c5281 (4 commits) ( flutter/engine#18192 )
2020-05-07 03:46:03 -07:00
skia-flutter-autoroll
d257469c77
Roll fuchsia/sdk/core/linux-amd64 from RpHTv... to MhpFP... ( flutter/engine#18191 )
2020-05-07 00:36:02 -07:00
skia-flutter-autoroll
d38cf34662
Roll src/third_party/skia 88d04cb51acf..3b2db26c59d6 (1 commits) ( flutter/engine#18190 )
2020-05-06 23:46:02 -07:00
skia-flutter-autoroll
8cb65b1253
Roll src/third_party/dart 4da5b40fb6dc..733153eb517c (23 commits) ( flutter/engine#18188 )
2020-05-06 23:26:02 -07:00
skia-flutter-autoroll
e933aa5130
Roll src/third_party/skia 18db52f2ee56..88d04cb51acf (13 commits) ( flutter/engine#18183 )
2020-05-06 18:26:02 -07:00
skia-flutter-autoroll
8375fdeba2
Roll src/third_party/skia c1ad77cf482a..18db52f2ee56 (5 commits) ( flutter/engine#18179 )
2020-05-06 14:26:03 -07:00
Wu Zhong
7dec4ba0a8
Fix memory leak of FlutterCustomAccessibilityAction ( flutter/engine#17954 )
2020-05-06 14:08:58 -07:00
Ali Mahdiyar
f1e911f717
Custom unicode handling for Android backspace via JNI to ICU ( flutter/engine#17960 )
2020-05-06 14:01:02 -07:00
Nurhan Turgut
fdeef18465
Autofill main part ( flutter/engine#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
a3c4494c05
Roll src/third_party/dart 8c8249fa0123..4da5b40fb6dc (14 commits) ( flutter/engine#18177 )
2020-05-06 12:21:03 -07:00
skia-flutter-autoroll
ae2788dd0c
Roll src/third_party/skia 999257d870d7..c1ad77cf482a (2 commits) ( flutter/engine#18176 )
2020-05-06 12:11:02 -07:00
skia-flutter-autoroll
0eb13e6c47
Roll src/third_party/skia c5727d8e34d2..999257d870d7 (5 commits) ( flutter/engine#18174 )
2020-05-06 10:06:02 -07:00
skia-flutter-autoroll
76ca851124
Roll src/third_party/skia 1e8fb04b29b9..c5727d8e34d2 (1 commits) ( flutter/engine#18173 )
2020-05-06 07:56:13 -07:00
skia-flutter-autoroll
d8491cc266
Roll src/third_party/dart 1ef444139c4c..8c8249fa0123 (11 commits) ( flutter/engine#18172 )
2020-05-06 05:32:02 -07:00
skia-flutter-autoroll
9f76e82b54
Roll fuchsia/sdk/core/linux-amd64 from gnNdl... to RpHTv... ( flutter/engine#18171 )
2020-05-06 05:17:02 -07:00
skia-flutter-autoroll
2c242f1d3c
Roll src/third_party/skia e1c0cb3de8ab..1e8fb04b29b9 (3 commits) ( flutter/engine#18168 )
2020-05-06 02:27:02 -07:00
skia-flutter-autoroll
b3c4fac608
Roll src/third_party/skia 0cbd58766ace..e1c0cb3de8ab (8 commits) ( flutter/engine#18167 )
2020-05-05 23:42:03 -07:00
Ferhat
fe06da4eba
Fix path bounds for multiple rects. Implement winding rules ( flutter/engine#18165 )
2020-05-05 20:53:51 -07:00
Robert Ancell
10cf694c5a
Add first Linux shell tests ( flutter/engine#18159 )
2020-05-06 15:33:11 +12:00
Chris Yang
906b86b159
[iOS platform view] fix active_composition_order_ never cleared ( flutter/engine#18153 )
2020-05-05 17:59:39 -07:00
Chris Yang
7a6448352f
gpu_metal_surface submitframe return false when canvas is null ( flutter/engine#18154 )
2020-05-05 17:59:16 -07:00
skia-flutter-autoroll
67b012998c
Roll src/third_party/dart 7bb38670d279..1ef444139c4c (22 commits) ( flutter/engine#18161 )
2020-05-05 16:37:02 -07:00
skia-flutter-autoroll
ffe545b8b5
Roll src/third_party/skia 3d311a983bf0..0cbd58766ace (2 commits) ( flutter/engine#18152 )
2020-05-05 12:27:02 -07:00
Jason Simmons
b4b5342886
[web] Upgrade the test package to remove the dependency on package_resolver ( flutter/engine#18135 )
2020-05-05 10:57:02 -07:00
Ferhat
9561e45970
[web] Add support for ColorFilter on images ( flutter/engine#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
1c100f50a7
Roll src/third_party/skia 41e377d1baf0..3d311a983bf0 (9 commits) ( flutter/engine#18150 )
2020-05-05 10:12:03 -07:00
Ferhat
e88c2309a1
[web] Workaround for compositing bug in chrome/webkit ( flutter/engine#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
0f8ad85dc0
Roll fuchsia/sdk/core/linux-amd64 from xJlpY... to gnNdl... ( flutter/engine#18148 )
2020-05-05 09:42:51 -07:00
skia-flutter-autoroll
6dea561430
Roll src/third_party/dart 01820c20a540..9c94f0841078 (17 commits) ( flutter/engine#18143 )
2020-05-05 02:09:02 -07:00
skia-flutter-autoroll
d40c7f9788
Roll src/third_party/skia 6d2febd632a2..41e377d1baf0 (1 commits) ( flutter/engine#18141 )
2020-05-04 22:19:02 -07:00
Mouad Debbar
cec58e3fb0
[web] Add support for syncing unicode line break properties ( flutter/engine#18040 )
2020-05-04 20:59:41 -07:00
skia-flutter-autoroll
62a91ad16c
Roll src/third_party/skia d5f937bfca36..6d2febd632a2 (1 commits) ( flutter/engine#18139 )
2020-05-04 19:59:01 -07:00
skia-flutter-autoroll
5ef01fba52
Roll src/third_party/skia 9588a643d96f..d5f937bfca36 (1 commits) ( flutter/engine#18134 )
2020-05-04 17:44:03 -07:00
skia-flutter-autoroll
3d43d4441a
Roll fuchsia/sdk/core/linux-amd64 from ylgTh... to xJlpY... ( flutter/engine#18133 )
2020-05-04 16:44:03 -07:00
liyuqian
74823c212d
Revert again "Remove layer integral offset snapping" ( flutter/engine#18132 )
2020-05-04 16:39:03 -07:00
Jason Simmons
e2907d3089
Remove the ResourceCleaner from the Android embedding ( flutter/engine#18072 )
2020-05-04 16:34:02 -07:00
skia-flutter-autoroll
af4784e0e5
Roll src/third_party/dart e7bebea059ff..01820c20a540 (15 commits) ( flutter/engine#18130 )
2020-05-04 15:49:02 -07:00
skia-flutter-autoroll
429f9aa4e5
Roll src/third_party/skia 8a2f29eae7a5..9588a643d96f (9 commits) ( flutter/engine#18129 )
2020-05-04 15:34:03 -07:00
Robert Ancell
984fddf8af
Move G_END_DECLS that was in the wrong place ( flutter/engine#18116 )
2020-05-05 09:11:57 +12:00
Cedric GESTES
ad134b6eaf
[web] also hide scrollbars in text_editing ( flutter/engine#18019 )
2020-05-04 14:02:46 -07:00
skia-flutter-autoroll
341acd5e09
Roll src/third_party/skia 4dab280c2835..8a2f29eae7a5 (10 commits) ( flutter/engine#18127 )
2020-05-04 13:09:02 -07:00
skia-flutter-autoroll
05d54678df
Roll src/third_party/skia cdf23dd9f1b5..4dab280c2835 (4 commits) ( flutter/engine#18123 )
2020-05-04 09:09:02 -07:00
skia-flutter-autoroll
767da75480
Roll src/third_party/dart e2c223de2e2a..e7bebea059ff (11 commits) ( flutter/engine#18122 )
2020-05-04 09:04:02 -07:00
Ferhat
6c022dea38
[web] Remove left/top/transform reset since all code paths now set ltwh ( flutter/engine#17867 )
...
* [web] Remove left/top/transform reset since all code paths now set ltwh
* Remove unused style var
* Handle path=null , address review comments
* Added comment for reset code
2020-05-04 08:46:21 -07:00
skia-flutter-autoroll
2256a7f0a8
Roll src/third_party/skia 57f289d7423c..cdf23dd9f1b5 (6 commits) ( flutter/engine#18120 )
2020-05-04 01:54:01 -07:00
Robert Ancell
af3071fe92
Support platform messages in Linux shell ( flutter/engine#17995 )
2020-05-04 17:03:04 +12:00
skia-flutter-autoroll
4a7b324114
Roll fuchsia/sdk/core/linux-amd64 from KmYk_... to ylgTh... ( flutter/engine#18113 )
2020-05-03 19:14:02 -07:00
Ferhat
b4ea9f8f45
[web] Fix cachedLastStyle state leak across canvases. Reduce ctx.font reset calls. ( flutter/engine#17980 )
...
* Fix cachedLastStyle state leak across canvases. Reduce ctx.font reset calls.
* Remove font set test
2020-05-03 18:06:08 -07:00