Bug 31621
Summary: | support for "resource packages" | ||
---|---|---|---|
Product: | WebKit | Reporter: | Patrick Mueller <pmuellr> |
Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Patrick Mueller
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |