aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts/vimium_frontend.coffee
AgeCommit message (Expand)Author
2014-12-15Fix second memory leak in KeydownEvents.Stephen Blott
2014-12-15Rework KeydownEvents as an abject.Stephen Blott
2014-12-15Merge branch 'stop-memory-leak-for-keydown-repeats' of https://github.com/mrm...Stephen Blott
2014-12-14Only register events as handled oncemrmr1993
2014-12-14FRAMESET frames should not be registered.Stephen Blott
2014-12-13Remove insert mode check for keyup handlingmrmr1993
2014-12-13Make keyup event suppression more readablemrmr1993
2014-11-30Merge pull request #1238 from smblott-github/smooth-scrolling-requestAnimatio...Phil Crosby
2014-11-28Clear all keydown events that correspond to a keyup eventmrmr1993
2014-11-23Merge branch 'contentEditable-fix' of github.com:smblott-github/vimiumStephen Blott
2014-11-23Frames; more cleanup and simplification.Stephen Blott
2014-11-23Don't record frameIds for frames only containing a framesetmrmr1993
2014-11-23Remove redundant code, add a new listener to be more consistentmrmr1993
2014-11-23Fix frame switching after frame redirect/creationmrmr1993
2014-11-22Revert 3f3f256e1abe2a7795ba89ff6b84d4b81fb0a7e2.Stephen Blott
2014-11-20Fix isValidFirstKey for eg. function keysmrmr1993
2014-11-20Ensure we suppress events for all keys we handlemrmr1993
2014-11-20 Do not handle keystrokes for contentEditable (check find mode).Stephen Blott
2014-11-20Do not handle keystrokes for contentEditable (refactor).Stephen Blott
2014-11-18Do not handle keystrokes for contentEditable.Stephen Blott
2014-11-11Smooth scroll; comments and more minor tidy up.Stephen Blott
2014-11-07Smooth scrolling.Stephen Blott
2014-11-02Don't skip installing listeners.Stephen Blott
2014-11-02Centralize handling of event propagation.Stephen Blott
2014-11-02Force our key event handlers to have the highest possible prioritymrmr1993
2014-10-29Revert 2c7bebb5f2c873850c2b2d82013cab4eb3d4913cStephen Blott
2014-10-29Repair insert mode.Stephen Blott
2014-10-26Allow blur of embedded objects (e.g. flash).Stephen Blott
2014-10-26Fix detection of embedded objects.Stephen Blott
2014-10-26Change registerFrameIfSizeAvailable to registerFrame, stop sending sizemrmr1993
2014-09-02Structured exclusion rules: Fix typos and minor issues.Stephen Blott
2014-09-02Structured passkeys, internally and on the options and popup pages.Stephen Blott
2014-08-24Fix passKeys bug introduced in commit 700d35aStephen Blott
2014-08-24Do not call handlers which do not exist (fixed, again).Stephen Blott
2014-08-24Do not call handlers which do not exist (fixed).Stephen Blott
2014-08-24Do not call handlers which do not exist.Stephen Blott
2014-08-24Better state management for passkeys.Stephen Blott
2014-08-23Allow passing of keys to the underlying page (fix/maintain order of exclusion...Stephen Blott
2014-08-23Allow passing of keys to the underlying page (more minor code review).Stephen Blott
2014-08-23Allow passing of keys to the underlying page.Stephen Blott
2014-08-17Only block keyup for keys where we have handled a keyup/press eventmrmr1993
2014-08-16Add comments as to why we should stop propagating the keyup eventPhil Crosby
2014-08-16Merge pull request #978 from tejohnso/masterPhil Crosby
2014-08-05Match mixed-case relationship links in goNext/goPreviousVincent Bernat
2014-07-29Replace upgrade notification close x with &timesNatalie Perna
2014-06-30Merge pull request #1026 from mrmr1993/countMatchesPhil Crosby
2014-05-17Remove unnecessary if statementPhil Crosby
2014-05-17Fix options link in help dialogmrmr1993
2014-04-19Use RegExp to escape special characters for plain find queriesmrmr1993
2014-04-19Add a comment explaining match counting for string searchesmrmr1993