Bug 151347

Summary: REGRESSION(r192459): [GTK] User agent string is broken after r192459
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, darin, gyuyoung.kim, svillar, zan
Priority: P2 Keywords: Gtk, Regression
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch zan: review+

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>