Closed
Bug 485097
Opened 16 years ago
Closed 16 years ago
Inline CSS on the Thunderbird 2.0.0.21 start page
Categories
(www.mozilla.org Graveyard :: Thunderbird, defect)
www.mozilla.org Graveyard
Thunderbird
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gozer, Assigned: gozer)
References
()
Details
That page is hit by Thunderbird 2.0.0.21 and should display fast and cache well. Right now, that page itself results in 5 HTTP requests in total. 1 for the HTML, 1 for the CSS then 3 more for the images.
Just like it was done for the 3.0b2 whatsnew page, this could all be inlined, images too, with the handy data_url() php function in utils.php
Assignee | ||
Comment 1•16 years ago
|
||
This needs verification that Thunderbird 2.0.0.21 can render such a page, just to be safe.
Assignee | ||
Comment 2•16 years ago
|
||
From Mark Banner, TB 2.0.x doesn't support data:// URLs, so this will have to be CSS only.
Summary: Inline images and CSS on the Thunderbird 2.0.0.21 start page → Inline CSS on the Thunderbird 2.0.0.21 start page
Assignee | ||
Comment 3•16 years ago
|
||
Inlined CSS in the en-US start page, will show up on trunk.
<http://trunk.mozillamessaging.com/en-US/thunderbird/2.0.0.21/start/>
svn ci -m'Bug 485097. Inline css for en-US thunderbird 2.0.0.21 start page'
Sending start/index.html
Transmitting file data .
Committed revision 25657.
Assignee | ||
Comment 4•16 years ago
|
||
Pushed to production.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: Websites → www.mozilla.org
Updated•7 years ago
|
Product: www.mozilla.org → www.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•