[Webkit-unassigned] [Bug 183306] New: Notify the NetworkProcess when a session is servicing an automation client
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Mar 2 16:22:48 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=183306
Bug ID: 183306
Summary: Notify the NetworkProcess when a session is servicing
an automation client
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: bfulgham at webkit.org
Network loads servicing WebDriver are done through an ephemeral session. While this is great for protecting a developer's machine from sharing state with test runs, it has the unintended effect of blocking certain logging operations.
We do not log content in ephemeral sessions to protect user privacy. However, ephemeral sessions generated by WebDriver should participate in logging so that proper testing (with logging) can be done.
This patch signals the NetworkProcess when an ephemeral session (created for automation purposes) is created, so that it can allow logging.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180303/0c5eb7d5/attachment.html>
More information about the webkit-unassigned
mailing list