2780 Commits

Author SHA1 Message Date
Adam Barth
8fac8efa1f 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
80cb6863e3 Merge pull request #310 from tonygentilcore/roll
Update to mojo 402986f19a165b3be13108146a913245c2c36d7c
2015-07-27 17:59:22 -07:00
Tony Gentilcore
77fef24c22 Fix compilation 2015-07-27 17:50:11 -07:00
Tony Gentilcore
e1a062f89d Update to mojo 402986f19a165b3be13108146a913245c2c36d7c 2015-07-27 17:33:58 -07:00
Adam Barth
2cee42a2e3 Merge pull request #308 from abarth/rm_dart_pkg
Remove DEPS-managed Dart packages
2015-07-27 17:07:54 -07:00
Adam Barth
4c7a557d56 Merge pull request #309 from abarth/improve_init
Improve init.dart not to assume `dart` is in your PATH
2015-07-27 16:58:26 -07:00
Adam Barth
019d6f8418 Improve init.dart not to assume dart is in your PATH
Instead, use Platform.executable, which is the path to the current `dart`
executable.
2015-07-27 16:56:18 -07:00
Adam Barth
32a881e346 Remove DEPS-managed Dart packages
We now use `pub` to manage Dart packages.
2015-07-27 16:54:30 -07:00
Eric Seidel
2f7ee1b0b5 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
4e8c82d288 Work around pub get going crazy
Fixes #306

TBR=johnmccutchan@google.com
2015-07-27 16:35:04 -07:00
Adam Barth
399958e391 Merge pull request #305 from abarth/rm_go
Remove skygo
2015-07-27 16:12:41 -07:00
Adam Barth
c975de294d Remove skygo
We no longer use sky_server.go. This patch removes it.
2015-07-27 16:11:15 -07:00
Adam Barth
e4583705b9 Merge pull request #304 from abarth/rm_sky_server_go
Break the dependency on Go-based sky_server
2015-07-27 16:04:47 -07:00
Viktor Lidholt
e2beb73adc Merge pull request #300 from vlidholt/master
Optimizations for Particle Systems
2015-07-27 15:42:50 -07:00
Viktor Lidholt
809203024b Refactors randomizations of color sequences and optimizes particle systems (uses single Paint instance, doesn't compute accelerations unless used, reduces number of created objects, faster color calculations)
Fixes indentation
Optimizes lookup in fast version of atan2 (toInt is faster than floor)
Removes frame rate printout and adds assert
2015-07-27 15:41:08 -07:00
Adam Barth
fa5326a3a3 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
bfc92b84ce 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
d5c77c60a7 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
Chinmay Garde
6f6edf3b04 Merge pull request #301 from chinmaygarde/gl_bindings
Avoid manually setting up in-process GL bindings for Skia
2015-07-27 14:49:06 -07:00
Chinmay Garde
ba2fe445fa Avoid manually setting up in-process GL bindings for Skia 2015-07-27 14:30:14 -07:00
Adam Barth
703ed35112 Merge pull request #298 from abarth/pull_new_mojo_services
Pull a newer mojo_services
2015-07-27 14:06:23 -07:00
Adam Barth
734ef1dbb1 Pull a newer mojo_services
This patch picks up a new url_loader.mojom interface that is needed to access
the network in production.
2015-07-27 14:04:37 -07:00
Adam Barth
f737c1dcbc Merge pull request #297 from abarth/network_nits
Cleanups to network service
2015-07-27 14:04:08 -07:00
Adam Barth
a06a3b2f18 Cleanups to network service
This patch contains some minor improvements to the network service:

- We now cache the connection to the network service so we don't need to spin
  it up for each request.
- We now manage the lifetime of NetworkServiceImpl in the same way as other
  services.

Also, update the workbench sky_tools dependency to the latest version.
2015-07-27 13:50:42 -07:00
Chinmay Garde
0fc7d8e96b Merge pull request #296 from chinmaygarde/mac_bindings
Add bindings for "GL_NV_texture_barrier" required on Mac
2015-07-27 12:26:15 -07:00
Adam Barth
c1403a1243 Merge pull request #294 from abarth/big_red_button
Teach big_red_button how to publish sky, sky_engine, sky_services
2015-07-27 12:22:18 -07:00
Adam Barth
d59e4115e6 Teach big_red_button how to publish sky, sky_engine, sky_services
This CL makess big_red_button.py work for the sky, sky_engine, sky_services
packages.
2015-07-27 12:21:33 -07:00
Chinmay Garde
cb75ca645d Add bindings for "GL_NV_texture_barrier" required on Mac 2015-07-27 12:15:18 -07:00
Chinmay Garde
8dfcd3b684 Merge pull request #293 from chinmaygarde/mac_review
Complete OpenGL setup and input event handling on Mac
2015-07-27 11:22:59 -07:00
Hans Muller
ee16e38f6b Merge pull request #291 from HansMuller/enable-scrollable-tabs-fling-scroll
Enable scrollable tabs fling scrolling
2015-07-27 11:16:50 -07:00
Hans Muller
042a7041f6 Enable fling scrolling in TabBar 2015-07-27 11:13:37 -07:00
Chinmay Garde
26a7bd7087 Complete OpenGL setup and input event handling on Mac 2015-07-27 10:56:34 -07:00
Adam Barth
d1aa19081a Update Sky package version
We need to pull in an updated version of sky_tools to get a version that
doesn't try to gzip everything.
2015-07-27 10:07:41 -07:00
Adam Barth
7668ceb254 Merge pull request #292 from abarth/fix_sky_tools
Fix sky_tool's installing of SkyShell.apk
2015-07-27 10:06:53 -07:00
Adam Barth
6b3ac73d1c Fix sky_tool's installing of SkyShell.apk
We were walking over to the realdir too quickly, which meant we lost which
version of the sky_engine package we were supposed to use.
2015-07-27 10:05:16 -07:00
Adam Barth
a3b614bfaf Update README.md 2015-07-27 09:47:29 -07:00
Adam Barth
d566b71be6 Rev Sky package 2015-07-27 09:13:01 -07:00
Adam Barth
96781ddbf2 Update version for material_design_icons 2015-07-27 08:25:40 -07:00
Adam Barth
f617225235 Merge pull request #290 from domokit/abarth-gn-path
Teach ./sky/tools/gn where to run the gn binary
2015-07-26 17:01:05 -07:00
Adam Barth
f95b29b739 Teach ./sky/tools/gn where to run the gn binary 2015-07-26 16:03:47 -07:00
Adam Barth
32eaf0fd2a Update README.md 2015-07-26 14:04:08 -07:00
Adam Barth
6cd1de9c79 Merge pull request #289 from abarth/rm_location
Remove Location.idl and assoicated code
2015-07-25 20:01:07 -07:00
Adam Barth
2fefa54fef Merge pull request #288 from abarth/rm_screen
Remove Screen.idl and associated code
2015-07-25 19:14:41 -07:00
Adam Barth
2267a46625 Remove Location.idl and assoicated code 2015-07-25 19:14:33 -07:00
Adam Barth
edf9db0d4e Remove Screen.idl and associated code 2015-07-25 19:04:17 -07:00
Adam Barth
ced880d401 Merge pull request #286 from abarth/rm_custom_layout
Remove the DOM-based custom layout machinery
2015-07-25 16:46:19 -07:00
Adam Barth
9723615d9f Merge pull request #287 from abarth/travis_analyzer
Run the Dart analyzer on Travis
2015-07-25 16:45:56 -07:00
Adam Barth
60479baf7f Run the Dart analyzer on Travis 2015-07-25 15:46:24 -07:00
Adam Barth
a42156e19a Remove the DOM-based custom layout machinery
We now do layout without a DOM.
2015-07-25 15:37:44 -07:00
Adam Barth
9efa0fcd8f Merge pull request #283 from Hixie/focus
Scoped focus, so you can have a dialog with input controls and not lose your focus in the background
2015-07-24 22:27:21 -07:00