<feed xmlns='http://www.w3.org/2005/Atom'>
<title>angular.js, branch v0.9.x</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/'/>
<entry>
<title>fix(e2e): add index-nocache.html to run e2e tests without cache</title>
<updated>2011-10-03T19:24:29+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T00:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2f128c96191825139fe9eb1b43b0e3f5b5265440'/>
<id>2f128c96191825139fe9eb1b43b0e3f5b5265440</id>
<content type='text'>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using appcache while running e2e tests was causing the following
problems:
- Safari would occasionally reload the app (as a result of the appcache
  refresh) during the angular.validator.asychronous test, which would
  result in test failure and false positivy.
- Firefox6 would run the tests very slowly, disabling the cache resolved
  the latency issues
- Sometimes tests would run with stale code pulled from cache, which
  would result in flaky tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($route): fix regex escaping in route matcher</title>
<updated>2011-09-26T23:45:54+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-21T11:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=f7a5f1788a794d082a05e48f728b22b47a6cc622'/>
<id>f7a5f1788a794d082a05e48f728b22b47a6cc622</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($resource): action defaults should override resource defaults</title>
<updated>2011-09-26T22:52:12+00:00</updated>
<author>
<name>Marcello Nuccio</name>
</author>
<published>2011-09-02T13:50:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=b3ed7a8a7a45882751407fbb645302ee14ce1a79'/>
<id>b3ed7a8a7a45882751407fbb645302ee14ce1a79</id>
<content type='text'>
defaults definned per action should take precedence over defaults
defined for the whole resource.

This is potentialy a BREAKING CHANGE in case someone relied on the buggy
behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
defaults definned per action should take precedence over defaults
defined for the whole resource.

This is potentialy a BREAKING CHANGE in case someone relied on the buggy
behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-mocks): fix .defer.cancel when i=0</title>
<updated>2011-09-16T12:19:05+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-16T12:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=62d34e1437311536be9e51c6878de7c67b8aefd0'/>
<id>62d34e1437311536be9e51c6878de7c67b8aefd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(angular-mocks): fix forEach -&gt; angular.forEach in $browser.defer.cancel</title>
<updated>2011-09-15T23:52:30+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-15T23:39:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=855971c385071b0c61d4996ff16ddf8825b2ee32'/>
<id>855971c385071b0c61d4996ff16ddf8825b2ee32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(docs): use window.execScript instead of window.eval on IE</title>
<updated>2011-09-06T21:58:39+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-06T20:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=2d489ff936391d3d0b7269009c3737794cb80eab'/>
<id>2d489ff936391d3d0b7269009c3737794cb80eab</id>
<content type='text'>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
IE's window.eval doesn't execute in the global context, so we have to
use window.execScript instead which works like window.eval on normal
browsers. However execScript throws an exception when an empty string is
passed in, so I created a workaround with a workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix($browser.xhr): not convert 0 status to 200</title>
<updated>2011-09-06T21:33:29+00:00</updated>
<author>
<name>Vojta Jina</name>
</author>
<published>2011-09-06T21:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=fc5cda2f7296de5cd52a44bd1ced31c46f8a3a34'/>
<id>fc5cda2f7296de5cd52a44bd1ced31c46f8a3a34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test(coockbook/mvc): disable tic tac toe e2e test</title>
<updated>2011-09-03T05:34:07+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-03T05:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=05ad1ce90c4cb2200e23ed60d282c05a7ab14bd3'/>
<id>05ad1ce90c4cb2200e23ed60d282c05a7ab14bd3</id>
<content type='text'>
it looks like under certain circumstances the location service doesn't
propagate chages to window.loction. I'm disabling this test now, it is
passing on the master branch (0.10.0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it looks like under certain circumstances the location service doesn't
propagate chages to window.loction. I'm disabling this test now, it is
passing on the master branch (0.10.0)
</pre>
</div>
</content>
</entry>
<entry>
<title>test(jsonp): fixing jsonp e2e tests</title>
<updated>2011-09-03T00:10:25+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-09-02T22:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=5703984d4df214a492322ec83e805ebc2c4ea8c9'/>
<id>5703984d4df214a492322ec83e805ebc2c4ea8c9</id>
<content type='text'>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- buzz api keeps on throttling our requests which makes our build fail
  so I'm disabling the buzz demo e2e test
- the $xhr service jsonp test was modified to use jsonp on angularjs.org
  instead of buzz api for the same reason as mentioned above
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(test): improve $cookie service test to work with Safari 5.1</title>
<updated>2011-09-02T17:05:06+00:00</updated>
<author>
<name>Igor Minar</name>
</author>
<published>2011-08-26T17:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/angular.js/commit/?id=ea8952177e31e0cebc77e0a9dd6b58104f3928c3'/>
<id>ea8952177e31e0cebc77e0a9dd6b58104f3928c3</id>
<content type='text'>
the max size for safari cookies has changed sligtly so I had to adjust
the test to make cookie creation fail on this browser
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the max size for safari cookies has changed sligtly so I had to adjust
the test to make cookie creation fail on this browser
</pre>
</div>
</content>
</entry>
</feed>
