[webkit-reviews] review granted: [Bug 171624] Rename webProcessDidCrashWithReason delegate to webProcessDidTerminate and stop calling webProcessDidCrash for client terminations : [Attachment 309002] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 5 09:20:38 PDT 2017


mitz at webkit.org has granted Chris Dumez <cdumez at apple.com>'s request for
review:
Bug 171624: Rename webProcessDidCrashWithReason delegate to
webProcessDidTerminate and stop calling webProcessDidCrash for client
terminations
https://bugs.webkit.org/show_bug.cgi?id=171624

Attachment 309002: Patch

https://bugs.webkit.org/attachment.cgi?id=309002&action=review




--- Comment #4 from mitz at webkit.org ---
Comment on attachment 309002
  --> https://bugs.webkit.org/attachment.cgi?id=309002
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=309002&action=review

> Source/WebKit2/ChangeLog:3
> +	   Rename webProcessDidCrashWithReason delegate to
webProcessDidTerminate and stop calling webProcessDidCrash for client
terminations

“delegate” is a term normally used in Cocoa API. C APIs usually call these
things “clients” and “client callbacks”.


More information about the webkit-reviews mailing list