Community:SummerOfCode06

From MozillaWiki
Revision as of 18:07, 27 April 2006 by ChrisHofmann (talk | contribs)
Jump to navigation Jump to search

Add your ideas here for Mozilla Projects that students could take on to participate in the Google Summer of Code 2006

Please use this general format for submitting ideas.

ID Title Abstract- links to details/bugs/etc Reporter & Mentor(s) Status

You should provide good detail and links to other information about in the abstract. This will help students writting proposals to submit the best proposals possible.

All approved projects are going to need mentors, so suggestions in this section are important. I'm looking to recruit more Mozilla module owners to serve as mentors.

The following list of module owners and peers have signed up to be mentors:

  • Ben Goodger
  • Chris Hofmann (admin)
  • David Bienvenu
  • David Liebreich
  • Joshua Aas
  • Mike Beltzner
  • Mike Pinkerton
  • Mark Mentovai
  • Scott MacGregor
  • Stuart Parmenter
  • Vladimir Vukicevic

If you are interested in being a mentor, the requirements and responsibilities are here: http://code.google.com/soc/mentorfaq.html

Apply to be a mentor by submitting this form: http://code.google.com/soc/mentor_step1.html


Thanks

Chris Hofmann


Core Browser Engine and Toolkit Development

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
"Advance the XUL platform" projects (to be defined) e.g. implement <menugroup>,

fix menu bugs, etc.

Ben submitted 10:38, 17 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Multi-threaded (accelerated) Download Manager ([1]) with possible Metalink (bug #331979) (Mirrors/P2P/checksums) or MD5/SHA-1 hash/checksum microformat support. submitted 21:34, 17 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Auto verify MD5/SHA1 hashes & PGP signatures Automatically verifying MD5/SHA1 hashes, and optionally PGP signatures, of downloads. When you have downloaded a file, the download manager should try to download filename.md5, filename.sha, filename.asc and run the associated tool on the downloaded file to verify. Mark the entry as red or something in the download manager, and change the Open link to Info link, if the file did not verify. The Info link would open a page explaining what is wrong. It could perhaps have a open or preferably just delete file button. More difficult case would be to get the md5/sha1 signature if it is just embedded on the page where the download link is, but you could try some heuristics...
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
pixman rewrite Work on cairo to speed up image fallback backend. Requires strong knowledge of image processing, as well as MMX/SSE/etc; the bulk of the work will be writing fast inner-loop compositing operations for in-memory image surfaces. VladVukicevic
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Multithreaded Plugin Loader Multithreaded Plugin Loader in Firefox and other browsers. This would avoid the browser from hanging for several seconds when loading a Java plugin for example.
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
APNG support implementation of APNG Vlad already assigned
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Firefox tracking online/offline status and proxy settings Implement nsINetworkLinkService and nsISystemProxySettings on Windows so Firefox will go online/offline automatically when Windows does and track Windows' proxy settings (maybe too easy?) Roc 02:38, 20 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Security Improvements Fix some of the bugs and enhancement requests with "sg:want" in the status whiteboard. These are things that would improve security, but aren't security holes. Jesse Ruderman
ID Title Abstract- links to details/bugs/etc Reporter & Mentor(s) Status
Improvements to web page error reporting Implement some proposed changes to the console service API and consumers to allow a much better error console UI (associating errors with specific windows, etc). Possibly implement said UI as well, if desired. bug 228205 covers the API changes. Reporter: Boris Zbarsky
ID Title Abstract- links to details/bugs/etc Reporter & Mentor(s) Status
Process Coverity reports Coverity identified hundreds of potential problems in Firefox. Currently, only 117 got filed in bugzilla (about half of them fixed) branch. According to http://scan.coverity.com/ , there should be 245 more. A student could process the rest, and also identify the ones that are worthwile to be included in FF 2.0. Reporter: Jo Hermans
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Create a scriptable jar writer or zip writer Implement a scriptable nsIZipWriter component and interface. bug 289948 is a bug requesting this feature, and libjar is the directory where the zip reader resides. Reporter: richwklein Submitted: 8:26, 21 April 2006 (CST)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Improve the XUL Sort Service Generalize nsIXULSortService so non template data can be sorted in lists and trees. nsIXULSortService is the current implementation, and some ideas for improvements. XUL Priority List includes a reference to sorting as well. Reporter: richwklein Submitted: 8:26, 21 April 2006 (CST)


Firefox Features and Extensions

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Complete Torrent-Integration [2] (started in last year's SoC)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status / other
Enhanced Page Info window (need spec)... Ben Beltzner for UI Submitted 18:07, 18 April 2006 (PDT)


Mac Platform Improvements

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
styled text support for Mac clipboard Implement copy/paste of styled text to the system clipboard on the Mac; bug 79864 Reporter: sardisson


ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Mac keybinding and text-editing improvements Audit and fix any missing OS-standard text field keybindings and text-editing behaviors on the Mac (good summary of default bindings here);

bug 330968

Reporter: sardisson 13:28, 19 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Improve/expand AppleScript support Mozilla-based Mac products have very limited AppleScript support, especially in comparison ton Safari, Eudora, and other long-standing Mac applications; Camino bugs 178917, 160106, 314061, 253486, 156078 (there may be others in Core, Firefox, Thunderbird, or MAS products) Reporter: sardisson 13:28, 19 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Revive CHBrowserView. Right now, embedding Gecko in a Cocoa application means embedding all of Camino. We need to make it easier to embed Mozilla in Cocoa applications, for WebKit competition. Håkan Waara, Mark Mentovai 13:52, 19 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Camino Single-Window Mode. Now that the APIs for "single window mode" are available to embedding apps, we need to add this capability to Camino. Bug 274143 Mike Pinkerton, Mark Mentovai
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Camino Keychain Rewrite. Camino uses the old API for Keychain, we need to update to the new API in order to be compatible with Safari keychain entries. The new implementation needs to be backwards compatible with old keychain entries (maybe a one-time import?) and allow multiple passwords per site (one of our Top-5 feature requests). Bugs 172842, 177941, 179672, 178607, 187720, (maybe 202337). Mike Pinkerton, Mark Mentovai
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Camino Tab Reordering Users want to be able to drag tabs to reorder them, as well as drag them to other windows, or drag them out of windows to create a new window. Bugs 160720 and 318260 Mike Pinkerton, Mark Mentovai
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Native form widgets for Mac Improve native look/feel of form widgets under Cocoa widgets. This would involved making a list of priorities for improving look/feel and fixing as many things as possible before the end of the project. Examples might be cleaning up text field borders, defining fallback behavior for CSS modifications to form widgets, making listbox scrollbars small-sized scrollbars instead of full-sized, etc... Josh Aas


Minino

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Mobile Widgets Create XUL based mobile widgets for Minimo/Firefox on the desktop along the lines of stuff at http://www.widgetgallery.com/ and http://www.georgenava.com/applauncher.php - These could be hosted remote XUL content or built-in as extensions to Minimo - dougt and mgalli
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Location info for Minimo Intergrate GPS location information allowing content tailoring. dougt


Thunderbird Features and Extensions

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Update T-bird Feed front-end to keep up with NetNewsWire et al. keep it simple and minimal. sayrer
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Complete Skype-Integration for Thunderbird (started in last year's SoC)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Improve Calendar extension within Thunderbird Better integration of Calendar extension within Thunderbird Triona 05:44, 19 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Tbird Address Book Improvements Improve the address book of the thunderbird. The current address book is basically the same of the old Netscape, and it was created on an Internet without instant messaging and other stuffs. Also, it does not permits inter-operability with other programs and/or mobile devices (like cellular phones and handhelds). Kyller Gorgonio
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Addressbook Backend Improvements In Address Book, take the Outlook Backend, make it so that its not reliant on Outlook being default Mail Client and provide a UI to allow interfacing to it (i.e. user can select address books to view). At the same time update the import code so that it is also not reliant on Outlook being the default Mail Client. -Standard8 bienvenu, dmose 15:29, 21 April 2006 (PDT)


Tools, Infrastructure, and Testing

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Venkman javascript debugger Improvements Work on Venkman to bring it some good updates/bugfixes/new features. Maybe work to do a 1.0 release? (https://bugzilla.mozilla.org/show_bug.cgi?id=141097) Reporter: GijsKruitbosch

Mentor: none so far

ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
XUL editor plugin for Eclipse Build a XUL editor plugin for Eclipse that leverages the XULRunner component and JS debugger from the Eclipse Ajax Toolkit Framework to create a XUL UI development tool. Beltzner submitted 09:31, 17 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
UI improvements to DOM inspector DOM Inspector is currently really tedious to use. Identify weak points and come up with solutions. This possibly should involve things like allowing the DOM inspector to work with print previews. Ben Wakeless submitted 18:06, 18 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Multi-teired addons.mozilla.org based on trust metrics and user experience See morgamic's blog Cameron 20:58, 18 April 2006 (PDT)
ID Title Abstract links to details/bugs/etc Reporter & Mentor(s) Status
Test Harness Extension Implement a test harness as an extension, able to be invoked from the command line and recording output to file or content. Possible models are FoxUnit, FIT, and xUnit. Davel 17:31, 21 April 2006 (PDT)