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