Update the time displays based off of new display spec for mac osx. rdar://problem/19997487
Created attachment 247850 [details] patch
Comment on attachment 247850 [details] patch FWIW, I was looking at this for iOS and decided I needed four different classes: time < 10 mins (3 digits), time < 60 mins (4 digits), time < 10 hours (5 digits) and then 6 digits for everything else (assuming we'd rarely care about 100 hour videos)
Based on the OSX specs it looks like we at minimum display 4 digits, even if the length is < 10 minutes. It does however, look like we display only 5 digits if the time is >= 1 hour, < 10 h, and 6 digits for > 10 hours I'll make another class.
Landed with an extra class for ten-hour-long-time: http://trac.webkit.org/changeset/181015