summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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