Commit graph

3336 commits

Author SHA1 Message Date
Ryan Macnak 15af4a04af Roll engine to b64c88766dbd83bf4bab1cd1cd1757139b6cdb74. (#8124)
* Roll engine to b64c88766dbd83bf4bab1cd1cd1757139b6cdb74.

Picks up changes to include inlined frames and line numbers in AOT stack traces.

* Adjust/weaken stack_trace_test.dart to pass in the face of async causal stack traces (Issue #8128).
2017-02-14 16:32:28 -08:00
Michael Goderbauer 769646218a Add git config option to automatically convert CRLF to LF (#8122) 2017-02-14 10:21:33 -08:00
Chris Bracken 30f3a896e6 Roll engine to f306a6f7011244e5b5c7470e178760bf87560e4b (#8044) 2017-02-09 16:00:54 -08:00
Chris Bracken 1a741cdbbe Roll engine to 4baeae886a42ca4056a3af8cd498903482b25ddf (#7961) 2017-02-08 12:51:29 -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
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
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
Ian Hickson 56eca97a75 Engine roll to pick up Ahem font crash (#7691) 2017-01-26 23:58:54 -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
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
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
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