summaryrefslogtreecommitdiffstats
path: root/webkit/support
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-2/+2
* Fix CHECK(g_DeviceDisplayInfo_clazz) in WebKit tests.aruslan@chromium.org2013-02-072-0/+3
* Revert 180583gavinp@chromium.org2013-02-057-123/+84
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-057-84/+123
* Renamed WebMediaStreamComponent and WebMediaStreamDescriptor to WebMediaStrea...tommyw@chromium.org2013-02-041-4/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-0214-63/+65
* Revert 179967alecflett@chromium.org2013-02-013-13/+2
* Avoid leaking TestWebIDBFactory instances, and resetdarin@chromium.org2013-01-313-2/+13
* Revert 178734jsbell@chromium.org2013-01-281-1/+2
* Comment memory leak in the PNG encoder on encoding error.noel@chromium.org2013-01-251-1/+3
* Initialize IDB factory explicitly. (Lazy initialization is going away in upst...pilgrim@chromium.org2013-01-251-2/+1
* Memory leak in webkit/support/webkit_support_gfx.cc on encoder error.noel@chromium.org2013-01-241-5/+9
* Fix hyphenate tests with xcodebuild and msvc webkit standalone builds.thakis@chromium.org2013-01-211-4/+4
* webkit tests: Fix computeLastHyphenLocation() when building with make or ninja.thakis@chromium.org2013-01-213-7/+24
* REGRESSION(r175642) Caused webkit unit tests failuresnoel@chromium.org2013-01-211-0/+1
* Instantiate the WebIDBFactoryImpl lazily, and call setIDBFactorydarin@chromium.org2013-01-183-5/+31
* Support WebCore's memory cache reusing main resources in unit tests.japhet@chromium.org2013-01-171-0/+5
* Switch to new createAudioDevice() API in TestWebKitPlatformSupportcrogers@google.com2013-01-162-0/+11
* Update some #includes in webkit/support for headers in the new Platform direc...pilgrim@chromium.org2013-01-1615-37/+37
* See https://code.google.com/p/chromium/issues/detail?id=170089ericu@chromium.org2013-01-151-3/+0
* Explicitly initialize the IDB Factory after resetting webkit_platform_support...pilgrim@chromium.org2013-01-151-0/+3
* remove extra test for WebIDBFactory::openalecflett@chromium.org2013-01-121-11/+0
* Remove IPC code for old methods.alecflett@chromium.org2013-01-111-2/+2
* Fix member variable order in WebGestureCurve implementationsjamesr@chromium.org2013-01-101-1/+3
* Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...scherkus@chromium.org2013-01-101-1/+1
* Fix the last of the #includes and OVERRIDEs in preparation for removing WebKi...pilgrim@chromium.org2013-01-091-36/+36
* Fix webkit tests failing on the botscpu@chromium.org2013-01-091-0/+2
* Add explicit dependency on WebIDBFactory.h in preparation for removing WebIDB...pilgrim@chromium.org2013-01-092-1/+1
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-021-13/+4
* Use generated shim headers for zlib.phajdan.jr@chromium.org2012-12-181-7/+0
* Call WebKit::Platform::current() instead of webkitPlatformSupport()pilgrim@chromium.org2012-12-181-2/+2
* Generate shim headers for libpngphajdan.jr@chromium.org2012-12-181-4/+0
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-3/+3
* Better error reporting when WebKit Mock URLs fail.gavinp@chromium.org2012-12-131-1/+2
* We're removing the sharedWorkerRepository() function from WebKitpilgrim@chromium.org2012-12-112-6/+0
* Propagate transaction id through IDBFactory::open() IPCalecflett@chromium.org2012-12-071-0/+13
* Fix for WebInspector layout tests.loislo@chromium.org2012-12-071-1/+4
* Fixes theme includes for test_webkit_platform_support. I don't believesky@chromium.org2012-12-051-2/+0
* Move gl_bindings_skia_cmd_buffer into webkit_gpu and make the latter a componentpiman@chromium.org2012-11-301-0/+1
* Remove MessageLoopProxy-getting callbacks from various media classes.scherkus@chromium.org2012-11-282-5/+4
* Allow WebKit performance tests to be available for Android devicespeter@chromium.org2012-11-281-3/+6
* Release video resources when switching tabs or leave clankqinmin@chromium.org2012-11-261-1/+1
* Combine media decoding and pipeline threads.scherkus@chromium.org2012-11-211-1/+2
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-165-18/+18
* Support media stream layout test on all platforms.wjia@chromium.org2012-11-161-9/+9
* Keep playing audio even when opening another tab, going to another app etc.miguelg@chromium.org2012-11-151-1/+1
* Chrome side implementation of GestureFling curves.rjkroege@chromium.org2012-11-095-0/+76
* Add ThisMonthButtonLabel and ThisWeekButtonLabel to the list of special local...keishi@chromium.org2012-11-091-0/+4
* Stop passing the parent hwnd to the plugin process on initialization.jam@chromium.org2012-11-021-4/+1