[Webkit-unassigned] [Bug 191858] [GTK] Unexpected User-Agent on redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 1 01:58:37 PDT 2020


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

--- Comment #6 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 407598
  --> https://bugs.webkit.org/attachment.cgi?id=407598
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=407598&action=review

> Source/WebKit/ChangeLog:9
> +        request when needsSiteSpecificQuirks setting is enabled.

It seems tests are missing here. Can we write some?
Also, it seems the patch adds a generic boolean but setting the user agent value is platform specific.
Currently, the work is mostly done in WebProcess with platform agnostic code, computation of the user agent value being done by WebPage.
How is the computation of this value supposed to work in NetworkProcess?
After the patch, GTK port will compute value in NetworkProcess while other ports will continue doing this in WebProcess.

-- 
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/20200901/5a46337b/attachment-0001.htm>


More information about the webkit-unassigned mailing list