Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(593)

Issue 228693002: Initial code for webtry, a web application for allowing users to try out Skia. (Closed)

Created:
6 years, 8 months ago by jcgregorio
Modified:
6 years, 2 months ago
Reviewers:
mtklein
CC:
skia-review_googlegroups.com, reviews_skia.org, tfarina, humper
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Initial code for webtry, a web application for allowing users to try out Skia. Currently running at http://108.170.220.126:8000/ BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14114

Patch Set 1 #

Patch Set 2 : Fill out TODO #

Patch Set 3 : More cleanup #

Total comments: 49

Patch Set 4 : Address feedback #

Total comments: 3

Patch Set 5 : more feedback changes #

Patch Set 6 : Don't add webtry to everything.gyp #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+891 lines, -213 lines) Patch
A experimental/webtry/DESIGN View 1 chunk +121 lines, -0 lines 1 comment Download
M experimental/webtry/README View 1 2 3 4 5 1 chunk +63 lines, -5 lines 0 comments Download
A experimental/webtry/TODO View 1 1 chunk +11 lines, -0 lines 0 comments Download
D experimental/webtry/index.html View 1 chunk +0 lines, -97 lines 0 comments Download
A experimental/webtry/main.cpp View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download
A experimental/webtry/result.cpp View 1 chunk +28 lines, -0 lines 0 comments Download
A experimental/webtry/seccomp_bpf.h View 1 2 3 1 chunk +45 lines, -0 lines 0 comments Download
D experimental/webtry/server.py View 1 chunk +0 lines, -79 lines 0 comments Download
A experimental/webtry/setup/continue_install View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
A experimental/webtry/setup/webtry_setup.sh View 1 2 1 chunk +32 lines, -0 lines 2 comments Download
A experimental/webtry/sys/webtry_init View 1 2 1 chunk +159 lines, -0 lines 0 comments Download
A experimental/webtry/sys/webtry_monit View 1 chunk +4 lines, -0 lines 0 comments Download
A experimental/webtry/sys/webtry_schroot View 1 chunk +9 lines, -0 lines 0 comments Download
D experimental/webtry/template.cpp View 1 chunk +0 lines, -23 lines 0 comments Download
A + experimental/webtry/templates/index.html View 5 chunks +9 lines, -8 lines 0 comments Download
A experimental/webtry/templates/template.cpp View 1 chunk +13 lines, -0 lines 0 comments Download
A experimental/webtry/webtry.go View 1 2 3 4 1 chunk +226 lines, -0 lines 0 comments Download
M gyp/webtry.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
jcgregorio
6 years, 8 months ago (2014-04-08 14:32:57 UTC) #1
mtklein
Man, this is so cool. https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/main.cpp File experimental/webtry/main.cpp (right): https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/main.cpp#newcode20 experimental/webtry/main.cpp:20: static int installSyscallFilter(void) { ...
6 years, 8 months ago (2014-04-08 19:00:22 UTC) #2
mtklein
On 2014/04/08 19:00:22, mtklein wrote: > Man, this is so cool. > > https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/main.cpp > ...
6 years, 8 months ago (2014-04-08 19:15:07 UTC) #3
jcgregorio
https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/main.cpp File experimental/webtry/main.cpp (right): https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/main.cpp#newcode20 experimental/webtry/main.cpp:20: static int installSyscallFilter(void) { On 2014/04/08 19:00:23, mtklein wrote: ...
6 years, 8 months ago (2014-04-09 14:10:31 UTC) #4
mtklein
lgtm Please at least add {} around that if statement body before submitting. https://codereview.chromium.org/228693002/diff/40001/experimental/webtry/webtry.go File ...
6 years, 8 months ago (2014-04-09 15:02:59 UTC) #5
jcgregorio
https://codereview.chromium.org/228693002/diff/60001/experimental/webtry/main.cpp File experimental/webtry/main.cpp (right): https://codereview.chromium.org/228693002/diff/60001/experimental/webtry/main.cpp#newcode58 experimental/webtry/main.cpp:58: if (errno == EINVAL) On 2014/04/09 15:03:00, mtklein wrote: ...
6 years, 8 months ago (2014-04-09 15:23:07 UTC) #6
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 8 months ago (2014-04-09 15:23:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/228693002/80001
6 years, 8 months ago (2014-04-09 15:23:30 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-09 17:05:30 UTC) #9
commit-bot: I haz the power
Retried try job too often on Build-Ubuntu12-GCC-x86_64-Release-Trybot for step(s) BuildEverything http://skia-tree-status.appspot.com/redirect/compile-buildbots/buildstatus?builder=Build-Ubuntu12-GCC-x86_64-Release-Trybot&number=1974
6 years, 8 months ago (2014-04-09 17:05:30 UTC) #10
jcgregorio
Fixed buildbot failure by removing webtry from everything.gyp. Updated scripts and instructions accordingly.
6 years, 8 months ago (2014-04-09 17:43:32 UTC) #11
mtklein
On 2014/04/09 17:43:32, jcgregorio wrote: > Fixed buildbot failure by removing webtry from everything.gyp. Updated ...
6 years, 8 months ago (2014-04-09 17:51:27 UTC) #12
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 8 months ago (2014-04-09 17:58:56 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/228693002/100001
6 years, 8 months ago (2014-04-09 17:59:05 UTC) #14
commit-bot: I haz the power
Change committed as 14114
6 years, 8 months ago (2014-04-09 19:00:05 UTC) #15
tfarina
https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/DESIGN File experimental/webtry/DESIGN (right): https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/DESIGN#newcode93 experimental/webtry/DESIGN:93: By sysv init only handles starting and stopping a ...
6 years, 3 months ago (2014-09-20 03:55:20 UTC) #16
tfarina
https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/setup/webtry_setup.sh File experimental/webtry/setup/webtry_setup.sh (right): https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/setup/webtry_setup.sh#newcode32 experimental/webtry/setup/webtry_setup.sh:32: sudo monit -t should we reload monit here as ...
6 years, 2 months ago (2014-09-25 16:14:50 UTC) #17
jcgregorio
6 years, 2 months ago (2014-09-25 17:05:59 UTC) #18
Message was sent while issue was closed.
https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/set...
File experimental/webtry/setup/webtry_setup.sh (right):

https://codereview.chromium.org/228693002/diff/100001/experimental/webtry/set...
experimental/webtry/setup/webtry_setup.sh:32: sudo monit -t
Yes, that would be great.

On 2014/09/25 16:14:50, tfarina wrote:
> should we reload monit here as well to get the new changes?
> 
> sudo monit reload

Powered by Google App Engine
This is Rietveld 408576698