11694 Commits

Author SHA1 Message Date
Siva
703b5b552d Manual roll of Dart from 7bbace20d1 to 5ea7e4d39f (flutter/engine#22516)
dart-lang/sdk@ 5ea7e4d39f4 (tag: 2.12.0-42.0.dev, origin/dev) Version 2.12.0-42.0.dev
dart-lang/sdk@ 504e9a32f91 Reland "[wasm] Remove dart:wasm"
dart-lang/sdk@ 9814efb19c7 [standalone] Update tcmalloc to 2.8.
dart-lang/sdk@ 1d05591fbb1 [vm] Produce clearer error messages when operator new fails.
dart-lang/sdk@ 82637793bf0 [dart2js] List.generate tweaks
dart-lang/sdk@ 3103e1e0f66 Migration: don't overcount "whereOrNull" fixes.
2020-11-13 19:13:55 -08:00
skia-flutter-autoroll
f0e91c664c Roll Skia from cae335d5b18f to 031a76756e24 (8 revisions) (flutter/engine#22514) 2020-11-13 16:28:02 -08:00
Chris Yang
3d16c5e91c PlatformViewsController always make sure the touch events are finished (flutter/engine#22406) 2020-11-13 15:38:01 -08:00
Jim Graham
949d20ee2e Move layer clip culling to Paint() method to fix child caching (flutter/engine#22336) 2020-11-13 15:23:03 -08:00
Filip Filmar
6381d11abd Roll ICU to c2a4cae149aae7fd30c4cbe3cf1b30df03b386f1 (flutter/engine#22465)
Changes to make this work:

- Had to change the use of an UBool constant `FALSE` to 0 because
  the file referring to it does not include the respective header.

- Had to change the license checker to ignore files in the directory
  icu/source/samples.  There were random changes to the licensing
  headers which tripped up license checks.  And since we don't include
  samples in the binaries we build, the most efficient way to fix it is
  to exclude sample code from license checks.

Issue: https://github.com/flutter/flutter/issues/70370
2020-11-13 14:52:11 -08:00
Greg Spencer
28f766ebd2 Remove the Window class now that it is no longer used. (flutter/engine#22505)
This removes the Window class, now that the framework no longer uses it.
2020-11-13 14:38:15 -08:00
skia-flutter-autoroll
660b013c9d Roll Fuchsia Linux SDK from B4PaMsNWM... to S4lxhP7Qt... (flutter/engine#22504) 2020-11-13 13:58:01 -08:00
Ferhat
ba105e0ea0 [web]Update @dart annotation. Change shaders to allocate smaller canvas (flutter/engine#22481) 2020-11-13 13:55:32 -08:00
skia-flutter-autoroll
f642b615a2 Roll Skia from efd628a1a965 to cae335d5b18f (5 revisions) (flutter/engine#22503) 2020-11-13 13:38:02 -08:00
skia-flutter-autoroll
9c19aa5082 Roll Skia from 011218edb590 to efd628a1a965 (2 revisions) (flutter/engine#22499) 2020-11-13 12:13:02 -08:00
Dan Field
714fb9e81b Opt in fixutres (flutter/engine#22502) 2020-11-13 12:02:07 -08:00
Ari Weiland
435a0f38be Fix some serious lifecycle bugs with Android embedding code (flutter/engine#22203) 2020-11-13 11:58:02 -08:00
Kaushik Iska
0b4d2a8c36 [android] Platform view creates external view embedder (flutter/engine#22360) 2020-11-13 05:52:41 -08:00
skia-flutter-autoroll
22dbf91bc2 Roll Skia from 8ead30d51c86 to 011218edb590 (4 revisions) (flutter/engine#22493) 2020-11-13 05:48:01 -08:00
Kaushik Iska
2665245a45 PlatformViewIOS CreateExternalViewEmbedder refactor (flutter/engine#22353) 2020-11-13 04:58:44 -08:00
skia-flutter-autoroll
c3625079e8 Roll Fuchsia Linux SDK from fULjPqtx9... to B4PaMsNWM... (flutter/engine#22490) 2020-11-13 00:39:02 -08:00
skia-flutter-autoroll
ee5f6a4047 Roll Skia from a06b63c56ecd to 8ead30d51c86 (1 revision) (flutter/engine#22487) 2020-11-13 00:34:02 -08:00
nturgut
166e60ec05 TBR: remove the extra values which was overshadowing the test result (flutter/engine#22483)
* remove the extra values which was overshadowing the test result

* increase difference. canvaskit gives different results

* increase difference more. firefox gave 1.7 diff. add comments
2020-11-12 18:24:38 -08:00
skia-flutter-autoroll
dee29b3e0d Roll Skia from fc4fdc5b25f4 to a06b63c56ecd (2 revisions) (flutter/engine#22482) 2020-11-12 16:54:02 -08:00
Kaushik Iska
356e31aef5 Reland "remove surface dependance on external view embedder (#22468)" (flutter/engine#22470) 2020-11-12 15:37:12 -08:00
LongCatIsLooong
465c84321e Exposing ColorFilter to ImageFilter conversion and Compose() (flutter/engine#20309) 2020-11-12 15:34:02 -08:00
skia-flutter-autoroll
5cd8bfaa81 Roll Skia from 43f0a7d724aa to fc4fdc5b25f4 (27 revisions) (flutter/engine#22479) 2020-11-12 15:29:02 -08:00
Dan Field
b388181b25 Limit heap growth on Android (flutter/engine#20473)
Limit heap growth to half of totalMem by default, with the option to set it higher or lower in the AndroidManifest
2020-11-12 14:53:54 -08:00
Yegor
5e34c83023 make CkContourMeasureIter and CkContourMeasure resurrectable (flutter/engine#22459) 2020-11-12 13:27:39 -08:00
Greg Spencer
9eb3e81613 Reland: "Make PlatformDispatcher.locale and locales return consistent values (#22267)" (flutter/engine#22473)
This reverts commit 698b69f, relanding #22267, now that flutter/flutter#70252 has landed to prevent the problems it had the first time.

Here is the original PR description:

For some reason (probably a bad merge on my part), the return values for locale and locales are not the same on web as they are on other platforms for the PlatformDispatcher and SingletonFlutterWindow classes. The web versions are non-nullable and the others are nullable.

This converts them to be the same (non-nullable) values
2020-11-12 13:20:13 -08:00
Matej Knopp
7fd7ae2252 Disable synchronous resizing until a frame is produced (flutter/engine#22457)
Instead of synchronousResizing flag which in some cases seems to be set too early, synchronous resizing is postponed until framework produces a frame so ResizeSynchronizer knows for sure that the engine is up and running.
2020-11-12 11:50:31 -08:00
LongCatIsLooong
07032ba889 [Android text input] Reland #21534 (flutter/engine#22435) 2020-11-12 11:34:01 -08:00
Filip Filmar
b52a40fcc9 Add an include in minikin (flutter/engine#22466)
FontLanguageListCache.cpp uses the ICU constant FALSE of type UBool, but
does not #include <umachine.h> where it is defined.

This makes the code brittle with respect to header file reorganization,
and I found this while trying to roll ICU version 68.1 to Flutter
engine.
2020-11-12 11:08:10 -08:00
George Wright
9e74c9daea Add D3D9 fallback path for ANGLE and ensure fallbacks are actually attempted (flutter/engine#22412) 2020-11-12 10:54:02 -08:00
Zachary Anderson
f34d9eac78 Default to 2.7 when generating the package config (flutter/engine#22469)
For https://github.com/flutter/flutter/issues/70349
2020-11-12 10:37:14 -08:00
Emmanuel Garcia
1d0a96bd3f Fix talkback in hybrid composition while using FlutterFragmentActivity (flutter/engine#22429) 2020-11-12 10:30:29 -08:00
Jason Simmons
5441ac8cf5 libtxt: use a placeholder run's width as the width of the placeholder character's glyph (flutter/engine#22451) 2020-11-12 10:24:01 -08:00
skia-flutter-autoroll
152265eda3 Roll Skia from 59bafeeaa7de to 43f0a7d724aa (1 revision) (flutter/engine#22467) 2020-11-12 09:54:01 -08:00
skia-flutter-autoroll
a61d054f9c Roll Fuchsia Linux SDK from pWW5QaeNe... to fULjPqtx9... (flutter/engine#22462) 2020-11-12 09:44:02 -08:00
Jim Graham
2fc96daad5 Fix the event size parameters in the Embedder ComplexClip test (flutter/engine#22455) 2020-11-12 09:34:03 -08:00
Kaushik Iska
ae4dbc51b8 Reverts 2 commits that remove surface dependance on external view embedder (flutter/engine#22468)
* Revert "Remove GetExternalViewEmbedder from surface (#22272)"

This reverts commit 9dffddd08d0ad6fa7434c5a5bdff87e09da92e57.

* Revert "Rasterizer is initialized with an external view embedder (#22405)"

This reverts commit 417c869d6bcd70ba82fdd6efc8db1efa19fb997c.
2020-11-12 08:41:11 -08:00
Jim Graham
698b69f417 Revert "Make PlatformDispatcher.locale and locales return consistent values (#22267)" (flutter/engine#22461)
This reverts commit b5812aaaa3df6c2d7e0eb6256c4b6c54d5d658cf.
2020-11-11 23:39:59 -08:00
LongCatIsLooong
fbfb27f515 Revert "[Android Text Input] Make the editing state listenable and allow batch edits (#21534)" (flutter/engine#22434) 2020-11-11 18:24:02 -08:00
Yegor
23df969f93 Make CkPath resurrectable (flutter/engine#22446) 2020-11-11 17:29:01 -08:00
nturgut
00333158e6 Upgrades to felt (running on multiple modes, multiple backends, single test target option) (flutter/engine#22260)
* testing running the tests on all build modes

* don't run debug mode on other browsers

* fix platform message test failures

* some cleanup. change dispose platform channel message

* adding flags to control the integration tests better with felt

* running tests by target name, selecting web rendering backend

* fix conditions

* carrying some conditions to helper methods. Adding comments

* create a blocked list for failing canvaskit test

* parse parameters before all integration tests

* Give better warning to developers for tests that are blocked for CI

* address some reviwer comments (more remains)

* remove named parameters

* also run with auto mode

* add verbose option

* reduce the number of tests running. skip url_test for now
2020-11-11 17:18:15 -08:00
skia-flutter-autoroll
9bf63d4170 Roll Skia from 70eba23828a3 to 59bafeeaa7de (3 revisions) (flutter/engine#22458) 2020-11-11 17:14:02 -08:00
Greg Spencer
b5812aaaa3 Make PlatformDispatcher.locale and locales return consistent values (flutter/engine#22267)
For some reason (probably a bad merge on my part), the return values for locale and locales are not the same on web as they are on other platforms for the PlatformDispatcher and SingletonFlutterWindow classes. The web versions are non-nullable and the others are nullable.

This converts them to be the same (non-nullable) values.
2020-11-11 16:30:22 -08:00
Mouad Debbar
60ad53502c [web] Refactor _measureSubstring to better suit rich text measurement (flutter/engine#22443) 2020-11-11 15:50:01 -08:00
Mouad Debbar
6133000b23 [web] Reuse the existing font string builer in TextStyle (flutter/engine#22444) 2020-11-11 15:49:46 -08:00
Mouad Debbar
fe3d35549a [web] Better data structure to prepare for rich text measurement (flutter/engine#22442) 2020-11-11 15:49:24 -08:00
skia-flutter-autoroll
fa05b3e823 Roll Skia from 869eb97f6c29 to 70eba23828a3 (20 revisions) (flutter/engine#22452) 2020-11-11 15:34:02 -08:00
Robert Ancell
8e621546e8 Fix typo in documentation for FlPlatformPlugin (flutter/engine#22426) 2020-11-12 12:02:44 +13:00
chunhtai
65456583c8 reland support uri launch in android (flutter/engine#22363)
* Revert "Revert "support uri intent launcher in android (#21275)" (#22298)"

This reverts commit 9a5b6b4e910bcfac97a330a4aa2cbe2f14b57522.

* reland support uri launch for android

* refactor

* update

* fix test

* addressing comments

* addressing comments

* revert throw error
2020-11-11 14:51:04 -08:00
skia-flutter-autoroll
2ae9b0798c Roll Skia from 7006e15df59d to 869eb97f6c29 (4 revisions) (flutter/engine#22437) 2020-11-11 14:09:02 -08:00
Yegor
75712b2594 Remove double-referencing from CkImage to SkImage (flutter/engine#22415) 2020-11-11 14:04:02 -08:00