RESOLVED FIXED 159997
Fix null handling of several Document attributes
https://bugs.webkit.org/show_bug.cgi?id=159997
Summary Fix null handling of several Document attributes
Chris Dumez
Reported 2016-07-20 16:36:48 PDT
Fix null handlin of the following Document attributes: title, cookie and domain. In WebKit, they are all marked as [TreatNullAs=EmptyString], which does not match the specification: - https://html.spec.whatwg.org/multipage/dom.html#document null is supposed to be treated as the string "null".
Attachments
Patch (7.90 KB, patch)
2016-07-20 18:44 PDT, Chris Dumez
no flags
Patch (7.90 KB, patch)
2016-07-20 18:46 PDT, Chris Dumez
no flags
Chris Dumez
Comment 1 2016-07-20 18:44:46 PDT
Chris Dumez
Comment 2 2016-07-20 18:46:04 PDT
WebKit Commit Bot
Comment 3 2016-07-20 20:31:46 PDT
Comment on attachment 284180 [details] Patch Clearing flags on attachment: 284180 Committed r203487: <http://trac.webkit.org/changeset/203487>
WebKit Commit Bot
Comment 4 2016-07-20 20:31:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.