Henry Zhu
|
d3b1f502e3
|
style(*): add rule disallowSpacesInAnonymousFunctionExpression beforeOpeningRoundBrace, including i18n generator
|
2014-10-23 15:59:26 -04:00 |
|
Henry Zhu
|
7f65f97919
|
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
This rule enforces a space after the curly brace
for function declarations, anonymous function expressions,
and named function expressions.
|
2014-10-23 15:59:25 -04:00 |
|
Shahar Talmi
|
accd35b747
|
chore(jshint): enforce jshint for tests
Closes #7264
|
2014-04-27 21:20:31 +01:00 |
|
Colin Casey
|
4ff1a65031
|
fix(log): prevent logging undefined for $log in IE
Closes #1705
|
2013-09-27 16:44:21 -07:00 |
|
nlaplante
|
9e991ddb1d
|
feat($log): add $log.debug()
New debug() method with suppressable output via
$logProvider.debugEnabled()
Closes #1592
|
2013-01-17 16:47:39 -08:00 |
|
Vojta Jina
|
167aa0c29c
|
feat($sniffer): auto detect CSP mode
Chrome Canary now has CSP with apis that allow auto-detection. This change
will turn on CSP mode automatically when we detect its presence.
https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#script-interfaces--experimental
|
2012-08-10 14:53:53 -07:00 |
|
Vojta Jina
|
7b739c9702
|
fix($sniffer): report history false on Android < 4
Android has history.pushState, but it does not update the location correctly:
http://code.google.com/p/android/issues/detail?id=17471
Closes #904
|
2012-05-14 15:12:51 -07:00 |
|
Misko Hevery
|
2430f52bb9
|
chore(module): move files around in preparation for more modules
|
2012-03-28 11:16:35 -07:00 |
|