<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages/vomnibar.coffee, branch v1.64.2</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<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>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>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>
<entry>
<title>on vomnibar hiding, blur input first</title>
<updated>2018-01-28T08:04:40+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-01-28T08:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f669001182df79cc75d35e074617fef30209fc7c'/>
<id>f669001182df79cc75d35e074617fef30209fc7c</id>
<content type='text'>
This should fix an IME status issue (#2924).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should fix an IME status issue (#2924).
</pre>
</div>
</content>
</entry>
<entry>
<title>Manually inject custom user CSS into our own frames/pages</title>
<updated>2017-09-29T18:01:39+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-09-29T18:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7f45a5e40128aadf02fe598310d40fca850a8e1f'/>
<id>7f45a5e40128aadf02fe598310d40fca850a8e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid repeating Backspace and Delete keys.</title>
<updated>2017-04-18T04:50:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-04-13T14:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b88ee579c4471d27dbb4aba59215f5e85b7d32a2'/>
<id>b88ee579c4471d27dbb4aba59215f5e85b7d32a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of keyCodes entirely.</title>
<updated>2017-04-18T04:50:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-04-13T13:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d03845e3151babbd63cf13e9e3d74d98351671f9'/>
<id>d03845e3151babbd63cf13e9e3d74d98351671f9</id>
<content type='text'>
event.keyCode` is depricated:

  - https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
event.keyCode` is depricated:

  - https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
</pre>
</div>
</content>
</entry>
<entry>
<title>Move keyboard utils to keydown and migrate normal/visual modes.</title>
<updated>2017-04-18T04:50:10+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-04-11T14:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=44555e7863a66b906c47f0c94507d9e055922d3e'/>
<id>44555e7863a66b906c47f0c94507d9e055922d3e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vomnibar, on tab: require there to be completions.</title>
<updated>2016-04-29T12:33:41+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-04-29T12:33:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1597664119a4b3660886f83f81e6ad91a0d7062c'/>
<id>1597664119a4b3660886f83f81e6ad91a0d7062c</id>
<content type='text'>
Do the following:

- `b`, `Tab`

The Vomnibar crashes.  The problem is that we're advancing the selection
even though there are no suggestions available.

Here, we require there to be a suggestion or suggestions before
advancing the selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do the following:

- `b`, `Tab`

The Vomnibar crashes.  The problem is that we're advancing the selection
even though there are no suggestions available.

Here, we require there to be a suggestion or suggestions before
advancing the selection.
</pre>
</div>
</content>
</entry>
</feed>
