index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
BrowserSpecs.js
Age
Commit message (
Expand
)
Author
2011-11-18
chore(browser): rename Browser.js -> browser.js, BrowserSpec.js -> browserSpe...
TEHEK Firefox
2011-10-22
fix(defer.cancel): should return false instead of undefined
Igor Minar
2011-10-11
chore(formating): clean code to be function() {
Misko Hevery
2011-10-11
feat(forms): new and improved forms
Misko Hevery
2011-09-08
feat($browser): add $browser.baseHref()
Vojta Jina
2011-09-08
refactor($browser): extract MockWindow, use toHaveBeenCalledOnce
Vojta Jina
2011-09-08
feat($browser): jQuery style url method, onUrlChange event
Vojta Jina
2011-08-29
fix(test): improve $cookie service test to work with Safari 5.1
Igor Minar
2011-08-06
style($function): replace $function with 'function'
Igor Minar
2011-08-06
feat($browser): JSONP error handling
Di Peng
2011-07-26
style(warnings): added missing semi colons
Misko Hevery
2011-07-18
feat($browser.$defer.cancel): support canceling defered tasks
Igor Minar
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
refactor($browser): hide startPoll and poll methods
DiPeng
2011-07-13
refactor($browser.xhr): use $browser.addJs for JSONP
Igor Minar
2011-07-13
fix($browser.addJs): make addJs jQuery compatible
Igor Minar
2011-07-13
fix($browser.xhr): properly delete jsonp callbacks
Igor Minar
2011-06-30
feat:$xhr: provide access to $xhr header defaults
Igor Minar
2011-06-02
Refactor $browser's lazy start polling
Vojta Jina
2011-06-02
Fix hashchange event on IE8 compatibility mode
Vojta Jina
2011-05-31
Rename deprecated wasCalled() -> toHaveBeenCalled() in all specs
Vojta Jina
2011-05-31
Normalize IE XHR bug (status code 1223 to 204)
Vojta Jina
2011-05-19
Remove trailing white spaces from all source files
Vojta Jina
2011-05-19
XHR should add Content-type header only for POST
Vojta Jina
2011-03-11
Remove the script tag after successful JSONP request
Misko Hevery
2011-03-11
Added XSRF prevention logic to $xhr service
Misko Hevery
2011-03-11
Changed the $browser.xhr parameter post from optional to required
Misko Hevery
2011-03-11
Fixed cookies which contained unescaped '=' would not show up in cookie service.
Misko Hevery
2011-02-03
Fixed notifyWhenNoOutstandingRequests() when using JSONP
Misko Hevery
2011-02-01
$browser poller should notify $location only once per url change
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-10
fix onhashchange tests for IE
Igor Minar
2011-01-07
$location service should utilize onhashchange events instead of polling
Igor Minar
2010-12-06
add $browser.defer and $defer service and fix async xhr cache issue
Igor Minar
2010-09-27
Reworked the cookie synchronization between cookie service, $browser and docu...
Igor Minar
2010-09-26
Properly initialize cookie service in order to preserve existing cookies
Igor Minar
2010-09-23
$cookies service refactoring
Igor Minar
2010-09-22
Refactored the Browser:
Misko Hevery
2010-09-14
Fixed all trivial jslint violations
Misko Hevery
2010-09-14
Adding cookie service
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-07-23
fixed some of the IE bugs
Misko Hevery
2010-07-23
fixed some of the IE bugs
Misko Hevery
2010-07-22
added jsonp to resources
Misko Hevery
2010-05-26
added outstanding request queue
Andres Ornelas