<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/tests/dom_tests, branch master</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>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>Move NormalMode to its own content script</title>
<updated>2017-10-27T17:20:23+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-24T17:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=51fa63a5e97167b015acf7b80d673d081c2b91da'/>
<id>51fa63a5e97167b015acf7b80d673d081c2b91da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct a longstanding typo in DOM tests</title>
<updated>2017-10-06T01:07:51+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-06T01:05:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c1f59edd04f62518ff0254880e210f13d35492ad'/>
<id>c1f59edd04f62518ff0254880e210f13d35492ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check whether events are trusted before executing listeners</title>
<updated>2017-08-18T17:51:45+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-08-18T17:41:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d946a98df10bf1ae5bb02e5cd7eaa2a0c3a06aad'/>
<id>d946a98df10bf1ae5bb02e5cd7eaa2a0c3a06aad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove use of keyCodes entirely.</title>
<updated>2017-04-18T04:50:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-04-13T13:57:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d03845e3151babbd63cf13e9e3d74d98351671f9'/>
<id>d03845e3151babbd63cf13e9e3d74d98351671f9</id>
<content type='text'>
event.keyCode` is depricated:

  - https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
event.keyCode` is depricated:

  - https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework tests for all key handling on keydown.</title>
<updated>2017-04-18T04:50:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-04-13T13:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8e4119f84bbde748eb595e6766dbb47a6cd0133c'/>
<id>8e4119f84bbde748eb595e6766dbb47a6cd0133c</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 #2326 from smblott-github/move-search-engines-to-bg-utils</title>
<updated>2016-12-10T10:51:57+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-12-10T10:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bd06c7ccfbfcf36e6d15fba72b7af90254b05da2'/>
<id>bd06c7ccfbfcf36e6d15fba72b7af90254b05da2</id>
<content type='text'>
Move SearchEngines to bg-utils.coffee.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move SearchEngines to bg-utils.coffee.</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak #2338.</title>
<updated>2016-12-10T10:32:13+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-12-10T10:32:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c'/>
<id>856f0ff8b35a66ecfa8a77ae41f4b761c1b1951c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
