WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
61751
Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function
https://bugs.webkit.org/show_bug.cgi?id=61751
Summary
Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function
Joseph Pecoraro
Reported
2011-05-30 15:35:04 PDT
I was seeing the following error: TypeError: 'undefined' is not a function (evaluating 'InspectorFrontendHost.saveSessionSetting("debugger-enabled", "true")') From calling: InspectorFrontendHost.saveSessionSetting("debugger-enabled", "false"); Looking at the stub + IDL I saw: 1. in Stub but not IDL: attach, detach, search, canAttachWindow 2. in IDL but not Stub: requestAttachWindow, requestDetachWindow, saveSessionSetting This only adds the missing function which was causing visible issues. I think ideally I can probably remove everything in list (1) and add stubs for everything in list (2).
Attachments
[PATCH] Fix Basic Issue
(1.23 KB, patch)
2011-05-30 15:38 PDT
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2011-05-30 15:38:00 PDT
Created
attachment 95376
[details]
[PATCH] Fix Basic Issue I'm a bit behind and need to update, but this fixes the basic issue. Feel free to r- and demand I look into removing/adding the other functions.
WebKit Commit Bot
Comment 2
2011-05-31 11:54:12 PDT
Comment on
attachment 95376
[details]
[PATCH] Fix Basic Issue Clearing flags on attachment: 95376 Committed
r87744
: <
http://trac.webkit.org/changeset/87744
>
WebKit Commit Bot
Comment 3
2011-05-31 11:54:17 PDT
All reviewed patches have been landed. Closing bug.
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