Bug 180475

Summary: [WPE][GTK] Freeze WebKit version in user agent
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKitGTKAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch cgarcia: review+, cgarcia: commit-queue-

Description Michael Catanzaro 2017-12-06 08:42:09 PST
Freeze WebKit version in user agent. Follow up to bug #180365.
Comment 1 Michael Catanzaro 2017-12-06 09:55:35 PST
Created attachment 328578 [details]
Patch
Comment 2 Michael Catanzaro 2017-12-06 10:14:30 PST
Comment on attachment 328578 [details]
Patch

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

> Source/WebCore/platform/glib/UserAgentGLib.cpp:76
> +    return "605.1.15";

Yes, we've been using one fewer version number component than Mac all this time... best align with them.
Comment 3 Carlos Garcia Campos 2017-12-07 01:20:19 PST
Comment on attachment 328578 [details]
Patch

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

> Source/WebCore/ChangeLog:7
> +

Please explain here what you are changing and why.
Comment 4 Michael Catanzaro 2017-12-07 07:59:34 PST
Committed r225627: <https://trac.webkit.org/changeset/225627>