The dashboard uses user-select: none on everything. Let's override it with user-select: all on revision numbers, so that they can be selected as a unit, making it possible (and trivial) to select them.
Created attachment 217029 [details] patch
Comment on attachment 217029 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=217029&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:37 > +span.selectable { No need for span. The class should be useable on any type of element.
http://trac.webkit.org/changeset/159342
I'm proposing some tweaks for this behavior in bug 126235.