<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/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>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>
<entry>
<title>treat select element as an input, setting focus to it</title>
<updated>2016-11-09T16:23:48+00:00</updated>
<author>
<name>Ramiro Araujo</name>
</author>
<published>2016-11-09T16:23:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c5d6b80cb6eae99aed461e20c99a286eaf352a2a'/>
<id>c5d6b80cb6eae99aed461e20c99a286eaf352a2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SearchEngines to bg-utils.coffee.</title>
<updated>2016-10-23T15:50:51+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2016-10-23T15:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=24a6217f26911ba4e934f4a7bff8bcd30c227163'/>
<id>24a6217f26911ba4e934f4a7bff8bcd30c227163</id>
<content type='text'>
`SearchEngines` was previously in `utils.coffee`, which means it was
loaded in *every* content frame.  This is unnecessary, since it is only
used on the background page.  So this PR moves it there.

Also:

- Simplify some unnecessarily complex logic in `vomnibar.coffee`.
- Re-use `Utils.parseLines()` to parse the custom search engine configuation text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`SearchEngines` was previously in `utils.coffee`, which means it was
loaded in *every* content frame.  This is unnecessary, since it is only
used on the background page.  So this PR moves it there.

Also:

- Simplify some unnecessarily complex logic in `vomnibar.coffee`.
- Re-use `Utils.parseLines()` to parse the custom search engine configuation text.
</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>
</feed>
