- 15 Mar, 2019 8 commits
-
-
Mike Leonhard authored
-
Efthymis Sarmpanis authored
-
Brian Wilkerson authored
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/403337ebb893...b36068c3778c git log 403337ebb893380101d1fa9cc435ce9b6cfeb22c..b36068c3778c014ac999ce03412af2690bc713bc --no-merges --oneline b36068c37 Roll src/third_party/skia 05201fc7e77e..aefecad7c0d2 (5 commits) (flutter/engine#8176) b32d0ab98 Bugfix: Prevent crash when responding to a platform message after FlutterJNI detaches from native (#28651). (flutter/engine#8170) d9b2f0946 Roll src/third_party/skia 512e38091c85..05201fc7e77e (10 commits) (flutter/engine#8173) 4b01d795f Add frame and target time metadata to vsync events and connect platform vsync events using flows. (flutter/engine#8172) f7a092262 [fuchsia] Remove deprecated libraries from snapshot (flutter/engine#8085) 09db84fad Android Embedding PR 19: Add accessibility to new FlutterView. (flutter/engine#8109) 246f0e3f4 Add an allocator specific check to ensure that strings passed to the timeline are not heap allocated. (flutter/engine#8168) 7a6bb9998 Roll src/third_party/skia feb720f746dc..512e38091c85 (11 commits) (flutter/engine#8169) 5825bdac9 Roll src/third_party/dart 7d560f8385..7418238239 (61 commits) 66fdeb163 Add dump-shader-skp switch to help ShaderWarmUp (flutter/engine#8148) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (jsimmons@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Dan Field authored
* Manual engine roll with goldens
-
Justin McCandless authored
Adds the `minLines` and `expands` parameters for controlling text height. The original PR was reverted, so this one contains a few extra fixes for the tests that were broken.
-
Jonah Williams authored
-
- 14 Mar, 2019 10 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit c2e08913.
-
Dan Field authored
-
Shi-Hao Hong authored
-
Hans Muller authored
-
Dan Field authored
* guard new formatter behind env var
-
rami-a authored
-
Jonah Williams authored
-
Gary Qian authored
* Revert "Roll engine 31b289f277c6..b1b388f1c235 (7 commits) (#29323)" This reverts commit 58ac1287. Also rolls: 8b1a299ed [Skia] Rollback Skia to 29d5dec9a0783a033b921dc483fb98d565d684f6 (flutter/engine#8151) 9f50dae33 Look up ICU symbols based on the path to libflutter.so as a fallback (flutter/engine#8139) 59715b71d Disable build_ios task due to lack of credits. (flutter/engine#8150)
-
- 13 Mar, 2019 8 commits
-
-
engine-flutter-autoroll authored
* 59715b71d Disable build_ios task due to lack of credits. (flutter/engine#8150) * 9f50dae33 Look up ICU symbols based on the path to libflutter.so as a fallback (flutter/engine#8139) * 8b1a299ed [Skia] Rollback Skia to 29d5dec9a0783a033b921dc483fb98d565d684f6 (flutter/engine#8151) * 8be2aca56 Roll src/third_party/dart 1bd36d694d..674fd0e060 (48 commits) #8152 * 2e427030f Revert "Disable build_ios task due to lack of credits. (#8150)" (flutter/engine#8153) * 2daebebf4 Fix text.dart height docs (flutter/engine#8079) * b1b388f1c Encode scroll motion events in the Android touch processor (flutter/engine#8149)
-
Dan Field authored
* Avoid writing to stderr before process has finished streaming
-
Gary Qian authored
31b289f27 Fix indexing error in dart:ui TextStyle.toString (flutter/engine#8143) fc2e6b61c Typo "fast an inline" to "fast and inline" (flutter/engine#8142) 0f19b2de0 Reland PerformanceOverlayLayer golden test (flutter/engine#8140) 073aadde1 Fix TextStyle decode misalignment (flutter/engine#8141) d87d29054 Roll src/third_party/skia 406b068942f0..2eecc3ea3d71 (11 commits) (flutter/engine#8138) 5cef4a022 Use final state passed to dart before initialization as the initial lifecycleState. (flutter/engine#8124) ffef51be6 Roll src/third_party/skia 665bc64a2dc4..406b068942f0 (8 commits) (flutter/engine#8137) 48efd0fb7 Roll src/third_party/skia 762ddd7e4352..665bc64a2dc4 (2 commits) (flutter/engine#8129) f666adbbd Roll src/third_party/skia 2932a458957d..762ddd7e4352 (3 commits) (flutter/engine#8128) 8b0df6ded Bugfix #29203: NPE in getAccessibilityProvider in old FlutterView. (flutter/engine#8126) 8f7b18345 Roll src/third_party/skia c6d8781c4036..2932a458957d (2 commits) (flutter/engine#8125) 52b67fdd5 Expose decorationThickness to dart:ui (flutter/engine#8008)
-
Jonah Williams authored
-
sjindel-google authored
Don't show handles outside the text field's boundary.
-
Michael Goderbauer authored
-
Shi-Hao Hong authored
-
- 12 Mar, 2019 14 commits
-
-
Dan Field authored
* Always composite PhysicalModels * Update tests to check layer tree instead of canvas for Physical shadows
-
Hans Muller authored
-
guoskyhero authored
-
Sean D'Souza authored
-
liyuqian authored
* No image shader caching in default shader warm-up It turns out that no matter how small the image is, too much memory will be used. Hence remove the image shader caching and let the client implement itself based on needs. Fixes https://github.com/flutter/flutter/issues/29172 * Fix
-
Fedor Korotkov authored
* Install JDK and Android SDK only for integration and build tests
-
Hans Muller authored
-
Michael Goderbauer authored
-
Hans Muller authored
-
Kate Lovett authored
* Updated ListView Sample code with more examples for different constructors and also to match asset diagrams. * Fixed MIA semicolons. * Code cleanup. * Added context for ListView.builder example. * Analyzer does not like const and static usages. * Replaced the const declarations with final. The analyzer does not like the use of const here, at all. * Fixed parameterized declarations.
-
Michael Goderbauer authored
-
Danny Tuppeny authored
* Add a `flutter create --list-samples` command * Add some comments/docs * Tweak text
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/56d8634c51ff...5ccee9537334 git log 56d8634c51ff50534b1853b71205eff861131dcf..5ccee95373348854bc4877cfe240024a36847d2d --no-merges --oneline 5ccee9537 Roll src/third_party/skia e9c1ce89c005..c6d8781c4036 (29 commits) (flutter/engine#8123) 20165b314 Integrated AndroidTouchProcessor within the old FlutterView (flutter/engine#8095) bc901324f Revert "Add support for trace counters with variable arguments and instrument the raster cache. (#8094)" (flutter/engine#8122) 2a0d35428 Add support for trace counters with variable arguments and instrument the raster cache. (flutter/engine#8094) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (mklim@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/a71609f0695c...56d8634c51ff git log a71609f0695c2977ac96b7a79e67e24767abfda2..56d8634c51ff50534b1853b71205eff861131dcf --no-merges --oneline 56d8634c5 Improve shadow doc in PhysicalShapeLayer (flutter/engine#8114) bd0f9085e Adds a platfromViewId to SemanticsNode (flutter/engine#8055) The AutoRoll server is located here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff (mklim@google.com), and stop the roller if necessary.
-