summaryrefslogtreecommitdiffstats
path: root/webkit/support
Commit message (Expand)AuthorAgeFilesLines
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-1/+1
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-182-2/+2
* cc: Chromify Thread and ThreadImplenne@chromium.org2013-03-171-1/+1
* Make ContextProvider::InitializeOnMainThread implicit.danakj@chromium.org2013-03-151-4/+1
* inhibit assert dialog when running webkit testsscottmg@chromium.org2013-03-131-0/+4
* cc: Prevent crash when context creation fails.danakj@chromium.org2013-03-121-3/+4
* Update some #includes for WebMessagePortChannel.h which has moved to Platform...pilgrim@chromium.org2013-03-091-1/+1
* Update some #includes for WebMessagePortChannelClient.h which has been moved ...pilgrim@chromium.org2013-03-081-1/+1
* Update some #includes for WebStorageNamespace.h which has been moved to the n...pilgrim@chromium.org2013-03-082-2/+2
* Initialize the ui::ResourceBundle even on Windows so thatdpranke@chromium.org2013-03-071-0/+8
* Change scroll deltas to floats.aelias@chromium.org2013-03-071-3/+3
* Remove deprecated and unused webkit_support::CreateLTV() functionsjamesr@chromium.org2013-03-062-40/+5
* Remove deprecated hyphenation methods from WebKit::Platform implementationsjochen@chromium.org2013-03-052-19/+0
* Implement WebKit::Platform::isThreadedCompositingEnabled()jamesr@chromium.org2013-03-054-1/+20
* Remove WebCompositorSupport::initialize/shutdown dependency from webkit_suppo...jamesr@chromium.org2013-03-043-13/+41
* Fix plugin visibility in DRTjbauman@chromium.org2013-03-021-1/+7
* Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTestingjamesr@chromium.org2013-03-023-22/+2
* Switch from using individual methods for hyphenation to using the WebHyphanto...jochen@chromium.org2013-03-013-79/+24
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-013-20/+1
* Implement the Platform::sharedOffscreenGraphicsContext3D method.danakj@chromium.org2013-02-285-2/+32
* Use different client interface for WebLayerTreeViewForTesting to decouple fro...jamesr@chromium.org2013-02-283-2/+28
* Change all references of WebKit::WebKitPlatformSupport to WebKit::Platform in...pilgrim@chromium.org2013-02-274-6/+6
* Automated reformat of webkit/compositor_bindingsjamesr@chromium.org2013-02-261-2/+2
* Linux: apply a different hyphen patch.phajdan.jr@chromium.org2013-02-251-5/+12
* Move file_path.h to base/files.brettw@chromium.org2013-02-246-8/+8
* RendererWebKitPlatformSupportImpl::createAudioDevice() needs the ability to m...crogers@google.com2013-02-222-0/+13
* Implement path for providing test WebLayerTreeView to DumpRenderTreejamesr@chromium.org2013-02-165-21/+62
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-157-84/+128
* fix third_party_headers to work properly on Windows w/ ninja.dpranke@chromium.org2013-02-142-59/+56
* Layout tests expect the time to be relative to the unix epoch.jochen@chromium.org2013-02-121-2/+3
* Implement WebKit::WebUnitTestSupport::createLayerTreeViewForTesting()jamesr@chromium.org2013-02-123-1/+22
* Revert "Make TestWebIDBFactory allocate a separate WebIDBFactory per thread."darin@chromium.org2013-02-117-123/+84
* Add implementations of WebKit::Platform testing APIs to TestWebKitPlatformSup...jamesr@chromium.org2013-02-102-0/+60
* Make TestWebIDBFactory allocate a separate WebIDBFactory per thread.darin@chromium.org2013-02-107-84/+123
* Make views_unittests build on Win64 jschuh@chromium.org2013-02-081-0/+4
* Update some #includes in webkit/ for headers that have been moved to the new ...pilgrim@chromium.org2013-02-071-1/+1
* 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