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

Unified 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: add port and comments to mysql connection 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 side-by-side diff with in-line comments
Download patch
Index: experimental/webtry/TODO.md
diff --git a/experimental/webtry/TODO.md b/experimental/webtry/TODO.md
new file mode 100644
index 0000000000000000000000000000000000000000..dea10d5d47121eac08e0345c783be148001d379e
--- /dev/null
+++ b/experimental/webtry/TODO.md
@@ -0,0 +1,24 @@
+Public facing feature requests
+------------------------------
+ - return printf output
+ - permalinks for fiddles
+ - ability to render against multiple targets (gpu/cpu)
+ - versioning (which version of skia was this run against)
+ - serve up a iframe-able page
+ - magnifying glass (both client side and server side)
+ - specify scale, rotate, clip (possibly animating over a range)
+ - change canvas size from 300x300 to other sizes
+
+
+Implementation details
+----------------------
+ - Add in all the Sk header files that could be needed.
mtklein 2014/04/11 18:12:40 Done?
jcgregorio 2014/04/11 20:24:01 Done.
+ - Add -port flag to webtry.go.
mtklein 2014/04/11 18:12:40 Done?
jcgregorio 2014/04/11 20:24:01 Done.
+ - Add flag for inout directory to webtry.go.
+ - In webtry.go add mutexes per hash, to avoid conflicts of writing the same file at the same time.
+ - Don't allow #macros in user code.
+ - Limit the size of the user code submitted.
+ - Add font support in the c++ template.
+ - Add inline links to doxygen.
+ - Add monitoring and probing (nagios).
+ - sanitize the file name in the output.

Powered by Google App Engine
This is Rietveld 408576698