summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support.cc
Commit message (Expand)AuthorAgeFilesLines
* Update some #includes for WebStorageNamespace.h which has been moved to the n...pilgrim@chromium.org2013-03-081-1/+1
* Remove deprecated and unused webkit_support::CreateLTV() functionsjamesr@chromium.org2013-03-061-33/+5
* Implement WebKit::Platform::isThreadedCompositingEnabled()jamesr@chromium.org2013-03-051-0/+5
* Remove WebCompositorSupport::initialize/shutdown dependency from webkit_suppo...jamesr@chromium.org2013-03-041-12/+28
* Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTestingjamesr@chromium.org2013-03-021-14/+1
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-011-1/+1
* Implement the Platform::sharedOffscreenGraphicsContext3D method.danakj@chromium.org2013-02-281-0/+3
* Use different client interface for WebLayerTreeViewForTesting to decouple fro...jamesr@chromium.org2013-02-281-1/+14
* Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...pilgrim@chromium.org2013-02-271-1/+1
* Automated reformat of webkit/compositor_bindingsjamesr@chromium.org2013-02-261-2/+2
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Implement path for providing test WebLayerTreeView to DumpRenderTreejamesr@chromium.org2013-02-161-0/+34
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-151-13/+4
* Layout tests expect the time to be relative to the unix epoch.jochen@chromium.org2013-02-121-2/+3
* Revert "Make TestWebIDBFactory allocate a separate WebIDBFactory per thread."darin@chromium.org2013-02-111-4/+13
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-101-13/+4
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-2/+2
* Revert 180583gavinp@chromium.org2013-02-051-4/+13
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-051-13/+4
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-21/+21
* Revert 179967alecflett@chromium.org2013-02-011-3/+1
* Avoid leaking TestWebIDBFactory instances, and resetdarin@chromium.org2013-01-311-1/+3
* Revert 178734jsbell@chromium.org2013-01-281-1/+2
* Initialize IDB factory explicitly. (Lazy initialization is going away in upst...pilgrim@chromium.org2013-01-251-2/+1
* 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-211-0/+12
* REGRESSION(r175642) Caused webkit unit tests failuresnoel@chromium.org2013-01-211-0/+1
* Instantiate the WebIDBFactoryImpl lazily, and call setIDBFactorydarin@chromium.org2013-01-181-0/+14
* Update some #includes in webkit/support for headers in the new Platform direc...pilgrim@chromium.org2013-01-161-1/+1
* 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
* Refactor content::RenderAudioSourceProvider as webkit_media::WebAudioSourcePr...scherkus@chromium.org2013-01-101-1/+1
* Vanquish the remnants of media::MessageLoopFactory.scherkus@chromium.org2013-01-021-13/+4
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-3/+3
* Fix for WebInspector layout tests.loislo@chromium.org2012-12-071-1/+4
* Release video resources when switching tabs or leave clankqinmin@chromium.org2012-11-261-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-4/+4
* 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
* DRT should handle relative path arguments.tkent@chromium.org2012-11-021-2/+4
* Move EnableInProcessStackDumping to base/debugphajdan.jr@chromium.org2012-11-011-1/+2
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-231-1/+2
* create a separate WebMediaPlayer for URL derived from media streamwjia@chromium.org2012-09-251-0/+11
* Move android mediaplayer from render process to browser process.qinmin@chromium.org2012-09-191-3/+15
* Split user agent code out of the 'glue' targetstuartmorgan@chromium.org2012-09-101-1/+2
* remove old createMediaPlayer which doesn't have URL as argument.wjia@chromium.org2012-08-241-13/+0
* add url as additional argument to createMediaPlayer.wjia@chromium.org2012-08-161-0/+15
* Wire-up DeleteFileSystem to DRTtzik@chromium.org2012-08-161-0/+7
* Add support for mocking failed loads to WebURLLoaderMock. japhet@chromium.org2012-08-031-0/+7
* Add more FS types and introduce type field into IsolatedContextkinuko@chromium.org2012-07-251-2/+2