Andrew Wilcox
ba34b2550b
Chrome for iOS supports the appcache
2013-09-04 16:31:52 -07:00
David Glasser
e38bf5e1ab
Move a few more functions off of __meteor_bootstrap__
2013-07-02 16:15:12 -07:00
David Glasser
1f26045fe0
__meteor_bootstrap__.bundle -> WebApp.clientProgram
2013-07-02 16:15:12 -07:00
David Glasser
053db8e9e9
Begin to refactor webapp package.
...
Move stuff from __meteor_bootstrap__ to WebApp exported symbol.
Note that the WebApp API continues to be subject to change.
2013-07-02 16:15:12 -07:00
David Glasser
e2951cca6c
Fix routepolicy/webapp dependency.
...
Inspired by awwx's #1176 .
Move Meteor._routePolicy to @exported RoutePolicy.
2013-07-02 15:11:45 -07:00
Andrew Wilcox
f4808b5a68
Add Chromium to the browsers supported by appcache
2013-04-25 16:50:33 -07:00
David Glasser
599c6edef8
Another round of removing __meteor_bootstrap__.require.
2013-03-19 15:13:53 -07:00
David Glasser
5a5204e3a4
Remove closures around package files. (hint: git blame -w)
...
The bundler now adds closures around client files and the server adds closures
around server files.
2013-03-19 15:13:53 -07:00
Nick Martin
b2bf406e55
Only cache assets with a cache-busting parameter. Use fallback to access these when offline.
2013-03-06 16:41:56 -08:00
Andrew Wilcox
f72f366e20
appcache docs and tweak warning message
2013-02-22 18:38:41 -08:00
Andrew Wilcox
43282254a1
Fix syntax error in appcache-server.
...
Ouch.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
2500312cd5
Allow static resources to be configured as online only.
...
Add a route policy type "static-online" for files in public/ that
shouldn't be cached offline.
Put "static-online" files in the manifest NETWORK section instead of
in the CACHE section.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
6ed6e8ce17
appcache code review changes
2013-02-21 18:41:53 -08:00
Andrew Wilcox
6bea9656d6
Avoid calling readFileSync at runtime.
2013-02-21 18:41:53 -08:00
Andrew Wilcox
9c55aeeb97
appcache package
...
This code depends on PR 680. In addition, the docs include a link to
the proposed AppCache wiki page.
Adds the appcache smart package and associated documentation.
QA notes are in packages/appcache/QA.md (Is this a good place to put
them?)
2013-02-21 18:41:53 -08:00