<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/background_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>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>Remove default binding for LinkHints.activateModeToDownloadLink.</title>
<updated>2014-12-14T07:55:33+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-14T07:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1d79e1964d1fff846f76ce4263183faaa0a2dfaf'/>
<id>1d79e1964d1fff846f76ce4263183faaa0a2dfaf</id>
<content type='text'>
LinkHints.activateModeToDownloadLink is newly-added, and hasn't been in
a release before.  It's an advanced command, and it's not clear it
warrants a default binding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LinkHints.activateModeToDownloadLink is newly-added, and hasn't been in
a release before.  It's an advanced command, and it's not clear it
warrants a default binding.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add comment to try/catch regexp.</title>
<updated>2014-12-14T06:46:26+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-14T06:46:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d69f17ce906e93c15775ce31273556613276b2e5'/>
<id>d69f17ce906e93c15775ce31273556613276b2e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Wrap RegExp for exclusions in a try catch to prevent parse error fails</title>
<updated>2014-12-14T06:31:46+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-12-14T06:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b5d0bc23d310f5dfead132086a5b223ef413d066'/>
<id>b5d0bc23d310f5dfead132086a5b223ef413d066</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 #1238 from smblott-github/smooth-scrolling-requestAnimationFrame-repeat</title>
<updated>2014-12-01T06:32:55+00:00</updated>
<author>
<name>Phil Crosby</name>
</author>
<published>2014-12-01T06:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e1b3fd550461cf137614b1314012393f00a31652'/>
<id>e1b3fd550461cf137614b1314012393f00a31652</id>
<content type='text'>
Smooth scrolling via requestAnimationFrame, with keyboard repeat</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Smooth scrolling via requestAnimationFrame, with keyboard repeat</pre>
</div>
</content>
</entry>
<entry>
<title>Frames; eliminate Array::rotate (and support large counts).</title>
<updated>2014-11-24T06:00:44+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-11-24T06:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b83165dd1f279c2b139401bd9efc075bc89cf060'/>
<id>b83165dd1f279c2b139401bd9efc075bc89cf060</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Frames; eliminate Array::rotate.</title>
<updated>2014-11-24T05:50:08+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-11-24T05:50:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5bde38eda9e855a7ef673f3e57d07826d4d00ffe'/>
<id>5bde38eda9e855a7ef673f3e57d07826d4d00ffe</id>
<content type='text'>
Array::rotate extends the array object, polluting its name space; so,
instead, we just rotate the array manually.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Array::rotate extends the array object, polluting its name space; so,
instead, we just rotate the array manually.
</pre>
</div>
</content>
</entry>
<entry>
<title>Frames; more cleanup and simplification.</title>
<updated>2014-11-23T16:36:56+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-11-23T16:36:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=4de8e668be6ff09637fbaa5e2eff2825e13f1fd6'/>
<id>4de8e668be6ff09637fbaa5e2eff2825e13f1fd6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Frames; just add new frames to the end.</title>
<updated>2014-11-23T16:05:01+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-11-23T16:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d10229e391c6b8c938da4ac71fe1ac968e21c5a0'/>
<id>d10229e391c6b8c938da4ac71fe1ac968e21c5a0</id>
<content type='text'>
We don't need to worry where frames are added, nextFrame will find the
right frame to start from anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to worry where frames are added, nextFrame will find the
right frame to start from anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Frames; always start rotation from the current frame.</title>
<updated>2014-11-23T15:49:00+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-11-23T15:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=76d3e7bc391542655c6a4ac25ef44c75aa1f0b12'/>
<id>76d3e7bc391542655c6a4ac25ef44c75aa1f0b12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
