Bug 180475 - [WPE][GTK] Freeze WebKit version in user agent
Summary: [WPE][GTK] Freeze WebKit version in user agent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-06 08:42 PST by Michael Catanzaro
Modified: 2017-12-07 07:59 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.20 KB, patch)
2017-12-06 09:55 PST, Michael Catanzaro
cgarcia: review+
cgarcia: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>