[webkit-reviews] review granted: [Bug 223891] [LayoutTests] Convert http/tests/cookies convert PHP to Python : [Attachment 424679] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 31 13:21:27 PDT 2021


Jonathan Bedard <jbedard at apple.com> has granted Chris Gambrell
<cgambrell at apple.com>'s request for review:
Bug 223891: [LayoutTests] Convert http/tests/cookies convert PHP to Python
https://bugs.webkit.org/show_bug.cgi?id=223891

Attachment 424679: Patch

https://bugs.webkit.org/attachment.cgi?id=424679&action=review




--- Comment #6 from Jonathan Bedard <jbedard at apple.com> ---
Comment on attachment 424679
  --> https://bugs.webkit.org/attachment.cgi?id=424679
Patch

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

> LayoutTests/http/tests/cookies/resources/cookie-utility.py:36
> +    expires= datetime.utcnow() + timedelta(seconds=86400)

Might need to search through the whole patch for cases where you don't have a
space in front of the = in `expires=`


More information about the webkit-reviews mailing list