<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vimium/background_scripts, branch 1.42</title>
<subtitle>The hacker's browser.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/'/>
<entry>
<title>Make the default value for scrollStepSize a string.</title>
<updated>2012-10-28T09:15:56+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2012-10-28T09:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=8ab335ad9b189881a19ecaa241361541690f6115'/>
<id>8ab335ad9b189881a19ecaa241361541690f6115</id>
<content type='text'>
This interacts with these lines from settings.coffee:

    don't store the value if it is equal to the default, so we can change the defaults in the future
    if (value == @defaults[key])
      @clear(key)

If the default value is numeric, then this test NEVER succeeds (because
"==" is compiled to "===", and the types don't match).

So, scrollStepSize is stored in localStorage even if it has its default
value.  Which obviates the intention of the line quoted above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This interacts with these lines from settings.coffee:

    don't store the value if it is equal to the default, so we can change the defaults in the future
    if (value == @defaults[key])
      @clear(key)

If the default value is numeric, then this test NEVER succeeds (because
"==" is compiled to "===", and the types don't match).

So, scrollStepSize is stored in localStorage even if it has its default
value.  Which obviates the intention of the line quoted above.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use insertCSS() API instead of manually created style element.</title>
<updated>2012-10-24T19:33:56+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-10-24T19:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=647fd97bef55d2371e87f0cd418ddff62f36800e'/>
<id>647fd97bef55d2371e87f0cd418ddff62f36800e</id>
<content type='text'>
For some reason addCssToPage seemed to break on Chrome 24.

Closes #676.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For some reason addCssToPage seemed to break on Chrome 24.

Closes #676.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup, as requested by in3/Jez Ng here:</title>
<updated>2012-10-23T09:27:57+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2012-10-23T09:27:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=c380cb5c9c8dd786b8203d2ed10d451da2ece2b7'/>
<id>c380cb5c9c8dd786b8203d2ed10d451da2ece2b7</id>
<content type='text'>
  - https://github.com/philc/vimium/pull/682.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - https://github.com/philc/vimium/pull/682.
</pre>
</div>
</content>
</entry>
<entry>
<title>Missed off one key line in previous commit.</title>
<updated>2012-10-21T12:33:43+00:00</updated>
<author>
<name>Stephen Blott</name>
</author>
<published>2012-10-21T12:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d'/>
<id>5327ac1c0dedfd9f4d30e9a0bf626f9ffb962e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use block strings</title>
<updated>2012-09-12T04:19:06+00:00</updated>
<author>
<name>Darren Jeacocke</name>
</author>
<published>2012-09-12T04:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=d8e2de75544381e1f92389bad0faa060228d9ede'/>
<id>d8e2de75544381e1f92389bad0faa060228d9ede</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More lint fixes.</title>
<updated>2012-09-10T00:40:54+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-09-10T00:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=99afbfc0018d078959e7bf36352771d9e9206338'/>
<id>99afbfc0018d078959e7bf36352771d9e9206338</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more tests, and remove old settings code.</title>
<updated>2012-09-09T20:47:35+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-09-09T20:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=44ed1848548d4c73c35c3302fc47ebfc8295dcae'/>
<id>44ed1848548d4c73c35c3302fc47ebfc8295dcae</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 '1.39'</title>
<updated>2012-09-09T19:02:13+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-09-09T19:02:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=b23cf23780864178ad77928409135eded02c4181'/>
<id>b23cf23780864178ad77928409135eded02c4181</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix default hint styling.</title>
<updated>2012-09-09T05:01:16+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-09-09T05:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=5af3aafb649551115db1c871de0099cbf3d4e8eb'/>
<id>5af3aafb649551115db1c871de0099cbf3d4e8eb</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 'next-release'</title>
<updated>2012-09-08T20:37:05+00:00</updated>
<author>
<name>Jez Ng</name>
</author>
<published>2012-09-08T20:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/vimium/commit/?id=adf8b7cc617279e50594477560ec7031e2ab68ea'/>
<id>adf8b7cc617279e50594477560ec7031e2ab68ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
