WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
63768
WebFrame.get_global_contex() not exposed by introspection
https://bugs.webkit.org/show_bug.cgi?id=63768
Summary
WebFrame.get_global_contex() not exposed by introspection
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug