Title: [169214] trunk/Source/WebKit2
- Revision
- 169214
- Author
- [email protected]
- Date
- 2014-05-22 13:35:23 -0700 (Thu, 22 May 2014)
Log Message
[iOS] Add CFBundleAllowMixedLocalizations to WebContentService
https://bugs.webkit.org/show_bug.cgi?id=133187
<rdar://problem/16561084>
Reviewed by Tim Horton.
* WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist:
We already had it in WebContentService.Development, just not here.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (169213 => 169214)
--- trunk/Source/WebKit2/ChangeLog 2014-05-22 20:14:59 UTC (rev 169213)
+++ trunk/Source/WebKit2/ChangeLog 2014-05-22 20:35:23 UTC (rev 169214)
@@ -1,5 +1,16 @@
2014-05-22 Alexey Proskuryakov <[email protected]>
+ [iOS] Add CFBundleAllowMixedLocalizations to WebContentService
+ https://bugs.webkit.org/show_bug.cgi?id=133187
+ <rdar://problem/16561084>
+
+ Reviewed by Tim Horton.
+
+ * WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist:
+ We already had it in WebContentService.Development, just not here.
+
+2014-05-22 Alexey Proskuryakov <[email protected]>
+
[iOS][WK2] Application cache is broken
https://bugs.webkit.org/show_bug.cgi?id=133172
<rdar://problem/16994593>
Modified: trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist (169213 => 169214)
--- trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2014-05-22 20:14:59 UTC (rev 169213)
+++ trunk/Source/WebKit2/WebProcess/EntryPoint/mac/XPCService/WebContentService/Info-iOS.plist 2014-05-22 20:35:23 UTC (rev 169214)
@@ -35,5 +35,7 @@
<key>_MultipleInstances</key>
<true/>
</dict>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <true/>
</dict>
</plist>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes