<feed xmlns='http://www.w3.org/2005/Atom'>
<title>icevault/xul-ext/chrome/content, branch debian</title>
<subtitle>External password manager for Iceweasel/Firefox (CLI)</subtitle>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/'/>
<entry>
<title>Consider "invisible" forms with visible fields.</title>
<updated>2015-03-31T22:19:24+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-31T21:52:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=f35986c5fd0952b6d4af28c9a9ea31e36b245be2'/>
<id>f35986c5fd0952b6d4af28c9a9ea31e36b245be2</id>
<content type='text'>
A form can have a width/height of 0 even though its fields are visible
in the browser.  E.g.,  http://www.lenson.com

  document.forms[0].getBoundingClientRect();
    { bottom: 196, height: 0, left: 37, right: 208, top: 196, width: 171, x: 37, y: 196 }

  document.forms[0][0].getBoundingClientRect();
    { bottom: 448, height: 22, left: 60, right: 196, top: 426, width: 136, x: 60, y: 426 }

  document.forms[0][1].getBoundingClientRect();
    { bottom: 495, height: 22, left: 60, right: 196, top: 473, width: 136, x: 60, y: 473 }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A form can have a width/height of 0 even though its fields are visible
in the browser.  E.g.,  http://www.lenson.com

  document.forms[0].getBoundingClientRect();
    { bottom: 196, height: 0, left: 37, right: 208, top: 196, width: 171, x: 37, y: 196 }

  document.forms[0][0].getBoundingClientRect();
    { bottom: 448, height: 22, left: 60, right: 196, top: 426, width: 136, x: 60, y: 426 }

  document.forms[0][1].getBoundingClientRect();
    { bottom: 495, height: 22, left: 60, right: 196, top: 473, width: 136, x: 60, y: 473 }
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle empty form actions.</title>
<updated>2015-03-25T19:14:50+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-25T18:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=e7529b3c3aafb051bea1a290221d3593920fe014'/>
<id>e7529b3c3aafb051bea1a290221d3593920fe014</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use about:config to determine the socket path and perms.</title>
<updated>2015-03-25T19:08:48+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-23T22:19:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=92ed83c72e2e1006bd2c94cbe02870f7d2404cae'/>
<id>92ed83c72e2e1006bd2c94cbe02870f7d2404cae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>JSON-encode error messages.</title>
<updated>2015-03-16T15:20:24+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-16T15:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=2787294ecfe5d005d836f08f724ced938ff14965'/>
<id>2787294ecfe5d005d836f08f724ced938ff14965</id>
<content type='text'>
This ensures that control characters are escaped and defeats injection
attacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This ensures that control characters are escaped and defeats injection
attacks.
</pre>
</div>
</content>
</entry>
<entry>
<title>XUL extension</title>
<updated>2015-03-16T01:57:15+00:00</updated>
<author>
<name>Guilhem Moulin</name>
<email>guilhem@fripost.org</email>
</author>
<published>2015-03-16T01:05:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.guilhem.org/icevault/commit/?id=3750346a8e8736c726e6ad8fcb8ad82d81975fbc'/>
<id>3750346a8e8736c726e6ad8fcb8ad82d81975fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
