Commit Graph

253 Commits

Author SHA1 Message Date
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 09e68c33cc.

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
Chinmay Garde
64fa825ba1 Update engine to pull in fixes for crashes related to accessibility. (#5184) 2016-08-02 14:38:06 -07:00
Adam Barth
82b7fc0d95 Update engine.version (#5179) 2016-08-01 21:12:20 -07:00
Jason Simmons
a25da4af87 Update engine (#5115) 2016-07-28 11:40:31 -07:00
pq
13c3f9d946 Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19). 2016-07-27 10:44:44 -07:00
Jason Simmons
9f509dafa1 Update engine (#5058) 2016-07-26 16:18:52 -07:00
Adam Barth
243b72bb74 Update engine.version (#5006) 2016-07-22 12:54:06 -07:00
Chinmay Garde
6a755c34ae Update engine revision to pull in revert of the patches that caused LLDB to be overwhelmed. (#4993) 2016-07-22 11:30:46 -07:00
pq
48f44ecaa3 Bump Dart SDK to 1.18.0-dev.4.4. 2016-07-21 16:42:58 -07:00
Chinmay Garde
79559d396e Update engine revision. (#4985) 2016-07-20 20:35:27 -07:00
Yegor
ebc7e4b7ec Revert "Merge pull request #4943 from pq/1.18.0-dev.4.2" (#4966)
This reverts commit 6070cd949f, reversing
changes made to d0f43ed9bd.

It broke the waterfall.
2016-07-18 17:19:31 -07:00
Phil Quitslund
6070cd949f Merge pull request #4943 from pq/1.18.0-dev.4.2
Update to latest Dart SDK (1.18.0-dev.4.2).
2016-07-18 14:29:46 -07:00
Adam Barth
773f40424b Update engine.version (#4946) 2016-07-18 12:14:04 -07:00
pq
fd9eeb2614 Update to latest Dart SDK (1.18.0-dev.4.2). 2016-07-18 09:25:10 -07:00
Jason Simmons
aff8e30272 Update engine (#4914) 2016-07-14 10:35:08 -07:00
Adam Barth
4e3be59bc2 Update engine.version (#4888) 2016-07-11 13:38:37 -07:00
Adam Barth
4c93831136 Update engine.version (#4864) 2016-07-08 16:43:40 -07:00
Adam Barth
4405fdf734 Update engine (#4859) 2016-07-08 14:49:08 -07:00
Phil Quitslund
ea24d14c0c Merge pull request #4823 from pq/dart_1.18.0-dev.4.0
Bump Dart SDK to `1.18.0-dev.4.0`.
2016-07-06 14:54:52 -07:00
pq
cb4f01ae3d Bump Dart SDK to 1.18.0-dev.4.0.
Last dev push for `1.18`.
2016-07-06 14:43:40 -07:00
Eric Seidel
5dae820c1b Use https instead of http when downloading Dart. (#4821)
This came up in security review.

@abarth
2016-07-06 13:10:56 -07:00
Devon Carew
8cf2c1703e remove the flutter_dev env var (#4806) 2016-06-30 21:39:40 -07:00
Adam Barth
95a26ab0e8 Switch to SemanticAction (#4791)
This patch updates the framework to use the new SemanticAction in
semantics.mojom.
2016-06-30 17:38:05 -07:00
pq
a185d3749f Update to latest Dart SDK (1.18.0-dev.3.0). 2016-06-30 07:43:01 -07:00
Chinmay Garde
e41527a898 Update the engine to pull in changes related to url_launcher.mojom. (#4745) 2016-06-24 12:26:05 -07:00
Phil Quitslund
6c0b88aad6 Merge pull request #4683 from pq/1.18.0-dev.2.0
Bump Dart SDK to `1.18.0-dev.2.0`.
2016-06-22 11:32:47 -07:00
Todd Volkert
ef49e28ecf Update engine to pick up crash fix in DBC (#4684) 2016-06-22 10:40:50 -07:00
pq
f452551d16 Bump Dart SDK to 1.18.0-dev.2.0.
Gets a bunch of fixes.  Most notably a VM that has background compilation re-enabled (and stable).  This should win us (back) a ~17% improvement of analysis times (CLI and server).

See: https://github.com/dart-lang/sdk/issues/26697 for more context.
2016-06-22 10:01:48 -07:00
Adam Barth
a8f6f44a55 Update engine to include new version of Mojo (#4668)
This required switching from the Future-based bindings to the callback-based
bindings.
2016-06-21 15:53:47 -07:00
Jason Simmons
d4ecd0235d Update engine version (#4663) 2016-06-21 12:44:43 -07:00
Adam Barth
4a79d6f1f4 Update engine.version (#4658) 2016-06-21 10:06:46 -07:00
Adam Barth
d11d388d5a Update engine 2016-06-16 16:57:15 -07:00
Adam Barth
f6b8220c2e Update engine.version (#4596) 2016-06-16 12:07:04 -07:00
Adam Barth
7e8274e24f Update engine.version (#4580) 2016-06-15 14:52:33 -07:00
Ian Hickson
f92f71feb9 Lock flutter tool while updating artifacts (#4476)
This prevents multiple simultaneous runs of the analyzer from stomping
over each other (e.g. multiple runs of 'update-packages'). Certain
long-lived commands (like analyze, run, logs) are exempted once they've
done enough work to be safe from most stomping action.

This still doesn't make us entirely safe from craziness, e.g. if you're
half way through an 'update-packages' run and you call 'git pull', who
knows what state you'll end up in. But there's only so much one can do.

Fixes https://github.com/flutter/flutter/issues/2762
2016-06-14 10:16:08 -07:00
Adam Barth
d542c3b121 Update engine (#4545) 2016-06-13 15:45:05 -07:00
Todd Volkert
09f458a573 Update engine (#4527) 2016-06-10 16:57:09 -07:00
pq
c1f10dbf38 Bump Dart SDK to patched stable.
`1.17.1` fixes:
* crash in async functions
* GC bug in weak properties

Relevant patches here:
* https://github.com/dart-lang/sdk/issues/26680
* https://github.com/dart-lang/sdk/issues/26681
2016-06-10 08:40:57 -07:00
pq
048a2d4a7d Bump to stable 1.17.0 Dart SDK. 2016-06-08 09:21:50 -07:00
Adam Barth
43d35cb219 Update engine (#4414) 2016-06-06 20:23:45 -07:00
pq
364f19d5ea Update Dart SDK to 1.17.0-dev.6.2.
Latest RC.

Fixes two release blockers (https://github.com/dart-lang/sdk/issues/26558 and https://github.com/dart-lang/sdk/issues/26596); bonus points for letting us re-enable the `iterable_contains_unrelated_type` lint :).
2016-06-03 06:09:53 -07:00
pq
ffd1d1ae1f Bump Dart SDK to 1.17.0-dev.6.1.
Latest RC.  Fixes `dartdoc`.
2016-06-02 06:37:19 -07:00
Adam Barth
c26fcfdfaa Update xcodebuild for Generated.xcconfig (#4268)
This patch updates how we generate xcconfig files to match what
xcode_backend.sh expects.
2016-06-01 12:32:45 -07:00
Adam Barth
ad4148bf32 Update engine.version (#4292) 2016-06-01 09:23:10 -07:00
Yegor
9974de3b0d Revert "update engine to get fix for dartbug.com/26550 (#4289)" (#4290)
This reverts commit 215e1b89ed.

It broke the Mac build: https://build.chromium.org/p/client.flutter/builders/Mac/builds/1097
2016-05-31 23:08:39 -07:00
Yegor
215e1b89ed update engine to get fix for dartbug.com/26550 (#4289) 2016-05-31 18:15:18 -07:00
Ian Hickson
54716cdaca Update engine.version (#4278) 2016-05-31 12:39:29 -07:00
Adam Barth
d1cb026a65 Update engine and Mojo usage (#4258)
The new mojom.dart code makes mocking services a bit tricky. I've filed
https://github.com/domokit/mojo/issues/786 about improving that.
2016-05-28 18:28:21 -07:00
Todd Volkert
be7e00a83f Update engine (#4244) 2016-05-27 13:23:39 -07:00
Phil Quitslund
89678bb7cb Merge pull request #4203 from pq/1.17.0-dev.5
Bump dart SDK to 1.17.0-dev.6.
2016-05-27 06:42:33 -07:00
pq
4707dc1870 Bumping to dev.6.0. 2016-05-26 14:22:38 -07:00
Ian Hickson
bc35d09bf0 Update engine.version (#4207) 2016-05-26 10:47:44 -07:00
pq
244589aeba Bump dart SDK to 1.17.0-dev.5.
New dev build with more fixes and (fingers-crossed) speed-ups.
2016-05-26 06:39:27 -07:00
Adam Barth
e4e3906cd9 Update engine (#4192) 2016-05-25 20:20:16 -07:00
Alfred Morgan
a24e90305f fixed #4179 bin/flutter fails when linked with relative symlink (#4196)
* fixed issue #4179 bin/flutter fails when linked with relative symlink

* fixed issue #4179 bin/flutter fails when linked with relative symlink

* My second attempt at following symlinks correctly
2016-05-25 17:54:11 -07:00
Adam Barth
4aa894984f Revert "Update engine (#4181)"
This reverts commit d4d74d9c51.
2016-05-25 10:23:01 -07:00
Adam Barth
d4d74d9c51 Update engine (#4181) 2016-05-25 10:09:34 -07:00
pq
bd92db4d4f Rev the dart sdk to 1.17.0-dev.4.1
Keeps up with the Joneses, pulling in the latest dev build (and with it a number of stability and perf improvements).
2016-05-20 09:05:38 -07:00
Chinmay Garde
6f365d33ac Update engine revision to pull in Dart gen_snapshot fixes. (#4057) 2016-05-19 14:24:39 -07:00
Chinmay Garde
199f24ad3d Roll engine to pull in fixes to the standalone shell on Mac. (#4028) 2016-05-19 11:46:44 -07:00
Ian Hickson
06043b0585 Revert latest engine roll. (#4012)
The latest engine roll caused a performance regression: https://github.com/flutter/flutter/issues/4005
2016-05-18 11:15:03 -07:00
Jason Simmons
833942788d Update the engine (#3997) 2016-05-17 15:19:41 -07:00
Ian Hickson
f284c1a049 Fix tests (#3977)
Also, make sure that broken tests actually break the bots.

And add a test to make sure that keeps happening.
2016-05-17 12:45:37 -07:00
Chinmay Garde
a21dedc16f Enable targetting AOTC Android builds from Mac hosts. (#3911) 2016-05-13 17:03:03 -07:00
Chinmay Garde
f0a8ee2a86 Use debug artifacts on mac host and update engine revision. (#3875) 2016-05-11 17:07:12 -07:00
Chinmay Garde
2aab6b565c Update engine revision to account for buildbot bucket updates. (#3864) 2016-05-11 13:57:59 -07:00
pq
ef8d3f069e Bump Dart SDK to 1.17.0-dev.3.0.
Keeping up with the Joneses!
2016-05-11 10:25:36 -07:00