Commit graph

359 commits

Author SHA1 Message Date
Michael Goderbauer e742b901b8 Tiny simplification of launch scripts (#7949)
Call `pub upgrade` instead of manually deleting `pubspec.lock` and then calling `pub get`. `pub upgrade` ignores the `pubspec.lock`, but is otherwise identically to 'pub get' (https://www.dartlang.org/tools/pub/cmd/pub-upgrade).
2017-02-07 17:15:34 -08:00
Phil Quitslund 197141c5cb Bump to Dart SDK 1.22.0-dev.10.6 (#7953)
Bump to keep up w/ DDC fixes.
2017-02-07 16:55:48 -08:00
Michael Goderbauer e01470a813 Lock Cache before downloading Dart SDK on Windows (#7931) 2017-02-07 15:02:10 -08:00
Phil Quitslund 795c0c6062 Bump Dart SDK to 1.22.0-dev.10.5. (#7927)
* has all the cherry-picks fixing known issues merged.
2017-02-07 10:39:24 -08:00
Michael Goderbauer bf9bbcb4f0 Honor %FLUTTER_TOOL_ARGS% on Windows (#7929) 2017-02-07 10:28:33 -08:00
Chris Bracken 11532cea5f Roll engine to cbf49d06521ff4c673084803c2a2afa8fc905132 (#7914) 2017-02-06 17:13:05 -08:00
Jason Simmons 883bae074a Roll engine (#7862) 2017-02-03 14:39:16 -08:00
Chris Bracken 484067edd7 Roll engine to c354127d4dfd2b960a6fa7ca173d65cb005801fa (#7843) 2017-02-02 17:33:55 -08:00
Michael Goderbauer 4c0fdc02ea Roll Engine to b8d144dab8b5e597017b76b019523aa73d56ef44 (#7820)
With this commit `flutter run --release` and `flutter run --profile` is fully supported on Windows.
2017-02-02 10:49:07 -08:00
Chinmay Garde 9c4b10014b Roll engine to pull in fixes to service integration on iOS. (#7801) 2017-02-01 17:08:44 -08:00
Michael Goderbauer f02153ae5d Roll Engine to 4da9d87cf10a57ae0181fb6bdb1d9cec48014d03 (#7777) 2017-02-01 16:49:48 -08:00
Michael Goderbauer 40aab7f553 Bump Dart SDK to 1.22.0-dev.10.3 (#7791) 2017-02-01 16:33:27 -08:00
Chris Bracken cfa8e5b0b8 Roll engine to 2d54edf0f96b76ecb111e481fb775c617acc23d4 (#7759) 2017-01-31 14:32:59 -08:00
Michael Goderbauer c234d405af Replace bin/flutter.ps1 with bin/flutter.bat (#7713)
fixes https://github.com/flutter/flutter/issues/7654
2017-01-27 23:12:33 -08:00
Michael Goderbauer 06a0836d79 Add a .bat entry point for flutter tools (#7701)
Currently, this only calls out to the PowerShell Script, which is kind of slow. In the future, we will transfer more logic from PowerShell to cmd for faster starup time.
2017-01-27 10:58:32 -08:00
Ian Hickson 56eca97a75 Engine roll to pick up Ahem font crash (#7691) 2017-01-26 23:58:54 -08:00
Michael Goderbauer 9f28b4ff71 Windows Fixes for Flutter Tools (#7678) 2017-01-26 17:04:53 -08:00
Chris Bracken 3cde53590c Roll engine to fb69728f33fec15fd39a2b7528cdd8eb45a254d9 (#7650) 2017-01-25 19:52:18 -08:00
Chris Bracken efa1120a99 Roll the engine to 8fea842f027cdc98e2d338f1a04b2c0cb319e204 (#7635) 2017-01-25 12:33:32 -08:00
Michael Goderbauer e14925d366 Fix Encoding for PowerShell script (#7625)
fixes #7623
2017-01-24 16:38:35 -08:00
Chris Bracken ba4d78acb3 Roll engine to 16b2964f5c300ceea7aac17a82a6afd1ac36b594 (#7612) 2017-01-24 11:10:52 -08:00
Michael Goderbauer 51dc83dd80 Launch Flutter Tools on Windows. (#7613)
This brings the Windows script up to par with the Linux/Mac script.

`flutter doctor` works.

There are two scripts (`bin/flutter` and `bin/internal/update_dart-sdk`), which are platform dependent (bash script on Linux/Max, PowerShell script on Windows) and we need to keep an eye on making sure that their logic stays in sync. Both scripts are rather simple and I am not expecting many changes to them. I also made sure that both versions follow the same structure to make it easier to keep them consistent.

Required for https://github.com/flutter/flutter/issues/138
2017-01-24 10:58:11 -08:00
Phil Quitslund 6a612caa50 Bump Dart SDK to 1.22.0-dev.9.1. (#7608)
Latest patch release, aligned with the internal SDK roll.
2017-01-24 10:53:30 -08:00
Ryan Macnak 76460967e6 Adapt to refactoring of snapshot APIs in the Dart VM. (#7589) 2017-01-23 13:28:35 -08:00
Chris Bracken 1e1463216a Roll engine to 858e401c4d83f44634341a0e1fe2b01428fe6746 (#7576) 2017-01-22 09:34:12 -08:00
Ian Hickson 3f1d6d3bca Remove randomness from port assignment during coverage collection. (#7548)
Also, defer to test package for throttling (this will require a test
package update as well).

Also, add a lot more instrumentation to --verbose mode for tests, and
fix minor trivial things here and there, and add error handling in
more places.

Also, refactor how coverage works to be simpler and not use statics.
2017-01-19 15:31:11 -08:00
Matt Perry 75f39789c7 Add support for specifying maxLines for Text. (#7493)
Overflow handling works with clipping, adding an ellipsis on the last
line, or fading the last line.

Fixes https://github.com/flutter/flutter/issues/7271
2017-01-18 12:34:34 -05:00
Phil Quitslund 41251d2450 Update to Dart SDK 1.22.0-dev.8.0. (#7461)
* Update to Dart SDK `1.22.0-dev.6.0`.

* Update SDK summary generation to create spec and strong summaries.

* Updated to dev.8.0.

* Fixed console out.
2017-01-17 09:50:52 -08:00
Michael Goderbauer 394a736984 Roll engine to b3ed79122edd7172327ce415688ef674d6a7fa5d (#7476)
fixes #7433
2017-01-12 18:56:43 -08:00
Chris Bracken bd1f9cdcab Roll engine to fc421489b154c6ceb1b8a063541d5a5d4372db6b (#7451) 2017-01-11 15:01:11 -08:00
Yegor 7a10ed9315 Revert "Bump to Dart SDK 1.22.0-dev.5.0 (#7382)" (#7435)
This reverts commit ef25a20337 to unbreak the build.
2017-01-10 18:14:58 -08:00
Phil Quitslund ef25a20337 Bump to Dart SDK 1.22.0-dev.5.0 (#7382)
* Bump Dart SDK to 1.22.0-dev.5.0.

* Suppress spurious `FutureOr` type warning.

* Fixed linter dep post merge.

* Formatting tweaks.
2017-01-10 14:55:31 -08:00
Adam Barth 5b1e7c0a37 Rename TransferMode to BlendMode (#7357)
Skia calls this BlendMode now and that's a better name.

Fixes #7200
2017-01-06 00:07:47 -08:00
Chinmay Garde 1fa8a254a3 Update engine revision. (#7348) 2017-01-05 12:30:01 -08:00
Jason Simmons 82fc87fc4e Remove extra leading slashes in the flutter tool snapshot path (#7291)
Dart will parse this path as a URI, and multiple leading slashes will cause
that part of the path to be parsed as an authority.

Fixes https://github.com/flutter/flutter/issues/7279

Also see https://github.com/dart-lang/sdk/issues/28143
2016-12-19 15:44:26 -08:00
Ian Hickson 502592e56c Revert "Use test fonts in the test shell and remove custom font installation on Travis." (#7265) 2016-12-15 11:01:39 -08:00
Chinmay Garde 3bc6a1bf6f Use test fonts in the test shell and remove custom font installation on Travis. (#7250) 2016-12-13 12:18:02 -08:00
Phil Quitslund c677e80cfa Bump Dart SDK to 1.21.0 stable. (#7184) 2016-12-08 18:39:25 -08:00
Jason Simmons fc0b3ded43 Roll the engine (#7186) 2016-12-07 15:28:14 -08:00
Collin Jackson 211fefc217 rename Sky to Flutter and add clarifying comment to template (#7165)
* s/sky/flutter/ in Android templates

* update engine.version with a compatible engine version

* replace more SkyActivity references with FlutterActivity
2016-12-06 16:03:32 -08:00
Chinmay Garde c0af0d6a16 Update engine revision to pull in Dart profiling flag fixes for Android. (#7163) 2016-12-05 16:35:29 -08:00
Phil Quitslund 88f12096e6 Bump to Dart 1.21.0-dev.11.3. (#7156)
Includes fixes to the VM and analyzer.  Hopefully final RC.
2016-12-05 09:39:02 -08:00
Devon Carew 9990f39745 rev to 1.21.0-dev.11.2 (#7148) 2016-12-04 07:48:35 -08:00
Phil Quitslund c2e965fd07 Bump to Dart SDK 1.21.0-dev.11.0 (#7101)
Last full push to dev before `1.21` stable.
2016-11-30 10:27:58 -08:00
Phil Quitslund 94de7e30b3 Bump Dart SDK to 1.21.0-dev.10.0. (#7065) 2016-11-29 12:52:35 -08:00
Todd Volkert 1d2f7e3c02 Rev engine (#7062) 2016-11-28 21:47:40 -08:00
Ryan Macnak 3912ecbe12 Roll engine to e702b9787f137c13da21cd790822da5a41df72f8. (#7010) 2016-11-23 17:23:21 -08:00
Chinmay Garde 7a10db258b Update engine revision to pull in iOS build fixes. (#7005) 2016-11-23 14:18:22 -08:00
John McCutchan cff02a761b Roll engine to 1235483913f5e98ba0657232e209252e754817d5 (#6993) 2016-11-22 15:21:32 -08:00
Phil Quitslund 33107212ae Bump Dart SDK to 1.21.0-dev.9.0. (#6990)
* Fixes Analysis Server regression (https://github.com/dart-lang/sdk/issues/27856).
* Adds `front_end` dependency override (required by analyzer).
2016-11-22 14:19:40 -08:00
John McCutchan 292ba09b22 Update the engine to e6a6808640381b580c38863536bba895016db2d7 (#6991) 2016-11-22 14:01:16 -08:00
Chinmay Garde 093205806c Update engine revision. (#6969) 2016-11-22 12:24:42 -08:00
Adam Barth cac5459401 Update engine.version (#6893) 2016-11-16 10:45:05 -08:00
Phil Quitslund 3edf44fd99 Bump Dart SDK to 1.21.0 dev.6.0. (#6861)
* Bump Dart SDK to `1.21.0-dev.6.0`.

* Bump `json_schema` version.
2016-11-16 09:45:02 -08:00
Adam Barth a4a783b64f Add support for pointer hover (#6884) 2016-11-15 21:13:37 -08:00
Adam Barth 856fef876b Update engine.version (#6875) 2016-11-15 14:42:52 -08:00
Ryan Macnak d3dc5d7ca9 Roll engine to pick up fix for JITing on the Pixel. (#6854) 2016-11-14 15:26:01 -08:00
Chinmay Garde 1939ba12d2 Wire up checkerboarding of raster cache images in the framework and gallery. (#6749) 2016-11-09 11:36:17 -08:00
Chinmay Garde 32c9b4cd80 Update engine revision to pull in Dart DBC fixes. (#6659) 2016-11-02 14:55:21 -07:00
Phil Quitslund eb98d71ed1 Bump to Dart SDK 1.21.0-dev.3.0. (#6655) 2016-11-02 11:28:44 -07:00
Jason Simmons 89d86f6be7 Revert the last engine roll (#6649) 2016-11-02 10:05:48 -07:00
Adam Barth c29cd696d4 Update engine.version (#6642) 2016-11-02 08:41:15 -07:00
Adam Barth 22f57637b2 Update engine.version (#6582) 2016-10-28 15:44:39 -07:00
Adam Barth ef386c1547 Update engine.version (#6580) 2016-10-28 13:58:52 -07:00
Phil Quitslund 639ba0ddcb Bump Dart SDK to latest (1.21.0-dev.2.0). (#6541) 2016-10-28 17:56:55 +02:00
Chris Bracken ab939ec61f Handle Flutter SDK paths with spaces in doctor (#6578) 2016-10-28 08:32:30 -07:00
Adam Barth 3e524fedb4 Update engine.version (#6567) 2016-10-27 14:14:34 -07:00
Adam Barth 18071fd723 Update engine (#6536) 2016-10-25 17:10:08 -07:00
Jason Simmons 617fa8c3a9 Engine roll with updates to the ParagraphBuilder constructor (#6528) 2016-10-25 12:20:02 -07:00
Adam Barth 90fc68848a Update engine.version (#6512) 2016-10-24 23:42:58 -07:00
Todd Volkert 379b1030d7 Rollback commits to get iOS into a stable state (#6464)
* Rollback commits to get iOS into a stable state

This rolls back the following commits:
* 23c52fc (#6434)
* a97cf4b (#6433)
* e72e174 (#6428)

It also updates the engine to a newer revision that has the
necessary rollbacks in the engine repo.

Fixes #6458
2016-10-21 16:10:44 -07:00
Adam Barth aa12716d44 Update engine.version (#6455) 2016-10-21 12:16:22 -07:00
Chinmay Garde e3fb94f630 Update engine revision to pull in iOS AOT build fixes. (#6441) 2016-10-20 17:03:31 -07:00
John McCutchan 27ed4600de Bump engine to 28c29b32a8feed54b7dc9fb2bc8cf8b774d59b45 (#6425) 2016-10-20 10:10:05 -07:00
Adam Barth 09f764494e Update engine.version (#6414) 2016-10-19 23:29:23 -07:00
Adam Barth 32e95cc6e1 Update engine.version (#6411) 2016-10-19 19:10:28 -07:00
Adam Barth 50b283144f Update engine.version (#6402) 2016-10-19 15:02:03 -07:00
Phil Quitslund 57044c2a63 Bump to Dart SDK 1.21.0-dev.0.0. (#6372)
Bump to latest Dart SDK dev build (`1.21.0-dev.0.0`).

* updates to analyzer w/ support for bazel workspaces
* removes deprecated analysis `cacheSize` variable access
2016-10-18 13:38:13 -07:00
Adam Barth 67a298443e Update engine.version (#6365) 2016-10-17 22:29:50 -07:00
Phil Quitslund 3203757958 Bump to Dart SDK 1.20.1 stable (#6357) 2016-10-17 10:30:13 -07:00
Adam Barth 71f44f331a Update engine.version (#6336) 2016-10-14 18:42:28 -07:00
Adam Barth c5a25fcbf5 Update engine.version (#6320) 2016-10-13 17:14:21 -07:00
Adam Barth edef5a93ce Update engine.version (#6319) 2016-10-13 16:52:44 -07:00
Adam Barth 6e5c192cef Remove use of activity.mojom (#6317)
Instead, we now interact with the system navigator via SystemNavigator.
2016-10-13 15:16:54 -07:00
Adam Barth a3b4a7e147 Update engine.version (#6309) 2016-10-13 13:36:44 -07:00
Adam Barth 38c7c4d074 Update engine.version (#6307) 2016-10-13 12:10:57 -07:00
Adam Barth 3f19b2db98 Switch to using PlatformPlugin instead of mojom (#6292)
* Switch to using PlatformPlugin instead of mojom

* Update engine.version
2016-10-13 02:10:32 -07:00
Adam Barth 6777766d2d Update engine.version (#6276) 2016-10-11 15:51:35 -07:00
Phil Quitslund 6ec68c4734 Bump Dart SDK to 1.20.0-dev.10.2. (#6272)
Picks up a patched `dartdoc` (effecting, notablly, `crossdart`…)
2016-10-11 13:31:48 -07:00
Adam Barth 0f7ce00522 Update engine.version (#6257) 2016-10-10 16:44:38 -07:00
Dan Rubel 94a83af5b1 Cleanup bin/cache (#6247) 2016-10-07 15:24:19 -04:00
Dan Rubel 1b9c1bd2a9 improve error message and handling for corrupt dart-sdk download (#6235) 2016-10-06 15:32:03 -04:00
Phil Quitslund c09a1101d2 Bump to Dart SDK 1.20.0-dev.10.1. (#6218)
RC1 patch release.
2016-10-05 13:21:13 -07:00
Adam Barth d49754ba25 Update engine.version (#6222) 2016-10-05 13:02:02 -07:00
Phil Quitslund e44f6fe478 Bump Dart SDK to 1.20.0-dev.10.0. (#6212)
* Bump Dart SDK to `1.20.0-dev.10.0`.

`1.20.0-dev.10.0` corresponds to `1.20-RC0`.

* pubspec.lock cleanup

* check for pubspec.lock existence

* cleaned up conditional remove
2016-10-05 09:05:15 -07:00
Chinmay Garde 9b35ebf021 Update engine revision to pull in Android M fixes. (#6189) 2016-10-03 20:01:14 -07:00
Chris Bracken 88d9cbaa01 Update to new Material Icons font (#6170) 2016-10-03 09:39:01 -07:00
Adam Barth 3b952d8456 Update engine (#6146) 2016-09-29 22:47:20 -07:00
Adam Barth 2a530f78d4 Update engine.version (#6144) 2016-09-29 18:16:11 -07:00
Adam Barth 23b4318e1a Revert "Roll the engine (#6099)"
This version of the engine crashes on startup.

This reverts commit a426b6b3c8.
2016-09-27 16:12:16 -07:00