summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-4/+4
* Apply content-security-policy to chrome://appcache-internals and chrome://blo...tsepez@chromium.org2011-08-021-23/+13
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-4/+4
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-4/+4
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-2/+3
* Strip fragments prior to looking up blob urls in our map of registered blobs.michaeln@google.com2011-07-181-2/+29
* Change all the references from app_base to sql.tfarina@chromium.org2011-07-061-1/+0
* Revert 91288 - Change references from app_base to sql.cmp@chromium.org2011-07-011-0/+1
* Change references from app_base to sql.tfarina@chromium.org2011-07-011-1/+0
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Fix bug 84783: BlobURLRequestJobTest uses URLRequest::job()jianli@chromium.org2011-06-091-3/+1
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-192-3/+3
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Remove more URLRequest::RegisterProtocolFactory calls.willchan@chromium.org2011-05-183-0/+96
* Make NotifyHeadersComplete the last call in the function.aarya@google.com2011-05-181-2/+2
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* Add a way to be notified when a deletable file reference is destroyed so thatbrettw@chromium.org2011-05-062-1/+18
* Revert r83048 "Removed wchar_t from Time::FromString."maruel@chromium.org2011-04-261-4/+4
* Removed wchar_t from Time::FromString.shinyak@google.com2011-04-261-4/+4
* 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