aboutsummaryrefslogtreecommitdiffstats
path: root/test/BrowserSpecs.js
AgeCommit message (Expand)Author
2011-11-18chore(browser): rename Browser.js -> browser.js, BrowserSpec.js -> browserSpe...TEHEK Firefox
2011-10-22fix(defer.cancel): should return false instead of undefinedIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-08feat($browser): add $browser.baseHref()Vojta Jina
2011-09-08refactor($browser): extract MockWindow, use toHaveBeenCalledOnceVojta Jina
2011-09-08feat($browser): jQuery style url method, onUrlChange eventVojta Jina
2011-08-29fix(test): improve $cookie service test to work with Safari 5.1Igor Minar
2011-08-06style($function): replace $function with 'function'Igor Minar
2011-08-06feat($browser): JSONP error handlingDi Peng
2011-07-26style(warnings): added missing semi colonsMisko Hevery
2011-07-18feat($browser.$defer.cancel): support canceling defered tasksIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-13refactor($browser.xhr): use $browser.addJs for JSONPIgor Minar
2011-07-13fix($browser.addJs): make addJs jQuery compatibleIgor Minar
2011-07-13fix($browser.xhr): properly delete jsonp callbacksIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-06-02Refactor $browser's lazy start pollingVojta Jina
2011-06-02Fix hashchange event on IE8 compatibility modeVojta Jina
2011-05-31Rename deprecated wasCalled() -> toHaveBeenCalled() in all specsVojta Jina
2011-05-31Normalize IE XHR bug (status code 1223 to 204)Vojta Jina
2011-05-19Remove trailing white spaces from all source filesVojta Jina
2011-05-19XHR should add Content-type header only for POSTVojta Jina
2011-03-11Remove the script tag after successful JSONP requestMisko Hevery
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-03-11Changed the $browser.xhr parameter post from optional to requiredMisko Hevery
2011-03-11Fixed cookies which contained unescaped '=' would not show up in cookie service.Misko Hevery
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10fix onhashchange tests for IEIgor Minar
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-09-27Reworked the cookie synchronization between cookie service, $browser and docu...Igor Minar
2010-09-26Properly initialize cookie service in order to preserve existing cookiesIgor Minar
2010-09-23$cookies service refactoringIgor Minar
2010-09-22Refactored the Browser:Misko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-05-26added outstanding request queueAndres Ornelas