[Webkit-unassigned] [Bug 211138] New: Make PolicyChecker an inner class of FrameLoader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 28 11:59:51 PDT 2020


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

            Bug ID: 211138
           Summary: Make PolicyChecker an inner class of FrameLoader
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rbuis at igalia.com

PolicyChecker HistoryController an inner class of FrameLoader, this allows us to move some methods
only used by PolicyChecker out of the FrameLoader public API. Because it is not possible to forward declare
an enum class in an inner class, move ShouldContinue out of the PolicyChecker class and rename it
to ShouldContinuePolicyCheck.

-- 
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/20200428/58670f04/attachment.htm>


More information about the webkit-unassigned mailing list