samasri / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
0 stars 2 forks source link

Override Visualizations do not work on Google Chrome #20

Open samasri opened 6 years ago

samasri commented 6 years ago

Override Visualizations are implemented using JavaScript; the script uses AJAX to read a local file, then processes it one record at a time to create the visualization on a web page. Unfortunately, using AJAX on local file is not allowed on Google Chrome. More information and possible solutions are found on this link