<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/tests, branch v1.64.1</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Fix tests.</title>
<updated>2018-02-05T10:25:15+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2018-02-05T10:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962'/>
<id>f3ea08b2e8f22e21e9ff561ecc80dccd6c9f2962</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Detect click listeners for link hints.</title>
<updated>2017-12-14T14:12:08+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-12-14T14:08:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f2d7e185c704e3cf8f6ca0c9d3d4da2498610475'/>
<id>f2d7e185c704e3cf8f6ca0c9d3d4da2498610475</id>
<content type='text'>
This is a simpler version of #1167.  It detects clickable elements with
listeners added with `addEventListener()`.

It includes some of @mrmr1993's ideas from #1167 (in fact, it's mostly
those ideas tweaked into a slightly different form).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a simpler version of #1167.  It detects clickable elements with
listeners added with `addEventListener()`.

It includes some of @mrmr1993's ideas from #1167 (in fact, it's mostly
those ideas tweaked into a slightly different form).
</pre>
</div>
</content>
</entry>
<entry>
<title>Stub DomUtils.consumeKeyup to fix handler stack tests</title>
<updated>2017-11-09T15:00:02+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-11-09T15:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ca6733c88e94c4e0d8d916eb4d494d4c8a179aa4'/>
<id>ca6733c88e94c4e0d8d916eb4d494d4c8a179aa4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Rect.rectOverlaps to Rect.intersectsStrict, clarify the comment</title>
<updated>2017-11-01T07:48:39+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-07-04T11:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=60ca3238e5e5d35f3ed6acbbadd370f432b746ef'/>
<id>60ca3238e5e5d35f3ed6acbbadd370f432b746ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Rect.contains to Rect.intersects, add an explanitory comment</title>
<updated>2017-11-01T07:46:22+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-07-04T11:46:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e424bb942b58e5cee3506e42b6f3aa9008eb7b17'/>
<id>e424bb942b58e5cee3506e42b6f3aa9008eb7b17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Guard against undefined DomUtils, instead of stubbing in tests</title>
<updated>2017-10-29T12:51:53+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-29T12:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=24148c709806d1631f35cd8efd3fdec4f2376f92'/>
<id>24148c709806d1631f35cd8efd3fdec4f2376f92</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove normal mode commands from global scope</title>
<updated>2017-10-28T16:09:24+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-28T16:09:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9847144f3493547af7eb419f11552ac18d7e9872'/>
<id>9847144f3493547af7eb419f11552ac18d7e9872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove invokeCommandString, call NormalModeCommands directly</title>
<updated>2017-10-28T16:04:37+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-28T16:04:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f65720e58e31a0218e0c176a9140520451e5dd7d'/>
<id>f65720e58e31a0218e0c176a9140520451e5dd7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include LinkHints, Vomnibar and Marks commands in normal mode file</title>
<updated>2017-10-27T19:35:31+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-25T00:00:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b06ed7bd5cc82ec3307aeee945bcf6bf8f9264ce'/>
<id>b06ed7bd5cc82ec3307aeee945bcf6bf8f9264ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split focusInput, move the main part into the normal mode file</title>
<updated>2017-10-27T19:35:29+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-24T23:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d8f8015f4cd71cf3681506a5ec16f00f8ab46f46'/>
<id>d8f8015f4cd71cf3681506a5ec16f00f8ab46f46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
