Sarbagya Dhaubanjar
52e5aebff7
iOS deeplink sends "path + query" instead of just path ( flutter/engine#23562 )
2021-01-21 15:09:01 -08:00
Jason Simmons
2c20425be9
Fix typo in embedder unit tests ( flutter/engine#23783 )
2021-01-21 14:24:38 -08:00
Jason Simmons
43a836fd96
Use references when iterating over SkParagraph text boxes ( flutter/engine#23837 )
2021-01-21 14:24:12 -08:00
skia-flutter-autoroll
a352c23a7c
Roll Skia from 6de1e52d0b12 to 8a37fb2c605b (5 revisions) ( flutter/engine#23836 )
...
https://skia.googlesource.com/skia.git/+log/6de1e52d0b12..8a37fb2c605b
2021-01-21 tdenniston@google.com [svg] Implement SourceAlpha input for filter effects
2021-01-21 kjlubick@google.com [canvaskit] Include types in docker build
2021-01-21 tdenniston@google.com [svg] Several filter helper tweaks
2021-01-21 johnstiles@google.com Improve consistency of SPIR-V code generation.
2021-01-21 reed@google.com Update legacy shader context to take sampling
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC scroggo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2021-01-21 14:00:46 -08:00
Harry Terkelsen
51757a7d4b
Automatically download Noto fonts as backup fonts in CanvasKit mode ( flutter/engine#23728 )
...
* Revert "Revert "[CanvasKit] Automatically fall back to Noto fonts (#23096 )" (#23357 )"
This reverts commit b00fa0f20a358c2e78d54a0c7d2e5c93c4234880.
* WIP
* Use an Interval Tree to store the unicode ranges for the Noto Fonts
* Update licenses
* Remove debug print statements
* Respond to comments
* Fix analysis error
* Add tests
* Respond to comments
* Fix test
* Update goldens lock
* Skip screenshot test on Safari
* Skip CanvasKit tests on iOS Safari
* Move CanvasKit initialization so it doesn't run on iOS Safari
2021-01-21 12:58:33 -08:00
skia-flutter-autoroll
44a8785d64
Roll Skia from 982127b7d57d to 6de1e52d0b12 (1 revision) ( flutter/engine#23834 )
2021-01-21 12:14:01 -08:00
Wu Zhong
646475c27e
[iOS] Fixes DisplayLinkManager leaks ( flutter/engine#22194 )
2021-01-21 11:19:51 -08:00
skia-flutter-autoroll
64e56d844c
Roll Skia from e0d023562bd9 to 982127b7d57d (4 revisions) ( flutter/engine#23831 )
2021-01-21 10:44:02 -08:00
gaaclarke
ef108aeaed
implemented GetMainContext() for opengl ( flutter/engine#23634 )
2021-01-21 09:43:06 -08:00
skia-flutter-autoroll
90c2f66d6a
Roll Skia from 87a055b02027 to e0d023562bd9 (1 revision) ( flutter/engine#23829 )
2021-01-21 09:19:01 -08:00
skia-flutter-autoroll
24299b208a
Roll Fuchsia Linux SDK from E4eFE0Bz6... to UGavhI1zv... ( flutter/engine#23826 )
2021-01-21 08:39:02 -08:00
Dan Field
cb57183325
revert path volatility tracker ( flutter/engine#23822 )
2021-01-21 08:34:02 -08:00
Jang-Ho Hwang
b2f2ffae85
Fix typo in textureFrameAvailable on macOS ( flutter/engine#23823 )
2021-01-21 08:31:00 -08:00
skia-flutter-autoroll
5743016d28
Roll Skia from 821a84558bd4 to 87a055b02027 (4 revisions) ( flutter/engine#23825 )
...
https://skia.googlesource.com/skia.git/+log/821a84558bd4..87a055b02027
2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 382f016dd3b6 to f0286e636456 (15 revisions)
2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 78d95924cc6a to dac687f4cbf2 (517 revisions)
2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 311a17a8feae to 762814bd9229 (7 revisions)
2021-01-21 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 89fd1480b47e to b3e5c440d239 (5 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC scroggo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2021-01-21 07:54:13 -08:00
skia-flutter-autoroll
8a69bfd6fd
Roll Skia from 08f5311ae142 to 821a84558bd4 (1 revision) ( flutter/engine#23818 )
2021-01-20 21:39:01 -08:00
skia-flutter-autoroll
a497b51169
Roll Skia from dd069a9188cc to 08f5311ae142 (5 revisions) ( flutter/engine#23816 )
...
https://skia.googlesource.com/skia.git/+log/dd069a9188cc..08f5311ae142
2021-01-21 adlai@google.com Detemplatize render task clustering
2021-01-20 brianosman@google.com Remove "death" functions from particle system
2021-01-20 csmartdalton@google.com Reland "Disable the MSAA atlas mode for CCPR"
2021-01-20 bsalomon@google.com GrQuadUtils: Handle degenerate persp quads where edges intersect outside quad
2021-01-20 reed@google.com Enable new virtuals in flutter
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC scroggo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2021-01-20 18:10:55 -08:00
skia-flutter-autoroll
f5606b5103
Roll Skia from cdeabcaf5705 to dd069a9188cc (2 revisions) ( flutter/engine#23812 )
2021-01-20 16:54:01 -08:00
Daco Harkes
58104c65ed
add ffi_allocation_patch.dart to libraries.yaml ( flutter/engine#23808 )
2021-01-20 16:44:02 -08:00
Ferhat
5715a3c99c
[web] Make null paint color consistent with mobile&desktop ( flutter/engine#23778 )
2021-01-20 13:53:38 -08:00
skia-flutter-autoroll
022af2f819
Roll Skia from 81bfabeb18e6 to cdeabcaf5705 (1 revision) ( flutter/engine#23805 )
2021-01-20 13:44:02 -08:00
skia-flutter-autoroll
f6919010a6
Roll Fuchsia Linux SDK from vs54lOVoj... to E4eFE0Bz6... ( flutter/engine#23804 )
2021-01-20 12:44:02 -08:00
skia-flutter-autoroll
15ba01e1b2
Roll Skia from 489e55252ee3 to 81bfabeb18e6 (3 revisions) ( flutter/engine#23802 )
2021-01-20 12:19:02 -08:00
Ferhat
dd612f1528
[web] Fix drawPoints api crash when strokeWidth is not specified. ( flutter/engine#23773 )
2021-01-20 11:39:06 -08:00
skia-flutter-autoroll
a4874a5896
Roll Skia from 6eb610f75cad to 489e55252ee3 (6 revisions) ( flutter/engine#23799 )
2021-01-20 10:59:01 -08:00
skia-flutter-autoroll
2dc7e5c3b4
Roll Dart SDK from c4214e6daaac to 0265477b0534 (5 revisions) ( flutter/engine#23796 )
2021-01-20 10:34:01 -08:00
skia-flutter-autoroll
e73ee25138
Roll Skia from 7aa7f039b9ee to 6eb610f75cad (3 revisions) ( flutter/engine#23790 )
2021-01-20 09:39:01 -08:00
Yuqian Li
6d57116ac3
Migrate to use the published metrics_center ( flutter/engine#23767 )
...
This change shouldn't affect anything except for the "Linux benchmarks" LUCI post-submit bot.
We'll closely monitor the LUCI bot to see if this works as intended. If so, we'll continue the migration in Cocoon (https://github.com/flutter/cocoon/pull/1062 ) to cut the dependency on the old Cocoon datastore and Tong's desktop.
Related issue: https://github.com/flutter/flutter/issues/73872
2021-01-20 09:36:33 -08:00
chunhtai
367ce3fcf3
update browser history switching ( flutter/engine#23471 )
2021-01-20 09:34:02 -08:00
Ferhat
ca255e3794
[web] Fix shadow rendering using boxshadow due to webkit repaint area bug ( flutter/engine#23769 )
2021-01-20 09:29:03 -08:00
kevinsakuma
65f3316a47
Removes deprecated WLAN API dependency. ( flutter/engine#23726 )
2021-01-20 09:24:02 -08:00
Yegor
6e473ee95c
[canvaskit] fix addPlaceholder JS bindings; add paragraph test ( flutter/engine#23685 )
2021-01-20 09:19:02 -08:00
Zachary Anderson
c410f4a8b3
Revert "Roll Dart SDK from c4214e6daaac to 4a6764bf28c2 (4 revisions) ( #23770 )" ( flutter/engine#23791 )
...
This reverts commit a2d03f9343cdeef3bfc264e6fa64ab3d285399cd.
2021-01-19 23:57:55 -08:00
skia-flutter-autoroll
fb1988660a
Roll Fuchsia Linux SDK from fByXAJ76e... to vs54lOVoj... ( flutter/engine#23788 )
2021-01-19 23:24:01 -08:00
Tong Mu
640ad94161
ci: Print output in case of compile error ( flutter/engine#23522 )
...
* Print compile error
* Better comment
* Update run_tests.py
2021-01-19 23:04:53 -08:00
skia-flutter-autoroll
8dcecb4c79
Roll Skia from 18aeb5731b51 to 7aa7f039b9ee (1 revision) ( flutter/engine#23786 )
2021-01-19 22:24:02 -08:00
Gary Qian
310d2c210e
Fix JNI void vs object method call ( flutter/engine#23785 )
2021-01-19 21:54:01 -08:00
skia-flutter-autoroll
7b31275216
Roll Skia from e0fe62adaa3e to 18aeb5731b51 (1 revision) ( flutter/engine#23784 )
2021-01-19 19:09:01 -08:00
skia-flutter-autoroll
efc91d3990
Roll Skia from f3087d8297fe to e0fe62adaa3e (9 revisions) ( flutter/engine#23781 )
2021-01-19 17:44:02 -08:00
Greg Spencer
48a6e92ca7
Implement handling of framework-handled key events ( flutter/engine#23655 )
2021-01-19 16:44:01 -08:00
gaaclarke
41f7568c34
block thread merging with shared engines ( flutter/engine#23733 )
2021-01-19 15:38:56 -08:00
Dan Field
a0f81ca18b
skip flaky test ( flutter/engine#23775 )
2021-01-19 15:02:36 -08:00
skia-flutter-autoroll
c3d9aadf92
Roll Skia from bde06cc511d2 to f3087d8297fe (7 revisions) ( flutter/engine#23772 )
2021-01-19 13:24:02 -08:00
Mouad Debbar
476206d9a0
[web] Add --watch flag to 'felt test' ( flutter/engine#23727 )
2021-01-19 13:16:00 -08:00
skia-flutter-autoroll
a2d03f9343
Roll Dart SDK from c4214e6daaac to 4a6764bf28c2 (4 revisions) ( flutter/engine#23770 )
2021-01-19 12:59:02 -08:00
Dan Field
db4709c440
Roll clang further, fix buggy test ( flutter/engine#23751 )
2021-01-19 12:51:53 -08:00
xster
8b90c7869e
FlutterEngineGroup for Android ( flutter/engine#23675 )
2021-01-19 12:29:02 -08:00
Kaushik Iska
0a6a9f29d2
[windows] Enable smooth resizing on windows ( flutter/engine#23701 )
2021-01-19 11:17:41 -08:00
Niklas Schulze
be6c25ebf4
Add windows plugin texture support ( flutter/engine#19405 )
2021-01-19 11:14:01 -08:00
Chinmay Garde
0d4045c533
Allow creation of symlinks for Goma via an environment variable. ( flutter/engine#23765 )
...
Setting `FLUTTER_GOMA_CREATE_XCODE_SYMLINKS=1` as an environment variable should
achieve the same result as manually specifying the `--xcode-symlinks` flag
(which I often forget). This is in keeping with the pattern of setting the
`GOMA_DIR` environment variable. The variable has a the `FLUTTER_` prefix
because environment variable with the `GOMA_` prefix are reserved for use by
Goma and variable unknown to Goma will cause a fatal error.
2021-01-19 10:35:24 -08:00
skia-flutter-autoroll
f258cea3b0
Roll Skia from 26a84431ff72 to bde06cc511d2 (12 revisions) ( flutter/engine#23766 )
...
https://skia.googlesource.com/skia.git/+log/26a84431ff72..bde06cc511d2
2021-01-19 fmalita@chromium.org [svg] Cleanup: drop the presentation attribute SkPaint cache
2021-01-19 bungeman@google.com Avoid division by zero when shaping.
2021-01-19 bsalomon@google.com Revert "Test all YUVA image factories with different encoded origins."
2021-01-19 reed@google.com Add query to test our cached convexity
2021-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 68635b431b3c to 81430e11c81e (12 revisions)
2021-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 149733cead63 to 8da0f82baf35 (2 revisions)
2021-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from 1d3066a6e2ec to 00da91bbde3d (227 revisions)
2021-01-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 04772515a8b6 to e45593cb0876 (4 revisions)
2021-01-18 reed@google.com Remove legacy code from picture-shader
2021-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from aedd133cd85f to 149733cead63 (2 revisions)
2021-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 50c82f42e33f to 68635b431b3c (24 revisions)
2021-01-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from e330bc98d133 to 1d3066a6e2ec (498 revisions)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/skia-flutter-autoroll
Please CC scroggo@google.com on the revert to ensure that a human
is aware of the problem.
To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md
2021-01-19 10:33:54 -08:00