- 21 Nov, 2019 1 commit
-
-
Sangmin Lee authored
-
- 20 Nov, 2019 21 commits
-
-
Jonah Williams authored
This reverts commit 6b5634fe.
-
Jonah Williams authored
-
chunhtai authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Todd Volkert authored
This reverts commit 399aebc4. It contained Apache 2.0 licensed files, which aren't allowed in flutter/flutter
-
Todd Volkert authored
This reverts commit 421bf647. Was causing severe breakages in Google.
-
Danny Tuppeny authored
* Enable asserts See https://github.com/flutter/flutter/issues/36476 * Remove comment
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 99324105. It was implicated in https://github.com/flutter/flutter/issues/45258
-
Anthony authored
Update the Slider and RangeSlider to the latest Material spec. This introduces an updated track, updated thumbs, updated tick marks, and a new value indicator shape. The old paddle value indicator shape is also updated so that text scaling works consistently.
-
Danny Tuppeny authored
-
Emmanuel Garcia authored
This reverts commit 2135e9fb.
-
Emmanuel Garcia authored
-
engine-flutter-autoroll authored
* f240462bb Implement basic text rendering support in CanvasKit backend (flutter/engine#13903) * ffcd8564a Imagefilter wrapper object (flutter/engine#13711) * 176f56329 Roll src/third_party/dart eeca3fb1cb..1f933abcee (7 commits) (flutter/engine#13931)
-
Jonah Williams authored
-
Todd Volkert authored
https://github.com/flutter/engine/compare/c812a62b8810...2d35b4ec1f04 Expose the platform view mutator stack to custom compositors. (flutter/engine#13731) Roll fuchsia/sdk/core/linux-amd64 from T9BAw... to 7mmHP... (flutter/engine#13924) Changing test runner and platform to be browser independent (flutter/engine#13869) Roll Skia to e678b79c489d (2 commits) (flutter/engine#13923)
-
Ian Hickson authored
-
Todd Volkert authored
git@github.com:flutter/engine.git/compare/f4fba66c2fad...c812a62b8810 git log f4fba66c2fad..c812a62b8810 --no-merges --oneline 2019-11-19 jonahwilliams@google.com allow ignoring toString, hashCode, and == in api_conform_test (flutter/engine#13907) 2019-11-19 bkonyi@google.com Roll src/third_party/dart d9d5fbc109..eeca3fb1cb (5 commits) 2019-11-19 chinmaygarde@google.com Add virtual destructor to GPUSurfaceSoftwareDelegate. (flutter/engine#13918) 2019-11-19 47866232+chunhtai@users.noreply.github.com Moves pointer event sanitizing to engine. (flutter/engine#13697)
-
Greg Spencer authored
Before this change, it was possible to move the focus onto a control that was no longer in the view using focus traversal. This changes that, so that when a control is focused, it makes sure that if it is the child of a scrollable, that the scrollable attempts to keep it in view. If it is already in view, then nothing scrolls. When asked to move in a direction, the focus traversal code tries to find a control to move to inside the scrollable first, and then looks for things outside of the scrollable only once the scrollable has reached its limit in that direction.
-
Emmanuel Garcia authored
This reverts commit 6d77996d.
-
- 19 Nov, 2019 18 commits
-
-
liyuqian authored
This will catch issues like https://github.com/flutter/flutter/issues/44252, and this test is inspired by the `list_demo` sample app in https://github.com/flutter/flutter/issues/43083#issue-509586473 This is tested locally on a Moto G4 before and after the fix https://github.com/flutter/engine/pull/13710 The `average_frame_rasterizer_time_millis` of this test drops from ~5.4ms to ~4.9ms after that fix.
-
chunhtai authored
* reland add lifecycle enum and fix the scheduleforcedframe
-
Todd Volkert authored
f4fba66 Adding opacity -> alpha method to Color class (flutter/engine#13902) 86e82fc Roll src/third_party/skia d3ddcb403993..c5e528e15b1f (1 commits) (flutter/engine#13916) 84ed7be [web] Implement PathMetrics.length (flutter/engine#13909) 2b007ed Roll fuchsia/sdk/core/mac-amd64 from 8X5fE... to bC9Qy... (flutter/engine#13919) ad0cbdc Roll src/third_party/dart 5b72c1c669..d9d5fbc109 (5 commits) (flutter/engine#13917) c4c1e57 Roll src/third_party/skia d4fb7c7b140d..d3ddcb403993 (21 commits) (flutter/engine#13915) 38147fa Roll fuchsia/sdk/core/linux-amd64 from kSMF7... to T9BAw... (flutter/engine#13914) 7c5ed6c Roll src/third_party/dart 62c67e40dc..5b72c1c669 (17 commits) 72b6a7e Roll buildroot to a985f7f63ac. (flutter/engine#13910) e16a4b7 Roll fuchsia/sdk/core/mac-amd64 from Oo6E_... to 8X5fE... (flutter/engine#13912) 47e1026 Roll src/third_party/skia c9d263c1213e..d4fb7c7b140d (7 commits) (flutter/engine#13897)
-
Greg Spencer authored
This fixes the sample code analysis to treat dartpad snippets in the same way as snippet snippets, which it wasn't until now (the snippet generator was treating them as "samples"), and some errors crept in. This PR also fixes those errors. Also, added a --verbose option to the sample analyzer.
-
Jenn Magder authored
-
Emmanuel Garcia authored
-
Danny Tuppeny authored
* Allow web server device to use extension if started with --start-paused * Fix comment * Remove browser-launch option that allowed using Chrome without launching Chrome The web-server device should now be used if you don't want to launch a browser. * Add tests for WebServerDevice with --start-paused * Fixes from rebase * More fixes from rebase * Fix from rebase * Fix condition for page refresh in non-debug builds * Make dwds conditions match with a new getter * Add missing .device
-
Danny Tuppeny authored
I've had many OOMKilled failures on Cirrus on this shard today on trivial PRs.
-
Greg Spencer authored
I updated the build files for manual_tests, as well as adding in a macos and web directory to allow the manual tests to be run on the web or on desktop. The main change here are the parts that I added to the files in manual_tests/lib/... (the addition of kIsWeb to "if (!kIsWeb && Platform.isMacOS) {") The rest is just an update of the auto-generated code from flutter create.
-
Jason Simmons authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Per Classon authored
* Allow plural localized strings to not specify every case
-
Jonah Williams authored
-
Per Classon authored
Add Material Study app Rally as an example app
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools/lib * address review comments * use castStringKeyedMap * introduce {bool,string,strings}Arg * fix ci
-