Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebView's 'web-process-crashed' signal needs updating #3

Closed
elima opened this issue May 11, 2018 · 1 comment
Closed

WebView's 'web-process-crashed' signal needs updating #3

elima opened this issue May 11, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@elima
Copy link
Contributor

elima commented May 11, 2018

(cog:1490): GLib-GObject-WARNING **: ../../glib-2.46.2/gobject/gsignal.c:2516: signal 'web-process-crashed' is invalid for instance '0x18a80c8' of type 'WebKitWebView'

@mcatanzaro
Copy link
Contributor

I removed all deprecated API before the first release. Use web-process-terminated instead.

@aperezdc aperezdc self-assigned this May 14, 2018
@aperezdc aperezdc added the bug Something isn't working label May 14, 2018
aperezdc added a commit that referenced this issue May 14, 2018
Instead use WebKitWebView::web-process-terminated, which provides
additional information about the reason of the process termination.
The termination reason is used to format the messages and error
pages, but other than that the behaviour of the updated code remains
the same.

Fixes #3
aperezdc added a commit that referenced this issue May 14, 2018
Instead use WebKitWebView::web-process-terminated, which provides
additional information about the reason of the process termination.
The termination reason is used to format the messages and error
pages, but other than that the behaviour of the updated code remains
the same.

Fixes #3
aperezdc added a commit that referenced this issue May 14, 2018
Instead use WebKitWebView::web-process-terminated, which provides
additional information about the reason of the process termination.
The termination reason is used to format the messages and error
pages, but other than that the behaviour of the updated code remains
the same.

Fixes #3
aperezdc added a commit that referenced this issue May 14, 2018
Instead use WebKitWebView::web-process-terminated, which provides
additional information about the reason of the process termination.
The termination reason is used to format the messages and error
pages, but other than that the behaviour of the updated code remains
the same.

Fixes #3
bykov34 pushed a commit to bykov34/cog that referenced this issue Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants