<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages, branch v1.61</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Allow using capital letters as link hint characters</title>
<updated>2017-10-06T07:20:40+00:00</updated>
<author>
<name>Anton Strömkvist</name>
</author>
<published>2017-10-05T15:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d471f3aed1646646b7a8802944314170b4b20eed'/>
<id>d471f3aed1646646b7a8802944314170b4b20eed</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 #2687 from mrmr1993/fix-popup</title>
<updated>2017-10-01T16:09:16+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-10-01T16:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=10bcb92735f820779950557c5d59d35f769a10fc'/>
<id>10bcb92735f820779950557c5d59d35f769a10fc</id>
<content type='text'>
Fix the popup dialog</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the popup dialog</pre>
</div>
</content>
</entry>
<entry>
<title>Include DOM utils in the popup dialog</title>
<updated>2017-10-01T15:37:36+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-10-01T15:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=60d6256eec4cb7bbeaa884701cd6b21e4dbcb551'/>
<id>60d6256eec4cb7bbeaa884701cd6b21e4dbcb551</id>
<content type='text'>
DOM utils are required to inject user CSS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DOM utils are required to inject user CSS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update "Treat find queries as regular expressions"</title>
<updated>2017-09-30T17:48:18+00:00</updated>
<author>
<name>Dibyadeep Paul</name>
</author>
<published>2017-09-30T17:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ee2ccd5b82b686ccbc71d7d183ade034ebc18dda'/>
<id>ee2ccd5b82b686ccbc71d7d183ade034ebc18dda</id>
<content type='text'>
Changed "Treat find queries as regular expressions" to "Treat find queries as Javascript regular expressions", to reduce confusion. There are tonnes of different types of regular expressions, so specifying what type of regular expressions is used, will reduce confusion.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changed "Treat find queries as regular expressions" to "Treat find queries as Javascript regular expressions", to reduce confusion. There are tonnes of different types of regular expressions, so specifying what type of regular expressions is used, will reduce confusion.</pre>
</div>
</content>
</entry>
<entry>
<title>Manually inject custom user CSS into our own frames/pages</title>
<updated>2017-09-29T18:01:39+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-09-29T18:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=7f45a5e40128aadf02fe598310d40fca850a8e1f'/>
<id>7f45a5e40128aadf02fe598310d40fca850a8e1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use .textContent instead of .innerHTML, where appropriate.</title>
<updated>2017-09-15T09:42:58+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-15T09:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c363e4b18eee636f7cc9ef48473ba6d610e06220'/>
<id>c363e4b18eee636f7cc9ef48473ba6d610e06220</id>
<content type='text'>
From a FF extension reviewer (gatekeeper) on Mozilla add-ons:

  Comments:
  Thank you for your contribution.

  Please note the following for the next update:
  1) For inserting text, textContent (or JQuery text) or createTextNode() should be used instead of innerHTML.
  eg: $(&amp;quot;saveOptions&amp;quot;).innerHTML = &amp;quot;Save Changes&amp;quot;;

So, here, `.innerHTML` is replaced with `.textContent` for elements
which only ever have text content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From a FF extension reviewer (gatekeeper) on Mozilla add-ons:

  Comments:
  Thank you for your contribution.

  Please note the following for the next update:
  1) For inserting text, textContent (or JQuery text) or createTextNode() should be used instead of innerHTML.
  eg: $(&amp;quot;saveOptions&amp;quot;).innerHTML = &amp;quot;Save Changes&amp;quot;;

So, here, `.innerHTML` is replaced with `.textContent` for elements
which only ever have text content.
</pre>
</div>
</content>
</entry>
<entry>
<title>Load settings.js in the HUD.</title>
<updated>2017-09-01T12:54:15+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-01T12:54:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bbad2739341c59e4b1eb413dd52a4cf7b9159fd8'/>
<id>bbad2739341c59e4b1eb413dd52a4cf7b9159fd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better explanation of ignoreKeyboardLayout.</title>
<updated>2017-09-01T12:27:27+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-01T12:27:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=02c09ba0dd0ff9573eb4d32d66fda5c0928c4d2c'/>
<id>02c09ba0dd0ff9573eb4d32d66fda5c0928c4d2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include Settings in Vomnibar page.</title>
<updated>2017-09-01T10:33:28+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-01T10:33:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c48a2affc3c62fe60cb60cdc0e0c5a67bf08214a'/>
<id>c48a2affc3c62fe60cb60cdc0e0c5a67bf08214a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ignoreKeyboardLayout option (under advanced).</title>
<updated>2017-08-31T15:21:59+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-08-31T15:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=54b77bee1cfab13d34d078d05a20678412dfba6a'/>
<id>54b77bee1cfab13d34d078d05a20678412dfba6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
