This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Roll Flutter from 3e6e996f9eff to a3fd36a11500 (77 revisions) #4677
Closed
engine-flutter-autoroll
wants to merge
77
commits into
flutter:main
from
engine-flutter-autoroll:flutter-plugins-de28a977-45f1-4960-be2d-9f9dadf5ca66-1642523128
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
This pull request is not suitable for automatic merging in its current state.
|
Contributor
Author
|
Commit queue failed; closing this roll. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Roll Flutter from 3e6e996 to a3fd36a (77 revisions)
flutter/flutter@3e6e996...a3fd36a
2022-01-15 engine-flutter-autoroll@skia.org Roll Engine from fab19829949d to 83d99a58097b (31 revisions) (flutter/flutter#96673)
2022-01-15 54558023+keyonghan@users.noreply.github.com Skip flaky test: background_isolate_test.dart: Hot restart kills background isolates (flutter/flutter#96678)
2022-01-15 engine-flutter-autoroll@skia.org Roll Plugins from ec80d34 to 07f48a6 (1 revision) (flutter/flutter#96670)
2022-01-14 godofredoc@google.com Explicitly set verbose flag for customer testing. (flutter/flutter#96634)
2022-01-14 magder@google.com Migrate assemble and integration_test_device to null safety (flutter/flutter#96630)
2022-01-14 jonahwilliams@google.com [framework] remove hashcode override for Element (flutter/flutter#96644)
2022-01-14 62943972+arafaysaleem@users.noreply.github.com feat: added custom padding in PopupMenuButton (flutter/flutter#96657)
2022-01-14 gspencergoog@users.noreply.github.com Move examples from dart:ui ui/lib/text.dart to examples/api (flutter/flutter#96557)
2022-01-14 ychris@google.com Add debug informations on ios_module_test (flutter/flutter#96622)
2022-01-14 scheglov@google.com Fix UNUSED_ELEMENT_PARAMETER for unused field formal parameter. (flutter/flutter#96684)
2022-01-14 31410839+maheshmnj@users.noreply.github.com update adaptive slider docs (flutter/flutter#96599)
2022-01-14 stuartmorgan@google.com Document template CMake files (flutter/flutter#96534)
2022-01-14 betoman96@gmail.com feat: Added more youtube refs to widgets docstrings (flutter/flutter#96484)
2022-01-14 gspencergoog@users.noreply.github.com Disallow copy and cut when text field is obscured. (flutter/flutter#96309)
2022-01-14 jonahwilliams@google.com [framework] dont null assert in _debugVerifyIllFatedPopulation (flutter/flutter#96551)
2022-01-14 magder@google.com Dynamically add integration_tests and screenshots to native iOS test results (flutter/flutter#95704)
2022-01-14 hans.muller@gmail.com Added TabBar.splashFactory, TabBarTheme.splashFactory,overlayColor (flutter/flutter#96252)
2022-01-14 hans.muller@gmail.com PopupMenu: add themeable mouse cursor v2 (flutter/flutter#96567)
2022-01-14 gspencergoog@users.noreply.github.com Add example for CustomMultiChildLayout (flutter/flutter#96632)
2022-01-14 tessertaha@gmail.com Provide Appbar's
foregroundColorto package license page titles (flutter/flutter#95685)2022-01-14 zanderso@users.noreply.github.com Revert "Roll Engine from fab19829949d to f121c1fe6843 (10 revisions) (#96631)" (flutter/flutter#96667)
2022-01-14 xubaolin@oppo.com Fix a [_ViewportElement] RenderObjectChild update bug (flutter/flutter#96377)
2022-01-14 hans.muller@gmail.com Land Set "basic" mouse cursor for disabled buttons, PR #89346 (flutter/flutter#96561)
2022-01-14 hans.muller@gmail.com Slider: add themeable mouse cursor v2 (flutter/flutter#96623)
2022-01-14 engine-flutter-autoroll@skia.org Roll Engine from fab19829949d to f121c1fe6843 (10 revisions) (flutter/flutter#96631)
2022-01-14 47866232+chunhtai@users.noreply.github.com Modularize ReorderableListView auto scrolling logic (flutter/flutter#96563)
2022-01-14 christopherfujino@gmail.com [flutter_tools] increase windows tool_integration_tests shard (flutter/flutter#95917)
2022-01-13 engine-flutter-autoroll@skia.org Roll Plugins from 146b751 to ec80d34 (1 revision) (flutter/flutter#96621)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from e29aad31a30d to fab19829949d (5 revisions) (flutter/flutter#96620)
2022-01-13 jmccandless@google.com Mac cmd + shift + left/right (flutter/flutter#95948)
2022-01-13 scheglov@google.com Ignore in _Location (flutter/flutter#96553)
2022-01-13 47866232+chunhtai@users.noreply.github.com Add Supported devices to the TapGestureRecognizer (flutter/flutter#96560)
2022-01-13 31859944+LongCatIsLooong@users.noreply.github.com Revert "Support Scribble Handwriting" (flutter/flutter#96615)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from 472847257329 to e29aad31a30d (1 revision) (flutter/flutter#96609)
2022-01-13 pbhaumik26@gmail.com Fix wrong documentation URL for adding desktop support to existing app (flutter/flutter#94399)
2022-01-13 chillers@google.com Run Mac_android run_release_test on presubmit (flutter/flutter#96539)
2022-01-13 intspt@qq.com fix rsync output utf8decode bug (flutter/flutter#95881)
2022-01-13 darrenaustin@google.com Date Picker year selectors announce as 'buttons' to accessibility framework. (flutter/flutter#96546)
2022-01-13 stuartmorgan@google.com Fully support Dart-only mobile and macOS plugins (flutter/flutter#96183)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from af8abcccbaa0 to 472847257329 (1 revision) (flutter/flutter#96594)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from cbf83cd6cc81 to af8abcccbaa0 (1 revision) (flutter/flutter#96587)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from c2d79b641ff0 to cbf83cd6cc81 (1 revision) (flutter/flutter#96585)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from fba23ea48548 to c2d79b641ff0 (14 revisions) (flutter/flutter#96577)
2022-01-13 me@watercod.es Add debug property for onPointerHover (flutter/flutter#96555)
2022-01-13 katelovett@google.com MaterialStateProperty Docs (flutter/flutter#96532)
2022-01-13 engine-flutter-autoroll@skia.org Roll Engine from 91fe85e8cd62 to fba23ea48548 (8 revisions) (flutter/flutter#96542)
...