aboutsummaryrefslogtreecommitdiffstats
path: root/README.xwidget
diff options
context:
space:
mode:
authorJoakim Verona2011-07-04 01:44:10 +0200
committerJoakim Verona2011-07-04 01:44:10 +0200
commitd319e369a705c8a0901dbd9c6ab183ed61cf1ab7 (patch)
tree2353af70e9aa3bd95b8fc44e20c3924e0b16c608 /README.xwidget
parentf929f1a90836282bfe85c81fcf8a757bf0b54b50 (diff)
downloademacs-d319e369a705c8a0901dbd9c6ab183ed61cf1ab7.tar.gz
emacs-d319e369a705c8a0901dbd9c6ab183ed61cf1ab7.zip
cleanups. webkit title function which is unexpectedly useful as a workaround for lack of webkit JS exec ret val.
Diffstat (limited to 'README.xwidget')
-rw-r--r--README.xwidget21
1 files changed, 20 insertions, 1 deletions
diff --git a/README.xwidget b/README.xwidget
index bc01ad95d66..430a66650fc 100644
--- a/README.xwidget
+++ b/README.xwidget
@@ -405,10 +405,29 @@ this works now:
405 405
406so it should be possible to do some interesting stuff. 406so it should be possible to do some interesting stuff.
407execute-script does however not return anything at the interface level 407execute-script does however not return anything at the interface level
408so satisfaction is not total. 408so satisfaction is not total:
409 409
410http://markmail.org/message/4yowmdgras73z3x5 410http://markmail.org/message/4yowmdgras73z3x5
411 411
412maybe
413https://launchpad.net/gnome-seed
414
415or this funny hack:
416<jave> im trying to understanh how to interact via javascript to an embedded
417 webkit gtk instance [23:38]
418<jave> i use webkit_web_view_execute_script() which is nice but doesnt return
419 a value, by design aparently [23:39]
420<jave> any hints?
421<lucian> jave: afaik, webkit still doesn't have full gobject bindings [23:48]
422<lucian> jave: you can hack it up by making the JS modify the title, and read
423 the title from gtk-side
424<jave> lucian: that was a pretty cool idea!
425
426
427**** webkit_web_view_load_string ()
428I would like preview of html in a buffer rather than from uri.
429
430
412 431
413** TODO clipping of controllers 432** TODO clipping of controllers
414 433