aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-05-31Remove code supporting the former settings port from the frontendmrmr1993
2015-05-31Update the comment by the settings object in the frontendmrmr1993
2015-05-31Remove all remaining references to frontend settingsmrmr1993
2015-05-31Init Settings directly instead of via settings.load, and only do it oncemrmr1993
2015-05-31Replace settings.addEventListener with Settings.addEventListener in the frontendmrmr1993
2015-05-31Replace settings.set with Settings.set in the frontendmrmr1993
2015-05-31Replace settings.get with Settings.get in the frontendmrmr1993
2015-05-31Rewrite settings as a tight wrapper around Settings, tweaks for testsmrmr1993
2015-05-31Completion page; tidy up regular expressions.Stephen Blott
2015-05-31Completion page; functional version.Stephen Blott
2015-05-31Add event listeners to settings, support load eventsmrmr1993
2015-05-31Re-write class with inheritence.Stephen Blott
2015-05-31Add Settings.isLoaded to the unified settings implementationmrmr1993
2015-05-31Fix options page error.Stephen Blott
2015-05-31Fully remove unused option.Stephen Blott
2015-05-31Completion page; initial version.Stephen Blott
2015-05-31Tweak Google Maps URL.Stephen Blott
2015-05-31Fix completion engine regular expressions.Stephen Blott
2015-05-31Tweak the release notes for as-yet unreleased features.Stephen Blott
2015-05-31Merge pull request #1486 from smblott-github/advanced-options-buttonStephen Blott
2015-05-31Merge pull request #1675 from smblott-github/map-space-keyStephen Blott
2015-05-31Merge pull request #1700 from smblott-github/help-page-vomnibar-commandsStephen Blott
2015-05-31Merge pull request #1697 from smblott-github/vomnibar-map-with-prepopulated-textStephen Blott
2015-05-31Merge pull request #1699 from smblott-github/add-link-to-wiki-to-help-pageStephen Blott
2015-05-31Tweak release notes.Stephen Blott
2015-05-30Merge pull request #1702 from smblott-github/completion-for-google-mapsStephen Blott
2015-05-30Search completion; refactor regexp parsing (simplification).Stephen Blott
2015-05-30Search completion; simplify completion-engine definitions.Stephen Blott
2015-05-30Search completion; remove unused code.Stephen Blott
2015-05-30Search completion; add support for Google Maps completion.Stephen Blott
2015-05-30Move Vomnibar commands to own category on help page.Stephen Blott
2015-05-30When showing the help dialog, simulate-click it.Stephen Blott
2015-05-30Document visual-mode commands in README.Stephen Blott
2015-05-30Add a link to the wiki to the help page.Stephen Blott
2015-05-30Use the term "options" instead of "flags" for command options.Stephen Blott
2015-05-29Verify keyword for custom search-engine activation.Stephen Blott
2015-05-29Move search-engine parsing to Utils.Stephen Blott
2015-05-29Prepopulate @customSearchMode in vomnibar.Stephen Blott
2015-05-29Merge pull request #1599 from mrmr1993/settings-refactorStephen Blott
2015-05-29Make a check more coffeescript-ymrmr1993
2015-05-29Disable Tween on XML pagesmrmr1993
2015-05-29Also disable all externally-used functions for XML.Stephen Blott
2015-05-29Disable UIComponent for XML documentsmrmr1993
2015-05-29Use lib/settings.coffee to provide settings to options.html/popup.htmlmrmr1993
2015-05-29Make Settings explicitly use a cachemrmr1993
2015-05-29Move settings.coffee from background_scripts/ to lib/mrmr1993
2015-05-29Only perform settings migration in the background pagemrmr1993
2015-05-29Move registration of postUpdateHooks to the corresponding source filesmrmr1993
2015-05-29Remove all direct calls to Sync, stop exporting itmrmr1993
2015-05-29Move Sync.storeAndPropagate to Settings.storeAndPropagatemrmr1993