Title: [186770] trunk/Source/WebKit2
- Revision
- 186770
- Author
- [email protected]
- Date
- 2015-07-13 12:54:19 -0700 (Mon, 13 Jul 2015)
Log Message
Silverlight causes tabs to hang
https://bugs.webkit.org/show_bug.cgi?id=146912
rdar://problem/21686508
Reviewed by Sam Weinig.
Make sure to link production builds of the legacy plug-in process against the shim on 10.11 and newer.
* Configurations/PluginProcess.xcconfig:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (186769 => 186770)
--- trunk/Source/WebKit2/ChangeLog 2015-07-13 19:50:44 UTC (rev 186769)
+++ trunk/Source/WebKit2/ChangeLog 2015-07-13 19:54:19 UTC (rev 186770)
@@ -1,3 +1,15 @@
+2015-07-13 Anders Carlsson <[email protected]>
+
+ Silverlight causes tabs to hang
+ https://bugs.webkit.org/show_bug.cgi?id=146912
+ rdar://problem/21686508
+
+ Reviewed by Sam Weinig.
+
+ Make sure to link production builds of the legacy plug-in process against the shim on 10.11 and newer.
+
+ * Configurations/PluginProcess.xcconfig:
+
2015-07-13 Michael Catanzaro <[email protected]>
[Linux] SeccompFilters: handle alternate install prefixes
Modified: trunk/Source/WebKit2/Configurations/PluginProcess.xcconfig (186769 => 186770)
--- trunk/Source/WebKit2/Configurations/PluginProcess.xcconfig 2015-07-13 19:50:44 UTC (rev 186769)
+++ trunk/Source/WebKit2/Configurations/PluginProcess.xcconfig 2015-07-13 19:54:19 UTC (rev 186770)
@@ -27,6 +27,12 @@
INFOPLIST_FILE = PluginProcess/EntryPoint/mac/LegacyProcess/Info.plist;
CODE_SIGN_ENTITLEMENTS = Configurations/PluginService.entitlements;
+OTHER_LDFLAGS = $(OTHER_LDFLAGS) $(LDFLAGS_SHIM_$(CONFIGURATION));
+
+LDFLAGS_SHIM_Production[sdk=macosx*] = $(BUILT_PRODUCTS_DIR)/PluginProcessShim.dylib;
+LDFLAGS_SHIM_Production[sdk=macosx10.9*] = ;
+LDFLAGS_SHIM_Production[sdk=macosx10.10*] = ;
+
EXCLUDED_SHIM_FILE_NAME[sdk=iphone*] = PluginProcessShim.dylib;
SKIP_INSTALL[sdk=iphone*] = YES;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes