2 Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
7 <html i18n-values=
"dir:textdirection;lang:language">
10 <title>AppCache
</title>
11 <link rel=
"stylesheet" href=
"chrome://resources/css/tabs.css">
12 <link rel=
"stylesheet" href=
"chrome://resources/css/widgets.css">
13 <link rel=
"stylesheet" href=
"appcache_internals.css">
15 <body i18n-values=
".style.fontFamily:fontfamily;.style.fontSize:fontsize">
17 <div style=
"display:none">
18 <div id=
"appcache-list-template"
19 jsvalues=
".partitionPath:$this.partition_path">
20 <div class=
"appcache-summary">
21 <span jsdisplay=
"$this.partition_path">
22 <span>Instances in:
</span>
23 <span jscontent=
"$this.partition_path"></span>
25 <span jsdisplay=
"!$this.partition_path">
26 <span>Instances: Incognito
</span>
28 <span jscontent=
"'(' + $this.appcache_vector.length + ')'">
31 <div class=
"appcache-item" jsselect=
"$this.appcache_vector">
32 <a class=
"appcache-url" jscontent=
"originURL"
33 jsvalues=
"href:originURL"
35 <div jsselect=
"manifests">
36 <div class=
"appcache-info-item" jsvalues=
"$manifestURL:manifestURL;
38 <div class=
"appcache-manifest">
39 <span> Manifest:
</span>
40 <a class=
"appcache-info-url" jscontent=
"manifestURL"
41 jsvalues=
"href:manifestURL;"
44 <div class=
"appcache-size">
46 <span jscontent=
"size"></span>
48 <div class=
"appcache-dates">
51 <span> Creation Time:
</span>
52 <span jscontent=
"new Date(creationTime)"></span>
55 <span> Last Access Time:
</span>
56 <span jscontent=
"new Date(lastAccessTime)"></span>
59 <span> Last Update Time:
</span>
60 <span jscontent=
"new Date(lastUpdateTime)"></span>
64 <div class=
"appcache-manifest-commands"
65 jsvalues=
".manifestURL:$manifestURL;.groupId:$groupId">
69 <a href=
"#" class=
"remove-manifest"> Remove Item
</a>
72 <a href=
"#" class=
"view-details"> View Details
</a>
77 <div class=
"appcache-details"
78 jsvalues=
".manifestURL:$manifestURL;.groupId:$groupId;">
85 <div id=
"appcache-info-template" jsselect=
"$this.items">
87 <a href=
"#" class=
"appcache-info-template-file-url"
88 jscontent=
"fileUrl" jsvalues=
".responseId:responseId">
91 <span jscontent=
"size"></span>
92 <span jscontent=
"properties"></span>
95 <h1>Application Cache
</h1>
97 <div id=
"appcache-list">
99 <script src=
"chrome://resources/js/util.js"></script>
100 <script src=
"chrome://resources/js/cr.js"></script>
101 <script src=
"appcache_internals.js"></script>
102 <script src=
"chrome://resources/js/load_time_data.js"></script>
103 <script src=
"chrome://resources/js/jstemplate_compiled.js"></script>
104 <script src=
"strings.js"></script>
105 <script src=
"chrome://resources/js/i18n_template.js"></script>