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

Issue 294903017: Add the ability to select a source image to use in the code. (Closed)

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

Description

Add the ability to select a source image to use in the code. A much farther ranging change than I suspected. Basically add a 'source' integer to every Try, store that in the database with every Try, add the source to the computation of the hash, and load and use the 'source' value when navigating history. BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14960

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 10

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+422 lines, -72 lines) Patch
M experimental/webtry/DESIGN.md View 1 2 3 4 5 3 chunks +57 lines, -13 lines 0 comments Download
M experimental/webtry/main.cpp View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M experimental/webtry/res/css/webtry.css View 1 1 chunk +32 lines, -0 lines 0 comments Download
M experimental/webtry/res/js/webtry.js View 1 4 chunks +122 lines, -22 lines 0 comments Download
M experimental/webtry/result.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M experimental/webtry/templates/content.html View 1 2 chunks +19 lines, -0 lines 0 comments Download
M experimental/webtry/templates/template.cpp View 1 1 chunk +2 lines, -0 lines 0 comments Download
M experimental/webtry/webtry.go View 1 2 3 4 21 chunks +177 lines, -37 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jcgregorio
6 years, 7 months ago (2014-05-27 15:48:01 UTC) #1
mtklein
https://codereview.chromium.org/294903017/diff/50001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/294903017/diff/50001/experimental/webtry/DESIGN.md#newcode147 experimental/webtry/DESIGN.md:147: source INTEGER DEFAULT 0 NOT NULL, Having both "code" ...
6 years, 6 months ago (2014-05-28 17:36:49 UTC) #2
jcgregorio
https://codereview.chromium.org/294903017/diff/50001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/294903017/diff/50001/experimental/webtry/DESIGN.md#newcode147 experimental/webtry/DESIGN.md:147: source INTEGER DEFAULT 0 NOT NULL, On 2014/05/28 17:36:50, ...
6 years, 6 months ago (2014-05-28 18:42:58 UTC) #3
mtklein
Just doc nits. LGTM https://codereview.chromium.org/294903017/diff/70001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/294903017/diff/70001/experimental/webtry/DESIGN.md#newcode139 experimental/webtry/DESIGN.md:139: GRANT SELECT, INSERT, UPDATE ON ...
6 years, 6 months ago (2014-05-29 15:26:19 UTC) #4
jcgregorio
https://codereview.chromium.org/294903017/diff/70001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/294903017/diff/70001/experimental/webtry/DESIGN.md#newcode139 experimental/webtry/DESIGN.md:139: GRANT SELECT, INSERT, UPDATE ON webtry.sources TO 'webtry'@'%'; Good ...
6 years, 6 months ago (2014-05-29 15:37:32 UTC) #5
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 6 months ago (2014-05-29 15:37:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/294903017/80001
6 years, 6 months ago (2014-05-29 15:38:43 UTC) #7
commit-bot: I haz the power
6 years, 6 months ago (2014-05-29 15:58:12 UTC) #8
Message was sent while issue was closed.
Change committed as 14960

Powered by Google App Engine
This is Rietveld 408576698