<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/tests/unit_tests, branch v1.58.2</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Remove stub for deprecated onActiveChanged</title>
<updated>2017-02-08T18:05:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-02-08T18:04:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=992149b64edf264fcd86179a2ba0f4d741f3cddd'/>
<id>992149b64edf264fcd86179a2ba0f4d741f3cddd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove stub for deprecated tabs.onSelectionChanged</title>
<updated>2017-02-08T18:01:26+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-02-08T18:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=47ba34083e229293753854dab32bf03947caea6b'/>
<id>47ba34083e229293753854dab32bf03947caea6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better line parsing (add tests).</title>
<updated>2016-10-23T15:00:08+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-23T15:00:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=4486be1f40c582bf159e034f590cb82cb84caafc'/>
<id>4486be1f40c582bf159e034f590cb82cb84caafc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better line parsing.</title>
<updated>2016-10-17T07:15:06+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-17T07:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bc2f5e0f52179e915ed7a439fc6bfa03525156ee'/>
<id>bc2f5e0f52179e915ed7a439fc6bfa03525156ee</id>
<content type='text'>
1. Explicitly remove comments.
2. A trailing backslash means the current line continues on the next line.

E.g.

    a \
      b \
      c

is a single line `a b c`.

This helps alleviate the fact that configuration lines can be very long,
whereas the *Custom key mappings* input is quite narrow.

TODO: We should use the same line parser in the custom-search-engines
input.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. Explicitly remove comments.
2. A trailing backslash means the current line continues on the next line.

E.g.

    a \
      b \
      c

is a single line `a b c`.

This helps alleviate the fact that configuration lines can be very long,
whereas the *Custom key mappings* input is quite narrow.

TODO: We should use the same line parser in the custom-search-engines
input.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor (and fix) key-parsing regexp.</title>
<updated>2016-10-08T06:52:22+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-08T06:52:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=71612af7eb81fa77c0be98a2a69e4852f4003e66'/>
<id>71612af7eb81fa77c0be98a2a69e4852f4003e66</id>
<content type='text'>
Fixes #2299.

Also, separate this regexp out into its constituent parts, because it is
becoming too different to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #2299.

Also, separate this regexp out into its constituent parts, because it is
becoming too different to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>More key-sequance parser tests.</title>
<updated>2016-10-02T13:11:24+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-02T13:11:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3cabcc92adebabf7b5665fddc29c2fa3330ec000'/>
<id>3cabcc92adebabf7b5665fddc29c2fa3330ec000</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 #2284 from smblott-github/silent-releases</title>
<updated>2016-10-02T11:33:39+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-02T11:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a6af88d3c88b3795a207aae6b364713e855ee602'/>
<id>a6af88d3c88b3795a207aae6b364713e855ee602</id>
<content type='text'>
Enable silent/patch releases.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable silent/patch releases.</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for compareVersions().</title>
<updated>2016-10-02T11:31:20+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-02T11:31:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5accaae40ebb50d5eaac19899fe1942574daf103'/>
<id>5accaae40ebb50d5eaac19899fe1942574daf103</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better regexp (to match legacy behaviour for '&lt;c-&gt;&gt;'.</title>
<updated>2016-10-02T11:25:20+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-02T11:25:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=54139c11231bf7e7a3a9f4c98fb688d2d0fe22c9'/>
<id>54139c11231bf7e7a3a9f4c98fb688d2d0fe22c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename normalizeKey to parseKeySequence.</title>
<updated>2016-10-02T08:39:21+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-02T08:39:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=4305730d512276fd929eaf12b8c134e69df52437'/>
<id>4305730d512276fd929eaf12b8c134e69df52437</id>
<content type='text'>
The new name better describes which the function does.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new name better describes which the function does.
</pre>
</div>
</content>
</entry>
</feed>
