[Webkit-unassigned] [Bug 63768] New: WebFrame.get_global_contex() not exposed by introspection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 16:30:09 PDT 2011


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

           Summary: WebFrame.get_global_contex() not exposed by
                    introspection
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kris.kleine at yahoo.de


from gi.repository import WebKit
view = WebKit.WebView()
frame = view.get_main_frame()
frame.get_global_context()

Using above python code with webkit through introspection fails with this error:

AttributeError: 'WebFrame' object has no attribute 'get_global_context'

I'm using webkitgtk 1.4.1

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