Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
e8d71b4
Roll fuchsia/sdk/core/mac-amd64 from 8JtFK... to X4B0z... (#17701)
skia-flutter-autoroll Apr 14, 2020
dfe1378
Adjust the GLFW build options (#17704)
stuartmorgan-g Apr 14, 2020
1dabddf
Roll src/third_party/skia ad653d8378d7..44e2c5f0babc (9 commits) (#17…
skia-flutter-autoroll Apr 14, 2020
6d17ce6
switched to using the ocmock build file in //build (#17707)
gaaclarke Apr 14, 2020
1192667
[web] Fix extra canvas generation due to context access (#17710)
ferhatb Apr 14, 2020
e6a2534
Add a gn flag to disable desktop embeddings (#17708)
stuartmorgan-g Apr 15, 2020
7720ae7
Updates to use predefined keys. (#17716)
godofredoc Apr 15, 2020
04cfe7c
Roll fuchsia/sdk/core/linux-amd64 from LnaL2... to M1a9q... (#17715)
skia-flutter-autoroll Apr 15, 2020
dd87e3f
Optimize static content scrolling (#17621)
yjbanov Apr 15, 2020
3882d43
reduce web shard count from 8 to 4 (#17635)
yjbanov Apr 15, 2020
6712c3f
Roll fuchsia/sdk/core/mac-amd64 from X4B0z... to dqerH... (#17726)
skia-flutter-autoroll Apr 15, 2020
adfa86d
Roll src/third_party/skia 44e2c5f0babc..e6995c74cdfa (12 commits) (#1…
skia-flutter-autoroll Apr 15, 2020
7498dc2
Fix Windows clipboard handling (#17706)
stuartmorgan-g Apr 15, 2020
175a005
Roll src/third_party/skia e6995c74cdfa..d276e3f0099a (2 commits) (#17…
skia-flutter-autoroll Apr 15, 2020
e076a96
Roll src/third_party/dart 3e43a3dcadf9..eb18db2116dc (37 commits) (#1…
skia-flutter-autoroll Apr 15, 2020
9afc6fa
Release acquired typed data before calling Dart_SetReturnValue. (#17729)
mraleph Apr 15, 2020
9a9ed63
Roll src/third_party/skia d276e3f0099a..9ff1d841f6cc (4 commits) (#17…
skia-flutter-autoroll Apr 15, 2020
3791f0b
Added some tests after the fact for #17499 (#17714)
gaaclarke Apr 15, 2020
98412a7
Roll fuchsia/sdk/core/linux-amd64 from M1a9q... to Udupa... (#17732)
skia-flutter-autoroll Apr 15, 2020
2fe7358
Use the right constant for macOS event timestamps (#17713)
stuartmorgan-g Apr 15, 2020
4151d8e
Remove fuchsia build from cirrus. (#17736)
godofredoc Apr 15, 2020
fe45c73
Roll src/third_party/dart eb18db2116dc..d5c38cd35486 (18 commits) (#1…
skia-flutter-autoroll Apr 15, 2020
f9c478d
Roll fuchsia/sdk/core/mac-amd64 from dqerH... to urCsS... (#17741)
skia-flutter-autoroll Apr 15, 2020
fd971d4
Remove franciscojma86 from autoassign (#17717)
franciscojma86 Apr 16, 2020
6e1d7f8
[a11y] Support TalkBack reading by word, character, and paragraph (#1…
Apr 16, 2020
6b883e9
Fix RTL handling in delete key event for android (#17393)
DeMonkeyCoder Apr 16, 2020
82fec3e
Roll src/third_party/dart d5c38cd35486..983f882180cd (8 commits) (#17…
skia-flutter-autoroll Apr 16, 2020
104df6b
Add autofill support to ios text input plugin (#17493)
LongCatIsLooong Apr 16, 2020
cf3d738
Android text input autofill (#17465)
LongCatIsLooong Apr 16, 2020
e64af21
Roll src/third_party/skia 9ff1d841f6cc..938b4532b48f (20 commits) (#1…
skia-flutter-autoroll Apr 16, 2020
d14b31d
Roll fuchsia/sdk/core/linux-amd64 from Udupa... to Pgthi... (#17754)
skia-flutter-autoroll Apr 16, 2020
e774608
Roll fuchsia/sdk/core/mac-amd64 from urCsS... to W1XGO... (#17757)
skia-flutter-autoroll Apr 16, 2020
69e2b50
Roll src/third_party/skia 938b4532b48f..7a9c9d66f12c (2 commits) (#17…
skia-flutter-autoroll Apr 16, 2020
1593303
Roll src/third_party/dart 983f882180cd..5900a0ac492b (10 commits) (#1…
skia-flutter-autoroll Apr 16, 2020
1cf1a58
Guard canvas virtuals so we can remove legacy didConcat44 (#17756)
brianosman Apr 16, 2020
e368377
Roll src/third_party/skia 7a9c9d66f12c..efebaa2a1152 (7 commits) (#17…
skia-flutter-autoroll Apr 16, 2020
ef161fb
Convert MatrixDecomposition from SkMatrix44 to SkM44 (#17760)
brianosman Apr 16, 2020
f4d6ce1
Clear focus if a platform view goes away (#17381)
goderbauer Apr 16, 2020
99f8d00
Remove layer integral offset snapping (#17712)
liyuqian Apr 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Roll fuchsia/sdk/core/mac-amd64 from 8JtFK... to X4B0z... (flutter#17701
)
  • Loading branch information
skia-flutter-autoroll authored Apr 14, 2020
commit e8d71b4d2ff02a7d83f2231b4cd2d0b33ed1f8eb
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ deps = {
'packages': [
{
'package': 'fuchsia/sdk/core/mac-amd64',
'version': '8JtFK64mmIC2zTEj9ICMrcQBITqKDZVQluLVKczro9kC'
'version': 'X4B0z1QIDjf3vCQExTtBxxMoa8LYBKAwM8OBdqk80w4C'
}
],
'condition': 'host_os == "mac"',
Expand Down