index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
appcache
/
appcache_update_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Workaround for a crashing appcache bug seen on the crash servers. Add an UMA ...
michaeln@google.com
2012-05-03
1
-3
/
+13
*
Do cookie checks in NetworkDelegate instead of the URLRequest::Delegate.
jochen@chromium.org
2012-03-09
1
-0
/
+1
*
Fix some loose ends around recently introduced AppCache INTERCEPT namespaces
michaeln@google.com
2012-01-05
1
-4
/
+3
*
base::Bind: Remove ScopedRunnableMethodFactory.
jhawkins@chromium.org
2012-01-03
1
-3
/
+2
*
base::Bind: Convert most of webkit/appcache.
jhawkins@chromium.org
2011-12-21
1
-21
/
+30
*
AppCache INTERCEPT namespace.
michaeln@google.com
2011-12-13
1
-5
/
+9
*
No longer check for a specific mime-type on appcache manifest files. The spec...
michaeln@google.com
2011-11-21
1
-16
/
+7
*
Made application cache manifest URL always available for DevTools.
vsevik@chromium.org
2011-11-08
1
-9
/
+12
*
More groundwork for filestream based response storage.
michaeln@google.com
2011-10-21
1
-3
/
+11
*
net: Rename URLRequestStatus::os_error_.
tfarina@chromium.org
2011-09-08
1
-2
/
+2
*
Third-party appcache blocking.
marja@chromium.org
2011-09-08
1
-42
/
+2
*
Fix a null pointer crasher.
michaeln@google.com
2011-06-07
1
-2
/
+3
*
Appcache cross-origin HTTPS resources.
michaeln@google.com
2011-02-22
1
-2
/
+19
*
AppCache URLFetcher refactoring. Just pulling the URLRequest handling
michaeln@google.com
2011-02-15
1
-321
/
+247
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-22
/
+25
*
Make the error message more clear in the appcache console logging when an ini...
michaeln@chromium.org
2010-11-19
1
-3
/
+5
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
1
-6
/
+6
*
Convert LOG(INFO) to VLOG(1) - webkit/.
pkasting@chromium.org
2010-10-19
1
-7
/
+7
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
1
-0
/
+11
*
webkit: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-29
1
-10
/
+11
*
FBTF: Start cleaning up net/
erg@google.com
2010-08-11
1
-0
/
+1
*
Undo in memory changes made by an update job if the commit to disk fails. Pro...
michaeln@chromium.org
2010-08-03
1
-5
/
+21
*
A better error message for the mime type of a manifest file being off.
michaeln@chromium.org
2010-07-28
1
-4
/
+16
*
Make conditional requests when updating the appcache.
michaeln@chromium.org
2010-07-21
1
-78
/
+99
*
New javascript console logging related to the appcache.
michaeln@chromium.org
2010-07-14
1
-73
/
+77
*
Provide more info to the renderer process in appcache progress events.
michaeln@chromium.org
2010-05-25
1
-12
/
+37
*
Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders().
willchan@chromium.org
2010-05-07
1
-8
/
+7
*
Indicate in the tab UI if appcache creation was blocked by privacy settings.
jochen@chromium.org
2010-04-09
1
-1
/
+3
*
Keep track of appcache creation and last access times.
michaeln@chromium.org
2010-02-23
1
-1
/
+1
*
Introduce an AppCachePolicy interface that allows the containing browser to d...
michaeln@chromium.org
2010-02-17
1
-2
/
+49
*
Couple of small AppCache update job mods
michaeln@chromium.org
2010-02-12
1
-3
/
+9
*
[GTTF] Reduce header dependencies in webkit
phajdan.jr@chromium.org
2010-02-09
1
-0
/
+1
*
Fix for a big appcache storage bug. Now stores a record of the new master ent...
michaeln@chromium.org
2010-01-24
1
-28
/
+41
*
Enforce a hard coded 5MB per origin quota for appcache storage.
michaeln@chromium.org
2010-01-21
1
-5
/
+0
*
Trigger the deletion of unused responses when caches are updated and made obs...
michaeln@chromium.org
2010-01-13
1
-6
/
+10
*
AppCache quota tracking groundwork, store response sizes in the SQL database.
michaeln@chromium.org
2010-01-06
1
-5
/
+20
*
Revert 35609 - AppCache quota tracking groundwork, store response sizes in th...
michaeln@google.com
2010-01-06
1
-20
/
+5
*
AppCache quota tracking groundwork, store response sizes in the SQL database.
michaeln@chromium.org
2010-01-06
1
-5
/
+20
*
When an update job doesn't complete successfully, doom all responses created ...
michaeln@chromium.org
2010-01-04
1
-3
/
+4
*
Fixes to address the failing appcache/remove-cache.html layout tests.
michaeln@chromium.org
2010-01-04
1
-0
/
+1
*
Make appcache update conditionally include If-Modified-Since and If-None-Matc...
jennb@chromium.org
2009-12-22
1
-5
/
+60
*
During appcache update, copy response from newest complete cache if http cach...
jennb@chromium.org
2009-12-16
1
-27
/
+50
*
Queue appcache update if current update process is terminating.
jennb@chromium.org
2009-12-10
1
-1
/
+1
*
Revert 449036, which rolled back 402098, and fix the valgrind error that caus...
jennb@chromium.org
2009-12-01
1
-50
/
+327
*
Revert 33394 (due to valgrind errors) - Appcache update support for pending m...
willchan@chromium.org
2009-12-01
1
-327
/
+50
*
Appcache update support for pending master entries:
jennb@chromium.org
2009-12-01
1
-50
/
+327
*
Isolated bug fixes from CL 385104 to address the following:
jennb@chromium.org
2009-11-18
1
-27
/
+28
*
Load manifest data for newest cache from storage to compare against fetched m...
jennb@chromium.org
2009-11-13
1
-13
/
+23
*
Change store group and newest cache API so that storage failure does not requ...
jennb@chromium.org
2009-11-11
1
-9
/
+3
*
Add storage code to appcache update process.
jennb@chromium.org
2009-10-30
1
-63
/
+200
[next]