COMMITS
/ test/ng/browserSpecs.js June 24, 2018
J
fix($browser): normalize inputted URLs
Jason Bedard committed
June 23, 2018
J
test($browser): update MockWindow to normalize URLs similar to real window.location
Jason Bedard committed
July 19, 2018
G
fix($location): avoid unnecessary `$locationChange*` events due to empty hash
George Kalpakas committed
June 26, 2018
G
refactor($browser): share task-tracking code between `$browser` and `ngMock/$browser`
George Kalpakas committed
June 16, 2018
G
feat(*): implement more granular pending task tracking
George Kalpakas committed
June 21, 2017
J
refactor($browser): remove workaround for old ff bug
Jason Bedard committed
January 24, 2017
P
docs(*): ensure naming is correct for Angular(JS) versions
Peter Bacon Darwin committed
October 31, 2016
M
chore(*): make some files non-executable
Michał Gołębiowski committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
April 26, 2016
A
fix($brower): set the url even if the browser transforms it
Adrian Moos committed
March 31, 2016
G
test($browser): fix typo in property name (histroy --> history)
Georgios Kalpakas committed
February 4, 2016
G
fix($sniffer): fix history sniffing in Chrome Packaged Apps
Georgios Kalpakas committed
March 9, 2016
P
feat($location): default hashPrefix to '!'
Peter Bacon Darwin committed
March 14, 2016
M
tests(jQuery): make the tests pass on jQuery 3.0.0-beta1
Michał Gołębiowski committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
September 10, 2015
P
fix($browser): handle async updates to location
Peter Bacon Darwin committed
June 17, 2015
P
fix($browser): prevent infinite digest if changing hash when there is no hashPrefix
Peter Bacon Darwin committed
April 2, 2015
P
style($browserSpec): fix typo
Peter Bacon Darwin committed
November 4, 2014
D
perf($rootScope): remove history event handler when app is torn down
David Li committed
March 2, 2015
S
refactor($browser): remove private polling mechanism
Shahar Talmi committed
S
refactor($browser): split cookie access into $$cookieReader and $$cookieWriter services
Shahar Talmi committed
January 30, 2015
H
style(*): add jscs rule disallowSpacesInCallExpression
Henry Zhu committed
November 11, 2014
P
fix($browser): prevent infinite digests when clearing the hash of a url
Peter Bacon Darwin committed
November 20, 2014
T
fix($browser): allow chaining url() calls in setter mode
thorn0 committed
November 8, 2014
H
style(*): add rules requireSpace(After|Before)BinaryOperators
Henry Zhu committed
October 24, 2014
H
style(*): add numerous JSCS rules to unify code-styles in the tree
Henry Zhu committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 19, 2014
H
style(*): add disallowTrailingComma rule for objects and arrays
Henry Zhu committed
October 17, 2014
H
style(*): enforce spaces after keywords, add spaces
Henry Zhu committed
October 13, 2014
M
refactor($browser): more test coverage around history.state manipulation
Michał Gołębiowski committed
M
fix($browser): account for IE deserializing history.state on each read
Michał Gołębiowski committed
M
chore(jqLite): remove leftover attachEvent/detachEvent from tests
Michał Gołębiowski committed
September 23, 2014
S
fix($browser): do not decode cookies that do not appear encoded
Shahar Talmi committed
October 8, 2014
M
chore($sniffer): Remove $sniffer.hashchange
Michał Gołębiowski committed
July 18, 2013
M
feat($location): add support for History API state handling
Michał Gołębiowski committed
October 7, 2014
T
fix($browser): Cache `location.href` only during page reload phase
Tobias Bosch committed
October 4, 2014
T
fix($browser): don’t use history api when only the hash changes
Tobias Bosch committed
October 3, 2014
T
fix($browser): don’t use history api when only the hash changes
Tobias Bosch committed
September 24, 2014
C
fix($browser): handle async href on url change in <=IE9
Chris Chua committed
August 26, 2014
T
fix($browser): detect changes to the browser url that happened in sync
Tobias Bosch committed
July 8, 2014
A
fix($cookie): use decodeURIComponent instead of unescape for cookie reading
Andrew Tarry committed
July 10, 2014
R
fix(jqLite): remove exposed dealoc method
rodyhaddad committed
April 26, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
January 3, 2014
C
fix($browser): remove base href domain when url begins with '//'
Caitlin Potter committed
August 9, 2013
A
fix($location): prevent infinite digest error in IE7
Angel Balcarcel committed
May 11, 2013
C
fix($browser): should use first value for a cookie.
Chirayu Krishnappa committed
April 23, 2013
O
test(browser/compile): fix calls to Jasmine fail()
Oren Avissar committed