Bug 222347

Summary: REGRESSION(r267763): [GTK][WPE] user preferred languages are sent to the wrong network process
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, bugs-noreply
Priority: P2 Keywords: Gtk, Regression
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch aperez: review+

Description Carlos Garcia Campos 2021-02-24 01:36:24 PST
WebProcessPool::languageChanged() is creating the default website data store, so languages are sent to the newly created network process. We should send them to the existing network processes instead.
Comment 1 Carlos Garcia Campos 2021-02-24 01:37:40 PST
Created attachment 421389 [details]
Patch
Comment 2 Carlos Garcia Campos 2021-02-24 02:59:38 PST
Committed r273378 (234505@main): <https://commits.webkit.org/234505@main>