summaryrefslogtreecommitdiff
path: root/common/content/javascript.js
Commit message (Expand)AuthorAge
* Fix revision 07791c4ab465 again.Kris Maglione2010-09-30
* Fix last commit.Kris Maglione2010-09-30
* Fix completion for things like Cc[foo+"bar]; for a certain value of fix.Kris Maglione2010-09-30
* Preparation for a future commit and fix ;F in the MOW.Kris Maglione2010-09-26
* Add another dozen or so global names gleaned from grepping mozilla-central.Kris Maglione2010-09-26
* Glean some more JS global property names from Components.interfaces.Kris Maglione2010-09-26
* Add more globals gleaned from the SpiderMonkey source.Kris Maglione2010-09-25
* Also force global DOM constructor properties onto the global.Kris Maglione2010-09-25
* Manually add list of global object properties to global objects.Kris Maglione2010-09-25
* Show function prototype when completing JavaScript function arguments.Kris Maglione2010-09-24
* Whitespace fixes.Doug Kearns2010-09-24
* Fix JavaScript completion broken in revision f85e8a231e7f.Kris Maglione2010-09-23
* Add wildanchor option.Kris Maglione2010-09-23
* Get rid of the 'jsdebugger' completion message on FF4.Kris Maglione2010-09-23
* Camel-case some identifiers gone rogue.Doug Kearns2010-09-23
* Add missing semicolons.Doug Kearns2010-09-22
* Whitespace fixes.Doug Kearns2010-09-22
* Import some fixes from Vimperator. Thanks anekos, teramoko, and stepnem.Kris Maglione2010-09-18
* Fix CompletionContext#allItems in wake of quoting fixes in revision 8ea624290...Kris Maglione2010-09-17
* Major documentation updates and formatting fixes, and many, many other change...Kris Maglione2010-09-17
* Don't use the word eval for fear that it may break "use strict" mode later.Kris Maglione2010-09-17
* Complete :sanitize and private mode overhaul.Kris Maglione2010-09-17
* Merge testing.Kris Maglione2010-08-31
* Prepare for merge with testing branch.Kris Maglione2010-08-28
* Use Object.keys/getOwnPropertyNames (and provide them if they don't exist).Kris Maglione2010-08-28
* Lots of rangefinder and Gecko 2 tabbing fixes.Kris Maglione2010-08-28
* imported patch dactylifyKris Maglione2010-08-28
* Replace 'focuscontent' with 'strictfocus'.Kris Maglione2010-08-26
* Some smallish fixes.Kris Maglione2010-08-26
* Use JS5's strict mode. But, alas! it outlaws octal! Oh the inanity...Kris Maglione2010-08-15
* Fix JS completion bug.Kris Maglione2010-06-17
* Fix broken JS completion.Kris Maglione2010-06-03
* Fix some JS warnings.Doug Kearns2009-11-17
* Replace some arrays with Objects after some memory profiling.Kris Maglione2009-11-15
* Add 'javascript' module. Misc fixes along the way.Kris Maglione2009-11-15