esprehn / chromium-codereview

A chrome extension that changes the frontend to Rietveld for Chromium
Other
35 stars 11 forks source link

Code review does not display preview of binary files #115

Closed sdefresne closed 9 years ago

sdefresne commented 9 years ago

See https://codereview.chromium.org/771723002 where I'm adding png/jpg/webp images. I cannot find a way to preview the new images in the code review tool.

esprehn commented 9 years ago

png works, but it's the only format right now. Just need to expand the extension list.

https://github.com/esprehn/chromium-codereview/blob/e4813f1c8cc5b25e383e028a359f035f0dbfd779/ui/diff_parser.js#L176

esprehn commented 9 years ago

Fixed by https://codereview.chromium.org/904253002