<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages/content_script_loader.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>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>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>
</feed>
