1564 Commits

Author SHA1 Message Date
Chinmay Garde
efb57ebf52 Update Dart dependency to include fixes in x64 Dart precompilation 2015-12-09 13:23:03 -08:00
Ian Hickson
93c2e96c62 Merge pull request #2155 from Hixie/rev
Revving engine
2015-12-08 13:13:49 -08:00
Hixie
a0f509b4a5 Revving engine 2015-12-08 13:13:18 -08:00
Jason Simmons
d3afe5129f Merge pull request #2150 from jason-simmons/engine_release_1207
Rev pub packages
2015-12-07 16:07:19 -08:00
Jason Simmons
3dafc43d14 Rev pub packages 2015-12-07 16:03:25 -08:00
krisgiesing
3f438ff356 Merge pull request #2148 from krisgiesing/kbd_roll
Don't copy mojo keyboard service now that they have diverged.
2015-12-07 11:22:16 -08:00
Kris Giesing
ac928678d7 Don't copy mojo keyboard service now that they have diverged.
Related to #299.
2015-12-07 10:42:11 -08:00
Adam Barth
582a4968f3 Update pub packages 2015-12-03 15:03:46 -08:00
Jason Simmons
ace8bc0def Merge pull request #2137 from jason-simmons/deferred_import
Load deferred import libraries when building the snapshot
2015-12-03 14:55:23 -08:00
Jason Simmons
b270ae950b Load deferred import libraries when building the snapshot
Without this, Dart will attempt to resolve deferred imports at runtime,
which is not feasible in Flutter
2015-12-03 14:36:44 -08:00
Adam Barth
d73c6c1369 Merge pull request #2129 from domesticmouse/patch-1
Trailing full stop is confusing
2015-12-03 14:32:18 -08:00
George Kulakowski
b994a1b97b Don't warn on maybe-uninitialized in fnl
Our GCC picks up on a bunch of these in release. Suppress this until we
switch to Clang.
2015-12-03 13:44:14 -08:00
Chinmay Garde
f19e52e5f4 Merge pull request #2131 from chinmaygarde/master
Update Dart revision
2015-12-03 11:14:00 -08:00
Adam Barth
c0af6423c9 Dev pub packages 2015-12-03 11:12:09 -08:00
Chinmay Garde
884afc3e7b Update Dart revision 2015-12-03 11:11:03 -08:00
Adam Barth
5ba9b344f5 Update mojo_sdk Dart package 2015-12-03 10:30:22 -08:00
Adam Barth
6398dc5825 Roll mojo_sdk DEPS 2015-12-03 10:27:00 -08:00
Brett Morgan
0ba75b89e1 Trailing full stop is confusing
Sample code is not differentiated enough to disambiguate the full stop at the end of the line.
2015-12-03 14:38:07 +11:00
Chinmay Garde
b461c86a92 Merge pull request #2119 from chinmaygarde/master
Only strip executable in release builds on Mac/iOS
2015-11-30 18:47:45 -08:00
Adam Barth
2f32eb8897 Rev pub packages 2015-11-30 12:27:06 -08:00
Chinmay Garde
08d061ef11 Only strip executable in release builds on Mac/iOS 2015-11-30 11:55:46 -08:00
Ian Hickson
d3a935d0ba Merge pull request #2114 from Hixie/travis
Have Travis check the build for Dart errors.
2015-11-25 15:14:58 -08:00
Hixie
50523b130b Have Travis check the build for Dart errors. 2015-11-25 15:10:01 -08:00
Adam Barth
e6cf194043 Merge pull request #2115 from abarth/modroid_vsync
Flutter for Modroid should use vsync
2015-11-25 13:30:03 -08:00
Adam Barth
a042dbe953 Flutter for Modroid should use vsync
This patch teaches Flutter how to connect to the vsync service on Modroid.
Also, remove our now-redunant copy of vsync.mojom.

Fixes #589
2015-11-25 13:10:44 -08:00
Ian Hickson
8d1390372f Merge pull request #2112 from Hixie/rev
Rev engine.
2015-11-25 09:58:42 -08:00
Hixie
85d9968e60 Rev engine. 2015-11-25 09:58:13 -08:00
Adam Barth
0d0e96e1a4 Rev pub packages 2015-11-24 12:45:02 -08:00
Adam Barth
85d5ee5c38 Merge pull request #2100 from abarth/simplify_linux
Simplify Linux build config
2015-11-21 19:18:26 -08:00
Adam Barth
f054dd8017 Simplify Linux build config 2015-11-21 16:57:12 -08:00
Adam Barth
5efba966c9 Merge pull request #2099 from abarth/deps_hooks
Remove unnecesary DEPS hooks
2015-11-21 16:50:30 -08:00
Adam Barth
80b3c4c94a Remove unnecesary DEPS hooks
We don't need to run "pub get" anymore because we don't have any real Dart
packages in this repo anymore.
2015-11-21 16:44:33 -08:00
Ian Hickson
19fdb15e09 Update CONTRIBUTING.md 2015-11-21 16:15:47 -08:00
Ian Hickson
5c2324fe9f Merge pull request #2098 from Hixie/rev
rev to 0.0.62.
2015-11-21 16:11:01 -08:00
Hixie
ba61d37e6e rev to 0.0.62. 2015-11-21 16:10:17 -08:00
Adam Barth
028483a612 Merge pull request #2097 from abarth/update_dart_sdk
Update Dart SDK to latest stable version
2015-11-21 12:57:57 -08:00
Adam Barth
ef8d9404fe Update Dart SDK to latest stable version 2015-11-21 12:02:33 -08:00
Ian Hickson
e81d3ef8d1 Merge pull request #2096 from Hixie/rev
Rev the engine again.
2015-11-20 21:55:03 -08:00
Ian Hickson
924ee561e0 Rev the engine again. 2015-11-20 21:53:37 -08:00
Kris Giesing
3705d8e6c5 Update version to 0.0.60 2015-11-20 15:36:05 -08:00
krisgiesing
3b9d346431 Merge pull request #2084 from krisgiesing/linux-ime
Add support for Linux IME
2015-11-20 15:30:20 -08:00
Kris Giesing
08132badab Merge branch 'linux-ime' of github.com:krisgiesing/engine into linux-ime 2015-11-20 15:04:36 -08:00
Kris Giesing
48cc1d4704 Add support for IME on mojo/Linux 2015-11-20 14:55:45 -08:00
Kris Giesing
201d3fe369 Update version to 0.0.59 2015-11-20 14:06:45 -08:00
Kris Giesing
cb9a3f4a54 Update Mojo sdk revision 2015-11-20 13:49:10 -08:00
Kris Giesing
1737c3141f Remove patch step from mojo roll 2015-11-20 13:49:10 -08:00
Chinmay Garde
b36a261600 Strip executables on Mac and iOS 2015-11-20 11:43:35 -08:00
Seth Ladd
6e6f37169b Merge pull request #2090 from flutter/sethladd-patch-1
Fix link to flutter CONTRIBUTING.md
2015-11-20 10:33:39 -08:00
Seth Ladd
fec8bce555 Fix link to flutter CONTRIBUTING.md 2015-11-20 10:33:00 -08:00
George Kulakowski
9c05204ec4 Merge pull request #2089 from kulakowski/roll-dart
Update Dart revision for FNL build
2015-11-19 15:09:52 -08:00