<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/content_scripts, branch v1.63</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Make the reload command accept a count.</title>
<updated>2018-02-13T14:43:25+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-13T14:43:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2128ef3a4b6bb989323200578b230dfb1e178c2e'/>
<id>2128ef3a4b6bb989323200578b230dfb1e178c2e</id>
<content type='text'>
Move the `reload` command to the background page and make it accept a
count prefix.

Fixes #674.

Althought the demand for this is low and the use cases limited, it is a
very vim-ish extension to the existing command.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the `reload` command to the background page and make it accept a
count prefix.

Fixes #674.

Althought the demand for this is low and the use cases limited, it is a
very vim-ish extension to the existing command.
</pre>
</div>
</content>
</entry>
<entry>
<title>Create flash frame Shadow DOM element on demand.</title>
<updated>2018-02-05T10:27:01+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-05T10:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=065b57d30d56c5375b2ac0c06b04bd8bac0a3cf6'/>
<id>065b57d30d56c5375b2ac0c06b04bd8bac0a3cf6</id>
<content type='text'>
It looks like we'll be initialising the Vomnibar on demand (see #2939,
merged).  In this case, we should also initialise the flash frame on
demand.  This means that *none* of Vimium's UI elements are now created
until they are needed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It looks like we'll be initialising the Vomnibar on demand (see #2939,
merged).  In this case, we should also initialise the flash frame on
demand.  This means that *none* of Vimium's UI elements are now created
until they are needed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gdh1995--hook-to-string'</title>
<updated>2018-02-04T12:38:49+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T12:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5801e6d2533edd9484b0fa8ced8a9fe933b8ac7e'/>
<id>5801e6d2533edd9484b0fa8ced8a9fe933b8ac7e</id>
<content type='text'>
This is #2941.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is #2941.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak #2941.</title>
<updated>2018-02-04T12:37:58+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T12:37:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a5e0f989c3f02c2bbe16517ae67a3e151860c1cc'/>
<id>a5e0f989c3f02c2bbe16517ae67a3e151860c1cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make the hooked addEventListener looks native</title>
<updated>2018-02-04T09:49:10+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-02-04T09:49:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3a4db76703e852670ca1078b2205edffcaa3efcf'/>
<id>3a4db76703e852670ca1078b2205edffcaa3efcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2939 from smblott-github/disable-preload-vomnibar</title>
<updated>2018-02-04T09:02:37+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T09:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a61b8202815373775ea2d068ee9ac30bace62ae0'/>
<id>a61b8202815373775ea2d068ee9ac30bace62ae0</id>
<content type='text'>
Disable pre-loading of Vomnibar iframe.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Disable pre-loading of Vomnibar iframe.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove \I (ignore case) flag for find mode.</title>
<updated>2018-02-04T08:57:32+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T08:57:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1d84edc0b2fce08034316c1665b6dc75d32d9ee6'/>
<id>1d84edc0b2fce08034316c1665b6dc75d32d9ee6</id>
<content type='text'>
It appears that nobody is using this (and it is broken).  So this PR
removes this feature.

Fixes #2937 (kind of).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It appears that nobody is using this (and it is broken).  So this PR
removes this feature.

Fixes #2937 (kind of).
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable pre-loading of Vomnibar iframe.</title>
<updated>2018-02-04T08:50:27+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-04T08:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d15f4a13c273934000173562cfa0f2b4c936c6f7'/>
<id>d15f4a13c273934000173562cfa0f2b4c936c6f7</id>
<content type='text'>
Pre-loading the Vomnibar iframe seems to be causing some issues with the
dev console.  This PR disables pre-loading of the Vomnibar.

I'm going to try this out for a while.  If it doesn't seem to sluggish,
then I'll merge it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pre-loading the Vomnibar iframe seems to be causing some issues with the
dev console.  This PR disables pre-loading of the Vomnibar.

I'm going to try this out for a while.  If it doesn't seem to sluggish,
then I'll merge it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug on hashchange event.</title>
<updated>2018-01-19T11:00:44+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-01-19T11:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a461d8d5ecd1aee1ae4cd28b1e0d12dc04adc152'/>
<id>a461d8d5ecd1aee1ae4cd28b1e0d12dc04adc152</id>
<content type='text'>
This handler is undefined at the point that it is installed.  The
definition is at the bottom of the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This handler is undefined at the point that it is installed.  The
definition is at the bottom of the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue reference</title>
<updated>2018-01-10T17:21:27+00:00</updated>
<author>
<name>Florian Bruhin</name>
</author>
<published>2018-01-10T17:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bf47b815ae7275131d24bc36a2a96b00a0ec2dcc'/>
<id>bf47b815ae7275131d24bc36a2a96b00a0ec2dcc</id>
<content type='text'>
This sounds like #2035, #2305 is unrelated.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This sounds like #2035, #2305 is unrelated.</pre>
</div>
</content>
</entry>
</feed>
