Firefox/Projects/JS Satchel

From MozillaWiki
< Firefox‎ | Projects
Revision as of 01:30, 18 April 2010 by Dolske (talk | contribs) (Created page with '== Summary == Port the current form history (Satchel) implementation to JavaScript. This will just be a straight C++-to-JS port, no changes to functionality or internal design. …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Port the current form history (Satchel) implementation to JavaScript. This will just be a straight C++-to-JS port, no changes to functionality or internal design.

Current Status

Waiting for zpao's return.

Next Steps

  • Sit down and port it.

Related Bugs

bug 1234567

Team

  • Project Lead: dolske
  • Awesomeness: zpao

Designs

N/A

Goals/Use Cases

N/A

Non Goals

Not porting nsFormFillController.cpp, since it's doing some things that are hard to port to JS, and doesn't have a lot of direct test coverage.