[webkit-reviews] review granted: [Bug 199518] Add fetch quirk for www.bnz.co.nz : [Attachment 373499] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 5 12:04:37 PDT 2019


Chris Dumez <cdumez at apple.com> has granted youenn fablet <youennf at gmail.com>'s
request for review:
Bug 199518: Add fetch quirk for www.bnz.co.nz
https://bugs.webkit.org/show_bug.cgi?id=199518

Attachment 373499: Patch

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




--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 373499
  --> https://bugs.webkit.org/attachment.cgi?id=373499
Patch

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

> Source/WebCore/page/Quirks.cpp:97
> +    if (equalLettersIgnoringASCIICase(host, "www.thrivepatientportal.com"))

I would have written this as a single return statement with || conditions.


More information about the webkit-reviews mailing list