Bug 151347 - REGRESSION(r192459): [GTK] User agent string is broken after r192459
Summary: REGRESSION(r192459): [GTK] User agent string is broken after r192459
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2015-11-17 04:12 PST by Carlos Garcia Campos
Modified: 2015-11-17 23:48 PST (History)
5 users (show)

See Also:


Attachments
Patch (2.77 KB, patch)
2015-11-17 04:15 PST, Carlos Garcia Campos
zan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2015-11-17 04:12:32 PST
This is our UA string after r192459:

Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/USER_AGENT_GTK_MAJOR_VERSION.USER_AGENT_GTK_MINOR_VERSION (KHTML, like Gecko) Version/8.0 Safari/USER_AGENT_GTK_MAJOR_VERSION.USER_AGENT_GTK_MINOR_VERSION
Comment 1 Carlos Garcia Campos 2015-11-17 04:15:44 PST
Created attachment 265673 [details]
Patch

I think it's simpler to pass the values as strings.
Comment 2 Carlos Garcia Campos 2015-11-17 23:48:16 PST
Committed r192566: <http://trac.webkit.org/changeset/192566>