Bug 104646 - Use histogram enumeration in Calendar Picker so we can get stats on UI usage
Summary: Use histogram enumeration in Calendar Picker so we can get stats on UI usage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keishi Hattori
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 01:02 PST by Keishi Hattori
Modified: 2012-12-11 03:37 PST (History)
2 users (show)

See Also:


Attachments
Patch (7.99 KB, patch)
2012-12-11 01:40 PST, Keishi Hattori
no flags Details | Formatted Diff | Diff
Patch (7.98 KB, patch)
2012-12-11 03:00 PST, Keishi Hattori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keishi Hattori 2012-12-11 01:02:22 PST
Use histogram enumeration in Calendar Picker so we can get stats on UI usage and improve the UI.
Comment 1 Keishi Hattori 2012-12-11 01:40:29 PST
Created attachment 178748 [details]
Patch
Comment 2 Kent Tamura 2012-12-11 01:56:52 PST
Comment on attachment 178748 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=178748&action=review

> Source/WebCore/page/PagePopupController.idl:37
> +    void histogramEnumeration(in DOMString name, long sample, long boundaryValue);

I think "in" is unnecessary nowadays.
Comment 3 Keishi Hattori 2012-12-11 03:00:40 PST
Created attachment 178759 [details]
Patch
Comment 4 WebKit Review Bot 2012-12-11 03:37:44 PST
Comment on attachment 178759 [details]
Patch

Clearing flags on attachment: 178759

Committed r137281: <http://trac.webkit.org/changeset/137281>
Comment 5 WebKit Review Bot 2012-12-11 03:37:47 PST
All reviewed patches have been landed.  Closing bug.