summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* Clean up painting and conversion functions inside webkit_media::VideoRenderer...scherkus@chromium.org2011-12-215-208/+455
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-2124-264/+267
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-214-0/+9
* Revert 115227 - Coverity: Initialize member variables.jhawkins@chromium.org2011-12-214-9/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-204-0/+9
* Clean up the Linux WebThemeEngine impl according to the coding style rulespeter@chromium.org2011-12-204-82/+79
* Fix leak of the typeface when doing DrawGlyphs for Flash.brettw@chromium.org2011-12-201-6/+2
* Hook up the PPB_Flash.PreloadFontWin function to our font loading infrastruct...brettw@chromium.org2011-12-201-3/+3
* Cleanup: Reorder methods in SandboxMountPointProviderkinuko@chromium.org2011-12-202-100/+90
* Implement the Web Theme Engine for Androidpeter@chromium.org2011-12-203-0/+214
* Add/update comments and cleanup code around FileSystemPathManagerkinuko@chromium.org2011-12-207-79/+91
* Delete stream after the operation is done in MemoryFileUtil (fix for r115094)kinuko@chromium.org2011-12-201-1/+2
* Fix memory leaks in MemoryFileUtilkinuko@chromium.org2011-12-202-14/+28
* Roll WebKit DEPS 103216:103260enne@chromium.org2011-12-201-0/+4
* Fix a regression in the NPAPI NPN_GetValueForURL function which is used by pl...ananta@chromium.org2011-12-191-1/+2
* base::Bind: Convert most of disk_cache.jhawkins@chromium.org2011-12-193-32/+37
* Support custom MIME type data in web drag/drop for Mac and GTK.dcheng@chromium.org2011-12-181-4/+6
* Implement async verision of FileSystemFileUtil and in-memory file system for ...satorux@chromium.org2011-12-178-0/+1748
* Use references instead of pointers for WebViewPlugin::getFormValue().bashi@chromium.org2011-12-172-2/+2
* Add the HTTP URL redirect handling to WebURLLoaderMock.bbudge@chromium.org2011-12-173-4/+32
* --enable-partial-swap plumbed up to WebKit.backer@chromium.org2011-12-172-0/+5
* Reland after fixes.jhawkins@chromium.org2011-12-171-2/+3
* Revert effects of r110733 (again) for autoplay breakage.vrk@chromium.org2011-12-161-2/+8
* Revert 114838 - base::Bind: Remove even moar OldCompletionCallback.garykac@chromium.org2011-12-161-3/+2
* base::Bind: Remove even moar OldCompletionCallback.jhawkins@chromium.org2011-12-161-2/+3
* Removing DataSource from Filter hierarchy and refactoring FilterHost into Dem...acolwell@chromium.org2011-12-168-23/+21
* Introduce FileSystemOperationInterface.satorux@chromium.org2011-12-164-35/+167
* Add suppressions for two layout test failures seen on Linux in orderkbr@chromium.org2011-12-161-0/+4
* disable building glue as a component for now.dpranke@chromium.org2011-12-165-5/+5
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-164-20/+21
* Implement in-process PPB_VarArrayBuffer_Dev.dmichael@chromium.org2011-12-1510-16/+138
* Update the images used for HTML speech input to lower contrast.dmazzoni@chromium.org2011-12-154-0/+4
* Add a command-line switch --enable-per-tile-painting and make it consistent b...reveman@google.com2011-12-152-5/+10
* Use a shorter include paths on Windows.tony@chromium.org2011-12-151-2/+9
* Avoid including gtest file directly, and go through base insteadjar@chromium.org2011-12-151-1/+1
* Revert: Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-5/+9
* Revert "net: remove DNS certificate checking code."agl@chromium.org2011-12-151-9/+5
* net: remove DNS certificate checking code.agl@chromium.org2011-12-151-5/+9
* GetDocumentURL is added to PPB_Testing_Dev.ygorshenin@google.com2011-12-151-2/+11
* Add a non-null check for a pointer to NPAPIClient::ExecuteGetJavascriptUrlTes...timurrrr@chromium.org2011-12-151-1/+3
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-1/+1
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-1515-84/+138
* Rev the Flash interface to add new functionality.brettw@chromium.org2011-12-153-18/+67
* Fix harmless warning in setup_third_party that was causing alldpranke@chromium.org2011-12-141-2/+5
* Adding UMA stats for requestFileSystem error analysis.tzik@chromium.org2011-12-141-0/+25
* Use references instead of pointers for WebPlugin::getFormValue().bashi@chromium.org2011-12-144-5/+5
* Fix header guard in webkit/media/web_data_source_factory.hscherkus@chromium.org2011-12-141-3/+3
* Remove reference counting from BufferedResourceLoader.scherkus@chromium.org2011-12-147-40/+22
* Implement platform-independent DrawGlyphs for Flash.brettw@chromium.org2011-12-134-137/+107
* Track webcore worker message loops in chromium.dgrogan@chromium.org2011-12-137-0/+239