Closed
Bug 1285750
Opened 9 years ago
Closed 9 years ago
Remove __defineGetter__ telemetry
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(1 file)
9.46 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #8769437 -
Flags: review?(jwalden+bmo)
Comment 1•9 years ago
|
||
Comment on attachment 8769437 [details] [diff] [review]
Remove __define{G,S}etter_ telemtry
Review of attachment 8769437 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/builtin/SelfHostingDefines.h
@@ -94,1 @@
>
Looks like there's an extra blank line to remove here.
::: js/src/jsfriendapi.h
@@ +132,5 @@
> JS_TELEMETRY_GC_MINOR_REASON_LONG,
> JS_TELEMETRY_GC_MINOR_US,
> JS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_CONTENT,
> JS_TELEMETRY_DEPRECATED_LANGUAGE_EXTENSIONS_IN_ADDONS,
> + JS_TELEMETRY_ADDON_EXCEPTIONS
I think you can/should keep the trailing comma on this, these days.
::: js/src/vm/SelfHosting.cpp
@@ -1893,5 @@
> return true;
> }
>
> static bool
> -intrinsic_AddContentTelemetry(JSContext* cx, unsigned argc, Value* vp)
I'd be somewhat surprised if we don't need this in the future at some point. I'd be somewhat inclined to keep it around, to be honest.
Attachment #8769437 -
Flags: review?(jwalden+bmo) → review+
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d60c87d89619
Remove __defineGetter__/__defineSetter__ telemetry. r=Waldo
Comment 3•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•