<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/lib, branch 1.52</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Traverse shadow DOMs when looking for scrollable elements</title>
<updated>2015-09-06T23:53:36+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-09-06T23:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ed2a46b22e9c2a03392127bb9a85f67b88d790cc'/>
<id>ed2a46b22e9c2a03392127bb9a85f67b88d790cc</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 #1798 from gdh1995/run-on-xml-pages</title>
<updated>2015-09-06T10:31:03+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-09-06T10:31:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=0829148981eaba1c25be757cc9c8210af6a8be61'/>
<id>0829148981eaba1c25be757cc9c8210af6a8be61</id>
<content type='text'>
Run on XML pages (version 2)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run on XML pages (version 2)</pre>
</div>
</content>
</entry>
<entry>
<title>Minor tweaks (clipboard).</title>
<updated>2015-08-29T10:33:39+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-08-29T10:33:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bd8a551d264eca08805923b72739e24f882661dd'/>
<id>bd8a551d264eca08805923b72739e24f882661dd</id>
<content type='text'>
1. We're not using Clipboard in the the content scripts, so don't import it.

2. Use consistent syntax for method calls.

This commit is a no-op.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. We're not using Clipboard in the the content scripts, so don't import it.

2. Use consistent syntax for method calls.

This commit is a no-op.
</pre>
</div>
</content>
</entry>
<entry>
<title>a better way to detect document types</title>
<updated>2015-08-28T14:42:23+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T14:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=684d14c9ccfbb48f040d238f1564825d11f3551a'/>
<id>684d14c9ccfbb48f040d238f1564825d11f3551a</id>
<content type='text'>
On a XML view page, createElement will create an "Element" object
Otherwise, createElement('div') will get an object
 : HTMLDivElement &gt;&gt; HTMLElement &gt;&gt; Element
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On a XML view page, createElement will create an "Element" object
Otherwise, createElement('div') will get an object
 : HTMLDivElement &gt;&gt; HTMLElement &gt;&gt; Element
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a new typo</title>
<updated>2015-08-28T14:37:00+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T14:37:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b771f2201c244d7b80bed337e37210faccf954d1'/>
<id>b771f2201c244d7b80bed337e37210faccf954d1</id>
<content type='text'>
oh my god
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
oh my god
</pre>
</div>
</content>
</entry>
<entry>
<title>remove `.bind` imported in da8653f because dom tests fail if bind exists</title>
<updated>2015-08-28T14:26:05+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T14:26:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=83aee937126727228a58a85a0ba1a8c5cab03010'/>
<id>83aee937126727228a58a85a0ba1a8c5cab03010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a typo in PR #1798</title>
<updated>2015-08-28T13:51:22+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=854a7972c21e5fedfbca6c06e2671d7466369919'/>
<id>854a7972c21e5fedfbca6c06e2671d7466369919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean code</title>
<updated>2015-08-28T13:10:04+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=da8653f303015f0780fe3270a2ec8db60316d29e'/>
<id>da8653f303015f0780fe3270a2ec8db60316d29e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a bug that Clipboard fails without DomUtils</title>
<updated>2015-08-28T13:08:57+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:08:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=034e2515a0a23cc02046bc761adf950232715885'/>
<id>034e2515a0a23cc02046bc761adf950232715885</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a bug that Utils using DomUtils</title>
<updated>2015-08-28T13:08:19+00:00</updated>
<author>
<name>gdh1995</name>
</author>
<published>2015-08-28T13:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=6125394ba844f4082803366ab9956dec13b547e2'/>
<id>6125394ba844f4082803366ab9956dec13b547e2</id>
<content type='text'>
remove Utils.createElementFromHtml since it's not in use
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove Utils.createElementFromHtml since it's not in use
</pre>
</div>
</content>
</entry>
</feed>
