WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50285
[chromium] histograms api updated in WebKitClient and added to ChromiumBridge
https://bugs.webkit.org/show_bug.cgi?id=50285
Summary
[chromium] histograms api updated in WebKitClient and added to ChromiumBridge
Vincent Scheib
Reported
Wednesday, December 1, 2010 12:21:04 AM UTC
[chromium] histograms api updated in WebKitClient and added to ChromiumBridge
Attachments
Patch
(5.80 KB, patch)
2010-11-30 16:47 PST
,
Vincent Scheib
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Vincent Scheib
Comment 1
Wednesday, December 1, 2010 12:47:46 AM UTC
Created
attachment 75225
[details]
Patch
Darin Fisher (:fishd, Google)
Comment 2
Wednesday, December 1, 2010 6:56:04 PM UTC
Comment on
attachment 75225
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=75225&action=review
> WebCore/platform/chromium/ChromiumBridge.h:242 > + static void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount);
Why the "custom" modifier? Why not just call this histogramCounts?
Vincent Scheib
Comment 3
Wednesday, December 1, 2010 9:09:55 PM UTC
Comment on
attachment 75225
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=75225&action=review
>> WebCore/platform/chromium/ChromiumBridge.h:242 >> + static void histogramCustomCounts(const char* name, int sample, int min, int max, int bucketCount); > > Why the "custom" modifier? Why not just call this histogramCounts?
This mimics the low level api name used in Chromium HISTOGRAM_CUSTOM_COUNTS, the name HISTOGRAM_COUNTS is used with only two parameters (name, sample).
Darin Fisher (:fishd, Google)
Comment 4
Wednesday, December 1, 2010 9:15:08 PM UTC
Comment on
attachment 75225
[details]
Patch Ah, R=me
WebKit Commit Bot
Comment 5
Thursday, December 2, 2010 4:31:39 PM UTC
The commit-queue encountered the following flaky tests while processing
attachment 75225
[details]
: http/tests/misc/copy-resolves-urls.html Please file bugs against the tests. These tests were authored by
tony@chromium.org
. The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 6
Thursday, December 2, 2010 4:33:27 PM UTC
Comment on
attachment 75225
[details]
Patch Clearing flags on attachment: 75225 Committed
r73137
: <
http://trac.webkit.org/changeset/73137
>
WebKit Commit Bot
Comment 7
Thursday, December 2, 2010 4:33:32 PM UTC
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug