summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
...
* Fully connect the dots between workers and appcache resource loading.michaeln@chromium.org2010-05-273-0/+25
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-2511-65/+196
* Fix a racey refcounting bug.michaeln@chromium.org2010-05-211-0/+1
* Finally getting to the appcache parts instead of all of this webkitApi/ipc pl...michaeln@chromium.org2010-05-207-53/+237
* AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads.mattm@chromium.org2010-05-195-176/+183
* Define two new IPC messages to initialize an appcache for a shared worker or ...michaeln@chromium.org2010-05-131-2/+9
* Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().willchan@chromium.org2010-05-071-8/+7
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-18/+12
* Http cache: Add support for a dedicated cache thread.rvargas@google.com2010-04-291-1/+3
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-211-1/+3
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-0921-27/+93
* Fix a crashing bug.michaeln@chromium.org2010-04-071-1/+5
* Include the appcache and database tracker databases into the sql diagnostics ...michaeln@chromium.org2010-04-024-7/+24
* Adding disabled appcaches information along with capability of kkanetkar@chromium.org2010-04-022-27/+121
* AppCache: If we can't read the existing data delete it and start over.michaeln@chromium.org2010-04-015-2/+76
* Appcache Manifest Parsing Rule. If the manifest's <scheme> is secure, and the...inferno@chromium.org2010-03-302-0/+34
* Disabling the BasicFindMainResponseInDatabase test as it crashes at times on ...ananta@chromium.org2010-03-291-1/+2
* A basic implementation of information about appcache. Lists manifest files, t...kkanetkar@chromium.org2010-03-273-0/+223
* Copy header files to third_party/WebKit/WebKit/chromium/public whentony@chromium.org2010-03-251-0/+7
* Plumbing for providing a cache thread MessageLoop to the DiskCache backend.michaeln@chromium.org2010-03-182-2/+10
* AppCache: Migrate to the DiskCache's async interface and use the CacheType::A...michaeln@chromium.org2010-03-1713-92/+525
* Move glue, appcache, and database targets out of webkit into gypi files.tony@chromium.org2010-03-151-0/+62
* There was a pre-existing bug in the AppCacheUpdateJobTest where it was notmbelshe@chromium.org2010-03-141-4/+18
* Hook up the content settings UI to the appcache.michaeln@chromium.org2010-03-059-12/+303
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-251-7/+1
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+7
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-7/+1
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-2310-60/+165
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-194-1/+4
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-179-21/+307
* Couple of small AppCache update job modsmichaeln@chromium.org2010-02-121-3/+9
* Revert "Disable flaky test_shell_test"mpcomplete@chromium.org2010-02-091-2/+1
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-0912-32/+53
* Disable flaky test_shell_testmpcomplete@chromium.org2010-02-091-1/+2
* linux: build with -Wextraevan@chromium.org2010-02-051-1/+1
* Fix a refcounting memory bug... take 2.michaeln@chromium.org2010-01-302-9/+15
* Revert 37466 - Fix a refcounting memory bug.viettrungluu@chromium.org2010-01-291-12/+10
* Fix a refcounting memory bug.michaeln@chromium.org2010-01-291-10/+12
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-10/+16
* Fix for a big appcache storage bug. Now stores a record of the new master ent...michaeln@chromium.org2010-01-249-50/+85
* Now that the new webkit API to retrieve an WebApplicationCacheHost ptr given ...michaeln@chromium.org2010-01-241-5/+2
* Support for playing back media from the appcache.michaeln@chromium.org2010-01-216-5/+108
* Enforce a hard coded 5MB per origin quota for appcache storage.michaeln@chromium.org2010-01-218-27/+151
* Put appcache storage on disk and add a means of disabling the appcache system...michaeln@chromium.org2010-01-187-49/+153
* Introduce a notification to trigger memory purging on the IO thread and use i...michaeln@chromium.org2010-01-131-0/+5
* Trigger the deletion of unused responses when caches are updated and made obs...michaeln@chromium.org2010-01-1312-36/+191
* Lazily delete unused responses from the disk cache.michaeln@chromium.org2010-01-112-6/+156
* Build fixmichaeln@chromium.org2010-01-081-3/+3
* Add a DeletableResponseIds table to the appcache database schema, groundwork ...michaeln@chromium.org2010-01-084-25/+209
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-0811-65/+61