<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js/src/ng, branch v1.2.12</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>chore(testing): de-flake a ngHref test for navigating away from the Angular page</title>
<updated>2014-02-07T01:03:39+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-02-06T20:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=16301bed2838276b1d5f315bde621edb32f82c6c'/>
<id>16301bed2838276b1d5f315bde621edb32f82c6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(testing): run end to end tests on firefox and safari as well as chrome</title>
<updated>2014-02-05T23:39:59+00:00</updated>
<author>
<name>Julie</name>
</author>
<published>2014-01-31T02:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0e85ca9ddb5f259908400463764fd6141977b341'/>
<id>0e85ca9ddb5f259908400463764fd6141977b341</id>
<content type='text'>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the Travis and Jenkins configs to run protractor tests on Safari and Firefox as well,
and make the Travis tests run output XML and turn off color.

Fix tests which were failing in Firefox due to clear() not working as expected.

Fix tests which were failing in Safari due to SafariDriver not understanding the minus key,
and disable tests which SafariDriver has no support for.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): ignore xhr.responseType setter exception if value is "json"</title>
<updated>2014-02-05T00:34:31+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-02-04T23:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=24699ee8f04c1f1459be1d36207e654421d58ff0'/>
<id>24699ee8f04c1f1459be1d36207e654421d58ff0</id>
<content type='text'>
WebKit added support for the json responseType value on 09/03/2013
https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are known to throw when
setting the value "json" as the response type. Other older browsers implementing the responseType.
Other browsers with infrequent update cycles may also be affected.

The json responseType value can be ignored if not supported, because JSON payloads are parsed on the
client-side regardless.

Closes #6115
Closes #6122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WebKit added support for the json responseType value on 09/03/2013
https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are known to throw when
setting the value "json" as the response type. Other older browsers implementing the responseType.
Other browsers with infrequent update cycles may also be affected.

The json responseType value can be ignored if not supported, because JSON payloads are parsed on the
client-side regardless.

Closes #6115
Closes #6122
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(log.js): param debugEnabled is a boolean and not a string</title>
<updated>2014-02-05T00:26:36+00:00</updated>
<author>
<name>GiffenGood</name>
</author>
<published>2014-02-04T15:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=aa6a0e3fc6e98e362b5705ea730ab9c2fcf7a7e6'/>
<id>aa6a0e3fc6e98e362b5705ea730ab9c2fcf7a7e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>revert: "fix($http): ignore xhr.responseType setter exception if value is "json""</title>
<updated>2014-02-05T00:09:53+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-02-05T00:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=058842ad04009c306f9ac1403f3b8e354af523bd'/>
<id>058842ad04009c306f9ac1403f3b8e354af523bd</id>
<content type='text'>
This reverts commit 431bad01835f0294eb159d5b08101d5904828147.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 431bad01835f0294eb159d5b08101d5904828147.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($http): ignore xhr.responseType setter exception if value is "json"</title>
<updated>2014-02-04T23:46:54+00:00</updated>
<author>
<name>Caitlin Potter</name>
</author>
<published>2014-02-04T23:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=431bad01835f0294eb159d5b08101d5904828147'/>
<id>431bad01835f0294eb159d5b08101d5904828147</id>
<content type='text'>
WebKit added support for the json responseType value on 09/03/2013
https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are known to throw when
setting the value "json" as the response type. Other older browsers implementing the responseType.
Other browsers with infrequent update cycles may also be affected.

The json responseType value can be ignored if not supported, because JSON payloads are parsed on the
client-side regardless.

Closes #6115
Closes #6122
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WebKit added support for the json responseType value on 09/03/2013
https://bugs.webkit.org/show_bug.cgi?id=73648. Versions of Safari prior to 7 are known to throw when
setting the value "json" as the response type. Other older browsers implementing the responseType.
Other browsers with infrequent update cycles may also be affected.

The json responseType value can be ignored if not supported, because JSON payloads are parsed on the
client-side regardless.

Closes #6115
Closes #6122
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($compile): fixed syntax error.</title>
<updated>2014-02-04T13:45:48+00:00</updated>
<author>
<name>Kamil Pekala</name>
</author>
<published>2014-02-04T12:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=0da6cc91186a04b089994293c0dfcda11851dd2d'/>
<id>0da6cc91186a04b089994293c0dfcda11851dd2d</id>
<content type='text'>
"how to" was written twice in a row.

Closes #6110
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"how to" was written twice in a row.

Closes #6110
</pre>
</div>
</content>
</entry>
<entry>
<title>docs($q): fixed grammatical error</title>
<updated>2014-02-04T08:00:31+00:00</updated>
<author>
<name>John Kurlak</name>
</author>
<published>2014-02-01T21:25:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=cc60ba1f357e13145222011ba97e6b0694937f82'/>
<id>cc60ba1f357e13145222011ba97e6b0694937f82</id>
<content type='text'>
"Promises" should be of the possessive form.

Closes #6082
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"Promises" should be of the possessive form.

Closes #6082
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(ngClass): remove debugger statement from an e2e test</title>
<updated>2014-02-03T19:43:14+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-03T19:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=19ba6510d02317311fd1af3a173bc9eb970615bc'/>
<id>19ba6510d02317311fd1af3a173bc9eb970615bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(http): make jshint happy</title>
<updated>2014-02-01T01:03:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2014-02-01T01:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=6609e3da76dd898cfe85f75f23ab2e39fee65fe5'/>
<id>6609e3da76dd898cfe85f75f23ab2e39fee65fe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
