<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/tests/unit_tests, branch 1.50</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Add chrome.webNavigation stubs to fix tests</title>
<updated>2015-04-24T13:39:46+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-24T11:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=16df2200b491e2463b784b4979ba5e9528604b64'/>
<id>16df2200b491e2463b784b4979ba5e9528604b64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Get incognto state directly from chrome.extensions.inIncognitoContext</title>
<updated>2015-04-24T13:08:54+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-24T11:02:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8a659af44a8205f39e4c0e04146978447ca3f38e'/>
<id>8a659af44a8205f39e4c0e04146978447ca3f38e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add failing test case.</title>
<updated>2015-04-12T15:19:57+00:00</updated>
<author>
<name>Utkarsh Upadhyay</name>
</author>
<published>2015-04-12T15:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=aa083a7e985f7509d115d8a3f14f8a13314a4655'/>
<id>aa083a7e985f7509d115d8a3f14f8a13314a4655</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 search-engine logic out of settings.coffee.</title>
<updated>2015-03-29T09:44:57+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-03-29T09:44:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bfa8eb3ee2985064895e3bb7b92f135399c403af'/>
<id>bfa8eb3ee2985064895e3bb7b92f135399c403af</id>
<content type='text'>
This logic should never have been in settings.coffee.  This moves it to completion.coffee, where it belongs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This logic should never have been in settings.coffee.  This moves it to completion.coffee, where it belongs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reload content scripts after install/update.</title>
<updated>2015-03-07T16:58:02+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-03-07T16:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b05276ed8264e5a71f20a7068690ba2a414ee6d8'/>
<id>b05276ed8264e5a71f20a7068690ba2a414ee6d8</id>
<content type='text'>
This is @mrmr1993's work from #1041.

Reload content scripts when vimium is installed or updates.

(@mrmr1993:  The automatic merge was really messy (or, at least, I
couldn't figure out what was going on).  Since the bulk of #1041 was
actually quite compact, I took the liberty of just copying it in.  Hope
you don't mind.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is @mrmr1993's work from #1041.

Reload content scripts when vimium is installed or updates.

(@mrmr1993:  The automatic merge was really messy (or, at least, I
couldn't figure out what was going on).  Since the bulk of #1041 was
actually quite compact, I took the liberty of just copying it in.  Hope
you don't mind.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure inconito mode flag and find-mode-history are initialised.</title>
<updated>2015-02-23T06:25:48+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-02-21T06:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=731d45a8e8faf1f209632d5093bef5b554e26bb6'/>
<id>731d45a8e8faf1f209632d5093bef5b554e26bb6</id>
<content type='text'>
See #1495.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1495.
</pre>
</div>
</content>
</entry>
<entry>
<title>Include get and remove in test chrome stub for chrome.storage.local</title>
<updated>2015-02-09T08:39:15+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-02-09T08:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8991e7b16bdee88195851db8832707fc256e53fc'/>
<id>8991e7b16bdee88195851db8832707fc256e53fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modes; tweaks, including more tests.</title>
<updated>2015-01-11T14:36:33+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-01-11T12:19:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f76c15c6ae6565c0c08569a127974dfd3383ed88'/>
<id>f76c15c6ae6565c0c08569a127974dfd3383ed88</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 'search-engine-descriptions' of https://github.com/smblott-github/vimium into smblott-github-search-engine-descriptions</title>
<updated>2014-12-30T16:14:23+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2014-12-30T16:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=214ecb92caa8fc5a71dd3cac70a7280e1de08ccd'/>
<id>214ecb92caa8fc5a71dd3cac70a7280e1de08ccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
