Chromium Code Reviews| OLD | NEW |
|---|---|
| (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 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.
| |
| 16 - Add -port flag to webtry.go. | |
|
mtklein
2014/04/11 18:12:40
Done?
jcgregorio
2014/04/11 20:24:01
Done.
| |
| 17 - Add flag for inout directory to webtry.go. | |
| 18 - In webtry.go add mutexes per hash, to avoid conflicts of writing the same fil e at the same time. | |
| 19 - Don't allow #macros in user code. | |
| 20 - Limit the size of the user code submitted. | |
| 21 - Add font support in the c++ template. | |
| 22 - Add inline links to doxygen. | |
| 23 - Add monitoring and probing (nagios). | |
| 24 - sanitize the file name in the output. | |
| OLD | NEW |