summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Expand)AuthorAgeFilesLines
* De-craxify BufferedResourceLoader::didReceiveResponse()'s control flow, fixin...fischman@chromium.org2012-04-033-22/+28
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-033-41/+53
* Reland r129998: When input is "" (or " " with trim_whitespace true), SplitStr...pkasting@chromium.org2012-04-033-41/+36
* Add full support for filesystem URLs.ericu@google.com2012-04-023-53/+41
* Added RTF support to pepper API.raymes@chromium.org2012-04-024-3/+34
* Refine UMA stats for file system databases.tzik@chromium.org2012-04-022-2/+18
* Remove DemuxerFactory and URL parameter from Pipeline.scherkus@chromium.org2012-04-024-22/+32
* Add isolated file_util for directory (and file) drag-and-drop support.kinuko@chromium.org2012-04-0218-51/+1172
* Relanding 9866038: Adding DRT support for drag-and-drop using IsolatedFileSystemkinuko@chromium.org2012-04-022-0/+17
* Move DataSource::SetPreload() to BufferedDataSource.scherkus@chromium.org2012-03-316-21/+46
* fileapi: Use base::chromeos::IsRunningOnChromeOS()satorux@chromium.org2012-03-301-12/+2
* Implement GetShaderPrecisionFormatzmo@google.com2012-03-304-9/+13
* Fix h.264 Profile conversion between ppapi & media worlds (since they were of...fischman@chromium.org2012-03-301-3/+31
* Expose decryptor to WebMediaPlayerImpl.scherkus@chromium.org2012-03-305-27/+56
* Revert 129583 - Adding DRT support for drag-and-drop using IsolatedFileSystemkinuko@chromium.org2012-03-302-17/+0
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-3/+3
* Revert 129752 - Replace the unnecessary VDA::Profile typedef with media::Vide...mihaip@chromium.org2012-03-301-3/+3
* Replace the unnecessary VDA::Profile typedef with media::VideoCodecProfilefischman@chromium.org2012-03-301-3/+3
* Properly crash when triggering an ASSERT() in debug DRT.tony@chromium.org2012-03-291-8/+7
* Add database recovery for FileSystemOriginDatabasetzik@chromium.org2012-03-299-114/+375
* Fix filesystem origin count metrics macro: use one macro for one labelkinuko@chromium.org2012-03-291-4/+7
* Added the command line flag that enables CSS Shaders: "--enable-css-shaders".achicu@adobe.com2012-03-292-1/+4
* Adding DRT support for drag-and-drop using IsolatedFileSystemkinuko@chromium.org2012-03-292-0/+17
* Add ShareGroup to GLES2Implemenationgman@chromium.org2012-03-291-0/+1
* Fix a FileWriter abort race by turning an assert into a soft check.ericu@chromium.org2012-03-281-2/+4
* Make WebURLLoaderMock handle redirects correctly in the case where thebbudge@chromium.org2012-03-282-4/+13
* Keep a histogram of Flash version numbers.cevans@chromium.org2012-03-281-0/+20
* Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.viettrungluu@chromium.org2012-03-289-242/+0
* Revert 129322 - revert 128949 (and dependent 129252)bauerb@chromium.org2012-03-286-160/+96
* Pass PP_CompletionCallback by referencetbreisacher@chromium.org2012-03-282-4/+5
* Fix a few warnings that -Wnull-conversion of a future clang will complain about.thakis@chromium.org2012-03-282-4/+4
* Spelling fixes in some webkit/dom_storage commentsgavinp@chromium.org2012-03-282-2/+2
* revert 128949 (and dependent 129252)thakis@chromium.org2012-03-286-96/+160
* DomStorageContext unittests.michaeln@google.com2012-03-283-0/+185
* Don't report errors twice to pipeline clients.fischman@chromium.org2012-03-271-3/+4
* Fix BufferedResourceLoaderTest.HasSingleOrigin.scherkus@chromium.org2012-03-271-6/+3
* Disable BufferedResourceLoaderTest.HasSingleOrigin due to DCHECKs added in r1...scherkus@chromium.org2012-03-271-1/+3
* Fold WebDataSource into BufferedDataSource.scherkus@chromium.org2012-03-2710-94/+54
* Content shell: Switch to scoped resetter.avi@chromium.org2012-03-271-4/+5
* Add explicit alpha parameter to the mediaplayer's paint method. This allows s...reed@google.com2012-03-277-55/+48
* Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDi...tzik@chromium.org2012-03-2712-159/+128
* Add UMA stats on FileSystem{Origin,Directory}Database::Init()tzik@chromium.org2012-03-274-11/+78
* Replace size_t with int in a few media classes.scherkus@chromium.org2012-03-274-26/+22
* IndexedDB: Impose a 64MB limit on the size of values that can be stored.jsbell@chromium.org2012-03-271-2/+2
* New file chooser interface that uses the new PP_ArrayOutput feature. This als...brettw@chromium.org2012-03-262-16/+65
* Fix reporting of Media.AcceleratedCompositingActive to account for JS-created...fischman@chromium.org2012-03-262-10/+10
* Move |requires_authorization| flag and |update_url| for plug-ins out of webki...bauerb@chromium.org2012-03-266-164/+100
* Add a message for plug-in initialization errors.bauerb@chromium.org2012-03-262-55/+61
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-243-45/+54
* Add full support for filesystem URLs.ericu@google.com2012-03-243-54/+45