summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Add an OVERRIDE to webkit/.avi@chromium.org2011-11-171-1/+1
* Enable content component (again!).dpranke@chromium.org2011-11-162-6/+12
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-1612-76/+97
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-1/+2
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-11-117-264/+286
* Revert 109534 since this change broke clobbered component build.sadrul@chromium.org2011-11-112-12/+6
* reenable component build w/ fix to test_support_contentdpranke@chromium.org2011-11-102-6/+12
* Made application cache manifest URL always available for DevTools.vsevik@chromium.org2011-11-0810-92/+138
* Remove 2 exit time destructors from webkit/thakis@chromium.org2011-11-081-1/+1
* Revert 108976 (broke win shared) - enable component build for contentthakis@chromium.org2011-11-082-12/+6
* enable component build for contentdpranke@chromium.org2011-11-082-6/+12
* Add a LoadState for the AppCachervargas@chromium.org2011-11-041-2/+2
* Thread::Stop() must be called before any subclass's destructor completes.joi@chromium.org2011-11-021-2/+0
* base::Bind: Cleanups in webkit/appcachemichaeln@google.com2011-10-287-22/+25
* Remove 1 destructor that runs at exit.thakis@chromium.org2011-10-261-4/+5
* More groundwork for filestream based response storage.michaeln@google.com2011-10-2125-143/+227
* Cleanup AppCacheQuotaClient using new Callbacktzik@chromium.org2011-10-193-107/+37
* base::Bind: Cleanups in appcache_storage_impl.cc.jhawkins@chromium.org2011-10-182-44/+51
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-186-83/+102
* net: Move EscapeForHTML() functions into net namespace.tfarina@chromium.org2011-10-131-7/+7
* base::Bind: Cleanup in test_shell.jhawkins@chromium.org2011-10-105-80/+72
* Revert 104632 - enable component build for content and appcache.rsleevi@chromium.org2011-10-082-12/+6
* enable component build for content and appcache.dpranke@chromium.org2011-10-082-6/+12
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0120-114/+114
* Add more appcache_exports needed for test_shell_tests when we start linking a...dpranke@chromium.org2011-09-3013-43/+56
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-304-7/+12
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Fix a recently introduced leak.michaeln@google.com2011-09-191-1/+1
* Better encapsulate usage of the disk_cache backend within the appcache library.michaeln@google.com2011-09-194-49/+177
* Prepare appcache to build as a DLL in the component build.dpranke@chromium.org2011-09-149-13/+59
* Revert "Prepare appcache to build as a DLL in the component build."dpranke@chromium.org2011-09-139-59/+13
* Prepare appcache to build as a DLL in the component build.dpranke@chromium.org2011-09-139-13/+59
* Replace ancient crufty AppCacheThread with much improved MessageLoopProxy usage.michaeln@google.com2011-09-128-118/+32
* Shortcut the appcache clearing if there are no session-only origins.marja@chromium.org2011-09-121-1/+6
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-082-6/+6
* Third-party appcache blocking.marja@chromium.org2011-09-0823-314/+295
* Get rid of a LazyInstance usage to get rid of code execution at static init t...michaeln@google.com2011-09-061-7/+10
* A stab at fixing a crashing bug and a bandaid to prevent the crash if that st...michaeln@google.com2011-09-061-0/+5
* Add printing.dll to the component build.darin@chromium.org2011-09-011-0/+1
* Get rid of some code execution at static initializer time.michaeln@google.com2011-09-011-6/+6
* Session-only appcache.marja@chromium.org2011-08-301-12/+21
* Log errors on the URLRequestTYPE_REQUEST_ALIVE end event,mmenke@chromium.org2011-08-171-1/+1
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-052-6/+10
* Fix chrome://appcache-internals bustage caused by http://src.chromium.org/vie...michaeln@google.com2011-08-021-28/+35
* Apply content-security-policy to chrome://appcache-internals and chrome://blo...tsepez@chromium.org2011-08-021-17/+18
* Handle the case where the 'host' param is empty in AppCacheQuotaClient::GetOr...michaeln@google.com2011-07-261-1/+6
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-3/+3
* Fix a problem introduced in r93736.michaeln@google.com2011-07-251-3/+3
* Delete appcaches when missing entries are detected.michaeln@google.com2011-07-2212-16/+420
* Fix a race condition between the GroupLoadTask and the CacheLoadTask. Upon co...michaeln@google.com2011-07-221-5/+14