RESOLVED FIXED9492
Fix or remove window.debug.
https://bugs.webkit.org/show_bug.cgi?id=9492
Summary Fix or remove window.debug.
Alexey Proskuryakov
Reported 2006-06-17 23:58:31 PDT
(from bug 8131) There is a problem with window.debug - it is only present when the document is loaded for the first time (not after a reload). This is caused by it being added in KJSProxy::initScriptIfNeeded(), which isn't called when reloading. I am not sure where it should be (Interpreter::initGlobalObject? kjs_window.cpp? removed completely?)
Attachments
remove window.debug (1.31 KB, patch)
2006-06-18 00:03 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2006-06-18 00:03:39 PDT
Created attachment 8896 [details] remove window.debug Since it didn't work correctly, and no-one complained, maybe it isn't needed :)
Darin Adler
Comment 2 2006-06-18 16:43:47 PDT
Comment on attachment 8896 [details] remove window.debug r=me
Alexey Proskuryakov
Comment 3 2006-06-19 09:37:34 PDT
Committed revision 14912.
Note You need to log in before you can comment on or make changes to this bug.