Difference between revisions of "Development:Good Bugs and Projects"

From Camino Wiki
Jump to navigation Jump to search
(→‎Summer of Code 2009: link to past proposals as samples)
(clean up the intro again, move the explanation of the bottom stuff down there to not confuse people)
Line 6: Line 6:
 
Below are two sections, one for all project ideas (either brief, or fleshed out) and a second for project ideas that have been examined by the Camino leads for suitability for the scope and timeframe of the Summer of Code.<!--  (Ideas from this second section will ultimately be listed on the [https://wiki.mozilla.org/Community:SummerOfCode09#Camino official Mozilla.org project ideas] page.-->
 
Below are two sections, one for all project ideas (either brief, or fleshed out) and a second for project ideas that have been examined by the Camino leads for suitability for the scope and timeframe of the Summer of Code.<!--  (Ideas from this second section will ultimately be listed on the [https://wiki.mozilla.org/Community:SummerOfCode09#Camino official Mozilla.org project ideas] page.-->
  
The [[#Camino Bugs and Projects|lower portion]] of this page lists some sample ideas accumulated by Camino developers over the years for people interested in contributing to Camino (note that not all of these ideas may be suitable for the Summer of Code).  Past accepted proposals can be viewed [[Development:Summer_of_Code_2006:Proposal|here]], [[Development:Summer_of_Code_2007:Tabspose:Proposal|here]], and [[Development:Summer_of_Code_2007:AppleScript:Proposal|here]].
+
Past accepted proposals can be viewed [[Development:Summer_of_Code_2006:Proposal|here]], [[Development:Summer_of_Code_2007:Tabspose:Proposal|here]], and [[Development:Summer_of_Code_2007:AppleScript:Proposal|here]].  In addition to Google’s [http://code.google.com/p/google-summer-of-code/wiki/AdviceforStudents advice for writing applications], be sure to avoid [http://weblogs.mozillazine.org/gerv/archives/2006/05/how_not_to_apply_for_summer_of.html these common pitfalls] found in past applications for Mozilla projects.
  
 
==SoC 2009 Project Suggestions==
 
==SoC 2009 Project Suggestions==
Line 42: Line 42:
  
 
=Camino Bugs and Projects=
 
=Camino Bugs and Projects=
 +
This portion of the page lists some sample ideas accumulated by Camino developers over the years for people interested in contributing to Camino (note that not all of these ideas may be suitable for the Summer of Code; if you are considering using one of the ideas below for a Summer of Code application, '''please [irc://irc.mozilla.org/camino discuss it with us] first'''). 
  
 
Camino needs a list of “good first bugs” and bugs/areas of improvement that are suitable for a focused, longer-term project, e.g., Google's Summer of Code, so that interested new contributors without any pet peeves can be pointed towards a concrete list.
 
Camino needs a list of “good first bugs” and bugs/areas of improvement that are suitable for a focused, longer-term project, e.g., Google's Summer of Code, so that interested new contributors without any pet peeves can be pointed towards a concrete list.
 
For the latter set, we should also include Gecko-Mac platform bugs.
 
  
 
'''References''': Sam's Roadmap, Camino Vote List ([https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Camino&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&votes=5&order=bugs.votes,bugs.delta_ts%2Cbugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id bugs with 5 or more votes]), bugs marked '''helpwanted''' in [[#Other Camino Bugs|Camino]] or relevant Core components
 
'''References''': Sam's Roadmap, Camino Vote List ([https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Camino&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&votes=5&order=bugs.votes,bugs.delta_ts%2Cbugs.bug_status%2Cbugs.priority%2Cmap_assigned_to.login_name%2Cbugs.bug_id bugs with 5 or more votes]), bugs marked '''helpwanted''' in [[#Other Camino Bugs|Camino]] or relevant Core components
Line 52: Line 51:
 
* [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Camino&status_whiteboard_type=allwordssubstr&status_whiteboard=%5Bgood+first+bug%5D&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED good first bug query]
 
* [https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Camino&status_whiteboard_type=allwordssubstr&status_whiteboard=%5Bgood+first+bug%5D&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED good first bug query]
  
==Camino and Gecko-Mac Projects==
+
==Projects==
  
 
''Some of these projects were listed on the MozillaWiki [http://wiki.mozilla.org/Community:SummerOfCode06 2006 Summer of Code], [http://wiki.mozilla.org/Community:SummerOfCode07 2007 Summer of Code], or [http://wiki.mozilla.org/Community:SummerOfCode08 2008 Summer of Code] pages.''
 
''Some of these projects were listed on the MozillaWiki [http://wiki.mozilla.org/Community:SummerOfCode06 2006 Summer of Code], [http://wiki.mozilla.org/Community:SummerOfCode07 2007 Summer of Code], or [http://wiki.mozilla.org/Community:SummerOfCode08 2008 Summer of Code] pages.''
  
 
===Camino===
 
===Camino===
''Bugs listed need to be audited for suitability for a summer-sized project and for "interest" before listing on the SoC page; items in'' '''boldface''' ''have been given suitability blessings by a senior Camino developer.''
+
''Bugs listed need to be audited for suitability for a summer-sized project and for "interest" before listing for the SoC; items in'' '''boldface''' ''have previously been given suitability blessings by a senior Camino developer.''
  
 
* Full-screen mode; {{bug|245000}} ([[User:hendy|hendy]] started work on this)
 
* Full-screen mode; {{bug|245000}} ([[User:hendy|hendy]] started work on this)

Revision as of 23:23, 5 April 2009

Welcome to the Camino Wiki Summer of Code page. Due to incessant spamming, we've locked down registration to be by request only. If you would like an account in order to add ideas to this page, please contact any of these admins: ss, sardisson, or ping ss or ardissone on #camino on irc.mozilla.org.

Summer of Code 2009

Camino intends to participate in the 2009 Google Summer of Code, again under the auspices of the Mozilla Foundation.

Below are two sections, one for all project ideas (either brief, or fleshed out) and a second for project ideas that have been examined by the Camino leads for suitability for the scope and timeframe of the Summer of Code.

Past accepted proposals can be viewed here, here, and here. In addition to Google’s advice for writing applications, be sure to avoid these common pitfalls found in past applications for Mozilla projects.

SoC 2009 Project Suggestions

Project ideas listed in this section have been examined by Camino leads for suitability for the Summer of Code. Please do not add or move ideas to this section unless you are a Camino lead.

  • Location Bar enhancements
    Expand the range of abilities of the location bar. The ability to autocomplete from bookmarks and history by both title and URL would be a top priority. Other enhancements include: adding a Go button; fixing inline autocomplete; and memorizing keyword searches.
    Related bug(s): Bug 166288, Bug 162450, Bug 340611, Bug 432178, Bug 181716, Bug 188188, Bug 188178, Bug 461400, Bug 181806
    Mentor: Stuart Morgan or Mike Pinkerton
  • User scripts (partial Greasemonkey support)
    Add Greasemonkey-like support for site-specific, user-created JavaScript modification to be run automatically to Camino, with as much compatibility with existing Greasemonkey scripts as is feasible.
    Related bug(s): Bug 329309
    Mentor: Stuart Morgan or Mike Pinkerton
  • Inline PDF support
    Use PDFKit to implement a custom Camino view for embedded and standalone PDF files. Register with Gecko to support PDF content-types using this view. Also look into support for displaying Postscript and EPS content-types, of which PDFKit is also capable.
    Related bug(s): None
    Mentor: Stuart Morgan or Mike Pinkerton
  • Unit Testing
    Add a unit testing framework to the Camino build system, and create unit test suites for significant portions of the Camino-specific code below the UI level (which would likely include refactoring some code for testability). This would include generation of code coverage information to measure progress.
    Related bug(s): Bug 417879, Bug 453202
    Mentor: Stuart Morgan

SoC 2009 Project Idea Scratchpad

Please list any Summer of Code project ideas here.

  • Tab Palette
    Create a floating palette of all open tabs, with the ability to quickly switch to those tabs. Add the ability to filter tabs based on their content; this would require implementing full-text search across all open tabs. Further enhancement may include implementing a search field in the Tab Overview view that uses the full-text search.
    Related bug(s): Bug 197720 Bug 185916
    Mentor:

Camino Bugs and Projects

This portion of the page lists some sample ideas accumulated by Camino developers over the years for people interested in contributing to Camino (note that not all of these ideas may be suitable for the Summer of Code; if you are considering using one of the ideas below for a Summer of Code application, please discuss it with us first).

Camino needs a list of “good first bugs” and bugs/areas of improvement that are suitable for a focused, longer-term project, e.g., Google's Summer of Code, so that interested new contributors without any pet peeves can be pointed towards a concrete list.

References: Sam's Roadmap, Camino Vote List (bugs with 5 or more votes), bugs marked helpwanted in Camino or relevant Core components

Good First Bugs

Projects

Some of these projects were listed on the MozillaWiki 2006 Summer of Code, 2007 Summer of Code, or 2008 Summer of Code pages.

Camino

Bugs listed need to be audited for suitability for a summer-sized project and for "interest" before listing for the SoC; items in boldface have previously been given suitability blessings by a senior Camino developer.

  • User script support; Bug 329309 (at least partial support)
  • Unit Testing; Bug 417879 (just the tip of the iceberg)
  • Tab palette; Bug 197720, the probably not enough for a summer project unless coupled with cross-tab content search. Also, add a search field to Tabsposé once cross-tab content search is implemented.
  • View source in an external program; Bug 159336, including an old in-progress patch from torben
  • Offline support (requires lots of Gecko)
  • Site-specific prefs support (also requires some Gecko)

Gecko-Mac

  • Revive/finish the Cocoa-Gecko accessibility work (see below for the original work).

Other Camino bugs

Historical Examples

Below are historical examples of things we've thought would make good projects.

Small Projects

Larger/Summer Projects

  • Tab exposé; Bug 312007 (jeff brought us this project and did it in Summer of Code 2007)
  • Support a11y in the content area (bridge Apple's accessibility APIs to the Mozilla accessibility APIs); bug 157209
    a little birdie tells us this should be happening RSN it's public now; hwaara is working on this :)