Firefox/Feature Brainstorming:Developer-facing UI: Difference between revisions
(3 intermediate revisions by 3 users not shown) | |||
Line 76: | Line 76: | ||
</td><td> | </td><td> | ||
Check out [http://www.terrainformatica.com/htmlayout/cssmap.whtm "HTMLayout CSS support map"], they have done gradient filled backgrounds very effectively. | Check out [http://www.terrainformatica.com/htmlayout/cssmap.whtm "HTMLayout CSS support map"], they have done gradient filled backgrounds very effectively. | ||
Rounded corners are anti-aliased in Minefield, thanks to the new graphics renderer. There is a screenshot of this, but I cannot locate it. | |||
</td></tr> | </td></tr> | ||
Line 126: | Line 128: | ||
n/a | n/a | ||
</td></tr> | </td></tr> | ||
<tr><td> | |||
; Javascript debugger | |||
* Possibility to set Javascrip breakpoints in used scripts; | |||
* Javascript step-by-step tracing ability; | |||
</td><td> | |||
n/a | |||
</td></tr> | |||
<tr><td> | |||
; General select box | |||
* Using OS GUI to render select box is a drawback - hard to apply style for such a component. It could be great to use built-in select box which looks identical on all OSes and accepts all available CSS features; | |||
</td><td> | |||
http://archivist.incutio.com/viewlist/css-discuss/42231 | |||
</td></tr> | |||
<tr><td> | |||
; JavaScript Task bar notifier | |||
* Using the JavaScript to notify the user. | |||
* A simple command like window.notifyuser or window.flashtab or window.flashtaskbar | |||
* Maybe even an option to set how many times it should flash | |||
* On page load, it gives the user the options to "Always Allow", "Allow Once", "Always Deny", and "Deny Once". | |||
* An option in the settings to always deny for every site. | |||
* Might become a W3 standard if used widely. | |||
</td><td> | |||
n/a | |||
</td></tr> | |||
<tr><th colspan="2">General tasks</th></tr> | <tr><th colspan="2">General tasks</th></tr> | ||
<tr><td> | <tr><td> |
Latest revision as of 11:36, 19 March 2009
« Firefox/Feature Brainstorming
Developer-facing UI
Specific features | References |
---|---|
|
n/a |
|
n/a |
| |
|
Consider integrate Firebug 1.0 (this is THE TOOL) at install. Fantastic!!! |
It would be great to have mechanism to define a panel, where data may be send to a server and its response is rendered into a certain area like: <asynch-panel refpanel="myPanel" refid="test" /> <asynch-panel name="myPanel" target="http://blabla.de/bsp.jsp"> <input type="text" id="test" value="<%="blabla"%>" /> <input type="submit" /> </asynch-panel>
|
n/a |
|
n/a |
|
Check out "HTMLayout CSS support map", they have done gradient filled backgrounds very effectively. Rounded corners are anti-aliased in Minefield, thanks to the new graphics renderer. There is a screenshot of this, but I cannot locate it. |
|
n/a |
|
n/a |
| |
| |
|
n/a |
Having these abilities through a GUI to totally customise the way firefox appears and displays webpages will destractly improves firefox's ability to compete against Microsoft's HTML Applications, so users/developers can write web applications and have them display through firefox the way they want them to appear. |
n/a |
|
n/a |
| |
|
n/a |
General tasks | |
|
n/a |