Closed
Bug 1331909
Opened 8 years ago
Closed 6 years ago
We ran out of buckets in JS_DEPRECATED_LANGUAGE_EXTENSIONS
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
Tracking | Status | |
---|---|---|
firefox53 | --- | affected |
People
(Reporter: anba, Unassigned)
References
Details
See bug 1319926, comment #9.
We need to add new JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENT_2 and JS_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONS_2 to track the remaining deprecated extensions.
Comment 1•8 years ago
|
||
Also consider using a categorical histogram for the (new) full set of extensions, now that you can use them with enough buckets for future expansion. (I don't know what the tooling tradeoffs are, but I imagine these will be better for these sorts of things at some point.)
Updated•7 years ago
|
Priority: -- → P5
Reporter | ||
Comment 2•7 years ago
|
||
I guess it should be at least P3 because it blocks bug 1339777 (P3) which in turn blocks bug 1222552.
Priority: P5 → P3
JS_DEPRECATED_LANGUAGE_EXTENSIONS is no more.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•