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

Issue 1636563002: Initial support for turning Skia draws into a JSON document and vice versa. (Closed)

Created:
4 years, 11 months ago by ethannicholas
Modified:
4 years, 11 months ago
CC:
dogben_google.com, 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 : #

Patch Set 2 : fixed some build issues #

Total comments: 8

Patch Set 3 : made build dependent on skia_build_server gyp variable #

Patch Set 4 : moved to /tools #

Unified diffs Side-by-side diffs Delta from patch set Stats (+983 lines, -0 lines) Patch
A gyp/json.gyp View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download
M gyp/most.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A tools/json/SkJSONCanvas.h View 1 2 3 1 chunk +217 lines, -0 lines 0 comments Download
A tools/json/SkJSONCanvas.cpp View 1 2 3 1 chunk +428 lines, -0 lines 0 comments Download
A tools/json/SkJSONRenderer.h View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
A tools/json/SkJSONRenderer.cpp View 1 2 3 1 chunk +289 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (18 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636563002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636563002/1
4 years, 11 months ago (2016-01-25 18:24:01 UTC) #3
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Mac10.9-Clang-Arm7-Debug-iOS-Trybot/builds/995) Build-Ubuntu-GCC-x86_64-Release-Trybot on ...
4 years, 11 months ago (2016-01-25 18:24:54 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636563002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636563002/40001
4 years, 11 months ago (2016-01-25 18:30:19 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Ubuntu-GCC-x86_64-Release-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-x86_64-Release-Trybot/builds/5597) Build-Win-MSVC-x86-Debug-Trybot on ...
4 years, 11 months ago (2016-01-25 18:32:39 UTC) #11
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636563002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636563002/60001
4 years, 11 months ago (2016-01-25 19:12:00 UTC) #13
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 11 months ago (2016-01-25 19:30:19 UTC) #15
ethannicholas
4 years, 11 months ago (2016-01-25 19:31:24 UTC) #17
jcgregorio
Do you have an example of the generated output? https://codereview.chromium.org/1636563002/diff/60001/src/json/SkJSONCanvas.cpp File src/json/SkJSONCanvas.cpp (right): https://codereview.chromium.org/1636563002/diff/60001/src/json/SkJSONCanvas.cpp#newcode18 src/json/SkJSONCanvas.cpp:18: ...
4 years, 11 months ago (2016-01-25 19:37:32 UTC) #18
joshualitt
https://codereview.chromium.org/1636563002/diff/60001/gyp/json.gyp File gyp/json.gyp (right): https://codereview.chromium.org/1636563002/diff/60001/gyp/json.gyp#newcode8 gyp/json.gyp:8: 'target_name': 'json', hmm, this name could be a bit ...
4 years, 11 months ago (2016-01-25 19:41:04 UTC) #19
ethannicholas
On 2016/01/25 19:37:32, jcgregorio wrote: > Do you have an example of the generated output? ...
4 years, 11 months ago (2016-01-25 19:48:25 UTC) #20
jcgregorio
On 2016/01/25 at 19:48:25, ethannicholas wrote: > On 2016/01/25 19:37:32, jcgregorio wrote: > > Do ...
4 years, 11 months ago (2016-01-25 19:51:54 UTC) #21
mtklein
Have you guys seem SkDebugCanvas? It should be a big accelerator for all the non-JSON ...
4 years, 11 months ago (2016-01-25 19:56:24 UTC) #23
mtklein
On 2016/01/25 19:56:24, mtklein wrote: > Have you guys seem SkDebugCanvas? It should be a ...
4 years, 11 months ago (2016-01-25 19:56:33 UTC) #24
ethannicholas
On 2016/01/25 19:56:33, mtklein wrote: > On 2016/01/25 19:56:24, mtklein wrote: > > Have you ...
4 years, 11 months ago (2016-01-25 19:59:17 UTC) #25
ethannicholas
Josh pointed out that jsoncpp is enormous and should be gated behind a build variable ...
4 years, 11 months ago (2016-01-25 20:52:19 UTC) #26
mtklein
On 2016/01/25 20:52:19, ethannicholas wrote: > Josh pointed out that jsoncpp is enormous and should ...
4 years, 11 months ago (2016-01-25 20:53:15 UTC) #27
ethannicholas
On 2016/01/25 20:53:15, mtklein wrote: > On 2016/01/25 20:52:19, ethannicholas wrote: > > Josh pointed ...
4 years, 11 months ago (2016-01-25 21:06:49 UTC) #28
joshualitt
On 2016/01/25 21:06:49, ethannicholas wrote: > On 2016/01/25 20:53:15, mtklein wrote: > > On 2016/01/25 ...
4 years, 11 months ago (2016-01-25 21:16:16 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636563002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636563002/80001
4 years, 11 months ago (2016-01-25 21:17:26 UTC) #31
mtklein
None of this code so far is part of Skia-the-library. Why don't you move it ...
4 years, 11 months ago (2016-01-25 21:18:42 UTC) #32
commit-bot: I haz the power
Committed patchset #3 (id:80001) as https://skia.googlesource.com/skia/+/3cb582f688822461efa5a034e18008bf2f11e4f8
4 years, 11 months ago (2016-01-25 21:28:32 UTC) #34
msarett
A revert of this CL (patchset #3 id:80001) has been created in https://codereview.chromium.org/1637643002/ by msarett@google.com. ...
4 years, 11 months ago (2016-01-25 21:57:14 UTC) #35
mtklein
On 2016/01/25 21:57:14, msarett wrote: > A revert of this CL (patchset #3 id:80001) has ...
4 years, 11 months ago (2016-01-25 21:58:03 UTC) #36
dogben
lgtm
4 years, 11 months ago (2016-01-26 15:35:14 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636563002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636563002/100001
4 years, 11 months ago (2016-01-26 15:36:12 UTC) #42
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 15:48:01 UTC) #44
Message was sent while issue was closed.
Committed patchset #4 (id:100001) as
https://skia.googlesource.com/skia/+/978d08a4a90d69961bd53811ed3ab222b88e2d30

Powered by Google App Engine
This is Rietveld 408576698