summaryrefslogtreecommitdiffstats
path: root/content/renderer/skia_benchmarking_extension.cc
Commit message (Expand)AuthorAgeFilesLines
* Update SkiaBenchmarking for upcoming Skia changesrobertphillips2015-02-131-1/+1
* Move V8ValueConverter from content/renderer to content/child.mek2015-02-131-1/+1
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-2/+2
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* blink: Transition from platform/WebArrayBuffer.h to web/WebArrayBuffer.h.yukishiino2014-12-041-2/+1
* Const-ified getCommandInfo() result.fmalita2014-11-071-1/+1
* Fix for crash when attaching a frame in WebUI renderer.kolczyk2014-10-011-7/+3
* tryAllocPixels returns bool, allocPixels requires successreed2014-09-051-1/+1
* setConfig is deprecated, use setInfo or allocPixels insteadreed@google.com2014-07-011-4/+1
* Should provide creation context and isolate for WebArrayConverter::toV8Value ...tasak@google.com2014-06-111-2/+4
* Make sure gin Handles exist before using themjochen@chromium.org2014-04-281-0/+3
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-051-5/+3
* Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."timurrrr@chromium.org2014-03-041-3/+5
* don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...reed@google.com2014-03-031-5/+3
* Update callers of WebArrayBuffer/V8 conversions to use WebArrayBufferConverteradamk@chromium.org2014-02-061-1/+3
* Remove SkiaBenchmarking bitmap size limits.fmalita@chromium.org2014-02-041-7/+3
* Convert the SkiaBenchmarkingExtension to a gin::Wrappable classjochen@chromium.org2014-01-231-282/+243
* More v8-API-related cleanup.svenpanne@chromium.org2013-12-201-6/+7
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-191-2/+2
* Remove usages of deprecated v8 apis in extensions in content/rendererdcarney@google.com2013-11-281-37/+47
* Rename WebKit namespace to blink (part 3)abarth@chromium.org2013-11-071-3/+3
* [SkiaBenchmarkingExtension] Handle empty pictures gracefully.fmalita@chromium.org2013-10-311-4/+6
* Add ability to retrieve the width and height from a SKP file.dsinclair@chromium.org2013-09-011-7/+46
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-261-3/+4
* Add optional overdraw parameter to skia benchmarking extensionegraether@chromium.org2013-08-061-6/+10
* [SkiaBenchmarkingExtension] Add draw command timing info.fmalita@chromium.org2013-07-301-0/+53
* Update the include path for WebArrayBuffer.heroman@chromium.org2013-07-171-1/+1
* skiaBenchmarking.rasterize(): add optional stop index argument.fmalita@chromium.org2013-07-021-26/+51
* Add skiaBenchmarking.getOps()fmalita@chromium.org2013-06-261-16/+69
* Revert 207676 "Add skiaBenchmarking.getOps()"scottmg@chromium.org2013-06-211-69/+16
* Add skiaBenchmarking.getOps()fmalita@google.com2013-06-211-16/+69
* Update Blink include pathsabarth@chromium.org2013-06-171-2/+2
* convert most remaining function callbacks to new styledcarney@chromium.org2013-06-131-8/+8
* cc: Low quality support for low res tilesvmpstr@chromium.org2013-06-071-1/+1
* Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...rsleevi@chromium.org2013-06-021-1/+1
* Store picture parameters outside the b64-encoded datanduca@chromium.org2013-05-241-4/+22
* cc: Early out on text in analysis canvasvmpstr@chromium.org2013-05-241-1/+1
* Add scale & clip parameters to SkiaBenchmarkingWrapper::Rasterize().fmalita@chromium.org2013-05-151-9/+44
* Convert Skia benchmarking extension rasterize() output to RGBA.fmalita@chromium.org2013-05-141-1/+11
* Add Skia benchmarking extension.fmalita@chromium.org2013-05-141-0/+102