Difference between revisions of "Project List"

From CDOT Wiki
Jump to: navigation, search
(CSS guide)
(removed old projects and added them to Historical Projects)
 
(321 intermediate revisions by 98 users not shown)
Line 1: Line 1:
''This page needs to be beaten, savagely, with the link-to-relevant-stuff stick. Please help yourself!''
+
[http://www.senecac.on.ca Seneca College] is working on many joint research and development projects with [http://www.mozilla.com Mozilla] and [http://fedoraproject.org Fedora].  These projects are listed below.  Many of the projects below are part of the [[DPS909]] or [[OSD600]] courses or the [[LUX Program]].
  
You can get involved with any of the projects below. Please see [[Assignment 2]] for details.  To join a project create a page for it, following the example of [[Sample Project]] below.  
+
For more information about what [http://www.senecac.on.ca Seneca] is doing with [http://www.mozilla.com Mozilla], [http://fedoraproject.org Fedora], and other open source projects, see the [[Main Page]].
  
== [[Sample Project]] ==
+
= Introduction =
 +
 +
This page lists many of the research and coursework projects that are being done between Seneca faculty, students, and various Open Source communities, including Mozilla, Fedora, and OpenOffice.org.  All of these projects are open source, and you can get involved with any of the current ones, or look at the list of [[Potential Projects]]. To claim a project, move it from the [[Potential Projects]] page to Active Project table below and create a link to a new project page based on the [[Sample Project]] page.
  
This is a sample project stub.  You can use the template for [[Sample Project]] in order to create a project page for one of the stubs below.  This is how you 'sign-up' for a project.
+
= Active Projects =
  
NOTE: if someone has already created the project page, speak to this person and see if you can join them.  If so, simply add your name to the '''Project Leader(s)''' page.  Otherwise, you can become a contributor later.
+
{| class="mediawiki sortable" border="1"
  
== Generalization of Joga extension ==
+
|-
 +
!Project Name
 +
!Description
 +
!Leader(s)
 +
!Community or Communities
  
We worked with partners to create an extension for delivering World Cup scoring updates as well as providing country-specific themes.  We'd like someone to take it apart, remove or refactor the Joga-specific pieces so that it can be used for other such data sources (hello, hockey?), and write some basic documentation for how to create your own notification-and-theme extension from the toolkit that results.
+
<!-- copy the following 5 lines of code for a template to add your own project -->
 +
|-
 +
|''Sample Project Name''
 +
|''Sample project summary/details''
 +
|''Sample Project Leader Username''
 +
|''Sample Community''
  
Related tech and skills: XUL, JavaScript, documentation, web services
+
|}
  
== SVN access control via LDAP ==
 
  
We have a tool called "Despot" which gives us fine-grained control over access to the Mozilla CVS repository.  As we start to have development hosted in subversion, with account information maintained in LDAP, we'd like to have a tool to enforce and manage such controls there as well.
+
== Historical Projects ==
  
Related tech and skills: server config, LDAP, scripting, web interface/app development
+
See the [[Historical Projects]] page for projects which were previously active.
 
 
== XULRunner Guide ==
 
 
 
The XULRunner project provides an "application runner" for building apps -- like Firefox, Thunderbird, and Sunbird -- atop the Mozilla toolkit framework.  It needs a guide outlined, high-priority parts written, and examples created to help people get started.
 
 
 
Related tech and skills: XUL, documentation, cross-platform testing
 
 
 
== Updating and migrating of MDC content ==
 
 
 
The Mozilla Developer Center has rights to a bunch of content that's still hosted on various strange corners of mozilla.org and the old DevEdge archives.  There are some gems in there that need dusting off and updating to reflect the realities of the modern web.
 
 
 
Related tech and skills: web authoring, documentation, scripting, technology domains of chosen articles.
 
 
 
== Updating JS guide and JS reference ==
 
 
 
The current JavaScript guide and reference are valuable, but in serious need of updating in both structure and content (new language features, more relevant compatibility information, improved examples).
 
 
 
Related tech and skills: documentation, JavaScript
 
 
 
== Test framework development ==
 
 
 
We have a number of promising prototype or proof-of-concept test frameworks for exercising Mozilla code from different directions.  They need varying amounts of work to make them more robust and general, document them, and integrate them into different kinds of automation.
 
 
 
Related tech and skills: Python, Perl, Makefiles, shell scripting, JavaScript
 
 
 
== OpenDarwin tinderbox image ==
 
 
 
We would love to have a tinderbox image for testing and building on the Mac, based on the freely-available OS X source.  Would you love that too?  (Also, we'd like to get it wired into Ben Hearsum's buildbot system.)
 
 
 
Related tech and skills: system configuration, scripting, light C/C++, Makefile
 
 
 
See http://www.opensource.apple.com/darwinsource/
 
 
 
== FAQ mining for extension developers ==
 
 
 
Literally every day, there are informal exchanges on IRC and newsgroups that are fantastic fodder for small, focused documents.  Collecting these exchanges, fleshing them out as recipes for extension authors, and writing sample code -- what better way to spend your afternoons?
 
 
 
== Bugzilla component-watching ==
 
 
 
It's common for a developer to wish to "watch" all the bugs that are filed in a certain Bugzilla component.  Mozilla uses a convoluted and painful system of synthetic accounts to simulate this capability, and we'd all really prefer to be able to do it more directly and with less opportunity for error. [https://bugzilla.mozilla.org/show_bug.cgi?id=76794 Bug 76794]
 
 
 
== Applescript support for Firefox ==
 
 
 
Lots of people would like to script Firefox from AppleScript (or, more generally, from the OSA), and extension authors would like to be able to call out to AppleScript/OSA from their code as well. [https://bugzilla.mozilla.org/show_bug.cgi?id=125419 Bug 125419]
 
 
 
== Airbag development and server operation ==
 
 
 
The Airbag project is developing an open source crash reporting and analysis system, analogous to Talkback.  There's lots of work to do on wiring it into the build system, operating servers for collecting and analyzing data, and extending Firefox's use of it to collect additional helpful information (like installed extensions, memory usage, etc.) [https://bugzilla.mozilla.org/show_bug.cgi?id=216827 Bug 216827]
 
 
 
== Calendar stuff ==
 
 
 
The [http://www.mozilla.org/projects/calendar/ Calendar project] has lots of stuff for people to do, from Exchange connectors to off-line caching to bug fixes and minor features galore.
 
 
 
== OS X Keychain integration ==
 
 
 
It would be great to store Firefox's saved passwords in the OS X keychain, for consistency and ease of use. [https://bugzilla.mozilla.org/show_bug.cgi?id=106400 Bug 106400]
 
 
 
== CSS guide ==
 
 
 
The [http://developer.mozilla.org Mozilla Developer Center] would like to add a CSS guide to its set of major documents, covering at least the top 100 CSS properties in use on the web today.  This data can be obtained through tools .  It should include numerous examples, and a fair number of small tutorial/how-to sections for different common tasks or requests from web authors. 
 
 
 
Reference: [http://developer.mozilla.org/en/docs/CSS_Reference CSS Reference]
 
 
 
== Delta debugging framework ==
 
 
 
[http://en.wikipedia.org/wiki/Delta_Debugging Delta debugging] is an automated approach to debugging that isolates failures systematically.  Given a failing test that can be mechanically verified (including a browser crash), [http://en.wikipedia.org/wiki/Delta_Debugging delta debugging] is a way of automatically isolating the change that introduced the failure.  Having a framework in place to pull builds from CVS, bisect by date and change set (using [http://en.wikipedia.org/wiki/Bonsai_CVS_code_management_system bonsai ] data -- remember, CVS doesn't have changesets!), and report results would let computers make developers more productive.
 
 
 
== D-Bus and other Linux desktop integration improvements ==
 
 
 
Various Linux distributors have patches in their Firefox packages that add bits and pieces of Linux integration, and we'd like to see even more available.  One particular area of interest is controlling the browser via [http://en.wikipedia.org/wiki/D-BUS d-bus], and exposing [http://en.wikipedia.org/wiki/D-BUS dbus] events to the application and extensions.
 
 
 
== "Avoid loading the same page twice" Extension ==
 
 
 
Create an extension to Firefox so that when a bookmark is clicked, and that site is already open in any tab in any window, that tab/window is brought to the front rather than loading the page again.
 
 
 
Related tech and skills: XUL, JavaScript
 

Latest revision as of 15:56, 14 September 2012

Seneca College is working on many joint research and development projects with Mozilla and Fedora. These projects are listed below. Many of the projects below are part of the DPS909 or OSD600 courses or the LUX Program.

For more information about what Seneca is doing with Mozilla, Fedora, and other open source projects, see the Main Page.

Introduction

This page lists many of the research and coursework projects that are being done between Seneca faculty, students, and various Open Source communities, including Mozilla, Fedora, and OpenOffice.org. All of these projects are open source, and you can get involved with any of the current ones, or look at the list of Potential Projects. To claim a project, move it from the Potential Projects page to Active Project table below and create a link to a new project page based on the Sample Project page.

Active Projects

Project Name Description Leader(s) Community or Communities
Sample Project Name Sample project summary/details Sample Project Leader Username Sample Community


Historical Projects

See the Historical Projects page for projects which were previously active.