Bug 63768

Summary: WebFrame.get_global_contex() not exposed by introspection
Product: WebKit Reporter: Kristoffer Kleine <kris.kleine>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: UNCONFIRMED    
Severity: Normal CC: bugs-noreply, loneowais, sbillaudelle
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: Linux   

Kristoffer Kleine
Reported 2011-06-30 16:30:09 PDT
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
Attachments
sbillaudelle
Comment 1 2011-09-14 13:44:27 PDT
I tried with WebKit 1.5.2 and confirm this bug. `get_global_context` is marked as introspectable=0… Can I provide some more information to help solving this issue as quick as possible?
Owais Lone
Comment 2 2012-06-28 13:27:43 PDT
Still not exposed in version 1.8
Note You need to log in before you can comment on or make changes to this bug.