Community:SummerOfCode10:Brainstorming: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Moving projects to official page)
Line 28: Line 28:
!Mentor(s)
!Mentor(s)
!Comments
!Comments
|-
|Implement resource packages
|A [http://limi.net/articles/resource-packages-spec-ready-for-prototyping/ specification is ready for prototyping] resource packages ({{bug|529208}}), which provide a backwards-compatible, simple, efficient way to bundle up resources in a single file to make transfers faster and reduce HTTP overhead.
|beltzner
|limi,bz(?)
|need to make sure bz/someone from the platform team can mentor
|-
|Improve Cairo performance to match Skia
|There are a number of areas where [http://code.google.com/p/skia/ Skia] outperforms [http://www.cairographics.org/ Cairo]. Find them, and improve Cairo to match or exceed Skia's performance.
|jrmuizel
|jrmuizel
|
|-
|Add retained paths to cairo/SVG/D2D
|We could speed up SVG rendering in many situations by adding [http://www.cairographics.org/ Cairo] API to reuse a path multiple times, and supporting this API directly in cairo backends where this feature exists in the underlying platform (e.g. [http://msdn.microsoft.com/en-us/library/dd371512%28VS.85%29.aspx D2D]). Think "rotating tiger head".
|roc
|jrmuizel
|
|-
|Create a JPEG XR decoding library
|[http://en.wikipedia.org/wiki/JPEG_XR JPEG XR] gives us better compression and other useful features like HDR and alpha channels. The library should be as similar to libjpeg as possible.
|roc
|jrmuizel
|
|}
|}


Line 63: Line 39:
!Mentor(s)
!Mentor(s)
!Comments
!Comments
|-
|Multitouch simulator
|A simulation framework would allow developers who do not own a touchscreen device to program websites using the touch APIs. The simulator would be able to run scripted sequences of events, e.g. "move finger 1 from point A to point B and move finger 2 down", and possibly record events too if on an enabled device.
|Felipe
|Felipe
|This framework could be a standalone JS package, a jQuery plugin or a Firebug plugin.
|-
|Built-in Grammar checking
|This project would be divided into three parts :
- A syntax analyser, able o build a semantic tree from a sentence, proceeding by substitutions according to a given set of grammar rules.
- Basic grammar rules and dictionnary for the English language
(At this point, the system should be able to interpret all possible meanings simple well-formed sentence)
- A correction system, built in two parts. First, completing the syntax analyser so that it can "guess" the closest correctly formed sentences when the provided one doesn't match with the rules, and second by verifying that all built trees, therefore structurally correct, don't contain concordance mistakes, etc.
It would probably not be ready for everyday use by the end of the SoC (due to the complexity of natural languages making it a lot of work to transcribe them into substitution rules for tree building) but the language-independant part of the system should be operational.
|Arnaud VIÉ ([[User:Unas|Unas]])
|
|This could also be implemented into Thunderbird.
Plus, the syntax analyser could be used later as a basis in a translation tool too, when provided with a base of equivalence between words and sentence structures in two languages.
|}
|}


Line 109: Line 61:
! Mentor(s)  
! Mentor(s)  
! Comments
! Comments
|-
|Improve Email Invitations
|Our Email Invitations have been greatly improved since 0.9, but there are still some remaining regressions and new bugs to be fixed here. Also, it would be swell to implement some of the remaining iTIP/iMIP specs, like COUNTER and delegation.[http://tools.ietf.org/html/rfc2447 rfc2447 Email Scheduling (rfc2447)]
|Fallen
|Simon V. ? Ludovic?
|No confirmed mentor yet
|-
|Further mozmill tests/improvements
|Merike has done a great job working on Mozmill and I think its a good idea to continue this effort. [https://developer.mozilla.org/en/Mozmill Mozmill] is an automatic testing framework that immitates user actions to check if the application is doing what it is supposed to. The student would be making sure mozmill tests run with our build system ({{bug|545838}}) and writing further tests.
|Fallen
|Clint? Merike?
|No confirmed mentor yet
|-
|-
|Improve import/export feature
|Improve import/export feature
Line 139: Line 79:


==Camino==
==Camino==
<!--
 
{| class="standard-table"
|-
!Title
!Abstract - links to details/bugs/etc
!Reporter
!Mentor(s)
!Comments
|}
-->
See the [http://wiki.caminobrowser.org/Development:Good_Bugs_and_Projects#Summer_of_Code_2010 Camino Summer of Code 2010 page] for project suggestions.
See the [http://wiki.caminobrowser.org/Development:Good_Bugs_and_Projects#Summer_of_Code_2010 Camino Summer of Code 2010 page] for project suggestions.


Line 160: Line 91:
!Mentor(s)
!Mentor(s)
!Comments
!Comments
|-
|Weave Sync engines for tabs and mailnews status
|[https://addons.mozilla.org/seamonkey/addon/10868 Weave Sync] is Mozilla's mechanism for synchronizing different installs of Firefox and SeaMonkey.
This project should adapt the existing Firefox tabs engine to work with SeaMonkey, and implement an engine for mailnews status, e.g. read feed entries and newsgroup posts.
|KaiRo
|KaiRo
|The tabs engine is a good learning/entry step, the mailnews status is the actual goal.
|}
|}


Line 231: Line 154:
!Reporter
!Reporter
!Mentor(s)
!Mentor(s)
!Comments
!Comments  
|-
|Complete ECMAScript edition 5 implementation ([http://www.ecmascript.org/ spec], [http://www.youtube.com/watch?v=Kq4FpMe6cRs presentation]) in Rhino JavaScript
|Implement ES5 strict mode and the remaining features of [https://developer.mozilla.org/en/New_in_JavaScript_1.8 JavaScript 1.8] (including generator expressions) to help release Rhino 1.8 Release 1.
|Norris Boyd
|Norris Boyd (norrisboyd[at]gmail.com)
|}
|}



Revision as of 15:13, 8 March 2010

This page is for anyone to submit ideas for Google Summer of Code projects with Mozilla for 2010. As it is open to all, it will inevitably contain suggestions of wildly variable quality.

Students: ideas approved by the SoC admins are here. You can also submit ideas from this page, but they are rather less likely to be accepted. There's probably a reason they haven't been moved to that page.

How To Make Good Suggestions

Before adding an idea to this list, please consider the following:

  • Be specific. It's hard to understand the impact of, or the size of, vague proposals.
  • Consider size. The student has eight weeks to design, code, test and document the proposal. It needs to fill, but not overfill, that time.
  • Do your research. Support the idea with well-researched links.
  • Don't morph other people's ideas. If you have a related idea, place it next to the existing one, or add a comment.
  • Insert only your own name into the Mentor column, and then only if you are willing to take on the responsibility. If you think the SoC admins won't know you, leave contact details.
  • Check back regularly. The administrators may have questions about your idea that you will need to answer.
  • Know when to give up. If you've added the same idea for the last three years and it hasn't made it to the official page, perhaps you can predict what will happen this time.

Suggestion List

Links to ideas lists from previous years.

Mozilla Platform

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Firefox

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Thunderbird

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Calendar

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments
Improve import/export feature This would basically consist of 3 parts:-

1.csv and ics import/export: Make sure that the import/export feature of calendar in .csv and .ics format works correctly, Presently either it transfers incomplete data during the export or doesn’t handle the errors(if any)efficiently during import and as a result import fails.

2.Improving the parser and error handling: Make the parser more error tolerant. It should display user understandable error messages when a corrupted file is imported or when a file with wrong extension is intended to be imported.

3.HTML import: Add a feature of importing events in the html format from user's computer as well as the remote URL.

Part 1 and 2 would greatly improve import/export in different file formats and 3 would be a nice new feature.

anirvana ? No confirmed mentor yet

Camino

See the Camino Summer of Code 2010 page for project suggestions.

SeaMonkey

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Bugzilla

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Mobile/Fennec

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

L10n

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments
Babelzilla on Silme Move Babelzilla to Django/Silme platform, improve UX for localizers/authors. Provide version control access for l10n maintainers and web-interface for other people to suggest translations. Allow importing/exporting translations in gettext format.

Consider integration with AMO and implementing bug 427071.

Tim Babych (tymofiy) Axel (Pike), Zbigniew (gandalf)

Firefox Support (Sumo)

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Rhino

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Mozilla IT Infrastructure

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Labs: Weave

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments

Labs: Bespin

Title Abstract - links to details/bugs/etc Reporter Mentor(s) Comments