Changeset 145458 in webkit
- Timestamp:
- Mar 11, 2013, 6:42:07 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r145453 r145458 1 2013-03-11 Tim Horton <timothy_horton@apple.com> 2 3 [wk2] WebProcess and WebContentService don't respect system localization 4 https://bugs.webkit.org/show_bug.cgi?id=112091 5 <rdar://problem/13233590> 6 7 Reviewed by Dan Bernstein. 8 9 Allow CFBundle to use localizations that don't exist in the main bundle, 10 so that, for example, injected bundles can load and use strings from localized frameworks. 11 12 * WebProcess/EntryPoint/mac/LegacyProcess/Info.plist: 13 * WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist: 14 * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist: 15 1 16 2013-03-11 Jochen Eisinger <jochen@chromium.org> 2 17 -
trunk/Source/WebKit2/WebProcess/EntryPoint/mac/LegacyProcess/Info.plist
r144217 r145458 29 29 <key>NSPrincipalClass</key> 30 30 <string>NSApplication</string> 31 <key>CFBundleAllowMixedLocalizations</key> 32 <true/> 31 33 <key>WebKitEntryPoint</key> 32 34 <string>WebContentProcessMain</string> -
trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService.Development/Info.plist
r144217 r145458 23 23 <key>CFBundleVersion</key> 24 24 <string>${BUNDLE_VERSION}</string> 25 <key>CFBundleAllowMixedLocalizations</key> 26 <true/> 25 27 <key>LSFileQuarantineEnabled</key> 26 28 <true/> -
trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info.plist
r144217 r145458 29 29 <key>WebKitEntryPoint</key> 30 30 <string>WebContentServiceInitializer</string> 31 <key>CFBundleAllowMixedLocalizations</key> 32 <true/> 31 33 <key>LSUIElement</key> 32 34 <true/>
Note:
See TracChangeset
for help on using the changeset viewer.