8000 Tags · hailubeshada/flutter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: hailubeshada/flutter

Tags

v1.7.3

Toggle v1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "Prevent exception being thrown on hasScrolledBody (flutter#31485

)" (flutter#34061)

This reverts commit ab707ac.

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Roll engine 661c24e..86aa014 (2 commits) (flutter#33869)

flutter/engine@661c24e...86aa014

git log 661c24e..86aa014 --no-merges --oneline
86aa014 Fix platform views channel regression (flutter/engine#9185)
bd358e7 Roll src/third_party/skia 806267973f8d..a4bb02063672 (10 commits) (flutter/engine#9184)

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 (bmparr@google.com), and stop
the roller if necessary.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixing duplicate test names. (flutter#33805)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Roll engine f867609..a32df2c (3 commits) (flutter#33667)

flutter/engine@f867609...a32df2c

git log f867609..a32df2c --no-merges --oneline
a32df2c Roll src/third_party/skia da95a75be1dd..c4fec06e5a3b (1 commits) (flutter/engine#9154)
79c6ce1 Preserve safe area (flutter/engine#8848)
cbef680 Roll src/third_party/skia b9658153032a..da95a75be1dd (2 commits) (flutter/engine#9153)

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 (cbracken@google.com), and stop
the roller if necessary.

v1.6.7

Toggle v1.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove assert from Image._handleImageFrame() (flutter#33602)

Tickers being disabled and re-enabled can cause the
condition of a synchronous notification happening after
image frames have been delivered, which is valid in that
case. As such, this removes the assert.

flutter#32374

v1.6.6

Toggle v1.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Wrap Windows build invocation in a batch script (flutter#33443)

Invoking msbuild with runInShell makes handling path escaping more
error-prone, and substantially increases the chances of running into
maximum path limits. This replaces the direct call with a .bat wrapper
that calls vsvars64.bat then msbuild, and uses relative paths within the
script to keep command lengths short.

Fixes flutter#32792

v1.6.5

Toggle v1.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix first focus determination. (flutter#33279)

Replacing the algorithm for finding the first focusable item in the focus tree. Somehow it was a kind of gibberish before, and really didn't work or make sense.

v1.6.4

Toggle v1.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add macosPrefix to the pubspec schema for plugins (flutter#33287)

Adds a new macosPrefix, which serves the same purpose as iosPrefix but
for macOS plugins.

It is not yet used by the tooling, but this allows for plugins to start
to be written using it in preparation for tooling support for plugins.

Part of flutter#32718

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Slight clarification in the ImageCache docs (flutter#33195)

It was easy to miss the reference to the top-level `imageCache`
property before.  This calls out the property a little more
explicitly.

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
303a391 fix dartdevc build (flutter/engine#9036) (flutter#33155)

flutter/engine@75963db...303a391

git log 75963db..303a391 --no-merges --oneline
303a391 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.
0