[Webkit-unassigned] [Bug 213370] Failure the case of "null type Blob slice" in wpt/FileAPI/blob/Blob-slice.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 21 13:27:11 PDT 2020


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

Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com
 Attachment #402426|review?                     |review+
              Flags|                            |

--- Comment #5 from Darin Adler <darin at apple.com> ---
Comment on attachment 402426
  --> https://bugs.webkit.org/attachment.cgi?id=402426
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=402426&action=review

> Source/WebCore/fileapi/Blob.idl:45
> +    Blob slice(optional long long start = 0,
> +               optional long long end = 0x7FFFFFFFFFFFFFFF,
> +               optional DOMString contentType = "");

My preferences would be to not format like this -- in WebKit we normally don’t intent to line up with open parenthesis and it seems we could leave this as a long line. That would have the advantage of having an easy to read diff. But maybe this is just pasted from the specification text?

-- 
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/20200621/ca5490a0/attachment-0001.htm>


More information about the webkit-unassigned mailing list