<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages/blank.html, branch master</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Move NormalMode to its own content script</title>
<updated>2017-10-27T17:20:23+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-24T17:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=51fa63a5e97167b015acf7b80d673d081c2b91da'/>
<id>51fa63a5e97167b015acf7b80d673d081c2b91da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove content_script_loader and all references to it</title>
<updated>2017-04-17T16:36:04+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-04-17T16:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=93a07e4c4ccc64b5939adbf71a12bfad403845ad'/>
<id>93a07e4c4ccc64b5939adbf71a12bfad403845ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Use HTML5 import to load content scripts."</title>
<updated>2017-04-16T14:24:35+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-02-08T19:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=11e4fc2e1fbb1f2c3633a7ab23dfc24eb4ca511f'/>
<id>11e4fc2e1fbb1f2c3633a7ab23dfc24eb4ca511f</id>
<content type='text'>
This reverts commit d00345f45b5b3e56970237799c69808527e91919.

This is not (and will not be) supported by Firefox.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d00345f45b5b3e56970237799c69808527e91919.

This is not (and will not be) supported by Firefox.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use HTML5 import to load content scripts.</title>
<updated>2016-10-01T11:18:24+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-01T11:05:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d00345f45b5b3e56970237799c69808527e91919'/>
<id>d00345f45b5b3e56970237799c69808527e91919</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reinstate loading vimium.css.</title>
<updated>2016-09-27T12:45:42+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-09-27T12:45:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=59942281ce88283345a201f1bfaa76b628308472'/>
<id>59942281ce88283345a201f1bfaa76b628308472</id>
<content type='text'>
Follow on from 8601edd71e74ba522e32658309cb2e7acca8aeeb.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow on from 8601edd71e74ba522e32658309cb2e7acca8aeeb.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable content-script loader (temporary).</title>
<updated>2016-09-27T05:45:19+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-09-27T05:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8601edd71e74ba522e32658309cb2e7acca8aeeb'/>
<id>8601edd71e74ba522e32658309cb2e7acca8aeeb</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic tweaks for @smblott-github</title>
<updated>2014-11-02T09:54:27+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-11-02T09:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=105503ff0ae2f971e8c7d1f42ceba0aa5846009e'/>
<id>105503ff0ae2f971e8c7d1f42ceba0aa5846009e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically load content scripts into the options and blank pages</title>
<updated>2014-11-02T06:25:40+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-07-28T15:41:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=474bcb7552dd538978e546f02b2bff1d7204aa34'/>
<id>474bcb7552dd538978e546f02b2bff1d7204aa34</id>
<content type='text'>
Load all appropriate content scripts by traversing the list in the
manifest. This removes the need to list them manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Load all appropriate content scripts by traversing the list in the
manifest. This removes the need to list them manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optional custom new tab URL</title>
<updated>2014-11-02T06:12:28+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-04-29T13:51:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=002f48e9e7b821debeb96920050705c9a6ce09b9'/>
<id>002f48e9e7b821debeb96920050705c9a6ce09b9</id>
<content type='text'>
This resolves #979.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves #979.
</pre>
</div>
</content>
</entry>
</feed>
