Difference between revisions of "Implementing the Mouse Lock API in Firefox"

From CDOT Wiki
Jump to: navigation, search
(Communication)
(Introduction)
Line 1: Line 1:
 
==Introduction==
 
==Introduction==
  
This is a working document for the implementation of the [http://dvcs.w3.org/hg/webevents/raw-file/default/mouse-lock.htmlMouse Lock API spec] in Mozilla by students in David Humphrey's Mozilla Development class at Seneca College.   
+
This is a working document for the implementation of the [http://dvcs.w3.org/hg/webevents/raw-file/default/mouse-lock.htmlMouse Lock API spec] in Mozilla by students in David Humphrey's Mozilla Development class at Seneca College.
 +
 
 +
Please add, edit, correct, expand, etc. as necessaryThis page should contain any links or other info we need.
  
 
==Participants==
 
==Participants==

Revision as of 15:04, 31 October 2011

Introduction

This is a working document for the implementation of the Lock API spec in Mozilla by students in David Humphrey's Mozilla Development class at Seneca College.

Please add, edit, correct, expand, etc. as necessary. This page should contain any links or other info we need.

Participants

  • David Humphrey (lead developer, professor, @humphd)
  • <your name here>

Communication

Development work will be done using a combination of the following:

Tasks

  1. Clone our repo and build a debug version locally
  2. Get a https://bugzilla.mozilla.org account and CC yourself on the bug.
  3. Set a Watch on this page and the Q/A page so you know when things change.
  4. Break the spec down into an itemized list of things we need to do, tests we need to write, features we have to add, edge cases we have to worry about, demos we need to build, etc. Put the info into this page. We need to know everything we'll have to write and schedule when we'll do each bit.
  5. Blog about your work on this implementation
  6. Add questions/answers to Mouse Lock Implementation FAQ

Resources