Steps to reproduce
- Go here: http://benchgraffiti.googlecode.com/hg/havlak/havlak1.html
- click on one line of code
What should happen (and happens, in chrome)
the disassembly of that line appear on the screen
What happens (when you use firefox)
the disassembly of that line does not appear on the screen.
I reproduced this on tip. I suspect that weblist never actually worked in firefox.
The firefox developer console throws a
TypeError: e is undefined
in the html file generated by the weblist command every time you click a line of code.