Commit graph

34186 commits

Author SHA1 Message Date
engine-flutter-autoroll 23f5582ea6
68334e959 Roll Skia from 5b2cbd717b55 to 942757383cc2 (1 revision) (flutter/engine#40450) (#123012)
Roll Flutter Engine from a79250732dfe to 68334e9590a8 (1 revision)
2023-03-20 15:21:26 +00:00
engine-flutter-autoroll e4facef032
Roll Flutter Engine from 25514eca7dc4 to a79250732dfe (8 revisions) (#123008)
Roll Flutter Engine from 25514eca7dc4 to a79250732dfe (8 revisions)
2023-03-20 14:27:45 +00:00
engine-flutter-autoroll 21f60bbe0d
25514eca7 Reland "Sequester all Skia<->DL interactions into the skia sub-module" (flutter/engine#40435) (#122991)
Roll Flutter Engine from 19a5f61ff72d to 25514eca7dc4 (1 revision)
2023-03-20 07:53:14 +00:00
engine-flutter-autoroll 1cd55934f9
19a5f61ff Roll Fuchsia Mac SDK from M0fRocbi0LTExrYQ3... to 7Qlskx4DM6DhfDQ8x... (flutter/engine#40442) (#122988)
Roll Flutter Engine from dc6e389aea9a to 19a5f61ff72d (1 revision)
2023-03-20 06:26:27 +00:00
engine-flutter-autoroll 0dd46a33e7
Roll Flutter Engine from f339103089c6 to dc6e389aea9a (4 revisions) (#122980)
Roll Flutter Engine from f339103089c6 to dc6e389aea9a (4 revisions)
2023-03-19 22:21:21 +00:00
engine-flutter-autoroll 3e4e0920a4
Roll Flutter Engine from 2ed59405e7bb to f339103089c6 (3 revisions) (#122962)
* eded0aeda Roll Fuchsia Linux SDK from cbVcty00KkB3vbCBQ... to PDGxZavi1gOc3IvRW... (flutter/engine#40432)

* 4927fadb0 [Impeller] Prevent passes from reading their own resolve texture on the Vulkan and GL backends (flutter/engine#40418)

* f33910308 [Impeller] Remove work queues. (flutter/engine#40429)
2023-03-19 11:36:56 -07:00
Eilidh Southren 87ac905a5a
Add content-based colorScheme functionality (#122919)
* add shadowColor property

* add to bottom app bar

* basic MCU connection demo

* more image tests

* demo update

* remove branch changes

* demo cleanup

* cleanup

* update algo

* working consistent example

* demo cleanup

* Added tests

* fix merge

* rebase

* basic MCU connection demo

* more image tests

* demo update

* remove branch changes

* demo cleanup

* cleanup

* update algo

* working consistent example

* demo cleanup

* Added tests

* lint fixes

* fix theme error

* whitespace fixes

* revert old commit

* update test formatting

* modify image source to external repo

* remove pngs

* add blank line

* fix web tests

* comment responses

* remove whitespace

* whitespace

* whitespace
2023-03-19 12:14:19 +00:00
hangyu 9fc1fd15f6
Update Material 3 bottom sheet (#122445)
* M3 bottomsheet

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update bottom_sheet.dart

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update packages/flutter/lib/src/material/bottom_sheet.dart

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>

* Update bottom_sheet.dart

Update bottom_sheet_test.dart

Update bottom_sheet.dart

* showDragHandle defaults to false

* fix test

---------

Co-authored-by: Pierre-Louis <6655696+guidezpl@users.noreply.github.com>
2023-03-18 20:13:08 -07:00
engine-flutter-autoroll d58be8c7c8
Roll Flutter Engine from bb971ab55f41 to 2ed59405e7bb (9 revisions) (#122959)
Roll Flutter Engine from bb971ab55f41 to 2ed59405e7bb (9 revisions)
2023-03-19 00:44:25 +00:00
engine-flutter-autoroll b4e925e402
Manual roll Flutter Engine from 991cf41eb850 to bb971ab55f41 (18 revisions) (#122955)
Manual roll Flutter Engine from 991cf41eb850 to bb971ab55f41 (18 revisions)
2023-03-18 22:54:25 +00:00
Zachary Anderson f5248bbc8c
Disable shuffling for flutter/test/material/text_field_test.dart (#122956) 2023-03-18 14:38:35 -07:00
Zachary Anderson cd19817d3f
Revert "Roll Flutter Engine from 991cf41eb850 to bb971ab55f41 (18 revisions) (#122942)" (#122948)
Revert "Roll Flutter Engine from 991cf41eb850 to bb971ab55f41 (18 revisions)"
2023-03-18 15:07:34 +00:00
engine-flutter-autoroll 6bd2b3ca21
Roll Flutter Engine from 991cf41eb850 to bb971ab55f41 (18 revisions) (#122942)
* e6334f166 [web] Remove image codecs from Canvaskit Chromium (flutter/engine#40309)

* 56727d62c Revert "[Impeller] mark decoded images as optimized for GPU access (#40356)" (flutter/engine#40387)

* 2cd19e3d1 Wrap the iOS platform message handler in an autorelease pool block (flutter/engine#40373)

* bab7853ad Update analyzer for api_conform_test (flutter/engine#40386)

* 87b2e82d1 Roll Fuchsia Mac SDK from z32cF6YFs6CvZbY3g... to 4ZrEK2uzGdp_Gz3DU... (flutter/engine#40385)

* fc57995fe Ignore some MTLCompiler failures in impeller unit tests (flutter/engine#40391)

* 2398c5222 Add doc comment to Pipeline (flutter/engine#40388)

* f585d4bc5 [macOS] Remove a single accessibility root assumption (flutter/engine#40316)

* 940cf3c98 remove temporary flag and make FlutterTest the default font for real (flutter/engine#40352)

* a1bf9fd2a drawTextBlob should not be compatible with opacity inheritance (flutter/engine#40396)

* 55bf0d85e Use bundled analyzer everywhere (flutter/engine#40398)

* 8e580414a Roll Skia from 9bfb45d3e065 to 49b902e5fb91 (11 revisions) (flutter/engine#40397)

* 77c53d25e Default the CanvasKit base URL to local artifacts. (flutter/engine#40293)

* 625ea5395 Roll Skia from 49b902e5fb91 to aa983f5486f0 (7 revisions) (flutter/engine#40404)

* 867679fac [Impeller] Add playground flag to render for a specific amount of time. (flutter/engine#40377)

* d74169608 [Impeller] Remove unused bounds method from typographer interface (flutter/engine#40406)

* 941323d77 Provisional iOS impeller flag flip (flutter/engine#40405)

* bb971ab55 Revert "Default the CanvasKit base URL to local artifacts. (#40293)" (flutter/engine#40415)
2023-03-17 23:30:37 -07:00
Xilai Zhang cf18456755
add dimenstion for arm packaging (#122770)
Add dimenstion for arm packaging
2023-03-18 00:40:14 +00:00
Loïc Sharma 3635a3048e
Revert "[Tool] [Windows] Output app path on build completion (#122858)" (#122926)
Revert "[Tool] [Windows] Output app path on build completion"
2023-03-17 21:29:12 +00:00
Ian Hickson db5711bfad
remove obsolete todo in doubleClamp lint (#122745)
remove obsolete todo in doubleClamp lint
2023-03-17 20:55:51 +00:00
Loïc Sharma 80d6c10596
[Tool] [Windows] Output app path on build completion (#122858)
[Tool] [Windows] Output app path on build completion
2023-03-17 20:53:40 +00:00
Greg Price 328f088aeb
Fix interference in fling-scrolling from cross-axis motion (#122338)
Fix interference in fling-scrolling from cross-axis motion
2023-03-17 20:51:58 +00:00
Jackson Gardner a88eb172b7
Always flush files when setting up the test directory. (#122856)
Always flush files when setting up the test directory.
2023-03-17 20:45:05 +00:00
pdblasi-google 399cd6a56d
Refactors accessibility guidelines to remove the single window assumption. (#122760)
Refactors accessibility guidelines to remove the single window assumption
2023-03-17 20:38:56 +00:00
engine-flutter-autoroll 3dd3c021ae
Roll Flutter Engine from 7f42c3fc22b3 to 991cf41eb850 (5 revisions) (#122915)
Roll Flutter Engine from 7f42c3fc22b3 to 991cf41eb850 (5 revisions)
2023-03-17 20:20:29 +00:00
engine-flutter-autoroll 725d9ca214
7f42c3fc2 replace some ._() constructors with class modifiers (flutter/engine#40328) (#122908)
Roll Flutter Engine from 59e21ffbf9b8 to 7f42c3fc22b3 (1 revision)
2023-03-17 19:27:07 +00:00
Christopher Fujino f6bc147c91
Revert "[flutter_tools] Remove sound null safety flag (#120936)" (#122909)
This reverts commit 7c3088cf22.
2023-03-17 11:31:48 -07:00
Greg Spencer 7a859f7760
Revert unintentional changes to Info.plist files (#122896)
Revert unintentional changes to Info.plist files
2023-03-17 18:18:43 +00:00
engine-flutter-autoroll 038eea6312
59e21ffbf add support for JS types (flutter/engine#40310) (#122895)
Roll Flutter Engine from 476985ae3014 to 59e21ffbf9b8 (1 revision)
2023-03-17 18:14:49 +00:00
Christopher Fujino 7c3088cf22
[flutter_tools] Remove sound null safety flag (#120936)
[flutter_tools] Remove sound null safety flag
2023-03-17 17:48:35 +00:00
Renzo Olivares 358d79cb0d
TextField should support disabled input text style (#119216)
Co-authored-by: Renzo Olivares <roliv@google.com>
2023-03-17 10:09:49 -07:00
Greg Spencer bcdab118ba
Add support for application exit requests (#121378)
Add support for application exit requests
2023-03-17 15:35:55 +00:00
engine-flutter-autoroll b1464e00ee
Roll Flutter Engine from d9e65441eaa3 to 476985ae3014 (2 revisions) (#122881)
Roll Flutter Engine from d9e65441eaa3 to 476985ae3014 (2 revisions)
2023-03-17 15:22:36 +00:00
engine-flutter-autoroll 53dfd23b04
Roll Flutter Engine from 63238fe979de to d9e65441eaa3 (3 revisions) (#122865)
Roll Flutter Engine from 63238fe979de to d9e65441eaa3 (3 revisions)
2023-03-17 05:59:19 +00:00
Christopher Fujino 69921495eb
Revert "Fix hot restart flake" (#122855)
Landing revert on red to fix the build.
2023-03-16 22:40:42 -07:00
engine-flutter-autoroll 6af58c764b
Roll Flutter Engine from ff51c41babf0 to 63238fe979de (4 revisions) (#122862)
Roll Flutter Engine from ff51c41babf0 to 63238fe979de (4 revisions)
2023-03-17 04:35:16 +00:00
Cc 1ab7b4616c
async.dart file reformat. (#122521)
Co-authored-by: Casey Hillers <chillers@google.com>
2023-03-16 20:16:54 -07:00
godofredoc 1541dd3f25
Re-enable engine dependency proxy test. (#115511)
Re-enable engine dependency proxy test.
2023-03-17 03:16:13 +00:00
engine-flutter-autoroll c77f1ab195
Roll Flutter Engine from 06e031891d02 to ff51c41babf0 (5 revisions) (#122857)
Roll Flutter Engine from 06e031891d02 to ff51c41babf0 (5 revisions)
2023-03-17 02:01:53 +00:00
engine-flutter-autoroll 61a2f9de51
Roll Flutter Engine from 48628fb9462e to 06e031891d02 (8 revisions) (#122851)
Roll Flutter Engine from 48628fb9462e to 06e031891d02 (8 revisions)
2023-03-17 01:11:44 +00:00
Jackson Gardner be97d03a25
Use depfile with dart2wasm to determine when to rebuild. (#122817)
Use depfile with dart2wasm to determine when to rebuild.
2023-03-16 23:13:04 +00:00
Ian Hickson 245d6d45a1
Assert that runApp is called in the same zone as binding.ensureInitialized (#122836)
Assert that runApp is called in the same zone as binding.ensureInitialized
2023-03-16 22:33:09 +00:00
engine-flutter-autoroll 9b8f3c8b29
Roll Flutter Engine from 52574efd2a88 to 48628fb9462e (3 revisions) (#122837)
Roll Flutter Engine from 52574efd2a88 to 48628fb9462e (3 revisions)
2023-03-16 22:31:08 +00:00
Qun Cheng 5180e45080
Create SearchBar and SearchBarTheme (#122309) 2023-03-16 15:04:19 -07:00
Christopher Fujino 7e151b4641
[flutter_tools] throw tool exit on invocation of flutter format (#121646)
[flutter_tools] throw tool exit on invocation of flutter format
2023-03-16 21:40:26 +00:00
engine-flutter-autoroll 7003bfab31
Roll Flutter Engine from 02b0feef8636 to 52574efd2a88 (6 revisions) (#122821)
Roll Flutter Engine from 02b0feef8636 to 52574efd2a88 (6 revisions)
2023-03-16 20:52:11 +00:00
godofredoc 9f35ed77d7
Use packages/packages recipe. (#122822)
Use packages/packages recipe.
2023-03-16 20:52:09 +00:00
yaakovschectman 6711411fc2
Revert "Fix bug with clicking Copy or Select All within contextMenu (#120081)" (#122832)
Revert "Fix bug with clicking `Copy` or `Select All` within contextMenu"
2023-03-16 20:35:49 +00:00
yaakovschectman 5bea4d9023
Revert "Assert that runApp is called in the same zone as binding.ensureInitialized (#117113)" (#122830)
Revert "Assert that runApp is called in the same zone as binding.ensureInitialized"
2023-03-16 20:29:13 +00:00
Anna Gringauze 62171dfe38
Fix hot restart flake (#122776) 2023-03-16 13:11:55 -07:00
Ian Hickson 96f927fb0d
Assert that runApp is called in the same zone as binding.ensureInitialized (#117113)
Assert that runApp is called in the same zone as binding.ensureInitialized
2023-03-16 19:28:14 +00:00
acumen 4a8e0b62c0
Fix bug with clicking Copy or Select All within contextMenu (#120081)
Fix bug with clicking `Copy` or `Select All` within contextMenu
2023-03-16 19:28:11 +00:00
engine-flutter-autoroll 9efbfb80de
Roll Flutter Engine from 404ccff27bc0 to 02b0feef8636 (2 revisions) (#122815)
Roll Flutter Engine from 404ccff27bc0 to 02b0feef8636 (2 revisions)
2023-03-16 18:22:29 +00:00
engine-flutter-autoroll 4e4787ac7e
Roll Flutter Engine from 7ee528267b03 to 404ccff27bc0 (3 revisions) (#122810)
Roll Flutter Engine from 7ee528267b03 to 404ccff27bc0 (3 revisions)
2023-03-16 17:17:05 +00:00