I was looking at a greasemonkey script today trying to figure out why it wasn't working any more. After playing around a while I realized it worked fine on firefox 3.6 but not on later versions like the current one (8).
After a bit of googling I landed here.
I'm not sure if I'm reading this correctly. WebSQL is being dropped from Firefox entirely because the standardization process has reached an "impasse", because there is no alternative implementation except for SQLite? Does this mean greasemonkey scripts that rely on WebSQL require ff 3.6 to run properly?
I wonder how hard it might be to simply fork SQLite into NotSQLite and have the standardization process continue...