aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
AgeCommit message (Expand)Author
2011-01-01Merge remote branch 'origin/master' into filter-hintsjez
2011-01-01Change 'narrow' to 'filter' in variable names.jez
2010-12-31Merge remote branch 'origin/master' into filter-hintsjez
2010-12-30A little cleanup.Ilya Sukhar
2010-12-29Changing function name, and parameters per Ilya's suggestion.Julian Naydichev
2010-12-28Made is so that viewing source opens in the next tab, instead of replacing th...Julian Naydichev
2010-12-14Fixed a regression with completion key logic after the introduction of frame ...Ilya Sukhar
2010-12-14Added default exclude URLs. This is a huge pain point for users and it just m...Ilya Sukhar
2010-12-12fix named key regexClemens Buchacher
2010-11-26Added narrow link hints option to advanced settingsBill Casarin
2010-11-26Let's not change the default for now, make it an optionBill Casarin
2010-11-26changed default hint characters to numbers, nothing else makes sense in this ...Bill Casarin
2010-10-24Fix an excluded URLs regression due to frame support.Ilya Sukhar
2010-10-20Implemented a workaround for the Chrome bug that broke the 'yy' command. Clos...Ilya Sukhar
2010-09-24Fix some frame logic and disable focusing the largest one for now because it'...Ilya Sukhar
2010-09-23Merge branch 'frames'Ilya Sukhar
2010-09-23A bunch of changes having to do with the frame support patch:Ilya Sukhar
2010-09-10Make 'gi' compatible with repetition, i.e. 5gi will focus the fifth input box...ilya
2010-09-03Command to go to next frame.Tim Morgan
2010-09-03Only show the Help Dialog on the focused frame.Tim Morgan
2010-09-03Fix view source toggle when inside a frame.Tim Morgan
2010-09-03Basic Support for FramesTim Morgan
2010-06-29remove spammy console.log i committed by accidentilya
2010-06-27Don't self close a script tag on the background page. Fixes #169.Phil Crosby
2010-06-22add goUp to the readme command listing - this needs to be deprecated for some...ilya
2010-06-01Document named key functions (per philc)Conrad Irwin
2010-06-01Allow mapping to arrow keys and f-keysConrad Irwin
2010-05-18Add a link to the Options page in the vimium help dialog. Closes #87.Phil Crosby
2010-04-19Pull the version number from the manifest file instead of hard coding itPhil Crosby
2010-04-17Undo 'Keep tab queue indices updated when a tab is detached'.int3
2010-04-10Move some code into init() so that it's clear that it executes once and is pa...ilya
2010-04-10whitespaceilya
2010-04-10Another fix for tab positioningint3
2010-04-10Keep tab queue indices updated when a tab is detachedint3
2010-04-10Indentationint3
2010-04-10Stylistic modifications and update of commentsint3
2010-04-10Apply saving of scroll positions to all tabs, no matter how they are closed.ilya
2010-04-10Maintain accurate tab indices while ignoring chrome://newtabint3
2010-04-10Ensure Restore Tab works immediately upon extension installunknown
2010-04-02Add more robust support for keeping track of positions/windows when tabs are ...ilya
2010-04-02whitespaceilya
2010-04-02Fix memory leak from tabQueueunknown
2010-03-31Don't put the new tab page into the tab restoration queue.ilya
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