23037 Commits

Author SHA1 Message Date
Jonah Williams
7ceb20417c
disable hot reload web tests on CI due to flakes (#69802) 2020-11-04 12:36:33 -08:00
Jenn Magder
36ff0b2d20
Mark prod_builders tests as not flaky (#69803) 2020-11-04 12:30:01 -08:00
Jonah Williams
0ddb1ae713
fix hot reload benchmark data (#69798) 2020-11-04 11:43:24 -08:00
Madhur Maurya
595df47f2b
Tab bar improvements (#63683)
* indicatorPadding now does not get ignored

* Removing unnecessary comments

* Throw FlutterError on indicatorPadding

* Tests for indicatorPadding

* Migrate test to NNBD

* Tests Renamed
2020-11-04 11:20:27 -08:00
Jonah Williams
6cec03c7c1
[flutter_tools] do not reload sources if no sources changed (#69450)
If no source files were changed by a hot reload, do not send the reload sources RPC. This slightly speeds up the no-op reloads and gives users a faster way to force a re-render.
2020-11-04 11:15:30 -08:00
Hans Muller
b73cae17a4
ButtonStyle style side should default to shape.side (#69713) 2020-11-04 11:14:05 -08:00
Shi-Hao Hong
ad9b30b38d
Center the AnimatedPositioned code sample (#69644) 2020-11-04 10:44:05 -08:00
Per Classon
2f611f1477
Make header optional in PaginatedDataTable (#69610) 2020-11-04 10:39:06 -08:00
Aneesh Rao
96a78c0883
Enable customization of TabBar's InkWell (#69457) 2020-11-04 10:34:05 -08:00
Jenn Magder
53410c4bb9
Compile snapshot_assembly with sdk root set in Xcode (#69731) 2020-11-04 10:32:01 -08:00
xubaolin
9b564e9a8a
Make TabBar indicator color automatic adjustment optional (#68171) 2020-11-04 10:29:05 -08:00
Anna Gringauze
5034d57546
Disable web expression evaluation tests (#69728)
Temporarily disable web expression evaluation tests,
until we figure out how to disable the only on non-web bot.
2020-11-03 23:36:54 -08:00
engine-flutter-autoroll
bf94fa072d
Roll Engine from 346051939814 to 59b01e0e5a3f (35 revisions) (#69709)
* c597333e8 Roll Skia from f548a028ce70 to c21902c0d3cc (46 revisions) (flutter/engine#22224)

* 37d766c0d Fix includes to start with shell (flutter/engine#22227)

* 1ad676529 [web] Fixes canvas pixelation and overallocation due to transforms.  (flutter/engine#22160)

* 9f9fc1fa2 Roll Skia from c21902c0d3cc to 9615bcf71f2a (1 revision) (flutter/engine#22226)

* 0faa72e4a Roll Dart SDK from fed66f60a3bc to 25ef5dc559cf (1 revision) (flutter/engine#22225)

* 172a3930f Report image diff status for iOS scenario golden tests (flutter/engine#22230)

* fddabca7b updating integration tests version. (flutter/engine#22235)

* a36bcdc69 Roll Fuchsia Mac SDK from mhak7e_o6... to 8SkbMXJJ9... (flutter/engine#22231)

* 6a331d3be Roll Skia from 9615bcf71f2a to d5e6368fffd0 (8 revisions) (flutter/engine#22234)

* 9b34207a1 Fixing semantics borders on mobile web (flutter/engine#21856)

* 4e9459e00 Refactored the FlutterEngine to make it easier to implement spawn functionality (flutter/engine#21890)

* fa77e6871 disable AppLifecycleTests (flutter/engine#22236)

* 153775bc5 update golden (flutter/engine#22247)

* 50dbe8554 [web] fix hot restart type error (flutter/engine#22248)

* c8cf09aa4 Roll Skia from d5e6368fffd0 to 7585a65ac709 (7 revisions) (flutter/engine#22237)

* 68e2e4695 Roll Fuchsia Mac SDK from 8SkbMXJJ9... to Pz4ZHZrUp... (flutter/engine#22246)

* d3182bc22 Roll Dart SDK from 25ef5dc559cf to 5acb5fcf84cb (4 revisions) (flutter/engine#22243)

* 9b4bb20ac makes android semanticsnode to ignore hittest if it is not focusable (flutter/engine#22205)

* 3c7a54e9d Roll Fuchsia Linux SDK from sNx8qabBn... to QqGvMWaYk... (flutter/engine#22244)

* eea98b2b6 Roll Skia from 7585a65ac709 to dffd20efe95c (14 revisions) (flutter/engine#22250)

* 46e3bba99 Defer Windows arrow key and delete handling (flutter/engine#22207)

* 14437d6c0 fix _getArrayBuffer signature (flutter/engine#22251)

* 8defec6e8 Fix nullability issue with Image.network (flutter/engine#22252)

* 67d55ed42 Roll Dart SDK from 5acb5fcf84cb to a9d583383410 (4 revisions) (flutter/engine#22255)

* 7c8f57c07 Report error when instantiating CanvasKit network image (flutter/engine#22159)

* 9945db3d5 Remove the metrics task from cirrus. (flutter/engine#22240)

* bd1918111 Add braces on if statements to match linter style (flutter/engine#22130)

* e9c62e749 do not print in _computePixelDensity (flutter/engine#22257)

* 261710199 Roll Dart SDK from a9d583383410 to d2577410a501 (1 revision) (flutter/engine#22258)

* 3d194fa54 Switch macOS embedding to proc table embedder API (flutter/engine#21811)

* 31b6f0b31 Roll Fuchsia Mac SDK from Pz4ZHZrUp... to 6yEx5GNGG... (flutter/engine#22262)

* 78a018174 Roll Fuchsia Linux SDK from QqGvMWaYk... to oLF1FW-gC... (flutter/engine#22264)

* ccdb6819c WeakPersistentHandle migration (flutter/engine#19843)

* ce0a30c4d Roll Dart SDK from 52783837369d to b43baaaa477d (723 revisions) (flutter/engine#22265)

* 59b01e0e5 [web] Fix repaint logic for cullrect,transform changes (flutter/engine#22273)
2020-11-03 13:23:27 -08:00
Jonah Williams
c985fd35cd
[devicelab] re-land cocoon auto-restart (#69710)
Due to #69707 the SkSL tests need the process killing logic still.
2020-11-03 13:20:40 -08:00
Jenn Magder
91b82347af
Build App.framework directly to build directory (#69699) 2020-11-03 12:48:25 -08:00
Hans Muller
23198d4eef
Revert TextField.adaptive (#69631) 2020-11-03 12:28:41 -08:00
Janice Collins
c2054196a7
Update dartdoc to 0.36.2 (#69693) 2020-11-03 12:08:03 -08:00
Emmanuel Garcia
212967449b
Update plugins dependencies for the Gallery test (#69630) 2020-11-03 12:03:18 -08:00
Jonah Williams
ea3551b058
Revert "[devicelab] reboot attached devices after 30 test runs (#69447)" (#69703)
This reverts commit 406ca0bc59dc4dcaaa618cd50d889c2d7095456c.
2020-11-03 11:13:19 -08:00
Yegor
9e5d22d101
Say [APP] instead of [Gallery] in web benchmarks (#69624) 2020-11-03 10:13:07 -08:00
Jonah Williams
d0202131fd
[flutter_tools] support --extra-gen-snapshot-options everywhere --extra-front-end-options is specified (#69592)
support --extra-gen-snapshot-options everywhere --extra-front-end-options is specified
2020-11-03 10:11:14 -08:00
Jonah Williams
406ca0bc59
[devicelab] reboot attached devices after 30 test runs (#69447) 2020-11-03 10:10:55 -08:00
Jonah Williams
059cd3185c
mark flutter_gallery__transition_perf_e2e_ios32 flaky (#69696) 2020-11-03 10:08:32 -08:00
Jonah Williams
9ec5d7131b
Remove usage of --enable-experiment to analysis server (#69614) 2020-11-03 08:02:19 -08:00
Abhishek Ghaskata
c4bd14cc79
removed an (#69654) 2020-11-03 06:48:03 -08:00
Ayush Bherwani
4019956fc8
[ExpansionTile] adds collapsedBackgroundColor property (#69575) 2020-11-02 22:58:04 -08:00
Smarak Das
d618b81075
AdoptAWidget: SnackBar (#69555) 2020-11-02 22:53:04 -08:00
Jonah Williams
fb90544cab
[flutter_tools] remove unused or no longer useful code (#69547) 2020-11-02 22:48:03 -08:00
Jonah Williams
a2a4e9eda4
Revert "Build App.framework directly to build directory (#69612)" (#69641)
This reverts commit b77088319acfd6189fb2b4cb37342de251e31201.
2020-11-02 20:12:47 -08:00
Jenn Magder
b77088319a
Build App.framework directly to build directory (#69612) 2020-11-02 18:48:03 -08:00
Greg Spencer
872c9d7ba7
Add maybeLocaleOf to Localizations (#68911) 2020-11-02 18:43:02 -08:00
Jonah Williams
9383ec793b
mark flaky tests as flaky (#69633) 2020-11-02 18:15:20 -08:00
Greg Spencer
01c07e18b9
Remove nullOk parameter from Cupertino color resolution APIs (#68905)
* Remove nullOk from cupertino color resolution

* Add CupertinoDynamicColor.maybeResolveFrom

* Remove CupertinoDynamicColor.maybeResolveFrom again
2020-11-02 16:36:22 -08:00
Shi-Hao Hong
55a1d0ae9a
Offstage Docs Sample (#69567)
* Add a code sample for the [Offstage] widget
2020-11-03 08:34:40 +08:00
Jason Simmons
88bf732ec5
Make the launch background drawable compatible with older Android API levels (#69255) 2020-11-02 16:08:03 -08:00
Hans Muller
23cc1401f0
Updated the button.icon factory constructors for NNBD (#69596) 2020-11-02 15:45:38 -08:00
LongCatIsLooong
7d539043ba
dont mess with user supplied list (#69594) 2020-11-02 13:43:02 -08:00
Greg Spencer
88809aa247
Standardize dartdoc macro names (#69445) 2020-11-02 13:28:05 -08:00
David Garcia
03a3457f10
fix(itemExtent): Fix rounded issue using precisionErrorTolerance (#68199) 2020-11-02 13:23:04 -08:00
Pieter van Loon
b7a92f05d2
Actually consume top padding in bottomsheet if scrollcontrolled (#66257) 2020-11-02 13:18:06 -08:00
YeungKC
60a8b333b0
fix mouse wheel scroll miscontrol of ScrollPosition. (#66039) 2020-11-02 13:13:03 -08:00
Jonah Williams
8291f4810f
[flutter_tools] add canvaskit hot reload integration test (#69550) 2020-11-02 10:40:46 -08:00
Michael Goderbauer
0490fd75aa
Make Theme.of non-nullable (#68922) 2020-11-02 09:20:42 -08:00
Michael Goderbauer
3aba15f95d
move to onTapUp (#69422) 2020-11-02 09:18:58 -08:00
Justin McCandless
22f3cd8a67
Rename AutocompleteCore to RawAutocomplete to match similar naming elsewhere in Flutter (#69419)
We are standardizing around the term Raw for lower level widgets.
2020-11-02 09:11:10 -08:00
Andy Weiss
c4ceea397a
[flutter_tools] Support zipped application bundles for macOS (#68854)
* [flutter_tools] Support zipped application bundles for macOS

It is not possible to directly produce a directory (.app) in some build systems
but rather it must be zip'ed before being passed to the tool for
running. This adds support for attempting to extract an application
bundle from a zip file if the bundle is not already a directory. This
uses very similar code from lib/src/application_package.dart which is
used for extracting an ipa for iOS.

This introduces tests for the macos/application_package.dart behavior which did not exist before. These tests cover the changes in the PR and some of the existing behavior, but do not cover everything in that file.
2020-11-02 08:58:33 -08:00
Abdullah Deshmukh
8328b56ef3
AdoptAWidget: Dismissible (#69535) 2020-11-02 05:48:03 -08:00
Jivansh Sharma
ee5c080d7b
Update Draggable API Docs (#69527) 2020-11-02 03:58:05 -08:00
Yash Johri
50970cd777
[RadioListTile] Adds shape, tileColor and selectedTileColor to RadioListTile (#69399) 2020-11-02 03:53:05 -08:00
Chintan Patel
734d2a22fe
AdoptAWidget: SliverWithKeepAliveWidget (#69470) (#69557) 2020-11-02 01:53:02 -08:00