aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
AgeCommit message (Expand)Author
2010-03-31Avoid creating a separate tabQueueEntry object when we can just reuse the obj...ilya
2010-03-31Clean up naming/style in the previous commit and small bugs.ilya
2010-03-31Restore Tab now recreates the tab in its old position.unknown
2010-03-28Fix chaining of previousTab/nextTab commands. This closes #93.ilya
2010-03-24Small modification to Bill's fix.ilya
2010-03-24checking in a fix for issue 98, link highlight positioning bugBill Mill
2010-03-09Refresh completion keys on all tabs and associated data structures after key ...ilya
2010-03-09Bump version numbers to 1.16 in preparation for release.ilya
2010-03-09Fix a bug where if you add a mapping, save, and then remove it -- it won't ge...ilya
2010-03-09Some minor style changes.ilya
2010-03-09Add a dialog to show all available commands for key mappings under the option...ilya
2010-03-07Display the current version in the help dialog. Hide link to homepage.Phil Crosby
2010-03-07Show a help dialog when pressing ? which displays all of the current keybindi...Phil Crosby
2010-03-07Fix a bunch of key handling related bugs in one swoop. ilya
2010-02-27Key Mapping - Don't try to parse key mappings unless there's actually somethi...ilya
2010-02-26Key Mapping - Initial support. Basics work.ilya
2010-02-26Key Mapping - Create an available commands structure and factor out the key r...ilya
2010-01-31Add two more characters to the pool that link hints pulls from.Phil Crosby
2010-01-30Add the link hint markers to the DOM all at once instead of piecemeal. This a...Phil Crosby
2010-01-30Save the current version to localStorage, and when an update arrives, show a ...Phil Crosby
2010-01-30Fix a reference error over the default settings in the background page.Phil Crosby
2010-01-22Move the link hints CSS to the background page, and create a setting for user...Phil Crosby
2010-01-18Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2010-01-18Have the Options page use the default settings hash defined in background_pag...Phil Crosby
2010-01-18Make the characters used in link hints a user-configurable option. Fixes #66.Phil Crosby
2010-01-18add scroll keys <c-e> and <c-y>Clemens Buchacher
2010-01-12Reverse J and K for tab navigation. Closes issue #59Mark Stosberg
2010-01-11added c-f + c-b (scroll full page up or down)Adrian Rollett
2010-01-09ESC clears the keyQueueJim Ramsay
2010-01-06'yy' instead of 'y' for the copy url to clipboard command.ilya
2010-01-03Implement 'y' -- yank (copy) the current tab's url to the clipboard.ilya
2010-01-04Add bindings 'gt'->nextTab 'gT'->previousTabJim Ramsay
2010-01-02a few style changes per phil's commentsIlya
2009-12-30Get rid of chrome.tabs.getSelected in getCurrentTabUrl.ilya
2009-12-30Get rid of chrome.tabs.getSelected in checkKeyQueue.ilya
2009-12-30Refresh the completion keys on every keystroke sent to the background page. T...ilya
2009-12-30Expose completion keys via sendRequest interface in background page.ilya
2009-12-30Add logic to the background page to calculate the keys that will complete a v...ilya
2009-12-30Add infrastructure to handle sendRequest calls in the background page.ilya
2009-12-30Add support for excluded URL patterns; these URL patterns can be configured f...Phil Crosby
2009-12-30Remove some unnecessary indentationPhil Crosby
2009-12-05Support shift+F to open a link in a background tabPhil Crosby
2009-12-05Refactor the command parser to not store invalid keys in the two-key buffer. ...ilya
2009-11-29Merge branch 'master' of github.com:philc/vimiumPhil Crosby
2009-11-29Avoid using getSelected in getSetting and getZoomLevel, because the tab may b...Phil Crosby
2009-11-28First pass at find interface. Still needs some UI love and a highlight-all fe...ilya
2009-11-28Add link hints, aka "follow link" support.Phil Crosby
2009-11-27Break the content script's initialization into two stages, so we can do tasks...Phil Crosby
2009-11-27Remove space after the "function" keyword.Phil Crosby
2009-11-27Persist the current zoom level to local storage, and restore the page zoom le...Phil Crosby