[Webkit-unassigned] [Bug 123292] [GTK][WK2] Add webview signal for web-process-started

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 12:43:33 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123292


Andre Moreira Magalhaes <andrunko at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #215114|0                           |1
        is obsolete|                            |
 Attachment #215666|                            |review?, commit-queue?
               Flag|                            |




--- Comment #9 from Andre Moreira Magalhaes <andrunko at gmail.com>  2013-10-31 12:42:19 PST ---
Created an attachment (id=215666)
 --> (https://bugs.webkit.org/attachment.cgi?id=215666&action=review)
Patch

Ok, this new patch should handle the review comments (unless I missed something :)) and also fix other issues like properly matching the views with the webprocess that started (one WebContext can have multiple WebProcess and each WebProcess can be associated with multiple views).

Summary of changes since last patch:
- Moved WKContextConnectionClient handling to WebKitWebContext
- Do not pass pid on web-process-started signal
- Added webkit_web_view_get_web_process_identifier
- Added webkit_web_view_is_web_process_running (and is-web-process-running property)
- Reset ProcessProxy::processIdentifier when process crashes
- Added tests for new API
- Properly match view with web process that started
- Other small changes and review fixes (e.g. doc changes)

Please let me know what you think.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list