<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium, branch master</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Bump to 1.64.2.</title>
<updated>2018-12-16T07:52:29+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-12-16T07:52:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bd0c2114b9dd0617919d713c13658a36b87e2749'/>
<id>bd0c2114b9dd0617919d713c13658a36b87e2749</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 #3175 from gdh1995/shadowDOMv1</title>
<updated>2018-12-16T07:49:36+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-12-16T07:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=451ef4e357f45d1a965cdda1788e87600b6a5b23'/>
<id>451ef4e357f45d1a965cdda1788e87600b6a5b23</id>
<content type='text'>
use Shadow DOM v1 if it exists</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use Shadow DOM v1 if it exists</pre>
</div>
</content>
</entry>
<entry>
<title>fix a small typo that attachShadow needs an argument</title>
<updated>2018-10-28T03:53:27+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-10-28T03:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5307f07729f2a35debbee6ef8c5f09493a8b81bf'/>
<id>5307f07729f2a35debbee6ef8c5f09493a8b81bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use Shadow DOM v1 if it exists</title>
<updated>2018-10-28T03:45:14+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2018-10-28T03:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=acf09d2285b47d5849b4315ac698182dad7e9c13'/>
<id>acf09d2285b47d5849b4315ac698182dad7e9c13</id>
<content type='text'>
Chrome 70 has deprecated Shadow DOM v0
    and displayed a warning when it's used.
And accroding to https://www.chromestatus.com/features/4507242028072960,
    Shadow DOM v0 will be removed since Chrome 73.

The support for Shadow DOM v1 has been there since Chrome 53 and
    is enabled by default on Firefox 63,
so it's time to use it.

Old support is still needed because Vimium's min_chrome_version is 51.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Chrome 70 has deprecated Shadow DOM v0
    and displayed a warning when it's used.
And accroding to https://www.chromestatus.com/features/4507242028072960,
    Shadow DOM v0 will be removed since Chrome 73.

The support for Shadow DOM v1 has been there since Chrome 53 and
    is enabled by default on Firefox 63,
so it's time to use it.

Old support is still needed because Vimium's min_chrome_version is 51.
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not try to findNext unless we actually have query text.</title>
<updated>2018-10-06T10:07:40+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-10-06T10:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7c77b9bef6720283b04f6253b5e3cec0c7612b15'/>
<id>7c77b9bef6720283b04f6253b5e3cec0c7612b15</id>
<content type='text'>
Fixes #3154 (I think).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3154 (I think).
</pre>
</div>
</content>
</entry>
<entry>
<title>Note %S in search engine URLs for search engines.</title>
<updated>2018-09-29T05:27:52+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-09-29T05:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9f38c2fef8286f0d59e5cd90db821aafdb5a192c'/>
<id>9f38c2fef8286f0d59e5cd90db821aafdb5a192c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Note %S in search engine URLs for search engines."</title>
<updated>2018-09-29T05:25:56+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-09-29T05:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5bb27d1a31ff92189e6daeb361a85287b6a8e9e2'/>
<id>5bb27d1a31ff92189e6daeb361a85287b6a8e9e2</id>
<content type='text'>
This reverts commit bec8bf9287679221bf30a31707dcb58fbdd033d3.

Oops.  I put this comment in the wrong place.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bec8bf9287679221bf30a31707dcb58fbdd033d3.

Oops.  I put this comment in the wrong place.
</pre>
</div>
</content>
</entry>
<entry>
<title>Note %S in search engine URLs for search engines.</title>
<updated>2018-09-29T05:24:55+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-09-29T05:24:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bec8bf9287679221bf30a31707dcb58fbdd033d3'/>
<id>bec8bf9287679221bf30a31707dcb58fbdd033d3</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 #3111 from gdh1995/use-scroll-by</title>
<updated>2018-09-29T05:20:20+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-09-29T05:20:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e49d9b47e6c4978a0f034acfc529111fbf387b1b'/>
<id>e49d9b47e6c4978a0f034acfc529111fbf387b1b</id>
<content type='text'>
use Element::scrollBy if it exists</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use Element::scrollBy if it exists</pre>
</div>
</content>
</entry>
<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>
</feed>
