summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removing WebTransformationMatrix from animation APIsjamesr@chromium.org2013-03-089-1754/+9
* cc: Chromify the NinePatchLayer classes.danakj@chromium.org2013-03-081-3/+3
* Update some #includes for files that have been moved to the new Platform/ dir...pilgrim@chromium.org2013-03-081-1/+1
* Update some #includes for WebMessagePortChannelClient.h which has been moved ...pilgrim@chromium.org2013-03-081-1/+1
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-082-0/+5
* cc: Chromify the ImageLayer class.danakj@chromium.org2013-03-081-2/+2
* Update some #includes for WebStorageNamespace.h which has been moved to the n...pilgrim@chromium.org2013-03-085-5/+5
* cc: Chromify the SolidColorLayer classes.danakj@chromium.org2013-03-081-1/+1
* Update some #includes for WebPluginListBuilder.h which has been moved to the ...pilgrim@chromium.org2013-03-081-1/+1
* Fix incorrect computation of antialias flag in implementations of WebGraphics...kbr@chromium.org2013-03-081-3/+3
* Update user gesture related code to the new WebKit APIjochen@chromium.org2013-03-081-2/+3
* Factor MediaSource methods out of WebMediaPlayerImpl into WebMediaSourceClien...acolwell@chromium.org2013-03-077-128/+260
* Initialize the ui::ResourceBundle even on Windows so thatdpranke@chromium.org2013-03-071-0/+8
* Change scroll deltas to floats.aelias@chromium.org2013-03-075-19/+23
* Remove cross-repo OVERRIDE annotations and IWYU-ify comp bindingsjamesr@chromium.org2013-03-0714-134/+159
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-068-10/+10
* Fix painting glitch with text and NPAPI plugins. This was a regression from r...jam@chromium.org2013-03-063-12/+13
* Sync FileSystem: Change internal service name from "drive" to "syncfs".tzik@chromium.org2013-03-062-24/+32
* Remove deprecated and unused webkit_support::CreateLTV() functionsjamesr@chromium.org2013-03-062-40/+5
* Clean up RenderWidget/RenderWidgetCompositor/WebKit interactionsjamesr@chromium.org2013-03-061-2/+0
* Provide shared context to Platform API in renderer.danakj@chromium.org2013-03-061-2/+1
* [Media Gallery, Win] Implement asynchronous MtpDeviceDelegateImplWin. kmadhusu@chromium.org2013-03-062-2/+8
* Use media::VideoFrame directly instead of WebVideoFrame.danakj@chromium.org2013-03-062-6/+11
* Changed SoftwareOutputDevice interface.skaslev@chromium.org2013-03-065-83/+8
* Add a number of connection type fields to ExtraData instead of using the fiel...rch@chromium.org2013-03-052-8/+51
* Pepper cleanup: USE_SKIA is always true.teravest@chromium.org2013-03-053-90/+5
* Set vertex array object function pointers in GL interfaces used by Skia.bsalomon@google.com2013-03-051-0/+3
* Expose global state variables for sampling tracing to WebKitharaken@chromium.org2013-03-052-1/+17
* Replaced deprecated v8 API calls by their non-deprecated counterparts.svenpanne@chromium.org2013-03-051-1/+3
* 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
* Cap the quota to preserve some system space even for unlimited apps/extensionskinuko@chromium.org2013-03-053-13/+46
* Remove WebCompositorSupport::initialize/shutdown dependency from webkit_suppo...jamesr@chromium.org2013-03-045-25/+48
* [Android WebView] Turn off "double-tap-to-zoom" together with UseWideViewportmnaganov@chromium.org2013-03-042-1/+3
* chromeos: Use /tmp as mount root directory for stubs.hashimoto@chromium.org2013-03-044-23/+25
* Introduce CreateNestedOperation and cleanup memory hacks around recursive ope...kinuko@chromium.org2013-03-0411-250/+133
* Cleanup: header cleanup in webkit/fileapi/local_file_system_operation.hkinuko@chromium.org2013-03-0410-4/+12
* Populate cc::LayerTreeSettings from command line instead of WebKit's valuesjamesr@chromium.org2013-03-022-51/+0
* Fix plugin visibility in DRTjbauman@chromium.org2013-03-021-1/+7
* Follow-up change to https://codereview.chromium.org/12316124.marja@chromium.org2013-03-021-4/+5
* Get rid of WebLayerTreeViewClient references in WebLayerTreeViewImplForTestingjamesr@chromium.org2013-03-028-278/+5
* Fold WebMediaPlayerProxy into WebMediaPlayerImpl.scherkus@chromium.org2013-03-015-262/+73
* Clean up video controls resources for Chromium.scherkus@chromium.org2013-03-0118-37/+0
* Enable the threaded HTML parser by defaultabarth@chromium.org2013-03-011-1/+1
* Deprecate LocalFileSystemOperation::ScopedUpdateNotifierkinuko@chromium.org2013-03-015-132/+118
* Switch from using individual methods for hyphenation to using the WebHyphanto...jochen@chromium.org2013-03-015-79/+173
* Delete old RTCVideoDecoder code path.wuchengli@chromium.org2013-03-0110-95/+2
* Pepper: Fix crash when plugins are removed in Init.teravest@chromium.org2013-03-011-0/+5
* Use base::MessageLoopProxy instead of MessageLoop* in webkit/media/.scherkus@chromium.org2013-03-015-94/+97
* Implement the Platform::sharedOffscreenGraphicsContext3D method.danakj@chromium.org2013-02-2816-135/+435