summaryrefslogtreecommitdiffstats
path: root/webkit/appcache
Commit message (Expand)AuthorAgeFilesLines
* Add some unimplemented methods from my last CL.michaeln@google.com2009-10-133-2/+43
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-3/+4
* AppCache StorageAPIsmichaeln@google.com2009-10-0922-202/+745
* Make appcache update job retry 503 requests with retry-after of 0.jennb@chromium.org2009-10-083-20/+353
* Re-enabling disabled appcache update unittests. Change comparison of cache u...jennb@chromium.org2009-10-065-25/+55
* Disable some appcache update tests that depend on testserver.jennb@chromium.org2009-10-062-6/+6
* Implementation of application cache update algorithm.jennb@chromium.org2009-10-0632-28/+2255
* (More) Copyright housecleaning (i missed one before).michaeln@google.com2009-09-231-1/+1
* Copyright housecleaningmichaeln@google.com2009-09-237-7/+7
* Fix appcache_service and request_context referencing.michaeln@google.com2009-09-222-10/+12
* Check for supported schemes and examine request methods at key points. We sup...michaeln@google.com2009-09-188-55/+157
* * Fleshed out AppCacheHost class a fair amount, in particular the cache selec...michaeln@google.com2009-09-1521-232/+988
* 1) Tell the AppCacheService which request context to use when fetching resour...michaeln@google.com2009-09-152-2/+36
* * Add appCacheManifestUrl data member to WebURLResponse, and use it to detect...michaeln@google.com2009-09-081-8/+15
* Change AppCache and AppCacheGroup to be ref counted classes.Adjusted API of f...jennb@chromium.org2009-09-0210-38/+268
* Plumb request interception into the appcache library for both chrome and test...michaeln@google.com2009-09-018-33/+291
* Add missing newline at end of file.mdm@chromium.org2009-08-311-1/+1
* Skeleton classes for appcache library framework. This is a work in progress. ...jennb@chromium.org2009-08-269-0/+494
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-218-0/+526
* Change the enum style to use MACRO_STYLE rather than kConstant style to be co...jennb@chromium.org2009-08-201-14/+14
* Some cleanupmichaeln@google.com2009-08-111-1/+1
* Update manifest parser code to match current HTML5 spec byjennb@chromium.org2009-08-103-26/+46
* Port of WebKit's appcache manifest parser code.michaeln@google.com2009-08-063-163/+501
* Import WebKit/WebCore/loader/appcache/ManifestParser.{h,cpp}.darin@chromium.org2009-07-232-0/+239