author | Tooru Fujisawa <arai_a@mac.com> |
Tue, 24 Nov 2015 23:19:04 +0900 | |
changeset 274123 | 467c39dee8822d2e632a71f718d1c325b0dc9c90 |
parent 274122 | 880bab4fbe0a1dca32945e7e0e1f4a6e459e108d |
child 274124 | 8021382da9722db0ad97ebd93698b69a74f0d9b0 |
push id | 29721 |
push user | cbook@mozilla.com |
push date | Wed, 25 Nov 2015 11:52:17 +0000 |
treeherder | mozilla-central@1835baed2a38 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | bsmedberg |
bugs | 1226936 |
milestone | 45.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/components/telemetry/Histograms.json +++ b/toolkit/components/telemetry/Histograms.json @@ -448,24 +448,24 @@ "kind": "boolean", "description": "Geolocation on OS X is either MLS or CoreLocation" }, "JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENT": { "alert_emails": ["jdemooij@mozilla.com"], "expires_in_version": "never", "kind": "enumerated", "n_values": 10, - "description": "Use of SpiderMonkey's deprecated language extensions in web content: ForEach=0, DestructuringForIn=1, LegacyGenerator=2, ExpressionClosure=3, LetBlock=4, LetExpression=5, NoSuchMethod=6, FlagsArgument=7, RegExpSourceProp=8, RestoredRegExpStatics=9" + "description": "Use of SpiderMonkey's deprecated language extensions in web content: ForEach=0, DestructuringForIn=1 (obsolete), LegacyGenerator=2, ExpressionClosure=3, LetBlock=4 (obsolete), LetExpression=5 (obsolete), NoSuchMethod=6 (obsolete), FlagsArgument=7, RegExpSourceProp=8 (obsolete), RestoredRegExpStatics=9 (obsolete)" }, "JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONS": { "alert_emails": ["jdemooij@mozilla.com"], "expires_in_version": "never", "kind": "enumerated", "n_values": 10, - "description": "Use of SpiderMonkey's deprecated language extensions in add-ons: ForEach=0, DestructuringForIn=1, LegacyGenerator=2, ExpressionClosure=3, LetBlock=4, LetExpression=5, NoSuchMethod=6, FlagsArgument=7, RegExpSourceProp=8, RestoredRegExpStatics=9" + "description": "Use of SpiderMonkey's deprecated language extensions in add-ons: ForEach=0, DestructuringForIn=1 (obsolete), LegacyGenerator=2, ExpressionClosure=3, LetBlock=4 (obsolete), LetExpression=5 (obsolete), NoSuchMethod=6 (obsolete), FlagsArgument=7, RegExpSourceProp=8 (obsolete), RestoredRegExpStatics=9 (obsolete)" }, "XUL_CACHE_DISABLED": { "expires_in_version": "default", "kind": "flag", "description": "XUL cache was disabled" }, "MEMORY_RESIDENT_FAST": { "alert_emails": ["memshrink-telemetry-alerts@mozilla.com"],