| Commit message (Expand) | Author | Age |
* | SampleApp: Remove SkWindow::setColorType | kkinnunen | 2016-01-18 |
* | Make SkGraphics::Term a no-op, stop calling it. | mtklein | 2015-09-09 |
* | Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200... | mtklein | 2015-09-09 |
* | Make SkGraphics::Term a no-op, stop calling it. | mtklein | 2015-09-08 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | SkV8Sample: Now with Path2D and Path2DBuilder. | jcgregorio | 2014-10-29 |
* | Start moving to the new canvas structure. | jcgregorio | 2014-10-27 |
* | Fixup references to the js files from the HTML files in SkV8Example. | jcgregorio | 2014-10-27 |
* | Move .js files to their own directory | robertphillips | 2014-10-24 |
* | Doing the "using namespace" penance by adding in v8:: everywhere, like I shou... | jcgregorio | 2014-10-24 |
* | https://chromiumcodereview.appspot.com/331133004/ | kozyatinskiy | 2014-07-15 |
* | Factor out a BaseContext from JsContext. | commit-bot@chromium.org | 2014-03-04 |
* | Start prototyping what DisplayList support will look like. | commit-bot@chromium.org | 2014-03-04 |
* | Rename Path to Path2D | commit-bot@chromium.org | 2014-02-27 |
* | Move SkV8Example to SkSurface | commit-bot@chromium.org | 2014-02-27 |
* | Add conicTo(). | commit-bot@chromium.org | 2014-02-13 |
* | Update directions and lib paths for ninja. | commit-bot@chromium.org | 2014-02-13 |
* | Both gears and snow should detect if Path is available, and also report on th... | commit-bot@chromium.org | 2014-01-23 |
* | Clear the canvas before drawing the gears. | commit-bot@chromium.org | 2014-01-16 |
* | Add handling alpha values in RRGGBBAA formatted styles. | commit-bot@chromium.org | 2014-01-13 |
* | Just use one version of the scripts in both the browser and in SkV8 by using ... | commit-bot@chromium.org | 2014-01-10 |
* | Move v8 into third_party. | commit-bot@chromium.org | 2014-01-08 |
* | Add the gears.js demo and all the code changes needed to get it working, incl... | commit-bot@chromium.org | 2014-01-07 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-01-07 |
* | Turn on GL drawing, allow switching via --gpu flag. | commit-bot@chromium.org | 2014-01-06 |
* | Renamed JsCanvas to JsContext and moved into it's own file. | commit-bot@chromium.org | 2014-01-06 |
* | Allow multiple concurrent timers. | commit-bot@chromium.org | 2013-12-20 |
* | Add a setTimer() function. | commit-bot@chromium.org | 2013-12-18 |
* | Add a print function in the global JS scope for debugging. | commit-bot@chromium.org | 2013-12-16 |
* | Add command line flag for optionally loading JS from external files. | commit-bot@chromium.org | 2013-12-16 |
* | Added canvas.fillStyle with support for just the "#RRGGBB" style of colors. | commit-bot@chromium.org | 2013-12-11 |
* | Add a canvas object with drawRect() and inval(). | commit-bot@chromium.org | 2013-12-10 |
* | A simple draw() function in Javascript. | commit-bot@chromium.org | 2013-12-06 |
* | V8 and Skia | commit-bot@chromium.org | 2013-12-05 |