summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* 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
* The problem:marja@google.com2011-07-226-27/+221
* some cleanup for base/stl_utildilmah@chromium.org2011-07-196-6/+6
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-193-9/+9
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-193-7/+9
* Enhancements to the about://appcache-internals pages.michaeln@google.com2011-07-127-235/+560
* Reland r91815, "Clean up RegisterProtocolFactory calls."willchan@chromium.org2011-07-081-95/+88
* Revert r91815, "Clean up RegisterProtocolFactory calls." (broke mac canaries)caseq@google.com2011-07-081-89/+92
* Clean up RegisterProtocolFactory calls.willchan@chromium.org2011-07-081-92/+89
* Change all the references from app_base to sql.tfarina@chromium.org2011-07-061-1/+1
* Revert 91288 - Change references from app_base to sql.cmp@chromium.org2011-07-011-1/+1
* Change references from app_base to sql.tfarina@chromium.org2011-07-011-1/+1
* Localize strings, speeds.avi@chromium.org2011-06-221-3/+2
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-222-4/+8
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Small change to recently committed r88746 to avoid a potential crasher in an ...michaeln@google.com2011-06-141-6/+7
* AppCache + Quota integrationmichaeln@google.com2011-06-1020-66/+1541
* Fix a null pointer crasher.michaeln@google.com2011-06-072-6/+11
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-254-5/+5
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* Enough appcache + quota integration to call NotifyOriginInUse/NotifyOriginNoL...michaeln@google.com2011-05-167-21/+91
* iwyu: Include stringprintf.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-0/+1
* AppCache fallback override. A means of overriding the fallback behavior from ...michaeln@google.com2011-05-102-6/+109