The UMA histograms dashboard is currently powered by a "histograms.xml"
file checked into the internal repository. Most of the contents of this
file are not actually sensitive, and can be open-sourced. Moving the
primary copy of this file into the main Chromium repository has the key
advantage that most contributors who are adding histograms don't need to
make changes in multiple repositories.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
chro...@googlecode.com
unread,
Mar 26, 2013, 5:11:29 PM3/26/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Yep, my plan is to leave internal-only histograms in an internal
repository, and merge the two lists. I'm starting with just moving over
the Autofill histograms. My plan is to ask owners of other histograms to
move them over if they're fine to open-source, and to ask for new histogram
definitions to be added in the public repository.
chro...@googlecode.com
unread,
Mar 30, 2013, 3:13:51 PM3/30/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Open-source histograms.xml, starting with Autofill histograms.
The histograms.xml file contains human-readable descriptions for UMA
histograms.
Moving these descriptions out into the Chromium repository simplifies live
for
folks adding new histograms, as most will now only have to fiddle with
committing to a single repository.