Commit graph

28067 commits

Author SHA1 Message Date
engine-flutter-autoroll b7a18be0a0
Roll Engine from 9595bd00dcb0 to 4b1dc391d0d2 (1 revision) (#100551) 2022-03-22 07:05:10 -07:00
engine-flutter-autoroll 2015143fbf
Roll Engine from 8ee441eb2f52 to 9595bd00dcb0 (2 revisions) (#100542) 2022-03-22 02:55:11 -07:00
engine-flutter-autoroll c394ba83ac
Roll Engine from 0dd12c9f1ef4 to 8ee441eb2f52 (1 revision) (#100537) 2022-03-22 01:50:11 -07:00
engine-flutter-autoroll b8f0dde0f8
Roll Engine from 44cd804250b2 to 0dd12c9f1ef4 (3 revisions) (#100533) 2022-03-22 00:45:11 -07:00
engine-flutter-autoroll 23e59273fa
Roll Engine from e6233bd30b2c to 44cd804250b2 (3 revisions) (#100531) 2022-03-21 23:40:10 -07:00
Darren Austin a6e945fb1f
Add surfaceTint color to the ColorScheme. (#100153) 2022-03-21 23:14:33 -07:00
LongCatIsLooong 69b92f0452
Hide autocomplete menu on select. (#100251) 2022-03-21 21:25:09 -07:00
engine-flutter-autoroll ef912b8d10
Roll Engine from 2d37c8609616 to e6233bd30b2c (2 revisions) (#100524) 2022-03-21 21:15:09 -07:00
Chris Bracken fd3c34c9d4
[macOS] Use arm64 snapshot in arm64 App.framework (#100504)
Previously, https://github.com/flutter/flutter/pull/100271 enabled
building universal macOS binaries by default, but included a bug causing
the arm64 App.framework to be built such that the TEXT section
containing the app instructions built by gen_snapshot incorrectly
contained x86_64 instructions rather than arm64 instructions.

When building macOS (and iOS) apps, Flutter builds them in three
components:
* The Runner application: built by Xcode
* The bundled App.framework: built from assembly code generated by
  gen_snapshot from the application's Dart sources.
* The bundled FlutterMacOS.framework: built as part of the engine build
  and packaged by copying the distributed binary framework from our
  artifacts cache.

Building App.framework consists of the following steps:
* For each architecture, invoke gen_snapshot to generate
  architecture-specific assembly code, which is then built to object
  code and linked into an architecture-specific App.framework.
* Use the `lipo` tool to generate a universal binary that includes both
  x86_64 and arm64 architectures.

Previously, we were building architecture specific App.framework
binaries. However, for all architectures we were (mistakenly) invoking
the general `gen_snapshot` tool (which emitted x64 instructions, and
which is now deprecated) instead of the architecture-specific
`gen_snapshot_x86` and `gen_snapshot_arm64` builds which emit
instructions for the correct architecture.

This change introduces a small refactoring, which is to split the
`getNameForDarwinArch` function into two functions:
* `getDartNameForDarwinArch`: the name for the specified architecture as
  used in the Dart SDK, for example as the suffix of `gen_snapshot`.
* `getNameForDarwinArch`: the name for the specified architecture
  as used in Apple tools, for example as an argument to `lipo`. For
  consistency, and to match developer expectations on Darwin platforms,
  this is also the name used in Flutter's build outputs.

Issue: https://github.com/flutter/flutter/issues/100348
2022-03-21 20:36:57 -07:00
godofredoc 69a4b82b1c
Add OpenSSF best practices badge. (#100496)
We are working towards following OpenSSF best practice recommendations
for flutter/flutter. This badge presents our current progress in this
effort.
2022-03-21 19:38:39 -07:00
engine-flutter-autoroll d6fd3dfa0b
Roll Engine from 940314d08abb to 2d37c8609616 (1 revision) (#100512) 2022-03-21 19:25:09 -07:00
Jesús S Guerrero 50f3e47b67
Revert "[flutter_tools] remove pub dependencies from universal #97722" (#100508) 2022-03-21 19:20:10 -07:00
engine-flutter-autoroll e260b5d169
Roll Engine from 3f2750c1f896 to 940314d08abb (2 revisions) (#100506) 2022-03-21 18:00:18 -07:00
engine-flutter-autoroll 6bdc5e479b
Roll Engine from 9318a65910d4 to 3f2750c1f896 (3 revisions) (#100501) 2022-03-21 16:55:20 -07:00
dependabot[bot] 0375b35967
Bump debian from bullseye-20220228-slim to bullseye-20220316-slim in /dev/ci/docker_linux (#100500) 2022-03-21 16:15:12 -07:00
Kate Lovett 63a12b3d31
Re-land text selection theme clean up (#99927) 2022-03-21 17:56:28 -05:00
Kate Lovett 5bc9340233
Put stretch indicator behind m3 flag (#100234) 2022-03-21 17:55:57 -05:00
Chris Yang e6bd208196
Reland "Add the refresh rate fields to perf_test #99710" (#99854) 2022-03-21 15:55:13 -07:00
Kate Lovett c9312c784d
Fix stretch edge case (#99365) 2022-03-21 15:50:18 -07:00
dependabot[bot] 9c521b9028
Bump cocoapods from 1.11.2 to 1.11.3 in /dev/ci/mac (#100499) 2022-03-21 15:15:14 -07:00
engine-flutter-autoroll c811113db4
Roll Engine from 7b38d4594587 to 9318a65910d4 (1 revision) (#100498) 2022-03-21 15:05:23 -07:00
engine-flutter-autoroll 9671b7ddee
Roll Engine from b0c0444de793 to 7b38d4594587 (3 revisions) (#100495) 2022-03-21 14:00:22 -07:00
gaaclarke 97258979df
Revert "Starts using the --source flag to compile the dart registrant. (#98046) (#100493) 2022-03-21 13:40:23 -07:00
engine-flutter-autoroll bd4115d870
Roll Engine from 19a7265c1994 to b0c0444de793 (5 revisions) (#100492) 2022-03-21 12:20:20 -07:00
Pierre-Louis 9d4e81678b
Fix deprecated_new_in_comment_reference for material library (#100289)
* fix deprecated_new_in_comment_reference for `material` library

in a future version of the SDK, these will be flagged, fix them now

* Update pubspec.yaml
2022-03-21 20:18:40 +01:00
MrBirb 4d2dc5d642
Typo in EditableText strutStyle (#100474) 2022-03-21 11:55:15 -07:00
engine-flutter-autoroll 742d981f60
Roll Engine from 9e3ed850834d to 19a7265c1994 (10 revisions) (#100484) 2022-03-21 11:05:19 -07:00
engine-flutter-autoroll 2ebf5a7afb
Roll Plugins from fef72e08f12e to 1c61a217014c (7 revisions) (#100482) 2022-03-21 11:00:24 -07:00
Taha Tesser 4cea5ee0da
CupertinoSwitch: Add clickable cursor for web (#99554) 2022-03-21 10:10:24 -07:00
engine-flutter-autoroll 7b8135af0f
Roll Engine from 900e3c091799 to 9e3ed850834d (2 revisions) (#100429) 2022-03-21 08:40:15 -07:00
Pierre-Louis 8c1c2f6af5
Introduce Theme extensions (#98033)
* first pass

* x

* x

* address feedback

* support multiple extensions

* add convenience function, Object ⇒ dynamic, lerping

* remove not-useful comment

* fix examples/api lower sdk constraint

* remove trailing spaces

* remove another pesky trailing space

* improve lerp

* address feedback

* hide map implementation from constructor and copyWith

* use iterableproperty

* Revert "hide map implementation from constructor and copyWith"

This reverts commit a6994af004.

* slow down sample

* make theme extension params required

* add null check

* improve documentation

* fix hashCode and operator == overrides

* modify existing tests

* remove trailing spaces

* add all tests except lerping

* fix lerping bug

* add toString to themeExtension example

* add lerping test

* assume non-nullability in example

* address feedback

* update docs

* remove trailing space

* use Map.unmodifiable
2022-03-21 15:26:30 +01:00
engine-flutter-autoroll 6af40a7004
Roll Engine from 8dc7cd1b1a33 to 900e3c091799 (1 revision) (#100428) 2022-03-19 16:15:23 -07:00
engine-flutter-autoroll d1c1121349
Roll Engine from 8403d67febdf to 8dc7cd1b1a33 (1 revision) (#100425) 2022-03-19 12:30:22 -07:00
engine-flutter-autoroll 2cd44d7461
Roll Engine from 1d6f58864f5b to 8403d67febdf (1 revision) (#100420) 2022-03-19 11:25:23 -07:00
engine-flutter-autoroll 2c1dbba934
Roll Engine from 7bf210222518 to 1d6f58864f5b (1 revision) (#100411) 2022-03-19 04:30:09 -07:00
engine-flutter-autoroll 912bab0329
Roll Engine from f4183102beae to 7bf210222518 (1 revision) (#100409) 2022-03-19 03:05:20 -07:00
engine-flutter-autoroll 1de874e736
Roll Engine from 8ba36276ecbc to f4183102beae (1 revision) (#100406) 2022-03-18 22:10:20 -07:00
engine-flutter-autoroll 5dfff680ce
Roll Engine from 8d95857d68b2 to 8ba36276ecbc (2 revisions) (#100404)
* 0522e8f19 Roll Skia from 3562b565fda0 to b3275e1fd64c (1 revision) (flutter/engine#32129)

* 8ba36276e Roll Dart SDK from 398ee66637cf to c1145b4c0330 (1 revision) (flutter/engine#32130)
2022-03-18 21:06:11 -07:00
engine-flutter-autoroll 8e01cd84f8
Roll Engine from 600ae5af9a00 to 8d95857d68b2 (1 revision) (#100403) 2022-03-18 19:50:09 -07:00
engine-flutter-autoroll e004eecafe
Roll Engine from a99d51f0c128 to 600ae5af9a00 (8 revisions) (#100401)
* 6b6a68ef7 Roll Fuchsia Linux SDK from uawdfLUeA... to voPt0GIuh... (flutter/engine#32115)

* 79c87aa34 Roll Skia from 1df1a80ad20d to 42bc49d5d332 (3 revisions) (flutter/engine#32116)

* 04bac31cc Roll Skia from 42bc49d5d332 to 35275b3d511f (5 revisions) (flutter/engine#32119)

* 6a877cab6 allow experimentally opting into MSAA on canvaskit (flutter/engine#32045)

* 3edd312b9 Add deps to builder `web_engine_framework` (flutter/engine#32112)

* 641af02c4 [macOS TextInputPlugin] Reactivate input context on key event (flutter/engine#32117)

* 63e715bba Roll Skia from 35275b3d511f to b8c117ced234 (2 revisions) (flutter/engine#32125)

* 600ae5af9 Modify some tests to work correctly on iOS 15. (flutter/engine#32124)
2022-03-18 18:37:08 -07:00
fzyzcjy 36fa6c4d90
Fix wrong documentation: There is no LeaderLayer._lastOffset anymore (#100300) 2022-03-18 16:55:12 -07:00
engine-flutter-autoroll 51e5332ba5
Roll Engine from 89b16c065c9d to a99d51f0c128 (2 revisions) (#100391) 2022-03-18 15:00:17 -07:00
engine-flutter-autoroll 5b3e42afd0
Roll Engine from 3256f4f0c41b to 89b16c065c9d (3 revisions) (#100384) 2022-03-18 13:10:08 -07:00
chunhtai c98cb4a450
Add fadeDuration back to TextSelectionOverlay (#100381)
* Add fadeDuration back to TextSelectionOverlay

* fix build and add dart fix

* format

* add test
2022-03-18 13:05:18 -07:00
engine-flutter-autoroll 6b3c30c12e
Roll Plugins from 04f64ec89b65 to fef72e08f12e (1 revision) (#100371) 2022-03-18 11:35:12 -07:00
Jonah Williams 5a52ad6dbd
[framework] Remove danger zone (#100246) 2022-03-18 11:30:21 -07:00
Christopher Fujino 0adf9671f8
[flutter_conductor] clone from remote upstream, and not local filesystem (#100335) 2022-03-18 11:20:15 -07:00
Justin McCandless a217bbb6de
Hide toolbar after select all on desktop (#100261) 2022-03-18 10:50:18 -07:00
Taha Tesser 795fe375bc
Fix PopupMenuButton's IconButton not inheriting IconTheme size (#100199) 2022-03-18 10:05:17 -07:00
engine-flutter-autoroll 6d0eeb874e
Roll Engine from cd09c3fa8322 to 3256f4f0c41b (1 revision) (#100370) 2022-03-18 09:50:20 -07:00