<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/background_scripts/settings.coffee, branch v1.64</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Move settings.coffee from background_scripts/ to lib/</title>
<updated>2015-05-29T11:06:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T19:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=0c12810c4c49ade77a1c8a8b3172857e19eb01f0'/>
<id>0c12810c4c49ade77a1c8a8b3172857e19eb01f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Only perform settings migration in the background page</title>
<updated>2015-05-29T11:06:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T18:58:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=bfe304932b13eb1bfe65662490d3d6b830eefec7'/>
<id>bfe304932b13eb1bfe65662490d3d6b830eefec7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move registration of postUpdateHooks to the corresponding source files</title>
<updated>2015-05-29T11:06:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T18:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d7a0daf5fa2c0a3302a8fc6b9fa0744cfa17ab42'/>
<id>d7a0daf5fa2c0a3302a8fc6b9fa0744cfa17ab42</id>
<content type='text'>
This completely decouples settings.coffee from all other background
source files, so that it can (eventually) also be used in the frontend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This completely decouples settings.coffee from all other background
source files, so that it can (eventually) also be used in the frontend.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all direct calls to Sync, stop exporting it</title>
<updated>2015-05-29T11:06:00+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T16:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=31873e39772c538cab418d03c244b4cac1addba0'/>
<id>31873e39772c538cab418d03c244b4cac1addba0</id>
<content type='text'>
This stops Sync from being referred to from anywhere except
settings.coffee and settings_test.coffee.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This stops Sync from being referred to from anywhere except
settings.coffee and settings_test.coffee.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Sync.storeAndPropagate to Settings.storeAndPropagate</title>
<updated>2015-05-29T11:05:59+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T15:35:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=960ccc627c4e55a7bdc53eead255270d9504a8bf'/>
<id>960ccc627c4e55a7bdc53eead255270d9504a8bf</id>
<content type='text'>
This function does nothing related to Sync, and only affects Settings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function does nothing related to Sync, and only affects Settings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Combine sync.coffee with settings.coffee</title>
<updated>2015-05-29T11:05:59+00:00</updated>
<author>
<name>mrmr1993</name>
</author>
<published>2015-04-27T15:21:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=9960e8f01ab8477151465af936d7cb14b84fb125'/>
<id>9960e8f01ab8477151465af936d7cb14b84fb125</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Custom-only: remove omniSearchWeightOption.</title>
<updated>2015-05-28T09:22:48+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-05-28T09:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=ded18f3bb0eb8cf2e559ff44a46564fd002a4b33'/>
<id>ded18f3bb0eb8cf2e559ff44a46564fd002a4b33</id>
<content type='text'>
This option is no longer needed, since we don't do search completion
except for custom searches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is no longer needed, since we don't do search completion
except for custom searches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Search completion; tweak constants.</title>
<updated>2015-05-13T13:39:05+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-05-13T13:38:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c3d399f9467e07733340a56ca1f71b61bedad1f9'/>
<id>c3d399f9467e07733340a56ca1f71b61bedad1f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'search-engine-completion-v5'</title>
<updated>2015-05-11T13:55:00+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-05-11T13:55:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=104dc7ff2c88c7df9760c6ca35991d9c160bbb35'/>
<id>104dc7ff2c88c7df9760c6ca35991d9c160bbb35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Search completion; add weigthing option.</title>
<updated>2015-05-11T13:43:29+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2015-05-11T13:37:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=3975c13fe040639beb56582e50d951ad4839afbb'/>
<id>3975c13fe040639beb56582e50d951ad4839afbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
