aboutsummaryrefslogtreecommitdiffstats
path: root/scenario/browser.html
AgeCommit message (Collapse)Author
2011-06-17Remove obsolete scenario folderVojta Jina
* moved scenario e2e tests in test/scenario/e2e folder * remove $location test
2010-09-22Refactored the Browser:Misko Hevery
- change from using prototype to inner functions to help with better compression - removed watchers (url/cookie) and introduced a poller concept - moved the checking of URL and cookie into services which register with poolers Benefits: - Smaller minified file - can call $browser.poll() from tests to simulate polling - single place where setTimeout needs to be tested - More testable $browser