summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* Merge 85719 - Make NotifyHeadersComplete the last call in the function.inferno@chromium.org2011-05-191-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-287-19/+19
* In BlobURLRequestJob, open files asynchronously to avoid blocking the IO threadadamk@chromium.org2011-03-143-72/+124
* Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...adamk@chromium.org2011-03-101-0/+4
* Fix bug 74372.jianli@chromium.org2011-03-011-3/+6
* In Visual Studio 2010, pass a nullptr rather than NULL when building a std::p...jeanluc@chromium.org2011-01-301-1/+10
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-171-3/+3
* Add some initial OWNERS files for src/webkit/.darin@chromium.org2011-01-141-0/+3
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-131-4/+5
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Update the time formatting APIs to use string16.avi@chromium.org2010-12-221-1/+1
* net: Add namespace net to URLRequestSimpleJob.tfarina@chromium.org2010-12-152-3/+3
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-11/+9
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-9/+11
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-113-5/+6
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-11/+9
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-074-21/+37
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-304-14/+14
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-282-3/+5
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-5/+5
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-014-16/+16
* FBTF: Move BlobData ParamTrait structs from common_param_traits to render_mes...erg@google.com2010-10-202-7/+16
* Add deletable file refs to Blobsmichaeln@chromium.org2010-10-143-46/+76
* Support chrome://blob-internals to inspect the blob storage.jianli@chromium.org2010-10-084-0/+282
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-1/+1
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-1/+1
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-1/+1
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-1/+1
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-1/+1
* Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."erg@google.com2010-10-012-16/+7
* FBTF: Another big ctor/dtor cleanup found by automated tools.erg@google.com2010-10-012-7/+16
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-284-0/+168
* Revert 60378 (trying to track down http://crbug.com/56752 )- Flesh out URLLoa...thakis@chromium.org2010-09-244-165/+0
* Flesh out URLLoader's download_to_file function.michaeln@chromium.org2010-09-234-0/+165
* Reland issue 3270016: Remove the workaround that is not needed after the fix ...jianli@chromium.org2010-09-091-11/+1
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-033-9/+6
* Make BlobURLRequestJob::Start to continue asynchronously no matter what. Thisjianli@chromium.org2010-09-012-3/+8
* Revert 58093 as an experiment to fix the Cookies test on linux.tim@chromium.org2010-08-311-1/+11
* Remove the workaround that is not needed after the fix for Time::FromDoubleT isjianli@chromium.org2010-08-311-11/+1
* GTTF: Remove possible interference between BlobURLRequestJob tests.phajdan.jr@chromium.org2010-08-311-23/+17
* Add an optional parameter to CreatePlatformFile() to report the typedumi@chromium.org2010-08-312-6/+13
* Fix compiling error.jianli@chromium.org2010-08-311-1/+1
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-319-62/+1369
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-276-0/+534