| Age | Commit message (Collapse) | Author | 
|---|
|  | BREAKING CHANGE: As communicated before, IE8 is no longer supported.
more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approaches.html | 
|  | Currently there is only a minimal test spec in place. But this will now
be run as part of the test tasks. | 
|  | browser
Use the multiConfiguration ability of Protractor to start tests on multiple browsers
from the same travis cell. Group tests by type (jquery, jqlite, or docs tests) instead
of by browser. Turn on tests for jQuery. | 
|  | The task was removed by an earlier commit, and executing it breaks TravisCI builds. It may be
replaced at a later date. | 
|  | jquery and jqlite
Closes #6159 | 
|  |  | 
|  | 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. | 
|  | protractor
Thanks to jeffbcross, petebacondarwin, btford, jdeboer, tbosch for contributions!
Closes #6023 | 
|  | the docs | 
|  | Refactoring so that it's easier to use both SL/BS just depending on a global switch. |