index
:
pentadactyl
master
Pentadactyl for Pale Moon
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
modules
/
base.jsm
Commit message (
Expand
)
Author
Age
*
Make iter() treat Structs as it does Arrays.
Doug Kearns
2015-06-29
*
Fix Ary#toString et al.
Doug Kearns
2015-06-25
*
Fix iter.zip.
Doug Kearns
2015-06-24
*
Fix Bookmark* autocommand events.
Doug Kearns
2015-06-24
*
Make isinstance() and template.highlight Symbol aware.
Doug Kearns
2015-06-18
*
Make use of callable() in update().
Doug Kearns
2015-06-18
*
Move util.identity to the base module.
Doug Kearns
2015-06-11
*
Remove unused var.
Doug Kearns
2015-06-09
*
Replace expression closures (function expressions - named and dynamic this).
Doug Kearns
2015-06-06
*
Replace expression closures (getters).
Doug Kearns
2015-05-27
*
Replace expression closures (function expressions).
Doug Kearns
2015-05-26
*
Replace expression closures (function declarations).
Doug Kearns
2015-05-25
*
Add missing semicolons.
Doug Kearns
2015-05-25
*
Fix NS_ERROR_NOT_INITIALIZED on some :write filename completions.
Kris Maglione
2015-05-18
*
Remove straggling String#quote usage.
Doug Kearns
2015-05-14
*
Remove unnecessary use of values() when iterating over arrays.
Doug Kearns
2015-05-11
*
Remove Array.prototype.{find,findIndex} polyfills.
Doug Kearns
2015-04-07
*
Rename 'array' class 'Ary'.
Kris Maglione
2015-03-04
*
Promises cleanup.
Kris Maglione
2015-03-02
*
Iterate over structs as if they were arrays.
Kris Maglione
2015-02-25
*
Fix brokenness.
Kris Maglione
2015-02-25
*
Fix brokenness.
Kris Maglione
2015-02-23
*
Try not to fail too hard with plugins that use old-style iterators.
Kris Maglione
2015-02-22
*
Cleanup crufty `apply` code.
Kris Maglione
2015-02-21
*
Fix all the things. And break most of the other things, in all likelihood.
Kris Maglione
2015-02-21
*
iter.indexOf should return -1 when the elem is not found.
Doug Kearns
2014-10-04
*
Fix minefield.
Kris Maglione
2014-09-16
*
Fix charset bustage.
Kris Maglione
2014-08-18
*
Minor fixes/cleanup.
Kris Maglione
2014-08-14
*
Remove references to `services.debugger` and `services.charset`.
Kris Maglione
2014-08-02
*
Replace calls to octal() with octal integer literals.
Doug Kearns
2014-06-30
*
Minor compat changes.
Kris Maglione
2014-06-27
*
Hackier but more reliable `literal()` stuff.
Kris Maglione
2014-06-18
*
Use less shady method of pdf printing; support Windows.
Kris Maglione
2014-05-15
*
Fix breakage in :style, and other code that relies on Struct#bound.
Kris Maglione
2014-05-09
*
Use Proxy for array()
Kris Maglione
2014-03-16
*
Make `.closure` a Proxy and rename `.bound`
Kris Maglione
2014-03-16
*
Use proxy of window for modules prototype. Closes issue #928.
Kris Maglione
2014-03-15
*
Fix Firefox 24.
Kris Maglione
2014-02-25
*
Death to `for each`.
Kris Maglione
2014-02-24
*
Avoid using delete operator.
Kris Maglione
2014-02-23
*
Make overlay.windows a set.
Kris Maglione
2014-02-22
*
Use builtin Array.find rather than array.nth where applicable.
Kris Maglione
2014-02-22
*
Recognize new-style iterators in util.objectToString.
Kris Maglione
2014-02-22
*
Add difference, intersection, and union methods to RealSet.
Kris Maglione
2014-02-22
*
Override RealSet#add to match Set.add
Kris Maglione
2014-02-22
*
Stop unexpectedly going into INSERT mode on Facebook.
Kris Maglione
2014-02-19
*
Don't depend on direct proxies quite yet.
Kris Maglione
2014-02-17
*
Poke iterator stuff more.
Kris Maglione
2014-02-17
*
Poke iterator stuff more.
Kris Maglione
2014-02-17
[next]