Bug 766001 - In the webconsole, when you click on the filename/line-number of a js-error or message, the debugger should open instead of view source. r=past,msucan,vporof f=rcampbell

This commit is contained in:
Girish Sharma
2012-12-17 04:40:44 +05:30
parent d8a6123e22
commit 9762d207f1
7 changed files with 211 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/*
* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/
*/
window.addEventListener("load", function() {
document.bar();
}, false);