Firefox/Projects/Rebuild Software Update without browser element: Difference between revisions
Jump to navigation
Jump to search
(→Bugs) |
(→Design) |
||
Line 14: | Line 14: | ||
= Design = | = Design = | ||
The updater window should look like this-ish: | |||
http://people.mozilla.org/~beltzner/images/newupdater.png | |||
with: | |||
* a background image (stored as a data URI in the update snippet) | |||
* a logo image (stored as a data URI in the update snippet) | |||
* large header text (stored as text data in the update snippet) | |||
* bold subheader text (stored as text data in the update snippet) | |||
* description text (stored as text data in the update snippet) | |||
= Bugs = | = Bugs = | ||
* [http://bugzilla.mozilla.org/show_bug.cgi?id=480178 Bug 480178] - Rebuild Software Update without browser element | * [http://bugzilla.mozilla.org/show_bug.cgi?id=480178 Bug 480178] - Rebuild Software Update without browser element | ||
* [http://bugzilla.mozilla.org/show_bug.cgi?id=475671 Bug 475671] - Separate the billboard url from detailsURL in the update xml | * [http://bugzilla.mozilla.org/show_bug.cgi?id=475671 Bug 475671] - Separate the billboard url from detailsURL in the update xml |
Revision as of 00:50, 26 February 2009
Overview
Sprint lead: rs
Sprinters: rs, beltzner
- Description
- Instead of a page that has a browser element, change the update snippet format to include references to resources (images, text) which will be assembled in a XUL dialog on the client side.
Goals / Use Cases
- Removing the browser element will remove the requirement to verify the size of the billboard content per locale.
- Make the ui look more like it is part of the application.
Non Goals
tbd
Design
The updater window should look like this-ish:
with:
- a background image (stored as a data URI in the update snippet)
- a logo image (stored as a data URI in the update snippet)
- large header text (stored as text data in the update snippet)
- bold subheader text (stored as text data in the update snippet)
- description text (stored as text data in the update snippet)
Bugs
- Bug 480178 - Rebuild Software Update without browser element
- Bug 475671 - Separate the billboard url from detailsURL in the update xml