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