Closed Bug 1315909 Opened 8 years ago Closed 5 years ago

JS scalar and histogram adding functions should treat value arguments the same

Categories

(Toolkit :: Telemetry, defect, P1)

defect

Tracking

()

RESOLVED WORKSFORME
Tracking Status
firefox52 --- wontfix

People

(Reporter: gfritzsche, Assigned: brizental)

References

(Blocks 1 open bug)

Details

(Whiteboard: [measurement:client])

Priority: P3 → P2
Priority: P2 → P3
Mass wontfix for bugs affecting firefox 52.
Assignee: nobody → brizental
Priority: P3 → P1

I did some investigation on this bug and, from what I understand, it is invalid.

The code has changed quite a bit since this was created. The Scalars code works similarly, but the Histogram doesn't have this bug anymore.

There is a function that coerces any JS type that it can, not only Number and Boolean, into Uint32. See https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/core/TelemetryHistogram.cpp#1660.

Since I am still pretty new to this codebase, I would like to confirm this with :chutten before resolving this as invalid, or not :)

Flags: needinfo?(chutten)

Looks like a solid conclusion from a thorough investigation. This bug's good to be RESOLVED as WORKSFORME.

Flags: needinfo?(chutten)
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.