Electrolysis/Tasks: Difference between revisions
Jump to navigation
Jump to search
m (bug#) |
(prefs -> Tibor) |
||
| Line 27: | Line 27: | ||
{{CPTask | {{CPTask | ||
| task=Implement readonly remoting of preferences (nsIPrefService/nsIPrefBranch) | | task=Implement readonly remoting of preferences (nsIPrefService/nsIPrefBranch) | ||
| name= | | name=Tibor Mezei | ||
| mentor=bsmedberg | | mentor=bsmedberg | ||
| bug= | | bug={{bug|506269}} | ||
| ETA= | | ETA= | ||
| notes=Relatively easy, good beginner project. | | notes=Relatively easy, good beginner project. | ||
Revision as of 15:28, 24 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 | joedrew | bug 505847 | Important for the Fennec UI | ||
| Forward mouse and keyboard events from the parent to the child | For the fennec canvasbrowser | ||||
| Implement readonly remoting of preferences (nsIPrefService/nsIPrefBranch) | Tibor Mezei | bsmedberg | bug 506269 | Relatively easy, good beginner project. | |
| Remote all network access to the parent process | jduell/ehsan | jst/biesi | Need smaller subtasks! | ||
| Asynchronous and remote resolution of history queries | sdwilsh | bz | At least the asynchronous part should land on mozilla-central | ||
| Statically check IPDL specs and C++ implementations | cjones | ||||
| Dynamic fuzzing/checking of cross-process infrastructure | bsmedberg | Fuzzing for bad data, closed sockets, crashed processes | |||
| Systematic dynamic verification of C++ code implementing IPDL protocols | robin_bb | cjones | It should be possible to generate pretty exhaustive unit tests from IPDL specs... | ||
| IPDL/runtime support for shared-memory buffers | Rohit | cjones/bsmedberg | Probably needed to make networking and canvas.drawWindow efficient | ||
| NPObject-over-IPC | paritosh | bent/josh | |||
| Session history for remote tabs | bz | Need to figure out what information the parent process/UI actually use/need | |||
| Link targeting for remote tabs | bz | ||||
| <browser> and <tabbrowser> basically working on remote tabs | bz | May involve some significant rearch: data which is currently available synchronously will not be! | |||
| Refactor the Firefox context menu to work with remote tabs | dolske | Events don't bubble through the content tabs the same way... will probably involve collecting necessary information on the child side and passing it to the chrome process in a trusted manner. | |||
| Implement find-in-page for remote tabs | |||||
| Implement session restore for remote tabs | |||||
| Crash reporting + multiple processes | ted | ||||
| Multi-process dashboard | Shows CPU/memory usage/etc for tab and plugin processes | ||||
| Form and password autofill | Needs careful security architecture! |