aboutsummaryrefslogtreecommitdiffstats
path: root/lib/settings.coffee
AgeCommit message (Expand)Author
2017-09-07Use stubs from window.top for tests.Stephen Blott
2017-09-04Fix tests for #2626.Stephen Blott
2017-08-31Add ignoreKeyboardLayout option (under advanced).Stephen Blott
2017-08-31Update URLs to HTTPS in code, pages and docsDavid Beitey
2017-05-01FF - Fix updates from the exclusions popupmrmr1993
2017-04-21Firefox: Fix waitForEnterForFilteredHints.Stephen Blott
2017-04-18Check whether chrome.storage.sync is enabled, fall back to .local if notmrmr1993
2017-04-16Use browser independent new tab page URL (about:newtab)mrmr1993
2017-04-16Only remove settings from storage.local if it's not our main storemrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
2016-10-01Remove legacy migrations.Stephen Blott
2016-05-12Adds single left/right angle quotation marks to next/previous patternsScott Pinkelman
2016-05-12Revert "Improves next/previous links by targetting button elements and adding...Stephen Blott
2016-04-26Improves next/previous links by targetting button elements and adding single ...Scott Pinkelman
2016-04-01Tweak Settings to add onLoaded() method.Stephen Blott
2016-02-20Correctly set `settingsVersion`.Stephen Blott
2016-02-18Wait-for-enter: default to "true" for new users.Stephen Blott
2016-02-18Wait-for-enter: add necessary option support.Stephen Blott
2016-02-18Wait-for-enter: for filtered hints.Stephen Blott
2016-02-18PassNextKey; allow multiple mappings.Stephen Blott
2016-02-18PassNextKey; store key mapping in settings.Stephen Blott
2016-02-12Nuke some legacy migration code.Stephen Blott
2016-02-11Tidy up detection for the current page and context belonging to usmrmr1993
2016-02-03Move help dialog into an iframemrmr1993
2015-09-10Merge pull request #1811 from PrestanceDesign/feature/add-qwant-search-engineStephen Blott
2015-09-10Search completion; add support for Qwant completionMichael SALIHI
2015-09-10Add "older" to previousPatterns and "newer" to nextPatternsFlorian Kaiser
2015-06-25Merge branch 'hud-iframe-input-with-store-all-settings'Stephen Blott
2015-06-20Adding debugging infrastructure for settings.Stephen Blott
2015-06-20Document options/settings data model.Stephen Blott
2015-06-20Document options/settings data model.Stephen Blott
2015-06-17Reinstate unintentionally deleted code.Stephen Blott
2015-06-17Fix non-default front-end settings.Stephen Blott
2015-06-16Make "Show Advanced Options" state persistent.Stephen Blott
2015-06-14Add default value for regexFindMode setting.Stephen Blott
2015-06-01Use JSON.stringify to compare setting values everywheremrmr1993
2015-06-01Always call performPostUpdateHook after Setting updates (.set/.clear)mrmr1993
2015-06-01Simplify searchEngines default value.Stephen Blott
2015-06-01Note bug in settings.Stephen Blott
2015-06-01Fix error reading settings from chrome.storage.sync.Stephen Blott
2015-06-01Refactor and eliminate Sync object.Stephen Blott
2015-06-01Only propagate changes from chrome.storage.sync.Stephen Blott
2015-06-01Re-work unified settings.Stephen Blott
2015-05-31Add a default value for helpDialog_showAdvancedCommandsmrmr1993
2015-05-31Rewrite settings as a tight wrapper around Settings, tweaks for testsmrmr1993
2015-05-31Add event listeners to settings, support load eventsmrmr1993
2015-05-31Add Settings.isLoaded to the unified settings implementationmrmr1993
2015-05-29Make a check more coffeescript-ymrmr1993
2015-05-29Make Settings explicitly use a cachemrmr1993
2015-05-29Move settings.coffee from background_scripts/ to lib/mrmr1993