| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-29 | Move the search-engine logic out of settings.coffee. | Stephen Blott | |
| This logic should never have been in settings.coffee. This moves it to completion.coffee, where it belongs. | |||
| 2015-02-14 | Grab back focus: use settings.addEventListener "load". | Stephen Blott | |
| Doh! I didn't know this existed. | |||
| 2015-02-13 | Tweaks for grab-back-focus. | Stephen Blott | |
| - Fix incorrect camel case in option name. - Better text on options page. - Loud comments re. using option directly from chrome.storage.sync. | |||
| 2015-02-12 | Grab back focus... | Stephen Blott | |
| - add new option "GrabBackFocus" - use chrome.storage.sync.get() to get option value - avoid race conditions on load - fix tests | |||
| 2015-02-09 | Propagate queries to incognito-mode tabs. | Stephen Blott | |
| 2015-02-09 | Initial find-mode history via chrome.storage. | Stephen Blott | |
| 2015-02-08 | Refactor migration code for find-mode history. | Stephen Blott | |
| Doing the migration in a content script is dumb. Now we do it on the background page. | |||
| 2014-12-30 | Add description to default search engines settings. | Stephen Blott | |
| 2014-12-29 | Descriptions for custom search engines. | Stephen Blott | |
| 2014-12-21 | fixes spelling error | Josh Kim | |
| 2014-11-16 | Smooth scroll; fix-ups requested by @philc. | Stephen Blott | |
| 2014-11-07 | Smooth scrolling. | Stephen Blott | |
| 2014-11-02 | Optional custom new tab URL | mrmr1993 | |
| This resolves #979. | |||
| 2014-09-06 | Structured passkeys; changes following code review; major rewrite of options. | Stephen Blott | |
| 2014-09-02 | Structured passkeys, internally and on the options and popup pages. | Stephen Blott | |
| 2014-08-23 | Allow passing of keys to the underlying page. | Stephen Blott | |
| 2014-05-29 | Adding in search engines feature to fix #1009 | mike-work | |
| 2014-04-30 | Tweak a few comments | Phil Crosby | |
| 2014-04-27 | Response to @philc's comments regarding sync. | Stephen Blott | |
| 2014-04-19 | Settings tests pass, Sync still has an error. | Stephen Blott | |
| 2014-04-19 | Code review of Sync(). | Stephen Blott | |
| 2014-04-18 | Code review of Sync(). | Stephen Blott | |
| 2014-04-18 | Initial synchronization commit. | Stephen Blott | |
| Synchronization is via `chrome.storage.sync.*`; data is cached in `localStorage`. | |||
| 2013-07-22 | Remove Google Reader rule. | Robin Choudhury | |
| Since Google Reader has been discontinued, there is no reason to add this rule to the excludedUrls. | |||
| 2012-11-03 | scrollStepSize migration will now be done in v1.43. | Jez Ng | |
| 2012-10-29 | Convert strings to numbers when saving options page. | Jez Ng | |
| This avoids the need to continually re-parse the strings each time we load the option value. | |||
| 2012-10-29 | Make the numbers used in the filtered link hints configurable. | Jez Ng | |
| Closes #380. | |||
| 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 | |
