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
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