Bug 31621 - support for "resource packages"
Summary: support for "resource packages"
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-18 02:28 PST by Patrick Mueller
Modified: 2009-11-18 02:28 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Mueller 2009-11-18 02:28:34 PST
See:
   - http://limi.net/articles/resource-packages/
   - http://www.stevesouders.com/blog/2009/11/18/fewer-requests-through-resource-packages/

The basic idea is to allow a new link element of the form:

   <link rel="resource-package" type="application/zip" href="pkg.zip" />

where the contents of the zip file would serve as the resources the HTML page actually references.