summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-141-8/+5
* Even more virtual method deinlining.erg@google.com2010-12-132-3/+5
* Rename all methods accessing Singleton<T> as GetInstance().satish@chromium.org2010-12-132-7/+10
* Revert 68932 - Make members of Singleton<T> private and only visible to the s...satish@chromium.org2010-12-111-5/+8
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-117-28/+29
* Make members of Singleton<T> private and only visible to the singleton type. ...satish@chromium.org2010-12-111-8/+5
* appcache: document that the manifest parsing algorithm is fixedevan@chromium.org2010-12-091-0/+7
* Add the "virtual" keyword on method overrides that are missing it.erg@google.com2010-12-081-7/+9
* Fix webkit URLRequestJob subtypes to handle Kill() correctly.willchan@chromium.org2010-12-073-8/+11
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-3013-117/+122
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-286-17/+26
* Fix busted build.michaeln@chromium.org2010-11-191-2/+2
* Alter the relative priorities of network vs fallback namespaces in the appcac...michaeln@chromium.org2010-11-195-16/+125
* Make the error message more clear in the appcache console logging when an ini...michaeln@chromium.org2010-11-192-38/+7
* base: Get rid of 'using' declaration of StringAppendF.tfarina@chromium.org2010-11-151-4/+4
* Fix for WKBug 47000: a failure mode given bad content (in an unlikely form). ...michaeln@chromium.org2010-11-0318-42/+149
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-022-5/+9
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0112-119/+119
* Convert LOG(INFO) to VLOG(1) - webkit/.pkasting@chromium.org2010-10-193-11/+11
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-3016-27/+100
* webkit: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-294-23/+30
* Be a little more defensive when encoutering missing appcache entries, the han...michaeln@chromium.org2010-08-252-4/+12
* When an individual entry is lost from the appache's diskcache, attempts to lo...michaeln@chromium.org2010-08-243-5/+17
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+1
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-192-3/+2
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+2
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-1/+1
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+1
* 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