User:Zeniko: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Areas in which you can expect help/code from me: | |||
== New Functionality == | == New Functionality == | ||
Crash recovering and session resuming: | Crash recovering and session resuming: | ||
* [http://forums.mozillazine.org/viewtopic.php?t=164513 Crash Recovery] | * [http://forums.mozillazine.org/viewtopic.php?t=164513 Crash Recovery] (session saving/restoring component) | ||
* [http://forums.mozillazine.org/viewtopic.php?t=380534 Session Manager] (simple front-end to Crash Recovery) | |||
* [[Session_Restore]] | * [[Session_Restore]] | ||
Enhanced JavaScript Console: | Enhanced JavaScript Console: | ||
* [http://forums.mozillazine.org/viewtopic.php?t=318102 Console²] | * [http://forums.mozillazine.org/viewtopic.php?t=318102 Console²] (a suggestion for how to fix some console issues) | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=312962 redesign javascript console for easier reading and visual scanning (bug 312962)] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=312962 redesign javascript console for easier reading and visual scanning (bug 312962)] | ||
== Minor | == Minor Improvements == | ||
Enhanced richlistbox: | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=298371 make richlistbox multi-selectable (bug 298371)] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=298371 make richlistbox multi-selectable (bug 298371)] | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=298993 add FAYT (find as you type) for richlistbox for the EM (bug 298993)] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=298993 add FAYT (find as you type) for richlistbox for the EM (bug 298993)] | ||
* [[XUL:Richlistbox]] | * [[XUL:Richlistbox]] | ||
(see [http://forums.mozillazine.org/viewtopic.php?t=318102 Console²] for a working multi-select richlistbox) | |||
Try to prevent users from deleting valuable data when removing a profile: | Try to prevent users from deleting valuable data when removing a profile: | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=305551 No warning before creating user-specified profile directory (bug 305551)] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=305551 No warning before creating user-specified profile directory (bug 305551)] | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=302087 Inadequate warning before Profile Manager deletes non-Mozilla files (bug 302087)] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=302087 Inadequate warning before Profile Manager deletes non-Mozilla files (bug 302087)] | ||
Revision as of 22:10, 13 February 2006
Areas in which you can expect help/code from me:
New Functionality
Crash recovering and session resuming:
- Crash Recovery (session saving/restoring component)
- Session Manager (simple front-end to Crash Recovery)
- Session_Restore
Enhanced JavaScript Console:
- Console² (a suggestion for how to fix some console issues)
- redesign javascript console for easier reading and visual scanning (bug 312962)
Minor Improvements
Enhanced richlistbox:
- make richlistbox multi-selectable (bug 298371)
- add FAYT (find as you type) for richlistbox for the EM (bug 298993)
- XUL:Richlistbox
(see Console² for a working multi-select richlistbox)
Try to prevent users from deleting valuable data when removing a profile: