<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/content_scripts, branch 1.52</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Traverse shadow DOMs when looking for scrollable elements</title>
<updated>2015-09-06T23:53:36+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-09-06T23:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ed2a46b22e9c2a03392127bb9a85f67b88d790cc'/>
<id>ed2a46b22e9c2a03392127bb9a85f67b88d790cc</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 #1774 from mrmr1993/single-character-passkeys-only</title>
<updated>2015-09-06T11:11:41+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-06T11:11:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d425d5c542c0883c078c0818fb4b567c8f57e7ff'/>
<id>d425d5c542c0883c078c0818fb4b567c8f57e7ff</id>
<content type='text'>
Only apply passkeys to single character keys explicitly</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only apply passkeys to single character keys explicitly</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gdh1995-better-KeydownEvents'</title>
<updated>2015-09-06T11:05:14+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-06T11:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c2a6205bae5e8d522de9bdab5af736e8f7edb637'/>
<id>c2a6205bae5e8d522de9bdab5af736e8f7edb637</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename stringify to getEventCode.</title>
<updated>2015-09-06T11:04:58+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-06T11:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=acc491c9ec788872000687708705cdcda14c085f'/>
<id>acc491c9ec788872000687708705cdcda14c085f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use documentReady instead of setTimeout to init focusThisFrame</title>
<updated>2015-08-29T13:42:36+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-29T13:42:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=0537ebb07670909a21134e16ed30b3786fc6f4a0'/>
<id>0537ebb07670909a21134e16ed30b3786fc6f4a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean code</title>
<updated>2015-08-28T13:10:04+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=da8653f303015f0780fe3270a2ec8db60316d29e'/>
<id>da8653f303015f0780fe3270a2ec8db60316d29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix the bug that XML view page may change itself into RSS document</title>
<updated>2015-08-28T13:06:59+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7fc38e75a63aec65b03b92acd2089fa8b0c97235'/>
<id>7fc38e75a63aec65b03b92acd2089fa8b0c97235</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use createElementNS for XML documents and remove XML specific codepaths</title>
<updated>2015-08-26T17:22:52+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-08-26T17:21:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=46fe5cffc952b80371f839fce0aa2fc8ded27f50'/>
<id>46fe5cffc952b80371f839fce0aa2fc8ded27f50</id>
<content type='text'>
This implements @gdh1995's idea from #1796.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements @gdh1995's idea from #1796.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent perpetual scroll.</title>
<updated>2015-08-22T10:50:36+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-08-22T10:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=99c8eb517b89a7c1acc4d4f28dde1ce6f5c7713f'/>
<id>99c8eb517b89a7c1acc4d4f28dde1ce6f5c7713f</id>
<content type='text'>
If we miss the keyup event while a smooth scroll is active (because the
focus changes), then we scroll forever.  This stops scrolling on blur.

Fixes #1788.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If we miss the keyup event while a smooth scroll is active (because the
focus changes), then we scroll forever.  This stops scrolling on blur.

Fixes #1788.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1745 from poacher2k/patch-1</title>
<updated>2015-08-22T10:09:55+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-08-22T10:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=207c1591073c1577c50d37cc551cb25994ceca03'/>
<id>207c1591073c1577c50d37cc551cb25994ceca03</id>
<content type='text'>
Add support for ngClick to link hints </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for ngClick to link hints </pre>
</div>
</content>
</entry>
</feed>
