Bug 174271
Summary: | All of the bool members of WindowFeatures should be optional | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brady Eidson <beidson> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ansh_shukla, beidson, rdemarest |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=174239 |
Brady Eidson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Remy Demarest
I'm covering this issue with the bug 259093 since I'm following the HTML specs.
Remy Demarest
*** This bug has been marked as a duplicate of bug 259093 ***