Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Side by Side Diff: dart/site/try/ssl.appcache

Issue 465903002: Work around AppCache issues to switch to SSL. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« dart/site/try/app.yaml ('K') | « dart/site/try/nossl.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CACHE MANIFEST 1 CACHE MANIFEST
2 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 2 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
3 # for details. All rights reserved. Use of this source code is governed by a 3 # for details. All rights reserved. Use of this source code is governed by a
4 # BSD-style license that can be found in the LICENSE file. 4 # BSD-style license that can be found in the LICENSE file.
5 5
6 # @@TIMESTAMP@@ 6 # @@TIMESTAMP@@
7 7
8 CACHE: 8 CACHE:
9 index.html 9 compiler_isolate.dart.js
10 dartlang-style.css 10 dartlang-style.css
11 line_numbers.css
12 leap.dart.js
13
14 iframe.html 11 iframe.html
15 iframe.js 12 iframe.js
13 leap.dart.js
14 line_numbers.css
15 sdk.json
16
17 dart-icon-196px.png
16 dart-icon.png 18 dart-icon.png
17 dart-iphone5.png 19 dart-iphone5.png
18 sdk.json 20 favicon.ico
21 try-dart-screenshot.png
19 22
20 /css/fonts/fontawesome-webfont.woff?v=3.0.1 23 /css/fonts/fontawesome-webfont.woff?v=3.0.1
21 24
22 NETWORK: 25 NETWORK:
23 * 26 *
OLDNEW
« dart/site/try/app.yaml ('K') | « dart/site/try/nossl.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698