419 Commits

Author SHA1 Message Date
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 a426b6b3c8df5cdd9c0105d8361ce3ce36864d60.
2016-09-27 16:12:16 -07:00
Jason Simmons
a426b6b3c8 Roll the engine (#6099) 2016-09-27 13:01:57 -07:00
Devon Carew
8755e569ca suppress pub override warning; decouple the analyzer versions (#5991)
* suppress warning; decouple the analyzer versions

* also pass in --no-packages-dir
2016-09-22 07:40:38 -07:00
James Robinson
a95c9fdb58 Isolate imports of generated Dart code from generated path (#5960)
This rewrites imports of various mojom.dart files from the Flutter
engine repo to instead import normal-looking dart files from the
(new) flutter_services package. This package handles exporting the
correct symbols from generated code wherever that may live.

Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5
which contains the new flutter_services package.
2016-09-21 14:00:29 -07:00
Adam Barth
e0f09f5df9 Update engine.version (#5952) 2016-09-20 10:46:42 -07:00
Phil Quitslund
2d4d171338 Roll to Dart SDK 1.20.0-dev.5.0. (#5911)
* Roll to Dart SDK `1.20.0-dev.5.0`.

* bumps to `1.20.0-dev.5.0`.
* updates `analyzer` API use.

* Add explicit types.
2016-09-16 16:30:34 -07:00
Adam Barth
179ea4a0a6 Update framework to account from engine API changes (#5887)
The engine now reports coordinates in physical pixels.
2016-09-15 13:13:42 -07:00
Jason Simmons
42b0113276 Roll the engine (#5866) 2016-09-14 10:57:53 -07:00
mikejurka
1c81699d9f Roll the engine (#5859) 2016-09-13 16:48:02 -07:00
mikejurka
e85f1629e5 Roll the engine (#5833) 2016-09-13 13:10:52 -07:00
Dragoș Tiselice
9612669282 Changed progress indicator to use drawArc. (#5828)
Using paths' arcTo was causing performance issues in the Gallery.
This commit uses Skia's optimized drawArc in order to improve
performance, and it rolls the engine to the newest assing build.
Fixes #3599.

Tracking Skia issue:
  https://bugs.chromium.org/p/skia/issues/detail?id=5227
2016-09-12 14:42:21 -07:00
Chinmay Garde
ffe5700948 Shell instances launched by the tools from the desktop are always non-interactive. (#5778)
In that they never create a window with an OpenGL context and the works.
2016-09-09 16:31:49 -07:00
Phil Quitslund
d2fda677e1 Update to Dart 1.20.0-dev.1.0. (#5689)
* Udpate to Dart `1.20.0-dev.1.0`.

Udpate to Dart `1.20.0-dev.1.0` and corresponding `analyzer` package.

* Added `--no-packages-dir`.

* Revert extension to master.

* Added ignores.

* Review nits.

* More nits.
2016-09-08 13:14:08 -07:00
Chinmay Garde
0fe09e52eb Update engine revision to pull in fixes for crashes on arm64 due to missing CRC32 instruction. (#5774) 2016-09-08 11:48:36 -07:00
Jason Simmons
f6f37ef260 Roll the engine (#5725) 2016-09-02 10:46:46 -07:00
Jason Simmons
7d0b92897a Update the engine (#5595) 2016-08-25 10:24:39 -07:00
Dan Rubel
8c294a10b4 fix flutter tool --package to --packages (#5547) 2016-08-24 22:07:22 -04:00
Yegor
0e63e470e4 Revert "Detect when isolate reload is barred and inform the user (#5582)" (#5590)
This reverts commit 09e68c33ccdb355fedd75a8716de0551c772f2de.

AOT snapshotter is broken at this engine rev.

https://flutter-dashboard.appspot.com/api/get-log?ownerKey=ahNzfmZsdXR0ZXItZGFzaGJvYXJkclgLEglDaGVja2xpc3QiOGZsdXR0ZXIvZmx1dHRlci8wOWU2OGMzM2NjZGIzNTVmZWRkNzVhODcxNmRlMDU1MWM3NzJmMmRlDAsSBFRhc2sYgICAgICAwAgM
2016-08-24 16:56:10 -07:00
John McCutchan
09e68c33cc Detect when isolate reload is barred and inform the user (#5582) 2016-08-24 15:36:17 -07:00
Jason Simmons
20b9750a73 Update the engine (#5563) 2016-08-23 16:17:36 -07:00
Yegor
44e1f646a9 rev engine to get _flutter.listViews fix (#5551) 2016-08-23 11:08:24 -07:00
Jason Simmons
40f2b7bddb Update the engine (#5536) 2016-08-22 14:26:06 -07:00
Todd Volkert
f434328a69 Update engine.version (#5495) 2016-08-19 14:36:55 -07:00
Benjamin BALET
111a64b814 Alternative PowerShell script. Fix missing pop in BAT file (in case of fatal error). Exit gracefully. Force SDK Path. (#5484) 2016-08-18 20:42:23 -07:00
Chinmay Garde
e62bcefb5a Update engine revision to pick up asset bundle fixes. (#5434) 2016-08-16 14:33:35 -07:00
Jason Simmons
ba53d19253 Roll the engine (#5423)
Also update the AOT builder for changes to the layout of the sky_engine package
2016-08-16 10:41:38 -07:00
Adam Barth
3e27acd74a Update path to entry points config file (#5379) 2016-08-12 21:17:02 -07:00
Todd Volkert
018557d343 Update engine.version (#5377) 2016-08-12 15:15:46 -07:00
Adam Barth
3e82d328d2 Update engine.version (#5371) 2016-08-12 12:47:53 -07:00
Adam Barth
b761ffaf8a Update engine.version (#5341) 2016-08-11 11:35:29 -07:00
John McCutchan
ec0f880032 Hot reload: Only sync Dart sources necessary for startup on first launch (#5333)
- [x] Update engine to bring in new snapshotter.
- [x] Use the new snapshotter to quickly determine the minimal set of files necessary to run.
- [x] On first DevFS sync, only sync files necessary to run the application.
- [x] Fix a DevFS unit test failure.
- [x] Include DevFS tests in all.dart.
2016-08-11 07:40:49 -07:00
Ian Hickson
996a59aaa0 Update engine.version (#5331) 2016-08-10 17:46:57 -07:00
Phil Quitslund
0fe82c3a6f Update Dart SDK to 1.19.0-dev.4.0. (#5329) 2016-08-10 16:21:58 -07:00
John McCutchan
357f85af99 Bump engine to 67a42cd19d32cc7af6f85f4f006f02e060a2e56b (#5305) 2016-08-09 11:11:13 -07:00
Adam Barth
8a58410b76 Update engine.version (#5297) 2016-08-09 09:18:27 -07:00
John McCutchan
7a9fe01cb9 Roll engine to dedab3e6e738822805787586e0b811be8f88ee3c (#5292) 2016-08-08 14:58:18 -07:00
Adam Barth
def9741b11 Update engine.version (#5291) 2016-08-08 12:54:21 -07:00
Todd Volkert
2f23137c46 Update engine version (#5278) 2016-08-05 16:27:46 -07:00
Adam Barth
326bb21278 Update engine.version (#5247) 2016-08-05 00:16:44 -07:00
Adam Barth
b342f2c40c Update engine.version (#5244) 2016-08-04 18:04:00 -07:00
Adam Barth
40d26f433e Update engine.version (#5221) 2016-08-04 13:05:43 -07:00