madecoste / swarming

Automatically exported from code.google.com/p/swarming
Apache License 2.0
0 stars 1 forks source link

Improve /browse to understand .isolated files and link to the files referenced by it #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Repro:
1. Use /browse to load a .isolated file.
2. !!!

Expected:
Clickable links.

Actual:
A nice dump of the json file but it's not clickable. There are cases where this 
would be useful; browse google-test results, load a .mp4, whatever. Compression 
may get in the way, so the file may have to be decompressed server side even if 
we already have client side (javascript based) zlib decompression. Doing it 
server side introduces the 32 Mb limit.

I'm really open to any kind of change to improve the usability on this page.

Original issue reported on code.google.com by maruel@chromium.org on 6 Aug 2014 at 5:04