| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
Updating URLs to use HTTPS provides greater privacy and reduces the
potential of having content modified whilst in transit (as it happening
more and more by ISPs, networks, state actors etc).
These URLs themselves have been tested and confirmed to work over HTTPS.
 | 
 | 
 | 
 | 
This reverts commit d00345f45b5b3e56970237799c69808527e91919.
This is not (and will not be) supported by Firefox.
 | 
 | 
Previously, the dynamic HTML for the help dialog was generated on the
background page.  The HTML itself was tangled in with program logic.
Here, we move all of the HTML to HTML5 templates; also, we build the
help-dialog contents in the help dialog itself, not on the background
page.
Note: #2368 is included here too.
(Background: I'm trying to clean up some of the command and help-dialog
logic in preparation for addressing the issue of how to document command
options, see #2319.)
 | 
 | 
This is one approach to fixing #2277 properly.  (Currently there's a
temporary fix in place.)
This uses HTML5 imports in place of the content-script loader.
This is better than the current "fix" because content scripts are only
listed in one place two places (as opposed to six).
It's worse than the previous content-script loader, though, in that
content scripts must be listed in two places, instead of one.
Fixes #2277.
 | 
 | 
Follow on from 8601edd71e74ba522e32658309cb2e7acca8aeeb.
 | 
 | 
Scripts loaded via the content-script loader previously were loaded
synchronously.  In recent versions of Chrome, they now seem to be loaded
asynchrnously, which causes errors.
This is a temporary commit to keep master healthy until I (or somebody)
figures out properly what is going on.
It is expected to be reverted in due course.
 | 
 | 
 | 
 | 
 | 
 | 
It's pretty undiscoverable that you can click command names to yank
them.  So, this adds a tip to the bottom of the help dialog.
Also, change the cursor to a pointer when hovering over command names.
 | 
 | 
- Style the links at the top the same as those at the bottom (re.
  colour).
- Fix HTML indentation.
 | 
 | 
Use margins to centre the help dialog.  This works better on narrow
windows, and seems to produce a balanced dialog in a variety of cases.
 | 
 | 
 | 
 | 
 | 
 | 
It's not clear when -- possibly when we moved the help dialog to an
iframe -- the links at the bottom of the help dialog stopped working.
Here, we reinstate them by opening the referenced page in a new tab.
This is consistent with the behaviour of the links at the top of the
help dialog.
Also, the "please review us" link now points to the "reviews" tab on the
Chrome store.
 | 
 | 
This reverts commit 86470f13d853b33cda8cb006ae24aeb2dcec0c9c.
 | 
 | 
We make the help dialog iframe cover most of the height of the window,
but only be as wide as it needs to be.
Like this, the user can click to the side of the dialog (on the options
page) to enter bindings in the custom ley mapping input, with the help
dialog open.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Move Vomnibar commands to own category on help page.
 | 
 | 
The help page gets pretty lopsided when advanced commands are shown.  This balances things out a bit by creating a new category for Vomnibar commands in the right-hand column.
 | 
 | 
Ass suggested in by @LarryBattle in #1643.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
Also correct a bug with the show / hide advanced commands button.
 |