[Webkit-unassigned] [Bug 174271] New: All of the bool members of WindowFeatures should be optional

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 7 13:00:17 PDT 2017


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

            Bug ID: 174271
           Summary: All of the bool members of WindowFeatures should be
                    optional
           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: beidson at apple.com

All of the bool members of WindowFeatures should be optional

According to the window.open spec, you can specify *no* features for the window. Literally all features are optional.
Yet WebCore::WindowFeatures does not represent this.

It should, as the WKWindowFeatures API purports to represent whether or not a feature was specified, as well as its value.

-- 
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/20170707/f450824e/attachment-0001.html>


More information about the webkit-unassigned mailing list