Home | History | Annotate | Download | only in gtk

Lines Matching full:signals

85         [GTK] Add and cleanup return values of signals in view and frame
88 Add missing and cleanup return values of web frame and web view signals.
229 Do not emit signals and property notifications for error
628 Deprecate the old loading signals load-started, load-committed,
655 (webkit_web_view_class_init): Deprecate old load signals.
2258 [GTK] Do not emit extra FINISHED load-status signals
2260 Do not emit FINISHED load-status signals on our own, just rely on
3279 documentation of WebKitWebView signals.
3525 Fix documentation for all policy decision request signals, to
3980 [GTK] Improve frameloader signals
3983 load-status on the frame. This supersedes the different load signals
4172 G_SIGNAL_ACTION flag in WebKitWebView signals
4174 Most of the signals in WebKitGTK+ have the G_SIGNAL_ACTION flag,
4176 signals that can be emitted by the user to trigger some action in
5285 we avoid emitting signals on objects on their way to be
5857 signals.
7451 WebView signals should use more specific types
7455 signals so that it gets more clearly documented rather than just
8015 * WebView/webkitwebview.cpp: use our own accumulator for signals
8598 * WebView/webkitwebview.cpp: add cut, copy, paste and select-all signals and allow binding sets (issue #15911 and #16144)
9010 Implement signals for script dialogs and console messages.
9293 [gtk] API design. Mapping the WebView delegates to signals.
10144 The delegates of WebView will be modeled as signals. Delegates like the
10145 WebPolicyDelegate will be implemented as signals with default handlers.