Changes

Jump to: navigation, search

Potential Projects

1,084 bytes added, 16:28, 11 January 2008
added 2 new fuel projects
* References: http://xoatlicue.blogspot.com/2008/01/standalone-test-product.html
* Possible Resources: Rob Campbell (robcee), Ben Hearsum
 
== Provide a way to easily perform bookmark queries in JS ==
 
Right now the only way of finding bookmarks in FUEL is to recursively iterate folders beginning with the root. Because the assumption is that in Firefox 3 users are going to accumulate a lot of bookmarks, this could be not efficient enough (not to mention inconvenient). It would be useful if [http://developer.mozilla.org/en/docs/FUEL FUEL] provided an interface for querying bookmarks, as a wrapper for nsINavHistoryQuery and friends. An example of how it could look like in action:
 
var query = bookmarks.newQuery();
query.type = "folder";
query.searchTerms = "goats";
var results = query.execute();
 
References: Mark Finkle (mfinkle), [https://bugzilla.mozilla.org/show_bug.cgi?id=409279 bug 409279]
 
== Provide an easier mechanism for creating History Listeners in JS ==
 
A better way for adding easy history event listeners to FUEL is needed, perhaps. Some initial design work has been done on this, see [
https://bugzilla.mozilla.org/show_bug.cgi?id=406974 bug 406974].
 
References: Mark Finkle (mfinkle)

Navigation menu