WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
9492
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug