https://bugs.freedesktop.org/show_bug.cgi?id=90264
--- Comment #17 from Matt Whitlock freedesktop@mattwhitlock.name --- (In reply to Furkan from comment #16)
What do those revision numbers represent? Are they binary builds? They don't look like svn/git commits.
They're Subversion revisions, which is what Chromium's bisect-builds.py script demands.
bisect-builds.py also kicked out this ChangeLog URL:
https://chromium.googlesource.com/chromium/src/+log/28ad5e6b1100a7f0d25a5e67...
…but it doesn't show any commits. I don't know why.
The command line I used for bisecting was:
$ ./bisect-builds.py -a linux64 --use-local-cache -g 323860 -b 330231
Revisions 323860 and 330231 correspond to releases 43.0.2357.73 and 44.0.2403.18, respectively. (The rendering problem appeared on my system when I upgraded Chromium from the former to the latter release, so those were my starting points for bisection.)