Closed
Bug 682247
Opened 14 years ago
Closed 14 years ago
telemetry for IA2 deprecated methods
Categories
(Core :: Disability Access APIs, defect)
Core
Disability Access APIs
Tracking
()
RESOLVED
FIXED
mozilla10
People
(Reporter: surkov, Assigned: tbsaunde)
References
Details
(Keywords: access, Whiteboard: [good first bug])
Attachments
(2 files)
2.33 KB,
patch
|
surkov
:
review+
|
Details | Diff | Splinter Review |
2.38 KB,
patch
|
Details | Diff | Splinter Review |
similar to bug 679786
Assignee | ||
Comment 1•14 years ago
|
||
(In reply to alexander surkov from comment #0)
> similar to bug 679786
I'm not sure exactly what methods these are, and I suspect by the time you've listed them you'll hav written 75% of the patch ;) so do you want to take this?
Reporter | ||
Comment 2•14 years ago
|
||
(In reply to Trevor Saunders (:tbsaunde) from comment #1)
> I'm not sure exactly what methods these are, and I suspect by the time
> you've listed them you'll hav written 75% of the patch ;) so do you want to
> take this?
that's correct, not this minute, marking it as good first bug hoping that someone would willing to work on it
iirc only IAccessibleTable is deprecated now, so the patch should telemetry when this interface is queried
Whiteboard: [good first bug]
Assignee | ||
Comment 3•14 years ago
|
||
Attachment #562478 -
Flags: review?(surkov.alexander)
Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 562478 [details] [diff] [review]
patch
Review of attachment 562478 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
::: accessible/src/base/Statistics.h
@@ +55,5 @@
> inline void ISimpleDomUsed()
> { Telemetry::Accumulate(Telemetry::ISIMPLE_DOM_USAGE, 1); }
>
> + /**
> + * Report that IAccessibleTable has been used.
please add deprecated word
@@ +58,5 @@
> + /**
> + * Report that IAccessibleTable has been used.
> + */
> + inline void IAccessibleTableUsed()
> + { Telemetry::Accumulate(Telemetry::IACCESSIBLE_TABLE_USAGE, 1); }
two space indentation of function body
::: toolkit/components/telemetry/TelemetryHistograms.h
@@ +54,4 @@
> */
> HISTOGRAM(A11Y_INSTANTIATED, 0, 1, 2, BOOLEAN, "has accessibility support been instantiated")
> HISTOGRAM(ISIMPLE_DOM_USAGE, 0, 1, 2, BOOLEAN, "have the ISimpleDOM* accessibility interfaces been used")
> +HISTOGRAM(IACCESSIBLE_TABLE_USAGE, 0, 1, 2, BOOLEAN, "has the IAccessibleTable accessibility interface been used")
add deprecated word please
Attachment #562478 -
Flags: review?(surkov.alexander) → review+
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → trev.saunders
Assignee | ||
Comment 5•14 years ago
|
||
Assignee | ||
Comment 6•14 years ago
|
||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla10
You need to log in
before you can comment on or make changes to this bug.
Description
•