<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages, branch master</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Don't note %S on options page.</title>
<updated>2018-09-29T05:10:12+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-09-29T05:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f2ab8bee6e1fa8d9b34837c934e6b8ec0cb7abc9'/>
<id>f2ab8bee6e1fa8d9b34837c934e6b8ec0cb7abc9</id>
<content type='text'>
This is too much information for the casual user.  I'll put it on the
Wiki instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is too much information for the casual user.  I'll put it on the
Wiki instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>add %S disclaimer on options page</title>
<updated>2018-09-14T17:24:37+00:00</updated>
<author>
<name>Ryan Perry-Nguyen</name>
</author>
<published>2018-09-14T17:24:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b6c01bd2a28d091caa25f1c88ac4994effb7b077'/>
<id>b6c01bd2a28d091caa25f1c88ac4994effb7b077</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Hide Vomnibar in case of click on entire document instead of click on document.body.</title>
<updated>2018-07-02T21:35:26+00:00</updated>
<author>
<name>ris58h</name>
</author>
<published>2018-07-02T21:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=cd9721d184cdcee1a77e81746a1203adeae2ff4f'/>
<id>cd9721d184cdcee1a77e81746a1203adeae2ff4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Explicitly set background colour for input fields</title>
<updated>2018-03-08T18:56:15+00:00</updated>
<author>
<name>Ryan Hayle</name>
</author>
<published>2018-03-08T18:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7fa6eb0a60c3d69a6347b48b0b8c7848fc65c436'/>
<id>7fa6eb0a60c3d69a6347b48b0b8c7848fc65c436</id>
<content type='text'>
This is a simple solution to #2832 that explicitly sets the background of text input and textareas to white on the options page, which is necessary for users running with a dark theme.  This does not cover the options popup.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a simple solution to #2832 that explicitly sets the background of text input and textareas to white on the options page, which is necessary for users running with a dark theme.  This does not cover the options popup.</pre>
</div>
</content>
</entry>
<entry>
<title>Escape [ and ] in hostname.</title>
<updated>2018-02-24T07:37:55+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-24T07:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=17425d7187a96f8f7cdd15723f21220733e64c78'/>
<id>17425d7187a96f8f7cdd15723f21220733e64c78</id>
<content type='text'>
From URL:

    http://[fe80::cce4:1680:e720:eacb]:8080/index.html

generate:

    https?://\[fe80::cce4:1680:e720:eacb\]:8080/*

in the popup (note that [ and ] are now escaped).

Fixes #2967.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From URL:

    http://[fe80::cce4:1680:e720:eacb]:8080/index.html

generate:

    https?://\[fe80::cce4:1680:e720:eacb\]:8080/*

in the popup (note that [ and ] are now escaped).

Fixes #2967.
</pre>
</div>
</content>
</entry>
<entry>
<title>on FindMode exiting, blur input first</title>
<updated>2018-02-23T12:17:23+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-02-23T12:17:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=62c5a4aed291f265e1b799538cee3d224d24f73f'/>
<id>62c5a4aed291f265e1b799538cee3d224d24f73f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor URL launching from Vomnibar.</title>
<updated>2018-02-18T12:25:18+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-18T12:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d01aacb45e3b1cfd5a4446c2fef5607e5f5f1996'/>
<id>d01aacb45e3b1cfd5a4446c2fef5607e5f5f1996</id>
<content type='text'>
It's slightly strange how the classes and objects are structured in the
Vomnibar.

However, this refactors the code for launching URLs (including
Javascript URLs) such that we're not repeating the logix in two separate
places.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's slightly strange how the classes and objects are structured in the
Vomnibar.

However, this refactors the code for launching URLs (including
Javascript URLs) such that we're not repeating the logix in two separate
places.
</pre>
</div>
</content>
</entry>
<entry>
<title>allow javascript: URLs for custom search engines.</title>
<updated>2018-02-18T11:36:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-18T11:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=6cef4caf7a21fdf7e8b52a6d8145d024c3ca6d19'/>
<id>6cef4caf7a21fdf7e8b52a6d8145d024c3ca6d19</id>
<content type='text'>
For example, search the current site:

    cd: javascript:location='http://www.google.com/search?num=100&amp;q=site:'+escape(location.hostname)+'+%s'

Apparently an example like this has been on the Wiki for four years, but
it has not been supported.

However, the change is so trivial that it's worth doing anyway.

Fixes #2956.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, search the current site:

    cd: javascript:location='http://www.google.com/search?num=100&amp;q=site:'+escape(location.hostname)+'+%s'

Apparently an example like this has been on the Wiki for four years, but
it has not been supported.

However, the change is so trivial that it's worth doing anyway.

Fixes #2956.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include backup/restore as advanced.</title>
<updated>2018-02-06T14:57:39+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-06T14:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f7149719a2e9944d4ffd65019857b318a0e2dc46'/>
<id>f7149719a2e9944d4ffd65019857b318a0e2dc46</id>
<content type='text'>
Follow on from #2750.

Specifically, the backup/restore functionality should be part of
"Advanced options".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow on from #2750.

Specifically, the backup/restore functionality should be part of
"Advanced options".
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle &lt;Enter&gt; on keypress (not keydown) in Vomnibar and HUD.</title>
<updated>2018-02-04T15:17:39+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T09:37:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1d961d5dacb71638690d06e91866d121e43edf9c'/>
<id>1d961d5dacb71638690d06e91866d121e43edf9c</id>
<content type='text'>
Proposing this as a simpler alternative to #2934.  Additionally, this
puts the logic for fixing #2915 in a single place.

Credit to @regmarmcem for figuring out the source of #2915.

Mention @regmarmcem.
Fixes #2915.
Replaces #2934.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Proposing this as a simpler alternative to #2934.  Additionally, this
puts the logic for fixing #2915 in a single place.

Credit to @regmarmcem for figuring out the source of #2915.

Mention @regmarmcem.
Fixes #2915.
Replaces #2934.
</pre>
</div>
</content>
</entry>
</feed>
