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

Side by Side Diff: experimental/webtry/TODO.md

Issue 235373002: Add design for sql storage, implementation of db that stores the data, not retrieving yet. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove exe Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « experimental/webtry/TODO ('k') | experimental/webtry/setup/continue_install » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Public facing feature requests
2 ------------------------------
3 - return printf output
4 - permalinks for fiddles
5 - ability to render against multiple targets (gpu/cpu)
6 - versioning (which version of skia was this run against)
7 - serve up a iframe-able page
8 - magnifying glass (both client side and server side)
9 - specify scale, rotate, clip (possibly animating over a range)
10 - change canvas size from 300x300 to other sizes
11
12
13 Implementation details
14 ----------------------
15 - Add flag for inout directory to webtry.go.
16 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same fil e at the same time.
17 - Don't allow #macros in user code.
18 - Limit the size of the user code submitted.
19 - Add font support in the c++ template.
20 - Add inline links to doxygen.
21 - Add monitoring and probing (nagios).
22 - sanitize the file name in the output.
OLDNEW
« no previous file with comments | « experimental/webtry/TODO ('k') | experimental/webtry/setup/continue_install » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698