[Webkit-unassigned] [Bug 250879] Delete unused Windows UA string logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 19 18:39:30 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=250879

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
We do use this function, so probably no easy cleanup:

Source/WebKitLegacy/win/WebView.cpp:    static const NeverDestroyed<String> prefix = makeString("Mozilla/5.0 (", windowsVersionForUAString(), ") AppleWebKit/", webKitVersionString(), " (KHTML, like Gecko)");

Source/WebCore/platform/win/UserAgentWin.cpp:    return makeString("Mozilla/5.0 (", windowsVersionForUAString(), ") AppleWebKit/605.1.15 (KHTML, like Gecko)",

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230120/b9929b35/attachment-0001.htm>


More information about the webkit-unassigned mailing list