- 20 Nov, 2019 17 commits
-
-
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 23 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
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/762294cf2d29...ecb32952ffcb git log 762294cf2d29..ecb32952ffcb --no-merges --oneline 2019-11-19 bkonyi@google.com Roll src/third_party/dart 830f291773..62c67e40dc (15 commits) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jimgraham@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
engine-flutter-autoroll authored
git@github.com:flutter/engine.git/compare/9832bc8f2eb2...762294cf2d29 git log 9832bc8f2eb2..762294cf2d29 --no-merges --oneline 2019-11-19 tvolkert@users.noreply.github.com Revert "RendererContextSwitch guard flutter's gl context rework. (#13812)" (flutter/engine#13906) 2019-11-19 bkonyi@google.com Roll src/third_party/dart 06e6554d2e..830f291773 (22 commits) (flutter/engine#13905) 2019-11-19 ferhat@gmail.com Fix withIn matcher distance function lookup (flutter/engine#13904) 2019-11-18 bkonyi@google.com Roll src/third_party/dart aceeba7567..06e6554d2e (2 commits) (flutter/engine#13900) 2019-11-18 ferhat@gmail.com Fix single line bitmap canvas text shadow (flutter/engine#13901) 2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/linux-amd64 from dhwMR... to kSMF7... (flutter/engine#13899) 2019-11-18 bkonyi@google.com Roll src/third_party/dart 7b67303318..aceeba7567 (8 commits) 2019-11-18 skia-flutter-autoroll@skia.org Roll fuchsia/sdk/core/mac-amd64 from 6ZRA_... to Oo6E_... (flutter/engine#13894) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jimgraham@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md
-
Kaushik Iska authored
This reverts commit f48f4573.
-
Greg Spencer authored
This adds a FocusableActionDetector, a widget which combines the functionality of Actions, Shortcuts, MouseRegion and a Focus widget to create a detector that defines actions and key bindings, and will notify that the focus or hover highlights should be shown or not. This widget can be used to give a control the required detection modes for focus and hover handling on desktop and web platforms. I replaced a bunch of similar code in many of our widgets with this widget, and found that pretty much any control that wants to be focusable wants all of these features as well: focus highlights, hover highlights, and actions to activate it. Also eliminated an extra _hasFocus variable in FocusState that wasn't being used.
-
Shi-Hao Hong authored
-