19 Commits

Author SHA1 Message Date
Eric Seidel
eacb3bed6c Add support for Mac vs. Linux sky_server builds
I also made sky_server get pulled down via DEPS
since thats how all the rest of our google storage-based
binaries work.

R=jamesr@chromium.org, jackson@google.com
TBR=abarth@chromium.org

Review URL: https://codereview.chromium.org/1150033006
2015-05-27 10:42:33 -07:00
Adam Barth
0b89163024 Update HACKING.md 2015-02-23 10:12:05 -08:00
Adam Barth
484c581d71 Update HACKING.md 2015-02-20 13:55:37 -08:00
Adam Barth
491df36523 Update HACKING.md 2015-02-20 13:54:37 -08:00
Hixie
a5ad025c79 Docs: Update formatting of skydb help
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/875513002
2015-01-23 09:35:11 -08:00
Eric Seidel
9d01b86caf Add a note about hacks for building on V8.
TBR=abarth@chromium.org
BUG=v8:3841
2015-01-22 10:55:02 -08:00
Eric Seidel
317474975f Update HACKING.md 2015-01-21 16:37:40 -08:00
Ojan Vafai
d563e42443 Unprefix -webkit-filter and add a pixel test for it.
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/850103003
2015-01-14 15:14:46 -08:00
Adam Barth
224b79f4c4 Update mochajs documentation link.
Happened to notice this while reading docs.

BUG=
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/796893004
2015-01-09 08:54:33 -08:00
Ojan Vafai
9629178ee6 Make a reftest for the flights app.
This way we get some broad pixel test coverage.
Do this by dumping the png from the flights app,
uploading it to google storage and then having
the reference file load the uploaded file.

This isn't a good long-term solution. Long-term
we should dump paint commands (or some other
textual representation) and/or make more targetted
reftests that don't need pngs. As such, the process
for doing this is painful and manual. If we decide
we want to have pixel tests properly, we'll want
to do something more automated obviously.

Also, turn on the discard_transparency bool when
encoding the pngs. Otherwise, the png is lossy
and none of this works.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/836363003
2015-01-07 11:40:27 -08:00
Eric Seidel
c755577d73 Fix the sky build instructions
Sky can't really build on its own.  We were previously
using the 'sky' build target for this but it didn't
fully anticipate all of our dependencies.  The most
recent break was when James removed /mojo/shell
from mojo.

Instead of sky listing out each and every service
which it depends on, we should just get used to
building root like other mojo developers.

Thankfully there is already a helpful tool
for this called mojob.py.  I've updated our
readme to reflect this, and removed the mojo
dependency on the sky build group.

The purpose of the sky build group is to expose
all of the sky build targets up to the root level
BUILD.gn (which only depends on /sky), not to
be an independently buildable target.

R=jamesr@chromium.org, jamesr
BUG=

Review URL: https://codereview.chromium.org/764023007
2014-12-05 15:46:07 -08:00
Adam Barth
45e8c0dc64 Update HACKING.md 2014-12-03 13:57:44 -08:00
Benjamin Lerman
2cdc639a09 Change mojo url to always use mojo:foo instead of mojo://foo
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/701933004
2014-11-06 17:23:18 +01:00
Adam Barth
ae147c589d Add instructions for building Release to HACKING.md
R=ojan@chromium.org, eseidel@chromium.org

Review URL: https://codereview.chromium.org/693163003
2014-10-31 11:44:03 -07:00
Adam Barth
75c8c1e17d Fill in some missing sections in the Sky README.md
R=ojan@chromium.org

Review URL: https://codereview.chromium.org/679583002
2014-10-23 20:32:07 -07:00
Rafael Weinstein
f7d4558727 Update HACKING.md 2014-10-23 16:10:08 -07:00
Rafael Weinstein
35d7cbd9bb Fixing the fix 2014-10-23 16:02:04 -07:00
Rafael Weinstein
3cb4a62848 Added build instructions 2014-10-23 15:54:51 -07:00
Adam Barth
ae72930937 Open the Sky 2014-10-23 11:17:19 -07:00