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

Issue 1707863003: added server-side breakpoint support to skiaserve (Closed)

Created:
4 years, 10 months ago by ethannicholas
Modified:
4 years, 10 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : changed failure response format #

Total comments: 1

Patch Set 3 : added wraparound, fixed issues with changes not being visible on some machines #

Total comments: 1

Patch Set 4 : fixed nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -9 lines) Patch
M tools/skiaserve/skiaserve.cpp View 1 2 3 4 chunks +108 lines, -9 lines 0 comments Download

Messages

Total messages: 16 (6 generated)
ethannicholas
This adds a command to find the next op in which a pixel changes. Request ...
4 years, 10 months ago (2016-02-17 21:15:54 UTC) #3
jcgregorio
I'm fine with the URL format. https://codereview.chromium.org/1707863003/diff/1/tools/skiaserve/skiaserve.cpp File tools/skiaserve/skiaserve.cpp (right): https://codereview.chromium.org/1707863003/diff/1/tools/skiaserve/skiaserve.cpp#newcode392 tools/skiaserve/skiaserve.cpp:392: response["endOp"] = Json::Value(Json::nullValue); ...
4 years, 10 months ago (2016-02-17 21:29:18 UTC) #4
ethannicholas
On 2016/02/17 21:29:18, jcgregorio wrote: > I'm fine with the URL format. > > https://codereview.chromium.org/1707863003/diff/1/tools/skiaserve/skiaserve.cpp ...
4 years, 10 months ago (2016-02-17 21:39:48 UTC) #5
jcgregorio
LGTM for the URI and JSON.
4 years, 10 months ago (2016-02-17 21:42:07 UTC) #6
jcgregorio
https://codereview.chromium.org/1707863003/diff/20001/tools/skiaserve/skiaserve.cpp File tools/skiaserve/skiaserve.cpp (right): https://codereview.chromium.org/1707863003/diff/20001/tools/skiaserve/skiaserve.cpp#newcode394 tools/skiaserve/skiaserve.cpp:394: for (int i = n + 1; i < ...
4 years, 10 months ago (2016-02-18 13:48:11 UTC) #7
ethannicholas
Added wraparound, fixed it not working properly on my desktop system.
4 years, 10 months ago (2016-02-18 17:33:05 UTC) #8
joshualitt
On 2016/02/18 17:33:05, ethannicholas wrote: > Added wraparound, fixed it not working properly on my ...
4 years, 10 months ago (2016-02-18 17:53:16 UTC) #9
joshualitt
nit :( https://codereview.chromium.org/1707863003/diff/40001/tools/skiaserve/skiaserve.cpp File tools/skiaserve/skiaserve.cpp (right): https://codereview.chromium.org/1707863003/diff/40001/tools/skiaserve/skiaserve.cpp#newcode353 tools/skiaserve/skiaserve.cpp:353: static SkColor getPixel(Request* request, int x, int ...
4 years, 10 months ago (2016-02-18 17:53:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1707863003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1707863003/60001
4 years, 10 months ago (2016-02-18 17:59:53 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-18 18:22:37 UTC) #16
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/3ca1e1ae4fe710265056eadb086fc6ccc2caa57e

Powered by Google App Engine
This is Rietveld 408576698