| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-10-28 | Make the default value for scrollStepSize a string. | Stephen Blott | |
| This interacts with these lines from settings.coffee: don't store the value if it is equal to the default, so we can change the defaults in the future if (value == @defaults[key]) @clear(key) If the default value is numeric, then this test NEVER succeeds (because "==" is compiled to "===", and the types don't match). So, scrollStepSize is stored in localStorage even if it has its default value. Which obviates the intention of the line quoted above. | |||
| 2012-10-23 | Code cleanup, as requested by in3/Jez Ng here: | Stephen Blott | |
| - https://github.com/philc/vimium/pull/682. | |||
| 2012-10-21 | Missed off one key line in previous commit. | Stephen Blott | |
| 2012-09-09 | More lint fixes. | Jez Ng | |
| 2012-09-09 | Add more tests, and remove old settings code. | Jez Ng | |
| 2012-09-09 | Fix default hint styling. | Jez Ng | |
| 2012-09-08 | Change the default CSS template. | Jez Ng | |
| 'background-color' is no longer sufficient to override our default styling. Refs #626. | |||
| 2012-08-04 | Re-expose defaults -- options.js needs it. | Jez Ng | |
| 2012-08-04 | Improve encapsulation of Settings. | Jez Ng | |
| We should eventually do this for the other modules as well. | |||
| 2012-07-04 | Use block strings for settings | Darren Jeacocke | |
| 2012-06-12 | Uppercase utils -> Utils | Phil Crosby | |
| 2012-06-12 | Port settings.js to coffeescript | Phil Crosby | |
