<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/lib, branch v0.9.1</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>create HTML sanitizer to allow inclusion of untrusted HTML in safe manner.</title>
<updated>2010-10-26T20:41:07+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-19T04:20:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=4fdab3765919e9fffc6d2f84e74754b1012997be'/>
<id>4fdab3765919e9fffc6d2f84e74754b1012997be</id>
<content type='text'>
Sanitization works in two phases:
 1) We parse the HTML into sax-like events (start, end, chars).
    HTML parsing is very complex, and so it may very well be that what
    most browser consider valid HTML may not pares properly here,
    but we do best effort. We treat this parser as untrusted.
 2) We have safe sanitizeWriter which treats its input (start, end, chars)
    as untrusted content and escapes everything. It only allows elements
    in the whitelist and only allows attributes which are whitelisted.
    Any attribute value must not start with 'javascript:'. This check
    is performed after escaping for entity (&amp;xAB; etc..) and ignoring
    any whitespace.

 - Correct linky filter to use safeHtmlWriter
 - Correct html filter to use safeHtmlWriter

Close #33; Close #34
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sanitization works in two phases:
 1) We parse the HTML into sax-like events (start, end, chars).
    HTML parsing is very complex, and so it may very well be that what
    most browser consider valid HTML may not pares properly here,
    but we do best effort. We treat this parser as untrusted.
 2) We have safe sanitizeWriter which treats its input (start, end, chars)
    as untrusted content and escapes everything. It only allows elements
    in the whitelist and only allows attributes which are whitelisted.
    Any attribute value must not start with 'javascript:'. This check
    is performed after escaping for entity (&amp;xAB; etc..) and ignoring
    any whitespace.

 - Correct linky filter to use safeHtmlWriter
 - Correct html filter to use safeHtmlWriter

Close #33; Close #34
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issue where directories don't have a slash on the end and allow specifying a different port</title>
<updated>2010-10-23T21:22:54+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-22T02:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=64063b5d41c5ebac2835a83d9da40974da4d4820'/>
<id>64063b5d41c5ebac2835a83d9da40974da4d4820</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest. Cleanup whitespace.</title>
<updated>2010-10-23T20:12:45+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T20:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6ddcf918610c1dd094a964fc03e129a67f17dfaa'/>
<id>6ddcf918610c1dd094a964fc03e129a67f17dfaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for http://bugs.jquery.com/ticket/7292</title>
<updated>2010-10-23T05:46:51+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-23T05:46:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=8a867cee229b78f5bfde6a05fdbe0d7d3d608e11'/>
<id>8a867cee229b78f5bfde6a05fdbe0d7d3d608e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Better nodeserver that implements an HTTP server more completely</title>
<updated>2010-10-21T16:26:05+00:00</updated>
<author>
<name>Elliott Sprehn</name>
</author>
<published>2010-10-21T03:26:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b41bc98c54502cea070a8ca11b5d267e02f30701'/>
<id>b41bc98c54502cea070a8ca11b5d267e02f30701</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some of the failing ie tests</title>
<updated>2010-10-21T06:17:59+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-21T06:17:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05d4971abb5b8e21c5d33a71771a961c7932206b'/>
<id>05d4971abb5b8e21c5d33a71771a961c7932206b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade jstd</title>
<updated>2010-10-19T23:02:41+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-19T23:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=977cb7e03e8cc81d2a1d05a723b51aa08999e10b'/>
<id>977cb7e03e8cc81d2a1d05a723b51aa08999e10b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgraded jasmine to 1.0.1</title>
<updated>2010-10-18T04:13:28+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-18T04:12:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=352dbfa38fca660a80d6fae2c6e810f820247791'/>
<id>352dbfa38fca660a80d6fae2c6e810f820247791</id>
<content type='text'>
Close #63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Close #63
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed lint warnings and one flaky test</title>
<updated>2010-10-15T20:44:53+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-15T20:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=a36964799be3d21163ba6350d862fced2bbd3437'/>
<id>a36964799be3d21163ba6350d862fced2bbd3437</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated JSTD</title>
<updated>2010-10-15T18:58:55+00:00</updated>
<author>
<name>Misko Hevery</name>
</author>
<published>2010-10-15T18:58:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=d320e3d2c3b72896603a3df3abd26adc0bfa3c10'/>
<id>d320e3d2c3b72896603a3df3abd26adc0bfa3c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
