<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium, branch v1.60.3</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Bump to v1.60.3.</title>
<updated>2017-09-15T08:38:37+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-15T08:38:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=a36768439ae253fb42131fbb205e78ac8d298b68'/>
<id>a36768439ae253fb42131fbb205e78ac8d298b68</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 #2649 from mrmr1993/linkhints-scaled-display-fix</title>
<updated>2017-09-15T06:06:50+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-15T06:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=29bb5cca58e549432b57634da582601f87c9c687'/>
<id>29bb5cca58e549432b57634da582601f87c9c687</id>
<content type='text'>
Always use getBoundingClientRect for getViewportTopLeft</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always use getBoundingClientRect for getViewportTopLeft</pre>
</div>
</content>
</entry>
<entry>
<title>FF: Tweak getViewportTopLeft to use borderTop/Left for clientTop/Left</title>
<updated>2017-09-14T19:22:09+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-09-14T19:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=09abac4c4c6be7a567478f726dab5f2456ee433d'/>
<id>09abac4c4c6be7a567478f726dab5f2456ee433d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always use getBoundingClientRect for getViewportTopLeft</title>
<updated>2017-09-14T18:40:16+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2017-09-14T18:40:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=12826329347221b46496c6ff5dfa390c20a01585'/>
<id>12826329347221b46496c6ff5dfa390c20a01585</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to v1.60.2.</title>
<updated>2017-09-14T13:04:52+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T13:04:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=e60f329eb6180cbe3261adf582ee4df3cdc0b0fe'/>
<id>e60f329eb6180cbe3261adf582ee4df3cdc0b0fe</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 #2645 from smblott-github/fix-zoom</title>
<updated>2017-09-14T13:03:05+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T13:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3b8c0f1060640efd0a9383707a1d892d102e414f'/>
<id>3b8c0f1060640efd0a9383707a1d892d102e414f</id>
<content type='text'>
Revert #2636.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revert #2636.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert #2636.</title>
<updated>2017-09-14T12:59:45+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T12:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b38324d75ff248ea9c50843e2d6cc4f6911ee8a3'/>
<id>b38324d75ff248ea9c50843e2d6cc4f6911ee8a3</id>
<content type='text'>
Mention @mrmr1993.
Mention @gdh1995.

We have zoom issues resulting from:
   - style
   - zoom
   - --force-device-scale-factor=1.5
   - HiDPI

This intended to fix HiDPI, but seems to have created problems in the
some of the other cases.

I don't have time to figure out the problem right now, so I'm going to
revert this and push it as 1.60.2.

That leaves us pretty much where we were before, I think, in terms of
zoom.

We can come back to it later.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mention @mrmr1993.
Mention @gdh1995.

We have zoom issues resulting from:
   - style
   - zoom
   - --force-device-scale-factor=1.5
   - HiDPI

This intended to fix HiDPI, but seems to have created problems in the
some of the other cases.

I don't have time to figure out the problem right now, so I'm going to
revert this and push it as 1.60.2.

That leaves us pretty much where we were before, I think, in terms of
zoom.

We can come back to it later.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add link to issue.</title>
<updated>2017-09-14T12:17:40+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T12:17:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=1dcfe54327f329c19b922cd15bc2097144311243'/>
<id>1dcfe54327f329c19b922cd15bc2097144311243</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to 1.60.1 - fix #2642.</title>
<updated>2017-09-14T12:09:59+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T12:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d1a0e4c510fa727ffb6cc71bcf043abd0b3f1377'/>
<id>d1a0e4c510fa727ffb6cc71bcf043abd0b3f1377</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 #2644 from smblott-github/fix-2642</title>
<updated>2017-09-14T12:08:15+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2017-09-14T12:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=25d561a57a0b88a1e74b5c539fa6864fddc718f1'/>
<id>25d561a57a0b88a1e74b5c539fa6864fddc718f1</id>
<content type='text'>
Fix #2642.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #2642.</pre>
</div>
</content>
</entry>
</feed>
