Commit Graph

1850 Commits

Author SHA1 Message Date
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
Chinmay Garde
b334ddf261 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
6b968f323a Avoid manually setting up in-process GL bindings for Skia 2015-07-27 14:30:14 -07:00
Adam Barth
b02764157d Merge pull request #297 from abarth/network_nits
Cleanups to network service
2015-07-27 14:04:08 -07:00
Adam Barth
0aeb705c59 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
Adam Barth
665937099a 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
88d65bfe83 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
Hans Muller
c6a1077900 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
2410c389f6 Enable fling scrolling in TabBar 2015-07-27 11:13:37 -07:00
Adam Barth
4a94d77483 Rev Sky package 2015-07-27 09:13:01 -07:00
Adam Barth
2fc535fd81 Update version for material_design_icons 2015-07-27 08:25:40 -07:00
Adam Barth
c370b28672 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
d27b43d868 Teach ./sky/tools/gn where to run the gn binary 2015-07-26 16:03:47 -07:00
Adam Barth
73261c10b3 Update README.md 2015-07-26 14:04:08 -07:00
Adam Barth
552e0d9569 Merge pull request #274 from jimsimon/examples-as-libraries
Examples as libraries
2015-07-24 14:23:39 -07:00
Chinmay Garde
5ee6a42a33 Merge pull request #276 from chinmaygarde/mac
Make the Mac target deps look similar to iOS
2015-07-24 14:13:39 -07:00
Chinmay Garde
a79c8354d9 Make the Mac target deps look similar to iOS
Fixes Mac builds
2015-07-24 13:54:35 -07:00
Adam Barth
446b978652 Merge pull request #265 from abarth/workbench
Create //sky/packages/workbench
2015-07-24 12:50:51 -07:00
Jim Simon
bbcb4660ff Updated AUTHORS 2015-07-24 12:24:05 -07:00
Jim Simon
ecf6818462 Added .idea folder to gitignore 2015-07-24 12:24:05 -07:00
Eric Seidel
881a7fe4f5 Merge pull request #269 from eseidelGoogle/skia_roll
Roll Skia to the latest revision to pick up drawAtlas fix
2015-07-24 11:10:14 -07:00
Eric Seidel
60aecc2859 Roll Skia to the latest revision to pick up drawAtlas fix
R=chinmaygarde@google.com
2015-07-24 10:59:20 -07:00
Adam Barth
5ec2f1857b Create //sky/packages/workbench
The workbench package exists to pull in pub packages from both pub.dartlang.org
and from the source tree (using dependency overrides). The idea is that
workbench will reflect a typical Sky developer's environment so that we can use
the same tools as a typical sky developer by running them with the workbench as
the cwd.
2015-07-23 22:20:07 -07:00
Adam Barth
d84e5639ce Remove stray .orig file 2015-07-23 21:00:16 -07:00
Ian Hickson
426239d7bd Update CONTRIBUTING.md
clarify what is currently supported
2015-07-23 19:16:33 -07:00
Eric Seidel
f96031e626 Fix material_design_icons
TBR=abarth@google.com
2015-07-23 17:35:43 -07:00
Adam Barth
ad2bc2667d Merge pull request #261 from abarth/demagic_sky_package
Remove the magic from the Sky package
2015-07-23 16:52:50 -07:00
Ian Fischer
443b08d854 Merge pull request #260 from iansf/ios_cmd_line
Make it possible to specify which sky app and sky server to use from the command line, overridding the Info.plist.
2015-07-23 16:52:49 -07:00
Adam Barth
038660a146 Remove the magic from the Sky package
We now just symlink the lib directory into the packages directory in the output
directory.
2015-07-23 16:52:32 -07:00
Ian Fischer
aa40b772d2 Command line options for launching a particular
Sky app in the simulator.
2015-07-23 16:41:51 -07:00
Adam Barth
f2e376e81a Merge pull request #259 from abarth/symlink_icons
Symlink Material Design Icons into Dart packages in the out dir
2015-07-23 16:36:42 -07:00
Adam Barth
47915b4e6e Symlink Material Design Icons into Dart packages in the out dir
Otherwise they won't be visible to the web server.
2015-07-23 16:34:11 -07:00
Adam Barth
3eb2484b70 Merge pull request #258 from abarth/rm_hacking_md
Remove outdated HACKING.md document
2015-07-23 16:21:07 -07:00
Adam Barth
71ad2514fa Remove outdated HACKING.md document
CONTRIBUTING.md has the current instructions.
2015-07-23 16:19:55 -07:00
Adam Barth
e6a1a34ddf Merge pull request #254 from abarth/sky_services
Add sky_services pub package
2015-07-23 16:05:57 -07:00
Adam Barth
d25bc9dd67 Fix clean build
This script was erroring out due to some missing renames.
2015-07-23 16:03:36 -07:00
Adam Barth
882f657df1 Add sky_services pub package
This package contains the mojom.dart files we generate from the sky_engine
repository.
2015-07-23 15:51:37 -07:00
Adam Barth
4e651c288a Merge pull request #250 from abarth/material_package
Move Material Design Icons to their own package
2015-07-23 14:57:52 -07:00
Adam Barth
a62f189330 Move Material Design Icons to their own package
After this patch, we use pub to manage versioning and fetching the material
design icons.
2015-07-23 14:54:59 -07:00
Eric Seidel
10542627c4 Merge pull request #248 from eseidelGoogle/target_cpu
Fix sky/tools/gn --ios --simulator to set the correct target_cpu
2015-07-23 14:33:02 -07:00
Eric Seidel
aa5d9aac8d Fix sky/tools/gn --ios --simulator to set the correct target_cpu
Also fixed missing dependency from LocalDOMWindow.cpp on
mojo's navigation service.  Not sure why gn check missed that.

R=abarth@google.com
2015-07-23 14:30:49 -07:00