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