[Webkit-unassigned] [Bug 61751] New: Web Inspector: Missing InspectorFrontendHost.saveSessionSetting function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 30 15:35:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61751

           Summary: Web Inspector: Missing
                    InspectorFrontendHost.saveSessionSetting function
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: rik at webkit.org, keishi at webkit.org, pmuellr at yahoo.com,
                    joepeck at webkit.org, pfeldman at chromium.org,
                    yurys at chromium.org, bweinstein at apple.com,
                    apavlov at chromium.org, loislo at chromium.org


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).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list