aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-05-29make utils.js work in a commonjs format.Phil Crosby
2012-05-29Use a less wasteful escapeHtml functionPhil Crosby
2012-05-29Have Function.curry take varargs instead of an array.Phil Crosby
2012-05-29Css changes to accomodate a 2-lined suggestions UI.Phil Crosby
2012-05-28Remove maxresults option, which isn't currently used.Phil Crosby
2012-05-28better explain what we're getting from the background pagePhil Crosby
2012-05-26Move shoulda.js checkout to tests/ folder.Phil Crosby
2012-05-26Update to the latest shouldaPhil Crosby
2012-05-26Rename the force parameterPhil Crosby
2012-05-26Rename class to searchAreaPhil Crosby
2012-05-26Don't render fuzzy matches less than 3 characters in the uiPhil Crosby
They're aleady being discarded for ranking purposes.
2012-05-26In css, emphasize fuzzy matches in the title.Phil Crosby
2012-05-26Ignore any matches between the query and the target which are 2 characters ↵Phil Crosby
are less.
2012-05-26Hide results below a certain relevancy threshold.Phil Crosby
2012-05-26Add a developer flag to render the relevancy scores of the vomniboxPhil Crosby
2012-05-26Don't show a trailing slash in vomnibar history results. It makes the ↵Phil Crosby
display cleaner.
2012-05-26use important in a few places I missed, to be consistent.Phil Crosby
2012-05-26Whitespace, fix invalid commentsPhil Crosby
2012-05-26Remove some obsolete css which was for the old bookmark selectorPhil Crosby
2012-05-26Restyle the vomnibar to be more chrome-like (at least on OSX). Feedback welcome.Phil Crosby
2012-05-25Add a vomnibar test harness, for quick styling work.Phil Crosby
2012-05-23Fix #539: 'F' (Open a link in a new tab) no longer worksPhil Crosby
This was a regression introduced by e97088b3d552243e833496ff81992d3895afec0d. Thanks holygeek for making the fix so easy.
2012-05-05Make the vomnibar work on the Options page.Phil Crosby
2012-05-05rename help dialogPhil Crosby
2012-05-05Put content scripts and background scripts in separate directories, so the ↵Phil Crosby
purpose and execution mode are more clear. Sorry if you had patches in your local copies and this breaks them -- these renames were a long time coming, and now is better than later.
2012-05-05Rename fuzzymode.js to vomnibar.jsPhil Crosby
2012-05-05Rename fuzzymode to vomnibarPhil Crosby
2012-05-05Fix a help dialog regression where vomnibar actions wouldn't get shown.Phil Crosby
2012-05-05Rename "fuzzybox" to vomnibarUI. Not as easy to type, but more precise.Phil Crosby
2012-05-05Support ctrl+n and ctrl+p in the vomnibox. Works on mac, needs to be tested ↵Phil Crosby
on windows or linux.
2012-05-05Split out the actionFromKey logic on onKeydown is a little easier to follow.Phil Crosby
2012-05-05Have "O" activate teh vomnibox with the current URL. Completes #521.Phil Crosby
2012-05-05Fix a regression I introduced where we weren't using a refresh interval for ↵Phil Crosby
the vomnibox
2012-05-05The completion actions make more sense grouped together.Phil Crosby
2012-05-05Use class.extend for fuzzyboxPhil Crosby
2012-05-05Use proxy instead of selfPhil Crosby
2012-05-05Get rid of the inheritance features of Class.extend, since we don't need ↵Phil Crosby
them atm.
2012-05-05Name everything "completor". There's very little different between ↵Phil Crosby
completors and completorSources.
2012-05-05Explain what the smart completor is.Phil Crosby
2012-05-05Bring clarity to what "createInternalMatch" is doing...Phil Crosby
2012-05-05vomnibar -> vomniboxPhil Crosby
2012-05-05move the async completer next to the classes which use it.Phil Crosby
2012-05-05Add overview documentation to explain the completion workflow.Phil Crosby
2012-05-05Rename func => functionNamePhil Crosby
2012-05-05Rename createActionOpenUrl => navigateToUrlPhil Crosby
2012-05-05Make createActionOpenUrl be a simple function.Phil Crosby
2012-05-05Simplify the strange contract of createActionOpenUrlPhil Crosby
2012-05-05Move createActionOpenUrl and company to the frontend page. Stop requiring ↵Phil Crosby
completion.js from the frontend
2012-05-05Move backgroundCompleter into fuzzymode.jsPhil Crosby
This is the first step in an attempt to split background js from frontend.
2012-05-05fix indentationPhil Crosby