[Webkit-unassigned] [Bug 195435] New: Make sure an empty host matches the internal representation "nullOrigin" in WebCore::RegistrableDomain::matches()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 7 14:28:09 PST 2019


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

            Bug ID: 195435
           Summary: Make sure an empty host matches the internal
                    representation "nullOrigin" in
                    WebCore::RegistrableDomain::matches()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com

WebCore::RegistrableDomain::matches() is a quick way to compare a RegistrableDomain with a URL. Since RegistrableDomain represents the empty host as "nullOrigin," a URL with an empty host needs to match that representation in WebCore::RegistrableDomain::matches(). This omission caused debug assertions in fast/ layout tests after https://trac.webkit.org/changeset/242603/webkit.

-- 
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/20190307/f0de59c5/attachment-0001.html>


More information about the webkit-unassigned mailing list