Bug 199153

Summary: Add user agent quirk for Google Drive
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   
See Also: https://bugs.webkit.org/show_bug.cgi?id=208647
https://bugs.webkit.org/show_bug.cgi?id=142074
Attachments:
Description Flags
Patch cgarcia: review+

Description Michael Catanzaro 2019-06-24 06:54:24 PDT
Add user agent quirk for Google Drive to suppress its unsupported browser warning
Comment 1 Michael Catanzaro 2019-06-24 06:55:57 PDT
Created attachment 372752 [details]
Patch
Comment 2 Carlos Garcia Campos 2019-06-24 07:01:21 PDT
Comment on attachment 372752 [details]
Patch

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

> Source/WebCore/platform/UserAgentQuirks.cpp:108
>      // Google Docs shows a scary unsupported browser warning with WebKitGTK+'s
>      // standard user agent.

You could take the opportunity to remove that + too :-) And update the comment to say it also happens with drive.
Comment 3 Michael Catanzaro 2019-06-24 07:34:52 PDT
I'll remove the pluses in a follow-up since there are a lot in this file.

(In reply to Carlos Garcia Campos from comment #2)
> And update the comment to say it also happens with drive.

OK.
Comment 4 Michael Catanzaro 2019-06-24 07:35:46 PDT
Committed r246733: <https://trac.webkit.org/changeset/246733>