Commit Graph

940 Commits

Author SHA1 Message Date
John McCutchan
de6aa23a93 Fix patch application 2015-07-30 10:57:47 -07:00
John McCutchan
eac6fe4362 Automatically apply patches for mojo and chromium rolls 2015-07-30 10:46:31 -07:00
Adam Barth
944673e515 Merge pull request #371 from abarth/fix_dist
Update :dist to actually build sky_services
2015-07-30 00:10:52 -07:00
Adam Barth
0f32a95832 Update :dist to actually build sky_services
Due to a bad merge, we weren't actually building a distributable version of
the sky_services package.
2015-07-30 00:09:24 -07:00
Adam Barth
e0b99fa1ba Merge pull request #369 from abarth/pub_cache
Remove pub spam during the build
2015-07-29 23:42:28 -07:00
Adam Barth
adcac1f69f Remove pub spam during the build
When using `pub run`, we need to set the PUB_CACHE environment variable to
//dart-pub-cache in order to use the Dart packages we downloaded during
`gclient sync`.
2015-07-29 23:38:52 -07:00
Adam Barth
f4fe5295ae Merge pull request #368 from abarth/rev_packages
Rev Dart packages
2015-07-29 23:13:35 -07:00
Adam Barth
6f554ba76b Rev Dart packages
Also, update imports to account for new mojom.dart locations.
2015-07-29 23:12:07 -07:00
Adam Barth
a4a0eb1b6b Merge pull request #367 from abarth/roll_mojo
Update mojo to eb9330c8d7eccbd8318f0e4f622282926f144870
2015-07-29 21:13:55 -07:00
Adam Barth
596e207c7a Remove //tonic dependency
We don't import //tonic, which makes this dependency a gn-time failure.
Fortunately, we don't build this target anyway, so we can just remove this
line.
2015-07-29 21:12:22 -07:00
Adam Barth
efd0860079 Merge pull request #364 from abarth/fix_skyanalyzer
Fix spurious skyanalyzer failures
2015-07-29 17:54:20 -07:00
Adam Barth
0416a59e7a Update README.md 2015-07-29 17:53:45 -07:00
Adam Barth
ecb6ee02ca Fix spurious skyanalyzer failures
We need to update our regexps because we moved the mojom and mojo packages.
2015-07-29 16:37:02 -07:00
Adam Barth
50d259ddd1 Update CONTRIBUTING.md 2015-07-29 15:55:40 -07:00
Adam Barth
dc4ad699c9 Drive frames from the vsync provider on Android
Instead of using back pressure from swap buffers to drive the engine, this
patch using the vsync signal from the Android framework. We still respect
back pressure from swap buffers if we get too far ahead.
2015-07-28 22:32:36 -07:00
Chinmay Garde
8020ca75de Merge pull request #344 from chinmaygarde/master
Fix release builds on iOS
2015-07-28 17:10:59 -07:00
Chinmay Garde
ee46f41da1 Fix release builds on iOS 2015-07-28 17:07:44 -07:00
Adam Barth
2f26ca2123 Teach setup_dart_analyzer about workbench 2015-07-28 16:05:20 -07:00
Chinmay Garde
7261d5c4be Merge pull request #334 from chinmaygarde/master
Avoid mprotect calls on iOS
2015-07-28 14:46:42 -07:00
Chinmay Garde
d3d4abd198 Avoid mprotect calls on iOS 2015-07-28 14:40:21 -07:00
Hans Muller
e2a784e3b5 add --fatal-warnings to dartanalyzer command line 2015-07-28 14:34:54 -07:00
Chinmay Garde
9474419cd0 Merge pull request #320 from chinmaygarde/skyx_review
Load SkyX files on iOS where available
2015-07-28 13:59:38 -07:00
Chinmay Garde
ba51fa22ff Address PR feedback on updates for SkyX for iOS 2015-07-28 13:27:46 -07:00
Chinmay Garde
c79db8c41e Load SkyX files on iOS where available 2015-07-28 13:27:46 -07:00
Hans Muller
03bcbe7731 Merge pull request #319 from HansMuller/fix-skyanalyzer
specify --package-root
2015-07-28 12:37:48 -07:00
Hans Muller
2a623397c7 specify --package-root 2015-07-28 12:35:15 -07:00
Ian Fischer
bcb7056319 Merge pull request #272 from iansf/T262
Fix #262 -- autolaunch the simulator.
2015-07-28 12:06:33 -07:00
Eric Seidel
4cc17806cf Merge pull request #317 from eseidelGoogle/mac_testing
Make test_sky work on Mac!
2015-07-28 12:05:40 -07:00
Ian Fischer
6a80f886f3 Automatically launch the iOS simulator if it isn’t
already running.

Fixes #262.
2015-07-28 11:32:18 -07:00
Eric Seidel
d5b8134c84 Make test_sky work on Mac!
We still have a few tests failing, I believe
due to different font metrics.  Otherwise this works!

R=abarth@google.com
2015-07-28 11:31:42 -07:00
Eric Seidel
58af5099b3 Merge pull request #314 from asankah/asankah-fix-readme-typo
Fix typo in README.md
2015-07-28 11:12:27 -07:00
Adam Barth
32b25a2c83 Fix typos 2015-07-28 11:05:28 -07:00
Asanka Herath
73ca5f52df Fix typo in README.md 2015-07-28 13:05:20 -04:00
Adam Barth
da78083fcf Merge pull request #313 from abarth/mv_sky_package
Move sky package into sky/packages/sky
2015-07-28 08:48:13 -07:00
Adam Barth
92b4a5ca5e Move sky package into sky/packages/sky
This patch makes the sky package match the structure we've adopted for the
other Dart packages we produce from this repo.
2015-07-28 08:42:57 -07:00
Adam Barth
9e78f437a2 Merge pull request #312 from abarth/fix_analyzer
Teach skyanalyzer about workbench
2015-07-27 21:18:09 -07:00
Adam Barth
7538380b05 Teach skyanalyzer about workbench
Hopefully this will make Travis green again.
2015-07-27 20:54:19 -07:00
Adam Barth
d501d24ea3 Merge pull request #311 from abarth/more_sky_init
Run sky:init before creating a snapshot
2015-07-27 20:39:13 -07:00
Adam Barth
f48a6cc560 Run sky:init before creating a snapshot
If we've never run sky:init before, the mojom package will be empty and the
snapshot will fail.
2015-07-27 19:47:25 -07:00
Tony Gentilcore
445003b061 Merge pull request #310 from tonygentilcore/roll
Update to mojo 402986f19a165b3be13108146a913245c2c36d7c
2015-07-27 17:59:22 -07:00
Tony Gentilcore
4aa28b0d08 Fix compilation 2015-07-27 17:50:11 -07:00
Adam Barth
3983bffeef Merge pull request #308 from abarth/rm_dart_pkg
Remove DEPS-managed Dart packages
2015-07-27 17:07:54 -07:00
Adam Barth
47d44ef5b6 Remove DEPS-managed Dart packages
We now use `pub` to manage Dart packages.
2015-07-27 16:54:30 -07:00
Eric Seidel
9e79869ac3 Merge pull request #307 from eseidelGoogle/pub_get_banana_pants
Work around pub get going crazy
2015-07-27 16:36:46 -07:00
Eric Seidel
b1f1fd57ae Work around pub get going crazy
Fixes #306

TBR=johnmccutchan@google.com
2015-07-27 16:35:04 -07:00
Adam Barth
55e4d315ce Merge pull request #305 from abarth/rm_go
Remove skygo
2015-07-27 16:12:41 -07:00
Adam Barth
b1ee1648ae Remove skygo
We no longer use sky_server.go. This patch removes it.
2015-07-27 16:11:15 -07:00
Adam Barth
fe3e5344a2 Break the dependency on Go-based sky_server
We now use the Dart sky_server in shelldb.
2015-07-27 15:38:42 -07:00
Adam Barth
f372e07b47 Merge pull request #302 from abarth/gclient_pub
Teach gclient to run pub in more directories
2015-07-27 14:58:18 -07:00
Adam Barth
d057b7546d Teach gclient to run pub in more directories
At gclient sync time, we now run `pub get` for every Dart package except
`workbench`. This patch ensures that we have all the packages we need locally.
2015-07-27 14:54:09 -07:00