On Tue, Mar 12, 2019 at 7:57 PM Michael Catanzaro <mcatanz...@igalia.com> wrote:
> On Tue, Mar 12, 2019 at 9:42 PM, Ryosuke Niwa <rn...@webkit.org> wrote: > > On that note, I'd appreciate if someone who maintains PlayStation / > > Windows ports could cleanup standardsUserAgentForURL to use > > WebsitePolicies in WebKit layer instead of having the logic in > > WebCore. > > Looks like standardUserAgentForURL is a stub for both PlayStation and > Windows? Only the UserAgentGLib.cpp implementation of > standardUserAgentForURL actually calls into UserAgentQuirks.cpp. Oh, I didn't notice that. What exactly are you hoping to have changed? Right now, WebPage::platformUserAgent on GTK+ and Windows checks needsSiteSpecificQuirks and returns the result of standardUserAgentForURL. Ideally, we want all ports to be using WebsitePolicies to set per-URL UA string instead. e.g. we've got rid of the code on macOS and iOS. - R. Niwa
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev