<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/tests/dom_tests/dom_tests.html, 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>Guard against chrome being undefined in the HUD iframe</title>
<updated>2015-06-10T16:22:21+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-06-02T16:19:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=73c651465d1395e23daae01b0ae2a3df5b24a789'/>
<id>73c651465d1395e23daae01b0ae2a3df5b24a789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rewrite settings as a tight wrapper around Settings, tweaks for tests</title>
<updated>2015-05-31T16:51:01+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-05-31T15:35:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=0de6b076271b673d0e1dcc2b74b2ddd1646bf08e'/>
<id>0de6b076271b673d0e1dcc2b74b2ddd1646bf08e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the HUD to its own file</title>
<updated>2015-05-11T15:33:41+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-05-11T15:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ecf2535be3655a1309f7fcf5fb0040addb7c97fd'/>
<id>ecf2535be3655a1309f7fcf5fb0040addb7c97fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on yank/scroll.</title>
<updated>2015-02-11T05:52:14+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-02-11T05:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=91767943290f799ce99a935a8ce19f1766508d91'/>
<id>91767943290f799ce99a935a8ce19f1766508d91</id>
<content type='text'>
When we exit visual mode with "y"...

"y" is a command for visual mode.  Currently it clears the selection.
Because it's executed as a command, scrollIntoView is called after
running the command.  Because the selection is cleared, scrollIntoView
found nothing to scroll, and was creating an error.

So we need to check whether there's anything to scroll into view, before
trying to scroll it.

Also fix mis-named file in the tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When we exit visual mode with "y"...

"y" is a command for visual mode.  Currently it clears the selection.
Because it's executed as a command, scrollIntoView is called after
running the command.  Because the selection is cleared, scrollIntoView
found nothing to scroll, and was creating an error.

So we need to check whether there's anything to scroll into view, before
trying to scroll it.

Also fix mis-named file in the tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Modes; fix tests</title>
<updated>2015-01-06T05:53:21+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-01-06T05:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=daf589f2805d1c6325fab20e4232549a4ffea632'/>
<id>daf589f2805d1c6325fab20e4232549a4ffea632</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modes; incorporate three test modes.</title>
<updated>2015-01-01T09:37:20+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-31T20:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=acefe43cef5a216cb2504e85799699c359b6b4d8'/>
<id>acefe43cef5a216cb2504e85799699c359b6b4d8</id>
<content type='text'>
As a proof of concept, this incorporates normal mode, passkeys mode and
insert mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a proof of concept, this incorporates normal mode, passkeys mode and
insert mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'smblott-link-hints-overlap' into post-1.46</title>
<updated>2014-12-30T15:19:21+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-30T15:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2e9b9105601a2ea9f454875e776b00baec4299d8'/>
<id>2e9b9105601a2ea9f454875e776b00baec4299d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for UIComponent Vomnibar iframe</title>
<updated>2014-12-29T19:26:26+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-12-29T19:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b5e9dcb5f87391c0da937517182889eb47ec8f0a'/>
<id>b5e9dcb5f87391c0da937517182889eb47ec8f0a</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 'smblott-uicomponent-iframe' into post-1.46-with-uicomponent-iframe</title>
<updated>2014-12-29T17:28:37+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-29T17:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f7541ed966859ae893600f5cfd17a1965efd0822'/>
<id>f7541ed966859ae893600f5cfd17a1965efd0822</id>
<content type='text'>
Conflicts:
	content_scripts/vimium_frontend.coffee
	manifest.json
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	content_scripts/vimium_frontend.coffee
	manifest.json
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for UIComponent</title>
<updated>2014-12-28T19:51:45+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2014-12-28T19:51:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=697b065f9adff48ad270d8ea85e90faa63190179'/>
<id>697b065f9adff48ad270d8ea85e90faa63190179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
