Difference between revisions of "Project List"

From CDOT Wiki
Jump to: navigation, search
(Active Projects)
(removed old projects and added them to Historical Projects)
 
(79 intermediate revisions by 33 users not shown)
Line 17: Line 17:
 
!Community or Communities
 
!Community or Communities
  
 +
<!-- copy the following 5 lines of code for a template to add your own project -->
 
|-
 
|-
|[[Canvas3D XUL Runner App]]
+
|''Sample Project Name''
|Installing a test version of Canvas3D has been a logistical nightmare. This project aims to create a XUL Runner version of the Canvas3D extension which will be easy to download and run, and can update itself as the project progresses.
+
|''Sample project summary/details''
|[[User:Vesper|Leonard Lee]]
+
|''Sample Project Leader Username''
|Mozilla
+
|''Sample Community''
  
|-
+
|}
|[[Canvas3D JS Library]]
 
|A project to add JS APIs on top of the canvas3d element in order to support 3D and game development.
 
|[[User:Catherine.leung|Cathy Leung]]
 
|Mozilla
 
 
 
|-
 
|[[Mozilla Developer Resource Kit]]
 
|A project to create a resource kit (i.e., DVDs) containing the tools, documentation, source code, and learning materials necessary for a new developer or student to begin developing Mozilla.
 
|[[User:David.humphrey|David Humphrey]]
 
|Mozilla
 
 
 
|-
 
|[[Create Local MXR]]
 
|Many developers without highspeed network access would like to be able to use [http://mxr.mozilla.org MXR] but can't.  Build a lightweight, installable Windows package that gives the full functionality of MXR locally.  Create a [http://labs.mozilla.com/featured-projects/#prism Prism] front-end specific for the task of using this local MXR.
 
|[[User:David.humphrey|David Humphrey]]
 
|Mozilla
 
 
 
|-
 
|[[Add an Infobar style warning for window resize/move]]
 
|Many (poorly behaved) web sites attempt to move and/or resize your browser window. It is possible to stop this behaviour (cf. dom.disable_window_move_resize) but it would be nice to have an infobar that informed the user that a web page attempted to move/resize the window, and allow it or ignore it (default). This behaviour is similar to the current Pop-up Blocker already present in Firefox. NOTE: it is not clear whether such a feature would be accepted in the tree or if this would need to be done as an extension.
 
|[[User:Twlai1|Tony Lai]]
 
|Mozilla
 
 
 
|-
 
|[http://zenit.senecac.on.ca/wiki/index.php/Contribute_to_Private_Browsing_Tests Contribute to Private Browsing Tests]
 
|The new Private Browsing feature (see [https://bugzilla.mozilla.org/show_bug.cgi?id=248970 bug 248970] and the [https://wiki.mozilla.org/User:Ehsan/PrivateBrowsingTests test plan]) needs thorough tests written in order to insure its proper functionality.  This will involve collaborating with those writing the patch and tests in order to develop a full suite of tests.
 
 
 
|[[User:AaronMT|Aaron Train]]
 
|Mozilla
 
 
 
 
 
|-
 
|[[Profile the build system]]
 
|It's a well known fact that it takes longer to build on Windows than on a comparable Linux or Mac machine. We don't know exactly why, however. There have been many theories, but no real data. Profiling the build system would allow us to figure out where all of the time is being spent. The best place to start might be by adding some profiling to GNU Make, to figure out which targets in our makefiles take the most time. From there, depending on the results, profiling could be added to other parts of the build system to narrow down specific bottlenecks.
 
References:
 
# http://wiki.services.openoffice.org/wiki/BuildSpeedup - OpenOffice.org did something similar
 
Resources: ted
 
|[[User:Pplam3|Patrick Lam]]
 
|Mozilla
 
 
 
|-
 
|[http://zenit.senecac.on.ca/wiki/index.php/Thunderbird_Image_Auto-Resize Thunderbird Image Auto-Resize]
 
|Write an extension for Thunderbird that gives functionality similar to that of Outlook, where image attachments in an email can be automatically re-sized to one of a set of smaller sizes. This is helpful for users who would otherwise try to send megabytes of image data, when they can safely scale the images down and still share their pictures with friends.
 
 
 
References: #maildev
 
 
 
|[[User:zghansar|Zaid Ghansar]]
 
|Mozilla
 
 
 
|-
 
|[[NetworkManager Web Authentication]]
 
|NetworkManager knows how to connect to many different types of networks, both wired and wireless, and can auto-authenticate to WEP and WPA networks. However, it can't auto-authenticate to networks that require a web-based login, which includes many wired and wireless networks such as SeneNET and AirYork.
 
 
 
Modify NetworkManager so that it talks (though dbus) to a Firefox extension for automatic login to a web-authenticated network.
 
 
 
Resources: ctyler, (roc, callion for dbus)
 
|[[user:jtarka|Jason Tarka]]
 
|Fedora/Mozilla
 
 
 
|-
 
  
|-
 
|[[Make Ubiquity Work In Thunderbird]]
 
|Ubiquity is a cool extensible natural language front-end to Firefox. It could do wonders in Thunderbird as well. Aza Raskin and other Ubiquity hackers are happy to help someone do that with their Ubiquity knowledge, and #maildev will be happy to assist w/ Thunderbird knowledge.
 
 
Resources: aza, ubiquity-firefox mailing list)
 
|[[user:Scott|Scott Lunel]] and [[user:Tjbro|Thomas Brown]]
 
|Mozilla
 
 
|-
 
 
|-
 
|[[User:Ashughes/BirdTorrent|Add Bit Torrent support to Songbird]]
 
|[http://getsongbird.com Songbird] is the best music player in the known universe!  Unfortunately, it does not have support for importing media directly from a torrent to the user library.  This project will provide that support.
 
 
Resources: stevel, mook, mfinkle, preed, mossop, [http://developer.mozilla.org Mozilla Developer Center], [http://developer.songbirdnest.com Songbird Developer Center] )
 
|[[user:ashughes|Anthony Hughes]]
 
|Songbird
 
 
|-
 
 
|-
 
|[[User:Jamesboston/nsIProcess|Fix nsIProcess]]
 
|Create a new spec for the nsIProcess API and implement interprocess commmunication. The current API is not fully implemented and lacks ipc.
 
 
See this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=442393
 
 
Resources: humph, bsmedberg
 
 
|[[User:Jamesboston|James Boston]]
 
|Mozilla
 
|-
 
 
|-
 
|[[Import sqlite test suite]]
 
|Mozilla uses an embedded version of SQLite extensively to store data such as bookmarks, history, etc. To insure that it runs properly within Mozilla, it would be good to add the entire sqlite test suite to Mozilla's tests, so that testing the browser also means testing sqlite. The sqlite test suite is written in TCL and needs to be ported to JavaScript. Some work has already been done, but more is required to get full test coverage.
 
 
Resources: sdwilsh)
 
|[[user:kwpark1|Park, KiWon]]
 
|Mozilla
 
 
|-
 
 
|-
 
|[[Colour Management Tests]]
 
|Write [http://developer.mozilla.org/en/docs/Creating_reftest-based_unit_tests reftests] to compare images in order to deal with floating point tolerance.  This includes dealing with things like Monitor Profiles, profiles in JPEG (i.e., JPEGs get changed based on colour profile info).  See discussion of colour profiles in Firefox 3 [http://www.dria.org/wordpress/archives/2008/04/29/633/ here].  It would be useful to be able to compare to PNGs with a reftest, perhaps creating an image diff tool, where pixels outside a floating point tolerance (> 0.n) would somehow be highlighted so you can see what is different.  <strike>Little CMS (lcms) needs test coverage too.</strike> Done.
 
 
This will require some graphics and image knowledge (i.e., Photoshop, what colour is on a computer, etc).
 
 
Resources: #gfx, joe, vlad, bholley, [http://bholley.wordpress.com/2008/09/12/so-many-colors/ discussion of Mozilla colour profiles
 
|[[user:Evmarbella|Ezadkiel Villarico Marbella]]
 
|Mozilla
 
 
|-
 
 
|-
 
|[[Bugzilla Unit Tests Using Test::More]]
 
|Add SQLite Support for Bugzilla. Then add unit tests using Test::More for every method in every object. For v.0.1-0.3 adding SQLite Support is a priority.
 
|[[User:felis|Irina Sh.]]
 
|Bugzilla
 
 
 
|}
 
  
 
== Historical Projects ==
 
== Historical Projects ==
  
 
See the [[Historical Projects]] page for projects which were previously active.
 
See the [[Historical Projects]] page for projects which were previously active.

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.