aboutsummaryrefslogtreecommitdiffstats
path: root/bookmarks.js
AgeCommit message (Collapse)Author
2012-04-29Remove the venerable bookmarks implementation which is now superceded by the ↵Phil Crosby
vomnibar.
2012-01-25Open bookmarklets by setting window.location.Jez Ng
This fixes a regression caused by fb99302.
2012-01-22Open URLs from the background page.Jez Ng
Due to permissions issues, content scripts cannot use window.open() to navigate to file:// schemes from http:// schemes. Closes #456.
2012-01-19bubbleEvent should manage the native event propagation.Jez Ng
If the handlers do not want it bubbled up the internal stack, we can safely assume that they do not want it bubbled up the native stack as well. This fixes some problems e.g. with Google search pages.
2011-11-26Clean up stylePhil Crosby
2011-11-26WhitespacePhil Crosby
2011-02-01Cosmetics (semicolons)jez
2011-02-01Use only one key[event] handler for all modes.jez
2010-10-31refacted completion dialog to handle key inputs on its ownAlex Kovar
2010-10-20initial code for bookmark mode completion dialogAlex Kovar
2010-09-27simplified bookmarklet handlingAlex Kovar
2010-09-27added bookmarklet support to bookmark modeAlex Kovar
2010-09-27disable bookmark find mode after successful hitAlex Kovar
2010-09-26added initial code for "bookmark find mode"Alex Kovar