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

Issue 1640333002: Wire up JsonCanvas in skiaserve (Closed)

Created:
4 years, 11 months ago by joshua.litt
Modified:
4 years, 11 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@skiaserve-6-cleanup
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : use correct url #

Patch Set 3 : add redirect #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -59 lines) Patch
M gyp/skiaserve.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/skiaserve/skiaserve.cpp View 1 2 8 chunks +87 lines, -59 lines 1 comment Download

Depends on Patchset:

Messages

Total messages: 15 (7 generated)
joshualitt
ptal
4 years, 11 months ago (2016-01-27 16:54:11 UTC) #3
jcgregorio
https://codereview.chromium.org/1640333002/diff/1/tools/skiaserve/skiaserve.cpp File tools/skiaserve/skiaserve.cpp (right): https://codereview.chromium.org/1640333002/diff/1/tools/skiaserve/skiaserve.cpp#newcode241 tools/skiaserve/skiaserve.cpp:241: fHandlers.push_back({MHD_HTTP_METHOD_GET, "/info", infoHandler}); Shouldn't this be wired to /cmd ...
4 years, 11 months ago (2016-01-27 17:32:16 UTC) #4
joshualitt
https://codereview.chromium.org/1640333002/diff/1/tools/skiaserve/skiaserve.cpp File tools/skiaserve/skiaserve.cpp (right): https://codereview.chromium.org/1640333002/diff/1/tools/skiaserve/skiaserve.cpp#newcode241 tools/skiaserve/skiaserve.cpp:241: fHandlers.push_back({MHD_HTTP_METHOD_GET, "/info", infoHandler}); On 2016/01/27 17:32:15, jcgregorio wrote: > ...
4 years, 11 months ago (2016-01-27 17:43:04 UTC) #5
jcgregorio
lgtm
4 years, 11 months ago (2016-01-27 17:49:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1640333002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1640333002/20001
4 years, 11 months ago (2016-01-27 17:49:38 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1640333002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1640333002/40001
4 years, 11 months ago (2016-01-27 18:53:28 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://skia.googlesource.com/skia/+/609d97918788c077514f190b0f1087ccbd420f5d
4 years, 11 months ago (2016-01-27 19:07:26 UTC) #14
jcgregorio
4 years, 11 months ago (2016-01-27 19:21:19 UTC) #15
Message was sent while issue was closed.
https://codereview.chromium.org/1640333002/diff/40001/tools/skiaserve/skiaser...
File tools/skiaserve/skiaserve.cpp (right):

https://codereview.chromium.org/1640333002/diff/40001/tools/skiaserve/skiaser...
tools/skiaserve/skiaserve.cpp:171: int ret = MHD_queue_response(connection,
MHD_HTTP_OK, response);
If it's a redirect the status code needs to be changed to a 303.

Powered by Google App Engine
This is Rietveld 408576698