Commit graph

22090 commits

Author SHA1 Message Date
engine-flutter-autoroll cda1fae6b6
1be6f414e Manual Dart SDK roll (flutter/engine#23165) (#72589) 2020-12-18 01:04:02 -08:00
engine-flutter-autoroll 194711e509
Roll Engine from fd6b409f950b to de1de9d44f58 (36 revisions) (#72584)
* c608b07da bump fuchsia toolchain to clang-12 (flutter/engine#23067)

* 8a3e9a2b9 fix crash in FontCollection::init() when FontFamily is empty (flutter/engine#23019)

* 95ba5ca89 Roll Skia from 6f31e27f1e29 to 85fa75616dfe (7 revisions) (flutter/engine#23118)

* 50e7d8916 [web] Switch web-render option default to auto (flutter/engine#23090)

* 885452086 Roll Skia from 85fa75616dfe to d6f2338ab194 (3 revisions) (flutter/engine#23119)

* acad21c19 [web] Tests for rich paragraph DOM (flutter/engine#23097)

* 27ebbc4bf Rename PointerState.isDown as per style guide (flutter/engine#23120)

* 19950f576 [web] Rich paragraph getBoxesForRange (flutter/engine#23098)

* 581acbe98 Roll Skia from d6f2338ab194 to 1d89532d5988 (1 revision) (flutter/engine#23122)

* 540b1918e Roll Fuchsia Mac SDK from acylwa3i4... to chLTYsKMR... (flutter/engine#23125)

* 3b52edff6 Roll Skia from 1d89532d5988 to 7839f66540b6 (1 revision) (flutter/engine#23126)

* 6b25350af Roll Fuchsia Linux SDK from TIKHoiQyP... to wu6yV-_BL... (flutter/engine#23127)

* 9c72085b7 Roll Skia from 7839f66540b6 to 20f1b3462878 (1 revision) (flutter/engine#23129)

* ee323d0f0 Roll Skia from 20f1b3462878 to 995f0366bd21 (2 revisions) (flutter/engine#23132)

* 625aa695e Roll Skia from 995f0366bd21 to b64da3907f76 (1 revision) (flutter/engine#23135)

* affc4216f Roll Skia from b64da3907f76 to 81da68af2ecf (7 revisions) (flutter/engine#23142)

* 9a6a31e00 Roll Fuchsia Mac SDK from chLTYsKMR... to RDUxjnng0... (flutter/engine#23143)

* 78657edbb Added golden test to make sure that spawn engines work. (flutter/engine#23066)

* bb9cac29a Roll Fuchsia Linux SDK from wu6yV-_BL... to _l04etgVd... (flutter/engine#23145)

* 51c9ae956 Add --strict_null_safety_checks to the Dart flag allowlist (flutter/engine#23144)

* 76310c426 Add missing sdk constriant in pubspec.yaml files. (flutter/engine#23124)

* 6e54f0d2d [fuchsia] Add wrapper for zx_clock_get_monotonic. (flutter/engine#23128)

* ade75e08f [web] Rich paragraph getPositionForOffset (flutter/engine#23133)

* 2ef2c8616 Fix engine in preparation for implementing https://github.com/dart-lang/language/issues/1274 (flutter/engine#23131)

* 9384324cc Update android_lint deps (flutter/engine#23151)

* ea4bb2ae4 Roll Skia from 81da68af2ecf to 7b920446a8fc (14 revisions) (flutter/engine#23152)

* 4b5e4e605 Make it easier to turn on Xcode symlinks (flutter/engine#23150)

* 325f06958 Roll fuchsia toolchain (flutter/engine#23155)

* 05704d312 Use include for C/C++ headers in darwin/macos (flutter/engine#23035)

* 8d3d69b6b Turned no malloc scribble and randomized the tests. (flutter/engine#23014)

* 418cc488e Fix macOS crash when modifier keys pressed. (flutter/engine#23154)

* a8c360dc2 Update FlutterPlatformViewsTests (flutter/engine#23158)

* d941aefa6 [web] Rich text painting on bitmap canvas (flutter/engine#23136)

* 67cb0f382 Revert "[web] Switch web-render option default to auto (#23090)" (flutter/engine#23161)

* c4b48c554 Roll Skia from 7b920446a8fc to dfc880bd9ba0 (14 revisions) (flutter/engine#23164)

* de1de9d44 Disable FlutterPluginAppLifeCycleDelegateTest testWillResignActive (flutter/engine#23166)
2020-12-17 23:53:05 -08:00
Abhishek Ghaskata b84d8ee2df
Bottom navigation items length docs (#72490) 2020-12-17 22:29:01 -08:00
Todd Volkert e2a0d03b79
Avoid null check operator failure in RenderFlex._hasOverflow (#72122)
Fixes https://github.com/flutter/flutter/issues/71972
2020-12-17 19:25:28 -08:00
keyonghan bb0e6ce9b0
Unflaky remaining linux tasks (#72563)
* remove flaky flag

* remove from manifest

* fix test
2020-12-17 17:23:35 -08:00
J-P Nurmi 803c07fe3b
Fix EditableText.enableInteractiveSelection on desktop & web (#70972)
selectionEnabled was not taken into account in:

key movement handling in RenderEditable
mouse drag handling in TextSelectionGestureDetectorBuilder
2020-12-17 16:56:47 -08:00
Kate Lovett 26ccbd9ff6
Update Scrollbar behavior for mobile devices (#72531) 2020-12-17 15:34:02 -08:00
Jenn Magder ff8203dcdc
Migrate usage value plugin count off .flutter-plugins (#72538) 2020-12-17 14:56:05 -08:00
Todd Volkert 9a9339fbcb
Fix bug in docs.dart (#72544)
Add a check that a pubspec file exists before trying to read it.
2020-12-17 14:47:45 -08:00
Todd Volkert 1c530a92ac
Override MultiChildRenderObjectElement renderObject getter to provide covariant type (#72530) 2020-12-17 14:47:23 -08:00
Jenn Magder d6857bc026
Build/copy macOS frameworks to built products instead of ephemeral directory (#72378) 2020-12-17 14:47:05 -08:00
Todd Volkert becf09c515
Update various API docs (#72548) 2020-12-17 14:46:25 -08:00
Jenn Magder 1c18cf3da8
Move macOS Podfile logic into the tool (#72020) 2020-12-17 11:48:16 -08:00
Paul Berry 9ec1601c46
Fix flutter in preparation for implementing Dart's "Infer non-nullability from local boolean variables" (#72494)
When https://github.com/dart-lang/language/issues/1274 (Infer
non-nullability from local boolean variables) is implemented, flow
analysis will detect that code like this no longer needs to perform a
null check:

    final bool contextIsValid = focus != null && focus.context != null;
    ...
    if (contextIsValid) {
      ... focus! ... // Null check unnecessary
    }

To avoid a build failure due to the unnecessary null check, we need to
temporarily write it in a way that we can ignore it.  Once the feature
is complete and rolled into flutter, I'll remove the null check
entirely.
2020-12-17 11:37:34 -08:00
Kate Lovett 6bb582219c
Remove deprecated [PointerEnterEvent, PointerExitEvent].fromHoverEvent (#72395) 2020-12-17 11:34:03 -08:00
Hans Muller dc80d499f3
Added backwardsCompatibility flag to AppBarTheme (#72472) 2020-12-17 10:39:03 -08:00
Jenn Magder 23f5fbc69d
Update CocoaPods minimum version to 1.9 (#71170) 2020-12-17 10:22:50 -08:00
Ming Lyu (CareF) 9f7e785c7b
add doc for scroll_smoothness metrics (#72479) 2020-12-17 09:59:03 -08:00
engine-flutter-autoroll a05c1581a4
Roll Engine from 6edb402ee452 to fd6b409f950b (2 revisions) (#72478) 2020-12-17 09:54:02 -08:00
Hans Muller 8960baa4b7
Updated the MaterialBanner example, NNBD, etc (#72477) 2020-12-17 09:49:02 -08:00
creativecreatorormaybenot 9ff4326e1f
Test generated_plugin_registrant analysis & suppress long lines in web plugin registrant (#71981) 2020-12-16 22:19:05 -08:00
Yuqian Li db9c389259
Add SkiaPerfGcsAdaptor and its tests (#70674) 2020-12-16 22:14:04 -08:00
engine-flutter-autoroll 38852baf00
6edb402ee Roll Skia from f52a8112909c to 632a23afa487 (10 revisions) (flutter/engine#23112) (#72470) 2020-12-16 15:19:03 -08:00
engine-flutter-autoroll 471046fc96
69d7e8eb9 Correct button state on synthetic pointer events (flutter/engine#23111) (#72468) 2020-12-16 14:08:04 -08:00
engine-flutter-autoroll 33b9e08a31
b0c6686d4 Roll Skia from 6e110c89ed50 to f52a8112909c (5 revisions) (flutter/engine#23109) (#72463) 2020-12-16 12:58:03 -08:00
keyonghan 4833f8f93d
remove flaky flag & disable devicelab tests (#72455) 2020-12-16 12:23:02 -08:00
xster c980c2413e
update cupertino icons to 1.0.2 (#72420) 2020-12-16 12:03:51 -08:00
Jenn Magder cdacae89e1
Revert "Launch named iOS simulators (#72323)" (#72447)
This reverts commit 84a7a611b0.
2020-12-16 11:52:59 -08:00
engine-flutter-autoroll ef8959abb0
f0655e084 Roll Skia from 15f51848df7f to 6e110c89ed50 (4 revisions) (flutter/engine#23108) (#72454) 2020-12-16 11:28:03 -08:00
Sam Rawlins 8952fb38df
Remove unused dart:async imports. (#72410) 2020-12-16 11:23:03 -08:00
xster ca82c572b7
Revert "let NOTICES be double gzip wrapped to reduce on-disk installed space (#71899)" (#72438) 2020-12-16 10:58:19 -08:00
Michael Goderbauer a665dd1cab
Migrate more doc samples (#72392) 2020-12-16 10:57:56 -08:00
Sam Rawlins 0dc80621eb
Return null instead of empty in Future.catchError callbacks (#72409) 2020-12-16 10:38:04 -08:00
RomanJos a3971153f6
[Proposal] Make mouseWheel zoom in % instead of pixels value (#71266)
InteractiveViewer scale gesture feel improvement.
2020-12-16 10:36:53 -08:00
keyonghan b11521ada5
enable remaining linux builders (#72445) 2020-12-16 10:18:05 -08:00
Yash Johri 04c104cce6
[BottomNavigationBar] Adds more control to ToolTip (#71079) 2020-12-16 09:33:03 -08:00
Yash Johri 7ce8f4abae
Accessibility: repeated label on BottomNavigationBar fixed (#71587) 2020-12-16 09:23:02 -08:00
voobel ea7017d3a8
enableFlutterDriverExtension: optionally disable text entry emulation (#71656) 2020-12-16 09:09:22 -08:00
engine-flutter-autoroll d3179f0e72
Roll Engine from e9f2f0eaea4a to 9e3803b36718 (2 revisions) (#72433) 2020-12-16 09:08:04 -08:00
engine-flutter-autoroll e24e763872
Roll Engine from 0445f7985e06 to e9f2f0eaea4a (2 revisions) (#72425) 2020-12-16 04:33:03 -08:00
engine-flutter-autoroll 1abe1d4c61
Roll Engine from a70f6de1397f to 0445f7985e06 (6 revisions) (#72414) 2020-12-15 23:28:03 -08:00
engine-flutter-autoroll 876c313784
Roll Engine from b080bdf56fe7 to a70f6de1397f (2 revisions) (#72408) 2020-12-15 22:23:03 -08:00
keyonghan 169bba8ee4
fix builder name (#72413) 2020-12-15 22:10:33 -08:00
engine-flutter-autoroll 8f9e7ab24f
Roll Engine from 0495b45c60cd to b080bdf56fe7 (3 revisions) (#72404) 2020-12-15 19:13:03 -08:00
keyonghan 152cd8a2c0
use __ instead in builder name (#72405) 2020-12-15 18:28:50 -08:00
engine-flutter-autoroll 32de4c15ee
0495b45c6 Roll Dart SDK from d7266520ca18 to 1297e4ae2140 (1 revision) (flutter/engine#23093) (#72402) 2020-12-15 18:08:04 -08:00
keyonghan 01f63b27a9
fix builder names (#72403) 2020-12-15 18:01:03 -08:00
Shi-Hao Hong 2eee5ae949
[State Restoration] RestorableBoolN (#71653) 2020-12-15 17:53:04 -08:00
keyonghan 824c8cd08d
add first ten linux devicelab luci tests (#72401) 2020-12-15 17:48:57 -08:00
engine-flutter-autoroll 09bc67e646
3d4c021fb [canvaskit] cache and reuse platform view overlays (flutter/engine#23061) (#72397) 2020-12-15 17:03:03 -08:00