<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/pages, branch v1.62</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Show browser-blocking complaint in the popup for empty portForTab object</title>
<updated>2017-12-02T18:42:35+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-12-02T18:42:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=601aad57c843ff1368c5a9e152ea609431cac1a0'/>
<id>601aad57c843ff1368c5a9e152ea609431cac1a0</id>
<content type='text'>
To test the difference:
* load an unblocked URL (e.g. https://www.example.com) in a tab
* open the popup, see that the exclusion rules show as expected
* navigate the tab to a blocked URL (e.g. chrome://extensions)
* open the popup again

Before this commit, the popup still shows the exclusion rules, because
there is still a portForTabs object associated with the tabId.

This commit adds a second check to see if the object is empty, and the
message shows as expected, because all of the ports have been closed and
cleared from the object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To test the difference:
* load an unblocked URL (e.g. https://www.example.com) in a tab
* open the popup, see that the exclusion rules show as expected
* navigate the tab to a blocked URL (e.g. chrome://extensions)
* open the popup again

Before this commit, the popup still shows the exclusion rules, because
there is still a portForTabs object associated with the tabId.

This commit adds a second check to see if the object is empty, and the
message shows as expected, because all of the ports have been closed and
cleared from the object.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use portsForTab to decide whether Vimium can access a tab or not</title>
<updated>2017-12-02T15:02:43+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-12-02T15:02:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=fb00eaa6bd4ee8889d10a9ef9d976fefd3be7879'/>
<id>fb00eaa6bd4ee8889d10a9ef9d976fefd3be7879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note disabled in page popup.</title>
<updated>2017-12-02T14:15:30+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-12-02T13:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e9fba3a6c1aa2979a4045f61c3d03ad9cefd9a4b'/>
<id>e9fba3a6c1aa2979a4045f61c3d03ad9cefd9a4b</id>
<content type='text'>
On pages where the browser does not run extensions like vimium,
replace the popup with a note explaining what and why.

Fixes #2850.

Currently, this is unsatisfactory because, on the Chrome new tab page,
Vimium does not become active until the user tabs or clicks into the
page (which is weird).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On pages where the browser does not run extensions like vimium,
replace the popup with a note explaining what and why.

Fixes #2850.

Currently, this is unsatisfactory because, on the Chrome new tab page,
Vimium does not become active until the user tabs or clicks into the
page (which is weird).
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not initialise backup/restore on the popup page.</title>
<updated>2017-12-02T08:08:52+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-12-02T08:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e32aaa80600140d2ee918549925ddd06ddb5f930'/>
<id>e32aaa80600140d2ee918549925ddd06ddb5f930</id>
<content type='text'>
This was generating a (harmless) error on the popup page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was generating a (harmless) error on the popup page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unused parameter.</title>
<updated>2017-11-25T07:57:26+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-11-25T07:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=16e147b976be187683ece3e28fbc8804c6b6d17c'/>
<id>16e147b976be187683ece3e28fbc8804c6b6d17c</id>
<content type='text'>
Tweak of #2601.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tweak of #2601.
</pre>
</div>
</content>
</entry>
<entry>
<title>FF: Show HUD (transparently) when pasting, manage focus changes better</title>
<updated>2017-11-18T12:40:47+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-08-15T21:24:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ec95cc2573526355c336f0f11b45ee608470a78b'/>
<id>ec95cc2573526355c336f0f11b45ee608470a78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FF: Use HUD.copyToClipboard everywhere</title>
<updated>2017-11-18T12:38:10+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-08-15T17:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=05604d8965da712b1709d0458fa1f3ca7a1d7f2f'/>
<id>05604d8965da712b1709d0458fa1f3ca7a1d7f2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FF: Refocus the parent window after focusing the HUD for clipboard ops</title>
<updated>2017-11-18T12:38:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-08-15T16:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=fb25b26c06eae7d00c6cfe81a7f8b9068724af03'/>
<id>fb25b26c06eae7d00c6cfe81a7f8b9068724af03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FF: Add copy/paste functions to the HUD</title>
<updated>2017-11-18T12:35:14+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-08-15T15:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5f36adb083b86324923a9a316541a84448475dc0'/>
<id>5f36adb083b86324923a9a316541a84448475dc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change description of CSS option</title>
<updated>2017-11-16T12:41:12+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-11-16T12:37:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1512b4b5fad3872ec4f7efa6ee65af5d9ff82ba8'/>
<id>1512b4b5fad3872ec4f7efa6ee65af5d9ff82ba8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
