summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* Revert 126623 - Separate FileStream related code out of BlobURLRequestJobmarja@chromium.org2012-03-146-337/+122
* Separate FileStream related code out of BlobURLRequestJobkinuko@chromium.org2012-03-146-122/+337
* BlobURLRequestJob::CountSize refactoring.kinuko@chromium.org2012-03-082-73/+89
* Cleanup: rename some methods in BlobURLRequestJob for better readabilitykinuko@chromium.org2012-03-062-30/+30
* Match the method order in blob_url_request_job.cc with .hkinuko@chromium.org2012-03-052-227/+239
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-3/+8
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-298-153/+178
* Eliminate VS2010 ifdefs for handling NULL in std::pair.adamk@chromium.org2012-02-161-7/+1
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-162-27/+17
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...mkwst@chromium.org2012-02-031-0/+2
* Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().mkwst@chromium.org2012-02-031-2/+0
* net: Use ClosePlatformFile() instead of close/CloseHandle().satorux@chromium.org2012-02-031-0/+2
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-2/+2
* remove build_webkit_exes_from_webkit_gyp flagdpranke@chromium.org2012-01-241-8/+1
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: COnvert webkit/blob.jhawkins@chromium.org2011-12-223-22/+13
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-3/+3
* update dependencies in preparation for glue being a componentdpranke@chromium.org2011-11-301-0/+17
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-162-11/+15
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-1/+1
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-1/+2
* build blob as a component.dpranke@chromium.org2011-11-119-12/+77
* base::Bind: Cleanup of blog_url_request_job.*.jhawkins@chromium.org2011-10-183-32/+28
* A few improvements to Blob handling.michaeln@google.com2011-10-178-199/+274
* base::Bind: Convert FileUtilProxy::StatusCallback.jhawkins@chromium.org2011-10-171-1/+2
* base::Bind: Convert FileUtilProxy::GetFileInfoCallback.jhawkins@chromium.org2011-10-172-7/+2
* base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.jhawkins@chromium.org2011-10-172-2/+6
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-5/+5
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-122-5/+3
* net: Move UnescapeURLComponent() functions into net namespace.tfarina@chromium.org2011-10-021-3/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* 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