<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/content_scripts, branch 1.42</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Avoid trapping non-tab keypresses in focusInput mode.</title>
<updated>2012-11-02T20:56:34+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-30T04:28:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=af9473e7d6c9dac87e6e86602f39f790be7fff21'/>
<id>af9473e7d6c9dac87e6e86602f39f790be7fff21</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure the initial selection index is always respected.</title>
<updated>2012-10-28T09:08:42+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-28T09:08:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bfc4104609cdd2252e11ca71ca9d77f66e897527'/>
<id>bfc4104609cdd2252e11ca71ca9d77f66e897527</id>
<content type='text'>
Closes #687.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #687.
</pre>
</div>
</content>
</entry>
<entry>
<title>Address feedback.</title>
<updated>2012-10-26T06:00:54+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-26T06:00:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=12c9084bb9fd7fd269ad49d96eb14419c1b0bf03'/>
<id>12c9084bb9fd7fd269ad49d96eb14419c1b0bf03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use insertCSS() API instead of manually created style element.</title>
<updated>2012-10-24T19:33:56+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-24T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=647fd97bef55d2371e87f0cd418ddff62f36800e'/>
<id>647fd97bef55d2371e87f0cd418ddff62f36800e</id>
<content type='text'>
For some reason addCssToPage seemed to break on Chrome 24.

Closes #676.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason addCssToPage seemed to break on Chrome 24.

Closes #676.
</pre>
</div>
</content>
</entry>
<entry>
<title>Store all 4 hints-mode states in 1 state variable.</title>
<updated>2012-10-24T02:38:53+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-24T02:34:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=f3f80eed2a3a58327e4361c7deb57d87cab4b4bd'/>
<id>f3f80eed2a3a58327e4361c7deb57d87cab4b4bd</id>
<content type='text'>
We were previously storing 4 states in 3 booleans, which was overkill.
It was also harder to reason about and led to subtle bugs in the HUD
when transitioning between states.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were previously storing 4 states in 3 booleans, which was overkill.
It was also harder to reason about and led to subtle bugs in the HUD
when transitioning between states.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid spurious HUD after shift-toggling tab opening behavior.</title>
<updated>2012-10-24T01:30:21+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-24T01:30:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e0db72c81361ebc6b950f624e22a90c6261c0ca2'/>
<id>e0db72c81361ebc6b950f624e22a90c6261c0ca2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor and fix findAndFollowLink. Closes #650.</title>
<updated>2012-10-23T22:46:10+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-23T22:46:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=624f9a349a781bd287029371b4f5916265bfc728'/>
<id>624f9a349a781bd287029371b4f5916265bfc728</id>
<content type='text'>
* Fix bug where symbols that were themselves word boundaries were not
  getting matched
* Factor out some operations for efficiency
* Add tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix bug where symbols that were themselves word boundaries were not
  getting matched
* Factor out some operations for efficiency
* Add tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Deactivate alphabetical hints mode if keypress is not a hint char.</title>
<updated>2012-10-21T03:31:56+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-21T03:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ac67f18dc08174b0460df94151e09ec21a6b56c9'/>
<id>ac67f18dc08174b0460df94151e09ec21a6b56c9</id>
<content type='text'>
Closes #638, #287.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #638, #287.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor handlerStack. Closes #657.</title>
<updated>2012-10-21T03:17:45+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-21T03:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ea73be17468b1bd02171c82e1fb21b1bc16ccd0e'/>
<id>ea73be17468b1bd02171c82e1fb21b1bc16ccd0e</id>
<content type='text'>
Previously, handlerStack was designed only for removal of the handler
right at the top of the stack. However, some handlers sought to remove
themselves when they were not at the top of the stack, creating
confusion. The new handlerStack ensures that such removal can always be
done safely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, handlerStack was designed only for removal of the handler
right at the top of the stack. However, some handlers sought to remove
themselves when they were not at the top of the stack, creating
confusion. The new handlerStack ensures that such removal can always be
done safely.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix initial selected input hint index.</title>
<updated>2012-10-20T23:54:52+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-20T23:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=2ed217b43663a553c78fa08a8a10152a43e93cf5'/>
<id>2ed217b43663a553c78fa08a8a10152a43e93cf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
