16795 Commits

Author SHA1 Message Date
Chris Bracken
a551b91c78 Fix inconsistent enum/class private member naming (flutter/engine#32409)
Classes that model enums in dart:ui typically name fields modelling the
enum values as `_kFooIndex`. This associated value matches the enum
value from embedder.h.

In https://github.com/flutter/engine/pull/32408 we add a test that
verifies that dart:ui classes model the same set of values in the native
implementation, the web_ui implementation, and the embedder API. Testing
this is much simpler if we use consistent naming for all enum values.

Issue: https://github.com/flutter/engine/pull/32408
2022-04-04 13:17:07 -07:00
skia-flutter-autoroll
fc114a5431 Roll Skia from 5215ec1ab9cd to fd9c66e18030 (1 revision) (flutter/engine#32406) 2022-04-04 13:16:03 -07:00
skia-flutter-autoroll
9dfb18f59c Roll Fuchsia Linux SDK from 5abhmXb9Q... to WdxX5Sqix... (flutter/engine#32403) 2022-04-04 13:11:04 -07:00
fzyzcjy
a6ca392650 Create ImageFilter.dilate/ImageFilter.erode (flutter/engine#32334) 2022-04-04 13:01:02 -07:00
Jason Simmons
a0b860283e Always initialize the _weakFactory in FlutterViewController (flutter/engine#32395)
Fixes https://github.com/flutter/flutter/issues/101209
2022-04-04 12:56:35 -07:00
Alexander Biggs
e42a0ee5ac [fuchsia] Support --no-prebuilt-dart-sdk in build_fuchsia_artifacts. (flutter/engine#32311) 2022-04-04 12:56:05 -07:00
skia-flutter-autoroll
6a8898f65e Roll Fuchsia Linux SDK from pnlwVqOTT... to 5abhmXb9Q... (flutter/engine#32398) 2022-04-01 19:06:05 -07:00
skia-flutter-autoroll
c59f137025 Roll Skia from 2921f7df36f0 to 5215ec1ab9cd (3 revisions) (flutter/engine#32394) 2022-04-01 16:11:03 -07:00
skia-flutter-autoroll
3e76ec5383 Roll Skia from de6af36e6ebf to 2921f7df36f0 (1 revision) (flutter/engine#32393) 2022-04-01 14:51:04 -07:00
Chris Yang
fc54e5ecac Set iOS default frame rate to screen max. (flutter/engine#29797) 2022-04-01 14:34:47 -07:00
skia-flutter-autoroll
76577a9b88 Roll Skia from e94e2df07ac3 to de6af36e6ebf (4 revisions) (flutter/engine#32391) 2022-04-01 13:31:04 -07:00
skia-flutter-autoroll
d7c596f947 Roll Skia from a990ef91b3b5 to e94e2df07ac3 (2 revisions) (flutter/engine#32388) 2022-04-01 12:06:04 -07:00
Tong Mu
aa029368e5 [macOS, Keyboard] Derive keyboard layout using printable information from system (flutter/engine#32152)
* Impl

Remove log

add sync; clean code

Format

* Impl

* New Impl

* Fix dead key

* Rename to goals and clues

* CFRelease source

* Move to view controller

* No global

* First-phase

* No weak in dealloc

* Tests

* One more test

* Format

* Format

* Docs

* Tests

* Docs

* Format

* Fix compile

* Compile

* Add channel test

* Format

* Fix comments

* Fix keycodes

* Fix namespaces

* Format

* strlcpy
2022-04-01 11:57:21 -07:00
Kevin Lubick
cdd2946003 Fix includes of SkColorSpace et al (flutter/engine#32382) 2022-04-01 10:59:23 -07:00
skia-flutter-autoroll
c28c4a08bd Roll Skia from 10a3cc545cb5 to a990ef91b3b5 (2 revisions) (flutter/engine#32387) 2022-04-01 10:46:03 -07:00
Zachary Anderson
32a4496228 Expose a flag from tools/gn to disable deprecated API warnings (flutter/engine#32386) 2022-04-01 10:26:04 -07:00
skia-flutter-autoroll
33c5e8cb7e Roll Skia from dcd21712d81b to 10a3cc545cb5 (1 revision) (flutter/engine#32384) 2022-04-01 09:26:04 -07:00
skia-flutter-autoroll
9c65ed1180 Roll Skia from 67c163ca4842 to dcd21712d81b (1 revision) (flutter/engine#32381) 2022-04-01 07:51:03 -07:00
skia-flutter-autoroll
e90661c8ae Roll Fuchsia Linux SDK from aPVlr0n67... to pnlwVqOTT... (flutter/engine#32380) 2022-04-01 05:46:01 -07:00
Kaushik Iska
a0f03a0220 Refactor drawing to offscreen surface (flutter/engine#32338) 2022-04-01 05:40:36 -04:00
skia-flutter-autoroll
4b2dca157a Roll Skia from 421cff832005 to 67c163ca4842 (1 revision) (flutter/engine#32376) 2022-04-01 00:31:04 -07:00
skia-flutter-autoroll
cbfe7e9628 Roll Skia from 059945f229a7 to 421cff832005 (1 revision) (flutter/engine#32375) 2022-03-31 23:11:03 -07:00
ColdPaleLight
8a886fa8a5 Let FlutterActivity/Fragment/FragmentActivity support dart entrypoint args (flutter/engine#30709) 2022-03-31 22:21:01 -07:00
ColdPaleLight
31e332ee32 Tuning resource cache max bytes in lightweight engine scenarios (flutter/engine#32156) 2022-03-31 21:11:05 -07:00
skia-flutter-autoroll
ebbfcee25d Roll Skia from fa88291aa0b2 to 059945f229a7 (1 revision) (flutter/engine#32374) 2022-03-31 21:06:05 -07:00
skia-flutter-autoroll
afe70c730f Roll Skia from 97efceededb6 to fa88291aa0b2 (1 revision) (flutter/engine#32373) 2022-03-31 19:46:04 -07:00
Tong Mu
60a3850cf5 [Linux, Keyboard] Make keyboard tests use unique_ptr and vector (flutter/engine#32372)
* Tester

* redispatched

* Correct events

* Format

* CallRecord

* nonnulaable call_records

* dispatch unique_ptr

* Remove print

* format

* Remove print

* Update shell/platform/linux/fl_keyboard_manager.h

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>

Co-authored-by: Greg Spencer <gspencergoog@users.noreply.github.com>
2022-03-31 19:34:02 -07:00
Zachary Anderson
be05bbafbf Revert "Add a way to raster cache the children of a Layer" (flutter/engine#32370) 2022-03-31 16:56:04 -07:00
skia-flutter-autoroll
835264b00c Roll Fuchsia Linux SDK from eHav0lMtf... to aPVlr0n67... (flutter/engine#32369) 2022-03-31 16:25:04 -07:00
skia-flutter-autoroll
75b321f3ce Roll Skia from 5e8f45faf194 to 97efceededb6 (1 revision) (flutter/engine#32368) 2022-03-31 16:15:03 -07:00
skia-flutter-autoroll
5c2807d108 Roll Skia from e679a08f9a2b to 5e8f45faf194 (3 revisions) (flutter/engine#32366) 2022-03-31 14:55:03 -07:00
Matej Knopp
190cee38d1 Specify clip alignment for partial repaint (flutter/engine#31359)
* Specify clip alignment for partial repaint
2022-03-31 23:53:42 +02:00
Renzo Olivares
9f1f275090 Macos deltas composing fix (flutter/engine#32345)
* send correct composing region when composing text - deltas

* Add composing test and fix existing test

Co-authored-by: Renzo Olivares <roliv@google.com>
2022-03-31 13:51:17 -07:00
utzcoz
35632b233b Replace TestUtil#setApiVersion with Robolectric's sdk in Config (flutter/engine#32137) 2022-03-31 13:50:04 -07:00
skia-flutter-autoroll
4caab9ab92 Roll Skia from 14c689c2834b to e679a08f9a2b (13 revisions) (flutter/engine#32364) 2022-03-31 13:35:04 -07:00
ColdPaleLight
42c38f7e45 Fix fatal crash of ImageDecoderFixtureTest.ExifDataIsRespectedOnDecode (flutter/engine#32356) 2022-03-31 13:04:55 -07:00
godofredoc
d97de0c096 Remove the on_pull event from scorecards workflow. (flutter/engine#32363) 2022-03-31 13:00:02 -07:00
WenJingRui
15bc6bd60f [iOS] Ensure the keyboard bottom inset is zero when keyboard dismiss. (flutter/engine#31982) 2022-03-31 12:30:04 -07:00
Greg Spencer
b52c5a9fe5 Add Menu channel for rendering system menus with native APIs on macOS. (flutter/engine#32358) 2022-03-31 10:30:03 -07:00
Tamir Duberstein
419da59a4f Reference canonical fuchsia.io constants (flutter/engine#32336)
These aliases are in the process of being removed.
2022-03-31 08:29:15 -07:00
skia-flutter-autoroll
f64c409e6c Roll Fuchsia Linux SDK from Bt-faWt1f... to eHav0lMtf... (flutter/engine#32353) 2022-03-31 03:05:05 -07:00
Jim Graham
93be6c2ec4 Add dl vertices object (flutter/engine#32329) 2022-03-31 00:15:04 -07:00
ColdPaleLight
d39f658ea9 Add a way to raster cache the children of a Layer (flutter/engine#31875) 2022-03-30 21:10:02 -07:00
skia-flutter-autoroll
01e5308ecc Roll Skia from 0361abf39d15 to 61e7d06c48b8 (3 revisions) (flutter/engine#32344) 2022-03-30 16:30:04 -07:00
skia-flutter-autoroll
8f1dd28d22 Roll Skia from 2eeedae56f5e to 0361abf39d15 (18 revisions) (flutter/engine#32341) 2022-03-30 15:10:05 -07:00
keyonghan
a2695391da Revert "[ci.yaml] Migrate web engine to Mac 12 (#32337)" (flutter/engine#32340)
This reverts commit 40f02a1e7655a9323f92a78820ed558ef9bf6644.
2022-03-30 14:13:08 -07:00
skia-flutter-autoroll
88c09ee146 Roll Skia from 0e5601d08b88 to 2eeedae56f5e (4 revisions) (flutter/engine#32328) 2022-03-30 13:50:05 -07:00
Jason Simmons
4c53a23215 Web HTML support for variable fonts (flutter/engine#32327) 2022-03-30 13:45:01 -07:00
skia-flutter-autoroll
8c4940dafa Roll Fuchsia Linux SDK from JewIVLhOH... to Bt-faWt1f... (flutter/engine#32333) 2022-03-30 13:40:07 -07:00
gaaclarke
968e18b66e Removed error log statement for dart plugin registrant. (flutter/engine#32321) 2022-03-30 13:40:04 -07:00