829 Commits

Author SHA1 Message Date
Régis Crelier
eb77d0140b
Roll engine to e0d19e2897b6c4c8c48f05d23a2b90bd32ab5d49 (#13570) 2017-12-14 10:34:21 -08:00
Sarah Zakarias
5e18c07614
Reapply flutter_assets (#13567)
* Revert "Revert engine (#13547)"

This reverts commit ee65db11d4618620ddc286f4618b707239205136.

* Keep flaky mark
2017-12-14 17:27:25 +01:00
Yegor
ee65db11d4
Revert engine (#13547)
* Revert "Include a directory with Flutter assets (#12944)"

This reverts commit 3af6b9cbf5787b4db6b4bad7494fe41addf5703d.

* Revert "Upgrade project.pbxproj to include flutter_assets (#13011)"

This reverts commit 08128cb29b28db00c2301f546bc59de33017074a.

* Revert "Upgrade complex_layout project.pbxproj to include flutter_assets (#13544)"

This reverts commit 35f1a04195e69afb5cc1e6588abad5476db3a5d8.

* mark complex_layout_ios__start_up as flaky
2017-12-13 16:25:25 -08:00
Sarah Zakarias
3af6b9cbf5
Include a directory with Flutter assets (#12944) 2017-12-13 22:30:32 +01:00
Michael Goderbauer
d04c906e0b
Add arguments to SemanticsActions; implement extend selection for a11y (#13490)
**This PR contains a breaking API change:**
`SemanticsConfiguration.addAction()` has been removed and replaces by action-specific setters (`onTap`, `onLongPress`, etc.) to take care of the fact that some action handlers (those, who take arguments) have different signatures.
2017-12-12 16:59:35 -08:00
Michael Goderbauer
1dd68d5deb
Roll engine to 2bdb21985c5eb9250a7b744b9b4d606c5ba30945 (#13526) 2017-12-12 16:01:08 -08:00
Chris Bracken
60d4a60811
Roll engine to 4ea7075c1def9dce38f16a3c9bf0ed6fb6b2d441 (#13523)
Includes:
flutter/engine#4425
2017-12-12 14:29:27 -08:00
Chris Bracken
63027b035d
Roll engine to 6c6b709b2c4008e243dda3c148521c35e6e8b3df (#13522)
Includes:
flutter/engine#4442
flutter/engine#4445
flutter/engine#4444
flutter/engine#4448 (reverts flutter/engine#4444)
flutter/engine#4447
2017-12-12 13:37:19 -08:00
Zachary Anderson
c085e47478
Roll engine to edaecdc8b8098f20512c23745b9d0b135a8ee56d (#13488) 2017-12-11 13:37:28 -08:00
Chris Bracken
3264845e09
Roll engine to edb0201fa258d6a2c05899c185a4e5cba0dc26a3 (#13473)
Includes:
flutter/engine#4429
flutter/engine#4415
flutter/engine#4431
flutter/engine#4432
flutter/engine#4401
flutter/engine#4434
flutter/engine#4435
flutter/engine#4436
2017-12-08 20:30:16 -08:00
Chris Bracken
f65fd74b88
Roll engine to 8e39760168e7669a023d1746823d9ab6db4e5df8 (#13442)
Includes:
flutter/engine#4427
flutter/engine#4428
2017-12-07 21:28:15 -08:00
Chris Bracken
c4f55ca02d
Roll engine to 1cdaab88e33f564eee8455c75479706293f2b655 (#13441)
Includes:
flutter/engine#4422 (Dart SDK roll)
2017-12-07 20:57:08 -08:00
Michael Goderbauer
52d06b8213 a11y cursor movement (#13405) 2017-12-07 19:06:16 -08:00
Jakob Andersen
e1018fab34
Make artifacts URLs configurable. (#13380)
Add support for configuring the base storage URL for Flutter's
artifacts. If FLUTTER_STORAGE_BASE_URL is set, use it instead of
storage.googleapis.com.

The pub server can be overridden by setting PUB_HOSTED_URL.
2017-12-07 16:30:23 +01:00
Chris Bracken
5a1e639a2f
Roll engine to f888186e50f20fdb49ceea0dae74b6443a22ddaa (#13402)
Rolls:
flutter/engine#4411
flutter/engine#4416
flutter/engine#4420
flutter/engine#4421
flutter/engine#4423
2017-12-06 17:00:19 -08:00
Chris Bracken
2c49240df2
Roll engine to 033daf152d78919101c0022f98fb18fd830284c0 (#13387)
This picks up a single commit: flutter/engine#4418, which fixes #12585.
2017-12-06 12:11:54 -08:00
Ben Konyi
582c9a5887 Flutter engine roll 2/2 (with Dart SDK roll) for 2017/12/08 2017-12-06 12:38:01 -05:00
Ben Konyi
913039c67a Flutter engine roll 1/2 for 2017/12/08 2017-12-06 12:38:01 -05:00
Greg Spencer
f29ecba6de
Use .pub-cache from Flutter root, if it exists. (#13358)
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.

The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.

Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.

This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
2017-12-05 14:46:39 -08:00
Greg Spencer
c89cf6ccc6
Reverting my .pub-cache change to figure out why it's still failing. (#13355)
* Revert "Add tests."

This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51.

* Revert "Use .pub-cache from Flutter root, if it exists. (#13248)"

This reverts commit 72d6bcc3f7555c5a242f46cb09484f6c12e86f39.
2017-12-05 12:51:18 -08:00
Greg Spencer
72d6bcc3f7
Use .pub-cache from Flutter root, if it exists. (#13248)
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before.

The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir.

Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
2017-12-05 12:02:14 -08:00
Alexander Markov
373e510cbe Roll engine to b57fca02b5b5465b2c553952cccd2b595ace2b65 (with dart-sdk roll) 2017-12-04 15:34:47 -08:00
Alexander Markov
223e5340a1 Roll engine to b5d0a4ac513fab4052aec75004d75f3d0e5c45b4 (before dart-sdk roll) 2017-12-04 15:34:47 -08:00
xster
6db83307e9
Roll to 22e63c3 (#13311) 2017-12-01 16:31:44 -08:00
Alexander Aprelev
2135f3c007 Roll engine to dart roll 2017-12-01 13:14:02 -08:00
Alexander Aprelev
5d40ef35c1 Roll engine to pre-dart roll 2017-12-01 13:14:02 -08:00
Zachary Anderson
1bd8ffbc46
Roll engine to 619f452ece9b8fec405c9b1c499f2509caaa79da (#13278) 2017-12-01 09:10:51 -08:00
Jakob Andersen
71ff10ee7e
Moved repackage_gradle_wrapper.sh to dev/tools/. (#13294) 2017-12-01 12:26:59 +01:00
Jakob Andersen
5174dbaff5
Download our own copy of gradle wrapper. (#13267)
Rather than depending on android.googlesource.com for hosting the gradle
wrapper, host our own copy on storage.googleapis.com (along with our
other artifacts).

Also added a script to repackage AOSP's version into ours, in case we
ever need to update it.

Addresses the gradle wrapper part of #11681.
2017-12-01 09:39:13 +01:00
Chris Bracken
f5ef16df2e
Roll engine to 77d8acb9be65e6725c7c4292fe2e3b1159c0aeb9 (#13275) 2017-11-30 13:02:13 -08:00
Siva
87ffc45d34 Roll engine to 77b2d1d95a9438ff996d24ef3e0b3ec81822fa61 (contains the latest roll of Dart into teh engine). (#13269) 2017-11-30 11:48:56 -08:00
Chris Bracken
cb7599aa14
Roll engine to 93648ef0ed0b7d3cfdbd986685925f34f35663a7 (#13259) 2017-11-29 18:00:09 -08:00
xster
368c12518b
roll to acb597bed404fa38d7932cd295ad0b032785aa12 (#13247) 2017-11-29 12:50:03 -08:00
Alexander Aprelev
dd6af3fdee
Roll engine to pick up fix for preview-dart-2 hot reload (#13232) 2017-11-28 17:51:59 -08:00
Greg Spencer
909406ba25
Consolidating .gitignore files. (#13002)
This consolidates all of the non-template .gitignore rules into the top level .gitignore, to ignore common things more broadly, with less maintenance needed for the .gitignore files. Does not touch the templates, so that they still produce needed .gitignores as part of flutter create.
2017-11-28 17:06:57 -08:00
Martin Kustermann
d79c12e5b8
Roll engine to pick up revert in engine/third_party/dart which broke flutter tests (#13150) 2017-11-22 17:35:35 +01:00
Sigurd Meldgaard
257e595f34
Roll engine to 9d711ccf9b3ad0e4140ebb0dbd282587e8c01624 (#13149) 2017-11-22 16:04:34 +01:00
Sigurd Meldgaard
8ba08718b6
Revert "Roll engine to e58764fbe0cf7a0fab7e75a94de9143a145108c3 (#13143)" (#13145)
This reverts commit 1abd8a12e2e4cb98fc5c36b0bae193f53516ed69.
2017-11-22 13:00:46 +01:00
Sigurd Meldgaard
1abd8a12e2
Roll engine to e58764fbe0cf7a0fab7e75a94de9143a145108c3 (#13143) 2017-11-22 10:47:46 +01:00
Alexander Aprelev
780c4b55a3
Roll engine to pick up rollback of minimal IKG, that breaks some hot reload tests. (#13139) 2017-11-21 17:40:15 -08:00
Chris Bracken
77af1e5eec
Roll engine to 5f9c8522dd60d5daa6f218d0bf3394796c7a23c0 (#13134)
Picks up Dart SDK roll to 3ee0a4284203ebc6991c78054583a7c02dc8faf9
2017-11-21 15:40:36 -08:00
Chris Bracken
a95b752dc6
Roll engine to 82cd793ee5235c13d7398ede9aba49f0d75eefd1 (#13114) 2017-11-20 16:45:59 -08:00
amirh
acebaa6dba
roll engine to 4733e3373789894aa4f593137c6d440891d492a2 (#13075) 2017-11-17 12:03:52 -08:00
Todd Volkert
580281e520
Roll engine to 0e564957ac8c0045684efd4de6156ebcda347901 (#13062) 2017-11-16 19:33:32 -08:00
amirh
f6e6144d12
roll engine to 0e564957ac8c0045684efd4de6156ebcda347901 (#13054)
This is the first engine role with libwebp, so we expect an increase in
flutter app sizes.
I'll be monitoring the app size benchmarks after this lands.
2017-11-16 12:55:21 -08:00
Todd Volkert
91bd8de65a
Rev engine to 4fcb192 (#13033) 2017-11-15 16:29:13 -08:00
Zachary Anderson
efe2892081
Roll engine (#13014) 2017-11-14 10:53:39 -08:00
Chris Bracken
3cbb8750a9
Roll engine to 11d68f63da31b9cca512e793d664ebdf61a6faa9 (#12974) 2017-11-10 12:32:46 -08:00
Chris Bracken
3c4e7fe36c
Roll engine to 45464c0a31e143055d6109c89b2f818d3fc819e5 (#12961) 2017-11-10 09:43:47 -08:00
Alexander Aprelev
5af7b423dd Roll engine with rolled dart (#12936) 2017-11-09 16:59:21 -08:00