Firefox/Projects/JS Satchel: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(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. …')
 
Line 5: Line 5:
== Current Status ==
== Current Status ==


Waiting for zpao's return.
<onlyinclude>Waiting for zpao's return.</onlyinclude>


== Next Steps ==
== Next Steps ==

Revision as of 01:33, 18 April 2010

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.