summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_update_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Appcache cross-origin HTTPS resources.michaeln@google.com2011-02-221-2/+96
* AppCache URLFetcher refactoring. Just pulling the URLRequest handlingmichaeln@google.com2011-02-151-30/+30
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-3/+3
* net: Remove typedef net::URLRequestTestJob URLRequestTestJob;tfarina@chromium.org2011-01-111-8/+9
* 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
* net: Add namespace net to URLRequestErrorJob.tfarina@chromium.org2010-12-151-1/+1
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-8/+8
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-21/+22
* Make the error message more clear in the appcache console logging when an ini...michaeln@chromium.org2010-11-191-35/+2
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-22/+22
* Remove the FLAKY attribute from AppCacheUpdateJobTest.MasterEntryBadManifest....michaeln@chromium.org2010-08-171-1/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+1
* Undo in memory changes made by an update job if the commit to disk fails. Pro...michaeln@chromium.org2010-08-031-7/+72
* Chrome side of changes required to populate appcache resource list.kkanetkar@chromium.org2010-07-281-2/+2
* Make conditional requests when updating the appcache.michaeln@chromium.org2010-07-211-3/+55
* New javascript console logging related to the appcache.michaeln@chromium.org2010-07-141-0/+5
* Reland r52072. Pass notifications to the browser on access to the appcache ma...jochen@chromium.org2010-07-121-1/+1
* Failed compile on Chromium builder dbgvandebo@chromium.org2010-07-121-1/+1
* Pass notifications to the browser on access to the appcache main resource man...jochen@chromium.org2010-07-121-1/+1
* AppCache: add plumbing to deliver logging messages to the renderer process. T...michaeln@chromium.org2010-06-181-0/+4
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-11/+3
* 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-071-119/+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
* Provide more info to the renderer process in appcache progress events.michaeln@chromium.org2010-05-251-48/+107
* AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads.mattm@chromium.org2010-05-191-32/+21
* Use net::HttpRequestHeaders instead of std::string in URLRequest and friends.willchan@chromium.org2010-05-061-18/+12
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-091-0/+6
* There was a pre-existing bug in the AppCacheUpdateJobTest where it was notmbelshe@chromium.org2010-03-141-4/+18
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-231-7/+7
* Introduce an AppCachePolicy interface that allows the containing browser to d...michaeln@chromium.org2010-02-171-2/+103
* [GTTF] Reduce header dependencies in webkitphajdan.jr@chromium.org2010-02-091-0/+1
* 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-241-0/+11
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-081-35/+35
* Clarify licenses on a bunch of files.evan@chromium.org2009-12-291-1/+1
* Fix valgrind mem leak in AppCacheUpdateJobTest and remove suppression.jennb@chromium.org2009-12-221-4/+0
* Make appcache update conditionally include If-Modified-Since and If-None-Matc...jennb@chromium.org2009-12-221-1/+340
* During appcache update, copy response from newest complete cache if http cach...jennb@chromium.org2009-12-161-4/+209
* Queue appcache update if current update process is terminating.jennb@chromium.org2009-12-101-0/+50
* Mark AppCacheUpdateJobTest.MasterEntryBadManifest test as flaky.willchan@chromium.org2009-12-011-1/+1
* Revert 449036, which rolled back 402098, and fix the valgrind error that caus...jennb@chromium.org2009-12-011-33/+727
* Revert 33394 (due to valgrind errors) - Appcache update support for pending m...willchan@chromium.org2009-12-011-727/+33