aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-04-18Merge pull request #2476 from mrmr1993/firefoxStephen Blott
2017-04-18Merge pull request #2478 from mrmr1993/always-update-helpStephen Blott
2017-04-18Check whether chrome.storage.sync is enabled, fall back to .local if notmrmr1993
2017-04-17Regenerate help page data when key bindings are updatedmrmr1993
2017-04-17Remove content_script_loader and all references to itmrmr1993
2017-04-17Clarify postFindFocus and obviously separate it from the try..catchmrmr1993
2017-04-16Use browser independent new tab page URL (about:newtab)mrmr1993
2017-04-16Rework FindMode HUD refocusing to not depend directly on the HUDmrmr1993
2017-04-16Catch errors thrown by window.find when it wraps/fails on FFmrmr1993
2017-04-16Guard against unsupported non-standard contentEditable=plaintext-onlymrmr1993
2017-04-16Only remove settings from storage.local if it's not our main storemrmr1993
2017-04-16Add a comment to manifest about content scripts in pages/*.htmlmrmr1993
2017-04-16Revert "Use HTML5 import to load content scripts."mrmr1993
2017-04-16Workaround type error for unsupported openerTabId in FFmrmr1993
2017-04-16Fallback to storage.local if storage.sync is not availablemrmr1993
2017-04-13Merge pull request #2471 from mrmr1993/ff-options-textbox-wrapStephen Blott
2017-04-13Use white-space: pre; for options page inputsmrmr1993
2017-04-13Merge pull request #2460 from novelview9/patch-1Stephen Blott
2017-04-07Bump version to 1.59.v1.59Stephen Blott
2017-04-06Better note re. key handling and PDF tabs.Stephen Blott
2017-03-26fix typoLuke
2017-03-24Note key-handling changes in README.md.Stephen Blott
2017-03-24Merge pull request #2456 from smblott-github/always-keydown-and-event.keyStephen Blott
2017-03-22Note TODO re. keydown, keypress.Stephen Blott
2017-03-22Include utils in the HUD.Stephen Blott
2017-03-22Move key handling to keydown and event.key.Stephen Blott
2017-03-22Remove and refactor mapKeyRegistery.Stephen Blott
2017-03-19Bump version to 1.58.2.v1.58.2Stephen Blott
2017-03-19event.key is not always definedStephen Blott
2017-03-13Merge pull request #2448 from mrmr1993/use-right-check-for-hashChangeStephen Blott
2017-03-10Use the appropriate handler for hashChangemrmr1993
2017-03-09Bump version number to 1.58.1.v1.58.1Stephen Blott
2017-03-09Fix #2445 (link hints with queue broken).Stephen Blott
2017-03-08Merge pull request #2444 from rdpate/patch-1Stephen Blott
2017-03-08fix typoRoger Pate
2017-03-08Bump version number to 1.58.v1.58Stephen Blott
2017-03-04Merge pull request #2369 from gdh1995/zoomed-docEl-offsetStephen Blott
2017-03-04Merge pull request #2384 from gdh1995/pass-keys-on-body-lockedStephen Blott
2017-03-04Merge pull request #2428 from mrmr1993/use-event-argumentStephen Blott
2017-02-11Don't depend on global event for Frame event listeners (FF)mrmr1993
2017-02-11Don't depend on global event for CoreScroller event listeners (FF)mrmr1993
2017-02-11Merge pull request #2426 from mrmr1993/no-depreciated-apisStephen Blott
2017-02-09Guard against undefined (out of spec) getDestinationInsertionPointsmrmr1993
2017-02-08Stop using deprecated key 'selected' of tabs; switch to 'active'mrmr1993
2017-02-08Stop using non-standard event.srcElement; switch to event.targetmrmr1993
2017-02-08Remove stub for deprecated onActiveChangedmrmr1993
2017-02-08Remove stub for deprecated tabs.onSelectionChangedmrmr1993
2017-02-08Stop using deprecated tabs.getAllInWindow; switch to tabs.querymrmr1993
2017-02-08Stop using deprecated tabs.getSelected; switch to tabs.querymrmr1993
2017-01-03InsertMode should not handle key events if document.body is editablegdh1995