Bug 15591 - Implement the user agent string for gtk
Summary: Implement the user agent string for gtk
Status: RESOLVED DUPLICATE of bug 15409
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 523.x (Safari 3)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-21 09:22 PDT by Christian Dywan
Modified: 2007-10-21 16:38 PDT (History)
0 users

See Also:


Attachments
A first attempt at the user agent (2.12 KB, patch)
2007-10-21 09:26 PDT, Christian Dywan
no flags Details | Formatted Diff | Diff
With DirectFB and Changelog (2.57 KB, patch)
2007-10-21 12:32 PDT, Christian Dywan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Dywan 2007-10-21 09:22:01 PDT
Currently the user agent is hardcoded. We want to provide information about the acutal operating system, kernel, architecture, language, webkit version and application name.
Comment 1 Christian Dywan 2007-10-21 09:26:09 PDT
Created attachment 16766 [details]
A first attempt at the user agent

This patch provides the operating system, architecture, kernel, language and application name.

It is currently specific to unix systems, Windows is hardcoded to XP. Further more the webkit version is still hardcoded to 420+ and the application name can't be changed (there is no api for this anyway).
Comment 2 Christian Dywan 2007-10-21 09:38:35 PDT
As for the Windows version I imagine the WebKitWin code for this could be eventually shared along ports, as Qt will probably also need this.
Comment 3 Christian Dywan 2007-10-21 12:32:45 PDT
Created attachment 16769 [details]
With DirectFB and Changelog
Comment 4 Mark Rowe (bdash) 2007-10-21 14:14:10 PDT
We already have a bug with patch intending to address this.  You should do a Bugzilla search to find it.
Comment 5 Mark Rowe (bdash) 2007-10-21 16:38:58 PDT

*** This bug has been marked as a duplicate of 15409 ***