RESOLVED FIXED 121194
Removed some unused functions from the debugger interface
https://bugs.webkit.org/show_bug.cgi?id=121194
Summary Removed some unused functions from the debugger interface
Geoffrey Garen
Reported 2013-09-11 17:34:29 PDT
Removed some unused functions from the debugger interface
Attachments
Patch (2.66 KB, patch)
2013-09-11 17:36 PDT, Geoffrey Garen
no flags
Patch (13.21 KB, patch)
2013-09-11 17:40 PDT, Geoffrey Garen
no flags
Patch (16.20 KB, patch)
2013-09-11 17:43 PDT, Geoffrey Garen
no flags
Patch (17.39 KB, patch)
2013-09-11 17:46 PDT, Geoffrey Garen
no flags
Patch (26.88 KB, patch)
2013-09-11 19:30 PDT, Geoffrey Garen
joepeck: review+
Geoffrey Garen
Comment 1 2013-09-11 17:36:56 PDT
Geoffrey Garen
Comment 2 2013-09-11 17:40:15 PDT
Geoffrey Garen
Comment 3 2013-09-11 17:43:44 PDT
Geoffrey Garen
Comment 4 2013-09-11 17:46:39 PDT
Geoffrey Garen
Comment 5 2013-09-11 18:13:34 PDT
Comment on attachment 211373 [details] Patch Looks like I need to update a layout tests. Stay tuned...
Timothy Hatcher
Comment 6 2013-09-11 18:14:02 PDT
Comment on attachment 211373 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211373&action=review > Source/WebCore/inspector/InjectedScript.cpp:-101 > - ScriptFunctionCall function(injectedScriptObject(), "restartFrame"); restartFrame can be removed from InjectedScriptSource.js too. > Source/WebCore/inspector/InjectedScript.cpp:-121 > - ScriptFunctionCall function(injectedScriptObject(), "setVariableValue"); setVariableValue can be removed from InjectedScriptSource.js too.
Geoffrey Garen
Comment 7 2013-09-11 19:30:12 PDT
Joseph Pecoraro
Comment 8 2013-09-11 19:39:52 PDT
Comment on attachment 211387 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=211387&action=review r=me > Source/WebCore/inspector/InjectedScriptSource.js:-692 > - setter = InjectedScriptHost.setFunctionVariableValue.bind(InjectedScriptHost, func); This is the only user of InjectedScriptHost.setFunctionVariableValue.bind. It is equally stubbed so you can remove that too! - WebCore/bindings/js/JSInjectedScriptHostCustom.cpp stub - WebCore/inspector/InjectedScriptExterns.js stub - WebCore/inspector/InjectedScriptHost.idl [Custom]
Geoffrey Garen
Comment 9 2013-09-11 20:07:21 PDT
Geoffrey Garen
Comment 10 2013-09-11 20:08:01 PDT
Thanks!
Note You need to log in before you can comment on or make changes to this bug.