Bug 148168

Summary: [Cocoa] Cannot mock the system language
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: TextAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ap, simon.fraser
Priority: P2    
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Myles C. Maxfield
Reported 2015-08-18 23:21:20 PDT
I have gotten a few bugs recently which were only discoverable when the system language was set to non-English. We need some way to mock this so that our tests can run in these other environments.
Attachments
Alexey Proskuryakov
Comment 1 2015-08-19 08:58:58 PDT
There is internals.overrideUserPreferredLanguages(). Unfortunately, WebKit and WebCore code is not very consistent, and we often check the language and locale directly. Also, it's not always obvious where we should be using system language, and where we should be using system locale.
Myles C. Maxfield
Comment 2 2015-08-26 23:02:37 PDT
Note You need to log in before you can comment on or make changes to this bug.