summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Remove the FLAKY attribute from AppCacheUpdateJobTest.MasterEntryBadManifest....michaeln@chromium.org2010-08-171-1/+1
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-162-13/+19
* FBTF: Start cleaning up net/erg@google.com2010-08-115-0/+5
* Provide a profile.GetAppCacheService() accessor and add two helper methods to...michaeln@chromium.org2010-08-111-1/+2
* Sending renderer notification when update job finishes (Used to notify cache ...kkanetkar@chromium.org2010-08-052-15/+33
* AppCache: Provide a way to override the default quota for an origin. The inte...michaeln@chromium.org2010-08-044-5/+92
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-0311-39/+172
* Even more FRIEND_TEST_ALL_PREFIXES, now like in webkitphajdan.jr@chromium.org2010-08-025-31/+36
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+4
* Make tests that rely on getting a temp dir exit if they don't.evan@chromium.org2010-07-281-1/+1
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-2818-65/+170
* A better error message for the mime type of a manifest file being off.michaeln@chromium.org2010-07-281-4/+16
* Put minimal appcache info in the netlog.michaeln@chromium.org2010-07-235-16/+33
* Random bits of header and whitespace cleanup.thestig@chromium.org2010-07-233-1/+12
* Make conditional requests when updating the appcache.michaeln@chromium.org2010-07-213-88/+172
* AppCache: manifest attribute is ignored when navigating via POST (form submit...michaeln@chromium.org2010-07-202-14/+24
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-1412-81/+156
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-1213-20/+36
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-1213-36/+20
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-1213-20/+36
* Fix a regression with satisfying range requests out of the appcache and add a...michaeln@chromium.org2010-07-033-6/+79
* Minor AppCache modsmichaeln@chromium.org2010-06-303-28/+24
* AppCache: Output some information to the javascript console.michaeln@chromium.org2010-06-254-7/+30
* Fix a bug being unable to remove appcaches via chrome:appcache-internals if t...michaeln@chromium.org2010-06-251-1/+2
* AppCache: add plumbing to deliver logging messages to the renderer process. T...michaeln@chromium.org2010-06-189-1/+39
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-165-31/+7
* TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDat...vandebo@chromium.org2010-06-151-2/+1
* AppCache: Use a dedicated thread for the disk cache.rvargas@google.com2010-06-079-22/+31
* Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@chromium.org2010-06-071-117/+234
* Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@google.com2010-06-071-232/+119
* AppCache: Use a MockHttpServer instead of starting a seperate http server for...michaeln@chromium.org2010-06-0725-179/+232
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-031-12/+34
* Quick fix to avoid crashing in unit tests when HTTPTestServer::CreateServer r...michaeln@chromium.org2010-06-021-12/+13
* Disable a crashing test.estade@chromium.org2010-06-021-1/+8
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* 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