index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
settings.coffee
Age
Commit message (
Expand
)
Author
2016-04-01
Tweak Settings to add onLoaded() method.
Stephen Blott
2016-02-20
Correctly set `settingsVersion`.
Stephen Blott
2016-02-18
Wait-for-enter: default to "true" for new users.
Stephen Blott
2016-02-18
Wait-for-enter: add necessary option support.
Stephen Blott
2016-02-18
Wait-for-enter: for filtered hints.
Stephen Blott
2016-02-18
PassNextKey; allow multiple mappings.
Stephen Blott
2016-02-18
PassNextKey; store key mapping in settings.
Stephen Blott
2016-02-12
Nuke some legacy migration code.
Stephen Blott
2016-02-11
Tidy up detection for the current page and context belonging to us
mrmr1993
2016-02-03
Move help dialog into an iframe
mrmr1993
2015-09-10
Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engine
Stephen Blott
2015-09-10
Search completion; add support for Qwant completion
Michael SALIHI
2015-09-10
Add "older" to previousPatterns and "newer" to nextPatterns
Florian Kaiser
2015-06-25
Merge branch 'hud-iframe-input-with-store-all-settings'
Stephen Blott
2015-06-20
Adding debugging infrastructure for settings.
Stephen Blott
2015-06-20
Document options/settings data model.
Stephen Blott
2015-06-20
Document options/settings data model.
Stephen Blott
2015-06-17
Reinstate unintentionally deleted code.
Stephen Blott
2015-06-17
Fix non-default front-end settings.
Stephen Blott
2015-06-16
Make "Show Advanced Options" state persistent.
Stephen Blott
2015-06-14
Add default value for regexFindMode setting.
Stephen Blott
2015-06-01
Use JSON.stringify to compare setting values everywhere
mrmr1993
2015-06-01
Always call performPostUpdateHook after Setting updates (.set/.clear)
mrmr1993
2015-06-01
Simplify searchEngines default value.
Stephen Blott
2015-06-01
Note bug in settings.
Stephen Blott
2015-06-01
Fix error reading settings from chrome.storage.sync.
Stephen Blott
2015-06-01
Refactor and eliminate Sync object.
Stephen Blott
2015-06-01
Only propagate changes from chrome.storage.sync.
Stephen Blott
2015-06-01
Re-work unified settings.
Stephen Blott
2015-05-31
Add a default value for helpDialog_showAdvancedCommands
mrmr1993
2015-05-31
Rewrite settings as a tight wrapper around Settings, tweaks for tests
mrmr1993
2015-05-31
Add event listeners to settings, support load events
mrmr1993
2015-05-31
Add Settings.isLoaded to the unified settings implementation
mrmr1993
2015-05-29
Make a check more coffeescript-y
mrmr1993
2015-05-29
Make Settings explicitly use a cache
mrmr1993
2015-05-29
Move settings.coffee from background_scripts/ to lib/
mrmr1993