- 24 May, 2019 3 commits
-
-
Jonah Williams authored
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 23 May, 2019 8 commits
-
-
liyuqian authored
-
Todd Volkert authored
-
Todd Volkert authored
It was easy to miss the reference to the top-level `imageCache` property before. This calls out the property a little more explicitly.
-
Paul Berry authored
The dart analyzer fails to warn about missing returns in function expressions due to a bug that has been fixed but not yet rolled into Flutter (see https://dart-review.googlesource.com/c/sdk/+/100301). So it failed to catch that https://github.com/flutter/flutter/pull/33217 accidentally introduced a call to `testWidgets` that passed it a synchronous callback.
-
Fedor Korotkov authored
They are newer and faster to start
-
Justin McCandless authored
Fix a bug where holding down on text selection caused the handles to flash. The fix was to only update selection when it actually changed.
-
Devon Carew authored
-
Todd Volkert authored
I forgot to add `onChunk` to them in #33092
-
- 22 May, 2019 8 commits
-
-
stuartmorgan authored
This is necesasry to integrate CocoaPods, since CocoaPods operates primarily on the workspace rather than the project.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/64f18f2cb686...8dc3a4cde207 git log 64f18f2cb686649e7ba330e8254053f13d1526cd..8dc3a4cde2075a4f5458fd0eb199627f5124508d --no-merges --oneline 8dc3a4cde Add missing top level to stub_ui (flutter/engine#9060) 6299af30a remove over-optimistic assert (flutter/engine#9045) 0308a1c4a Roll src/third_party/dart fde6a5917e..e3edfd36b2 (14 commits) 1bce77992 Roll src/third_party/skia e63b01b364a0..f77dbd04b926 (19 commits) (flutter/engine#9057) 4dbb9ba38 Expose pointer type and buttons in embedder.h (flutter/engine#9034) 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 (garyq@google.com), and stop the roller if necessary.
-
Jonah Williams authored
-
Jonah Williams authored
-
Jason Simmons authored
-
Emmanuel Garcia authored
-
Ian Hickson authored
* Clean up some flutter_tools tests * Remove arbitrary retry that happens even for fundamental errors, and generally clean up _DevFSHttpWriter. * Update dependencies (requires fixes; see next commit) * Fixes for new dependencies.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/75963dbb0ba6...303a3910d398 git log 75963dbb0ba62a9dbd7024e568fbe5d499d00d7d..303a3910d398ee48a3411108688ebd5ccc101e8a --no-merges --oneline 303a3910d fix dartdevc build (flutter/engine#9036) 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 (garyq@google.com), and stop the roller if necessary.
-
- 21 May, 2019 21 commits
-
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
75963dbb0 Roll src/third_party/skia 12710911dcc2..e63b01b364a0 (11 commits) (flutter/engine#9035) (#33151) https://github.com/flutter/engine/compare/ee5915fbb086...75963dbb0ba6 git log ee5915fbb0862ec42754ec35fe9ada03871ae60b..75963dbb0ba62a9dbd7024e568fbe5d499d00d7d --no-merges --oneline 75963dbb0 Roll src/third_party/skia 12710911dcc2..e63b01b364a0 (11 commits) (flutter/engine#9035) 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 (garyq@google.com), and stop the roller if necessary.
-
Mattia Crovero authored
scrollController param on TextField and CupertinoTextField
-
Todd Volkert authored
This is another step towards supporting image loading progress notification at the widgets layer. This adds an `ImageChunkEvent` class along with associated `ImageChunkListener` callback signature and an `onChunk` property to `ImageStreamListener`. The events serve to notify registered listeners when byte chunks are received while loading an image. https://github.com/flutter/flutter/issues/32374
-
Lorenz Nickel authored
-
engine-flutter-autoroll authored
ee5915fbb Avoid unnecessary copying of vectors in AccessibilityBridge (flutter/engine#9033) (#33147) https://github.com/flutter/engine/compare/74aaf735a474...ee5915fbb086 git log 74aaf735a4744ea2274ccec8aee2263071e52e29..ee5915fbb0862ec42754ec35fe9ada03871ae60b --no-merges --oneline ee5915fbb Avoid unnecessary copying of vectors in AccessibilityBridge (flutter/engine#9033) 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 (garyq@google.com), and stop the roller if necessary.
-
engine-flutter-autoroll authored
74aaf735a Roll src/third_party/skia 54fbe0f813c1..12710911dcc2 (5 commits) (flutter/engine#9032) (#33141) https://github.com/flutter/engine/compare/6dd38f3b8575...74aaf735a474 git log 6dd38f3b85753f5830ac490de15547ec3a588ac0..74aaf735a4744ea2274ccec8aee2263071e52e29 --no-merges --oneline 74aaf735a Roll src/third_party/skia 54fbe0f813c1..12710911dcc2 (5 commits) (flutter/engine#9032) 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 (garyq@google.com), and stop the roller if necessary.
-
Greg Spencer authored
This just fixes up some comments for DefaultFocusTraversal, and fixes a minor bug when setting the onKey on a FocusNode on creation before attaching to it.
-
Christopher Fujino authored
* don't send crash reports if on a user branch. * add test to test/crash_reporting_test.dart
-
Todd Volkert authored
This re-applies #32437 with a fix to the broken device lab test.
-
Efthymis Sarmpanis authored
(all tests passed, github not displaying it)
-
Zachary Anderson authored
-
Shi-Hao Hong authored
-
engine-flutter-autoroll authored
6dd38f3b8 Roll src/third_party/skia 1903c94f44fd..54fbe0f813c1 (6 commits) (flutter/engine#9030) (#33128) https://github.com/flutter/engine/compare/301f560bd835...6dd38f3b8575 git log 301f560bd835e462134b491f1d5a74d21d03f3a8..6dd38f3b85753f5830ac490de15547ec3a588ac0 --no-merges --oneline 6dd38f3b8 Roll src/third_party/skia 1903c94f44fd..54fbe0f813c1 (6 commits) (flutter/engine#9030) 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 (garyq@google.com), and stop the roller if necessary.
-
Michael Thomsen authored
-
engine-flutter-autoroll authored
301f560bd Roll src/third_party/skia dbc3caaf6c3d..1903c94f44fd (1 commits) (flutter/engine#9028) (#33096) https://github.com/flutter/engine/compare/e40768c63a00...301f560bd835 git log e40768c63a00252062ea1061a6db9e756ccb65e8..301f560bd835e462134b491f1d5a74d21d03f3a8 --no-merges --oneline 301f560bd Roll src/third_party/skia dbc3caaf6c3d..1903c94f44fd (1 commits) (flutter/engine#9028) 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.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/3d2e9b24aa71...e40768c63a00 git log 3d2e9b24aa712ba60206e7ac392a709df0939635..e40768c63a00252062ea1061a6db9e756ccb65e8 --no-merges --oneline e40768c63 Initialize next_pointer_flow_id_ to 0 (flutter/engine#9026) 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.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/e3772232c2d2...3d2e9b24aa71 git log e3772232c2d24c174beac7ef03dff63907cdda46..3d2e9b24aa712ba60206e7ac392a709df0939635 --no-merges --oneline 3d2e9b24a Correct the return type of addRetained (flutter/engine#9025) 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.
-
Darren Austin authored
-
Todd Volkert authored
The current API was broken in that you registered multiple callbacks at once, but when you removed listeners, only the primary listener was used to determine what was removed. This led to unintuitive cases where the caller could get unexpected behavior. This updates the API to add and remove listeners using a newly introduced [ImageStreamListener] object, a value object that has references to the individual callbacks that may fire. flutter/flutter#24722 flutter/flutter#32374 flutter/flutter#32935
-
Greg Spencer authored
Resets the enabled color for outline text field default borders to "On Surface 38%" instead of "On Surface 12%" to match spec. Also fixes the hover overlay to be "On Surface 12%" to match spec.
-