WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
148168
[Cocoa] Cannot mock the system language
https://bugs.webkit.org/show_bug.cgi?id=148168
Summary
[Cocoa] Cannot mock the system language
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
Add attachment
proposed patch, testcase, etc.
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
See also:
https://bugs.webkit.org/show_bug.cgi?id=76138
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug