Electrolysis/Tasks: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Initial task list)
 
(tasks... need to collect more!)
Line 16: Line 16:
| ETA=
| ETA=
| notes=Important for the Fennec UI
| notes=Important for the Fennec UI
}}
{{CPTask
| task=Implement readonly remoting of preferences (nsIPrefService/nsIPrefBranch)
| name=
| mentor=bsmedberg
| bug=
| ETA=
| notes=Relatively easy, good beginner project.
}}
{{CPTask
| task=Remote all network access to the parent process
| name=jduell
| mentor=jst/biesi
| bug=
| ETA=
| notes=Need smaller subtasks!
}}
{{CPTask
| task=Asynchronous and remote resolution of history queries
| name=sdwilsh
| mentor=bz
| bug=
| ETA=
| notes=At least the asynchronous part should land on mozilla-central
}}
{{CPTask
| task=IPDL protocol state machine and verifications
| name=cjones
| mentor=bsmedberg
| bug=
| ETA=
| notes=Need better task description?
}}
{{CPTask
| task=IPDL/runtime support for shared-memory buffers
| name=
| mentor=
| bug=
| ETA=
| notes=Probably needed to make networking and canvas.drawWindow efficient
}}
{{CPTask
| task=NPObject-over-IPC
| name=bent
| mentor=
| bug=
| ETA=
| notes=
}}
}}
|}
|}

Revision as of 15:13, 14 July 2009

This is a task list for the Electrolysis project, listing work areas, owners, mentors, etc. To volunteer for a project, please contact Benjamin Smedberg

Project Owner Mentor Bug ETA Notes
Async canvas.drawWindow for remote content Important for the Fennec UI
Implement readonly remoting of preferences (nsIPrefService/nsIPrefBranch) bsmedberg Relatively easy, good beginner project.
Remote all network access to the parent process jduell jst/biesi Need smaller subtasks!
Asynchronous and remote resolution of history queries sdwilsh bz At least the asynchronous part should land on mozilla-central
IPDL protocol state machine and verifications cjones bsmedberg Need better task description?
IPDL/runtime support for shared-memory buffers Probably needed to make networking and canvas.drawWindow efficient
NPObject-over-IPC bent