]> git.eshelyaron.com Git - emacs.git/commit
Make the WebKit inspector available
authorPo Lu <luangruo@yahoo.com>
Fri, 5 Nov 2021 13:01:12 +0000 (21:01 +0800)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 7 Nov 2021 01:59:41 +0000 (02:59 +0100)
commitf1fbf877750bb1b4741cd2b89b7d81ee1563fb97
tree97e1e4cd812a84beb04d8d1b8c5eec51c96310c3
parent8729ae29d8bbd6076d366ee4316f700fda7aeea3
Make the WebKit inspector available

* etc/NEWS: Document changes.
* src/xwidget.c (find_widget_at_pos)
(find_widget)
(find_widget_cb): New functions.
(struct widget_search_data): New structure.
(Fmake_xwidget): Enable web inspector for WebKit widgets.
(Fxwidget_perform_lispy_event): Use current focus instead of
hard-coded widget.
(xwidget_button_1, xwidget_button, xwidget_motion_or_crossing):
Use window at event position instead of the default widget.
etc/NEWS
src/xwidget.c