<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/content_scripts, branch 1.49</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Add a little more context to a comment</title>
<updated>2014-12-16T18:49:55+00:00</updated>
<author>
<name>Phil Crosby</name>
</author>
<published>2014-12-16T18:49:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=46a5bad5d7d3532431dca3c567ad4f148f565e08'/>
<id>46a5bad5d7d3532431dca3c567ad4f148f565e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not use Math.sign().</title>
<updated>2014-12-16T16:12:54+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-16T16:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5583e0f6921c8bc01fe701bf3c74ef34c4244f4a'/>
<id>5583e0f6921c8bc01fe701bf3c74ef34c4244f4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comments to nextFrame logic.</title>
<updated>2014-12-16T15:40:04+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-16T15:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a36a735fca856bb59dd62b6bc77c56431cc9b9fd'/>
<id>a36a735fca856bb59dd62b6bc77c56431cc9b9fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'skip-tiny-frames' of https://github.com/mrmr1993/vimium into mrmr1993-skip-tiny-frames</title>
<updated>2014-12-16T15:34:36+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-16T15:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f0d8ad6740910bef0057b863974ccf8f851e3a24'/>
<id>f0d8ad6740910bef0057b863974ccf8f851e3a24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix smooth scrolling, all cases.</title>
<updated>2014-12-16T08:25:42+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-16T08:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=84bca6fb893f41c1c179b71c1c894bdd81b64127'/>
<id>84bca6fb893f41c1c179b71c1c894bdd81b64127</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a tolerance when checking scrolling to fix zoomed scrolls</title>
<updated>2014-12-16T04:39:38+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-12-16T04:22:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=10e669904f277d66f5ef15743256a59caa01cc15'/>
<id>10e669904f277d66f5ef15743256a59caa01cc15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip over tiny frames when calling focusThisFrame</title>
<updated>2014-12-15T19:12:41+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-12-15T19:12:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8a2f7bf9db05342bab2442f6b761f855fb0ca209'/>
<id>8a2f7bf9db05342bab2442f6b761f855fb0ca209</id>
<content type='text'>
GMail and Google Inbox both use a large number of small (typically 0x0
or 1x1 frames) which we have to pass over with nextFrame to get to the
frames we want. We avoid this issue by ignoring all frames with height
or width &lt; 3, since these will be essentially invisible to the user
anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GMail and Google Inbox both use a large number of small (typically 0x0
or 1x1 frames) which we have to pass over with nextFrame to get to the
frames we want. We avoid this issue by ignoring all frames with height
or width &lt; 3, since these will be essentially invisible to the user
anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2014-12-15T17:14:41+00:00</updated>
<author>
<name>Phil Crosby</name>
</author>
<published>2014-12-15T17:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8127e09f9917564a0b5da7ace9e8aa64692c7fb6'/>
<id>8127e09f9917564a0b5da7ace9e8aa64692c7fb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix second memory leak in KeydownEvents.</title>
<updated>2014-12-15T08:46:00+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-15T08:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=82f8ccd6a8376aa854f21bf13d3649f548422fdf'/>
<id>82f8ccd6a8376aa854f21bf13d3649f548422fdf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework KeydownEvents as an abject.</title>
<updated>2014-12-15T07:01:34+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-15T07:01:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8b954d68b1d52031fbddae16dd4c56d504daf9f6'/>
<id>8b954d68b1d52031fbddae16dd4c56d504daf9f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
