summaryrefslogtreecommitdiff
path: root/common/modules/styles.jsm
Commit message (Collapse)AuthorAge
* Use Object.defineProperty instead of __defineGetter__/__defineSetter__Zheng Chaoping2016-05-04
| | | | | In Firefox 48+, the __defineSetter__/__defineSetter__ is deprecated, so use Object.defineProperty instead.
* Fix error with assigning to String in hints modeSebastian Kalinowski2016-04-28
| | | | Fixes #154
* Get rid of most remaining comprehensions.Kris Maglione2015-12-20
|
* ES6-ify some things. Still a long way to go...Kris Maglione2015-12-20
|
* Fix some CPOW issues. Everything is still terrible, though.Kris Maglione2015-12-19
|
* Support Firefox 45 (without e10s).Kris Maglione2015-12-19
|
* Replace expression closures (methods).Doug Kearns2015-07-23
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Replace expression closures (command/option/mapping definitions).Doug Kearns2015-07-23
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Move util.identity to the base module.Doug Kearns2015-06-11
| | | | Most other functions of its ilk live there.
* Replace expression closures (function expressions - named and dynamic this).Doug Kearns2015-06-06
| | | | | | | Expression closures are to be axed. See https://bugzil.la/1083458. Leaving deprecated() and literal() calls and method shorthand syntax conversions until after the ESR overlap.
* Replace expression closures (getters).Doug Kearns2015-05-27
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Replace expression closures (function expressions).Doug Kearns2015-05-26
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Replace expression closures (function declarations).Doug Kearns2015-05-25
| | | | Expression closures are to be axed. See https://bugzil.la/1083458.
* Add missing semicolons.Doug Kearns2015-05-25
|
* Remove more unused vars.Doug Kearns2015-04-25
|
* Rename 'array' class 'Ary'.Kris Maglione2015-03-04
|
* Fix brokenness.Kris Maglione2015-02-25
|
* 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
|
* Hackier but more reliable `literal()` stuff.Kris Maglione2014-06-18
|
* Make `.closure` a Proxy and rename `.bound`Kris Maglione2014-03-16
|
* Fix styles cleanup issue.Kris Maglione2014-02-25
|
* Death to `for each`.Kris Maglione2014-02-24
|
* Use builtin String.startsWith, String.endsWith, and String.contains methods ↵Kris Maglione2014-02-22
| | | | where appropriate.
* Use builtin Array.find rather than array.nth where applicable.Kris Maglione2014-02-22
|
* Promisify some callbackish functions, and remove spaces around = in default ↵Kris Maglione2014-02-15
| | | | arguments, per Python conventions.
* Use real Sets rather than objects in most places.Kris Maglione2014-02-15
|
* Make further use of default parameters.Doug Kearns2013-10-06
| | | | | --HG-- extra : rebase_source : ab666bce7ed7e47c8f1e2bc4145f553da990d319
* More pointification and general code cleanup. Also massive, crazy, ↵Kris Maglione2013-09-21
| | | | conflict-ridden merge.
* Convert expression closures to arrow syntax.Doug Kearns2013-09-15
|
* Hello strange new syntax. Can we be friends?Kris Maglione2013-08-21
|
* Add missing semicolons, fix whitespace and normalise Vim modelines.Doug Kearns2013-08-03
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-12-17
|
* Death to E4X and stuff.Kris Maglione2012-11-30
|
* Death to E4X and stuff.Kris Maglione2012-11-28
|
* Death to E4X and stuff.Kris Maglione2012-11-28
|
* Normalise naming of module initializer functions.Doug Kearns2012-10-11
|
* Merge addon-common module loading code to fix Minefield.Kris Maglione2012-05-07
| | | | | --HG-- extra : rebase_source : 6b5f0dc0a575a6d21892e18cbb56ab0230382356
* Trim sitefilters.Kris Maglione2011-12-31
|
* Kill strict mode for the moment.Kris Maglione2011-11-27
|
* Simplifyification.Kris Maglione2011-10-19
|
* Add util.weakReference that won't crash if you pass null.Kris Maglione2011-10-01
|
* Fix some early instantiation.Kris Maglione2011-09-30
|
* After some profiling, give all modules a common prototype.Kris Maglione2011-08-22
|
* Add dom.jsm. And stuff.Kris Maglione2011-08-22
|
* Fix some cleanup issues. Better error pages for bad dactyl: URLs. Remove ↵Kris Maglione2011-08-21
| | | | some dead code. Other cleanup.
* Don't push pass through mode multiple times. Closes issue #641.Kris Maglione2011-08-19
|
* Move DOM and config properties from the util namespace to the DOM and config ↵Kris Maglione2011-08-14
| | | | namespaces, respectively.