Add telemetry for calling well-known Symbol methods for RegExp on primitive values
Categories
(Core :: JavaScript: Standard Library, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox139 | --- | fixed |
People
(Reporter: dminor, Assigned: nicolo.ribaudo)
References
Details
Attachments
(2 files)
This normative change was approved at the February 2025 TC39 plenary. See https://github.com/tc39/ecma262/pull/3009.
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
This patch adds telemetry for https://github.com/tc39/ecma262/pull/3009.
That normative PR has already been approved by TC39, but we need to
verify that it's web compatible.
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
This patch implements (in nightly) the changes proposed in
https://github.com/tc39/ecma262/pull/3009, which got consensus at the
last TC39 meeting.
The new implementation still attempts to preserve telemetry, so that
we can keep collecting data about usage of this removed feature.
However, it cannot be 100% precise (see comments in the code).
This patch has test262 tests at https://github.com/tc39/test262/pull/4404,
but as far as I can tell they are too new and not included yet in
mozilla-central.
Updated•1 year ago
|
Comment 4•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
| Assignee | ||
Comment 5•1 year ago
|
||
Wait, this is not resolved yet. We only shipped telemetry for it.
Updated•1 year ago
|
| Assignee | ||
Comment 6•1 year ago
|
||
Wait, this is not resolved yet. We only shipped telemetry for it. This will be fixed once D241314 is landed.
| Reporter | ||
Updated•10 months ago
|
| Reporter | ||
Comment 7•10 months ago
|
||
To make this easier to keep track of, I'll make this bug just about the telemetry. I've filed https://bugzilla.mozilla.org/show_bug.cgi?id=1998177 for the normative change.
| Reporter | ||
Comment 8•9 months ago
|
||
Checking the telemetry, there are zero instances of people doing this, so I think we're ok to go ahead with the normative change.
Description
•