On Fri, Nov 27, 2009 at 10:35 AM, sabman <[email protected]> wrote: > I created a command which will search through your Password Manager > and Cookies and open up all your email accounts. I wanted to test it > out the installation process. So I added the javascript to my > localhost and subscribed to the JS file. > > I want to know where is it stored locally.
Remote feeds (with http://|https://) are stored in a db file (ubiquity_ann.sqlite) under your profile directory. > This will help me to make > changes to the file directly and debug it. (don't want to use the > command editor in the "about:ubiquity" page since it is temporary) To do that, you'd have to directly subscribe to your .js (with file://). http://gist.github.com/75179 might be handy. -- You received this message because you are subscribed to the Google Groups "ubiquity-firefox" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/ubiquity-firefox?hl=en.
