[webkit-reviews] review granted: [Bug 196642] [GTK][WPE] outlook.live.com displays old-fashioned UI : [Attachment 366908] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 01:13:14 PDT 2019


Carlos Garcia Campos <cgarcia at igalia.com> has granted Sergio Villar Senin
<svillar at igalia.com>'s request for review:
Bug 196642: [GTK][WPE] outlook.live.com displays old-fashioned UI
https://bugs.webkit.org/show_bug.cgi?id=196642

Attachment 366908: Patch

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




--- Comment #8 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 366908
  --> https://bugs.webkit.org/attachment.cgi?id=366908
Patch

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

> Source/WebCore/platform/UserAgentQuirks.cpp:64
>  {
> -    String baseDomain = topPrivatelyControlledDomain(url.host().toString());
> +    String domain = url.host().toString();
> +    String baseDomain = topPrivatelyControlledDomain(domain);

This is not needed.


More information about the webkit-reviews mailing list