[Webkit-unassigned] [Bug 175854] New: Platform code should be able to safely log in release builds

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 22 15:22:00 PDT 2017


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

            Bug ID: 175854
           Summary: Platform code should be able to safely log in release
                    builds
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: eric.carlson at apple.com

Release logging should not happen in private browsing mode. Page.usesEphemeralSession() is used to check for private browsing mode, but Page isn't accessible from inside of Platform/. Instead of passing "private browsing mode" state to every Platform object that needs to do release logging, create a Logger class that Page can allocate and configure and which can be used inside of Platform/.

-- 
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/20170822/643bcea8/attachment-0001.html>


More information about the webkit-unassigned mailing list