Title: [168347] trunk/Source/WebKit
- Revision
- 168347
- Author
- [email protected]
- Date
- 2014-05-05 19:54:26 -0700 (Mon, 05 May 2014)
Log Message
Unreviewed, rolling out r168334.
Broke builds.
Reverted changeset:
"Put WebKitPluginHost.app in WebKitLegacy.framework"
https://bugs.webkit.org/show_bug.cgi?id=132592
http://trac.webkit.org/changeset/168334
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (168346 => 168347)
--- trunk/Source/WebKit/ChangeLog 2014-05-06 02:49:41 UTC (rev 168346)
+++ trunk/Source/WebKit/ChangeLog 2014-05-06 02:54:26 UTC (rev 168347)
@@ -1,3 +1,15 @@
+2014-05-05 Andreas Kling <[email protected]>
+
+ Unreviewed, rolling out r168334.
+
+ Broke builds.
+
+ Reverted changeset:
+
+ "Put WebKitPluginHost.app in WebKitLegacy.framework"
+ https://bugs.webkit.org/show_bug.cgi?id=132592
+ http://trac.webkit.org/changeset/168334
+
2014-05-05 Anders Carlsson <[email protected]>
Put WebKitPluginHost.app in WebKitLegacy.framework
Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (168346 => 168347)
--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2014-05-06 02:49:41 UTC (rev 168346)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj 2014-05-06 02:54:26 UTC (rev 168347)
@@ -1987,6 +1987,7 @@
1AD7451518D0D26C006F3A1E /* Frameworks */,
1A27F2A3190F1BB700D2B661 /* Check For Framework Include Consistency */,
1A27F2A2190F1B8500D2B661 /* Check For Inappropriate Macros in External Headers */,
+ 5DE6D18C0FCF231B002DE28C /* Symlink WebKitPluginHost in to place */,
1AC9317F19130A87006EA8BC /* Add Symlink in /System/Library/PrivateFrameworks */,
);
buildRules = (
@@ -2014,7 +2015,6 @@
939811270824BF01008DF038 /* Frameworks */,
5D0D54210E98631D0029E223 /* Check For Weak VTables and Externals */,
3713F018142905B70036387F /* Check For Inappropriate Objective-C Class Names */,
- 1A3193D5191856E500E1CF89 /* Symlink WebKitPluginHost */,
);
buildRules = (
);
@@ -2104,21 +2104,6 @@
shellPath = /bin/sh;
shellScript = "if [ \"${ACTION}\" = \"installhdrs\" ]; then\nexit 0;\nfi\n\n# FIXME: Once WebKit is provided by WebKit2.xcodeproj, this should be re-enabled.\nif [[ ${PLATFORM_NAME} == \"iphoneos\" || ${PLATFORM_NAME} == \"iphonesimulator\" ]]; then\nexit 0\nfi\n\nif [ -f ../../Tools/Scripts/check-for-webkit-framework-include-consistency ]; then\n../../Tools/Scripts/check-for-webkit-framework-include-consistency || exit $?\nfi\n";
};
- 1A3193D5191856E500E1CF89 /* Symlink WebKitPluginHost */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- );
- name = "Symlink WebKitPluginHost";
- outputPaths = (
- "$(CONFIGURATION_BUILD_DIR)/WebKitLegacy.framework/WebKitPluginHost.app",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "if [[ ${PLATFORM_NAME} == \"iphoneos\" || ${PLATFORM_NAME} == \"iphonesimulator\" ]]; then\nexit 0\nfi\n\nif [[ \"${CONFIGURATION}\" != \"Production\" && \"${ACTION}\" == \"build\" ]]; then\nif [[ ! -e \"${CONFIGURATION_BUILD_DIR}/WebKitLegacy.framework/WebKitPluginHost.app\" ]]; then\nif [[ -e \"/System/Library/Frameworks/WebKitLegacy.framework/WebKitPluginHost.app\" ]]; then\nln -s /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKitLegacy.framework/WebKitPluginHost.app\"\nelse\nln -s /System/Library/Frameworks/WebKit.framework/Frameworks/WebKitLegacy.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKitLegacy.framework/WebKitPluginHost.app\"\nfi\nfi\nfi\n";
- };
1A5B250818D0D90C00913729 /* Migrate Headers */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
@@ -2259,6 +2244,21 @@
shellPath = /bin/sh;
shellScript = "# Touch Info.plist to let Xcode know it needs to copy it into the built product\nif [[ \"${CONFIGURATION}\" != \"Production\" ]]; then\n touch \"${PROJECT_DIR}/mac/Info.plist\";\nfi;\n";
};
+ 5DE6D18C0FCF231B002DE28C /* Symlink WebKitPluginHost in to place */ = {
+ isa = PBXShellScriptBuildPhase;
+ buildActionMask = 2147483647;
+ files = (
+ );
+ inputPaths = (
+ );
+ name = "Symlink WebKitPluginHost in to place";
+ outputPaths = (
+ "$(CONFIGURATION_BUILD_DIR)/WebKit.framework/WebKitPluginHost.app",
+ );
+ runOnlyForDeploymentPostprocessing = 0;
+ shellPath = /bin/sh;
+ shellScript = "if [[ ${PLATFORM_NAME} == \"iphoneos\" || ${PLATFORM_NAME} == \"iphonesimulator\" ]]; then\n exit 0\nfi\n\nif [[ \"${CONFIGURATION}\" != \"Production\" && \"${ACTION}\" == \"build\" ]]; then\n if [[ ! -e \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\" ]]; then\n if [[ -e \"/System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app\" ]]; then\n ln -s /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\"\n else\n ln -s /System/Library/Frameworks/WebKit.framework/Frameworks/WebKitLegacy.framework/WebKitPluginHost.app \"${CONFIGURATION_BUILD_DIR}/WebKit.framework/WebKitPluginHost.app\"\n fi\n fi\nfi\n";
+ };
939811300824BF01008DF038 /* Make Frameworks Symbolic Link */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
Modified: trunk/Source/WebKit/mac/ChangeLog (168346 => 168347)
--- trunk/Source/WebKit/mac/ChangeLog 2014-05-06 02:49:41 UTC (rev 168346)
+++ trunk/Source/WebKit/mac/ChangeLog 2014-05-06 02:54:26 UTC (rev 168347)
@@ -1,3 +1,15 @@
+2014-05-05 Andreas Kling <[email protected]>
+
+ Unreviewed, rolling out r168334.
+
+ Broke builds.
+
+ Reverted changeset:
+
+ "Put WebKitPluginHost.app in WebKitLegacy.framework"
+ https://bugs.webkit.org/show_bug.cgi?id=132592
+ http://trac.webkit.org/changeset/168334
+
2014-05-05 Anders Carlsson <[email protected]>
Put WebKitPluginHost.app in WebKitLegacy.framework
Modified: trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm (168346 => 168347)
--- trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm 2014-05-06 02:49:41 UTC (rev 168346)
+++ trunk/Source/WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm 2014-05-06 02:54:26 UTC (rev 168347)
@@ -110,7 +110,7 @@
if (renderServerPort == MACH_PORT_NULL)
return false;
- NSString *pluginHostAppPath = [[NSBundle bundleForClass:[WebNetscapePluginPackage class]] pathForAuxiliaryExecutable:pluginHostAppName];
+ NSString *pluginHostAppPath = [[NSBundle bundleWithIdentifier:@"com.apple.WebKit"] pathForAuxiliaryExecutable:pluginHostAppName];
NSString *pluginHostAppExecutablePath = [[NSBundle bundleWithPath:pluginHostAppPath] executablePath];
RetainPtr<CFStringRef> localization = adoptCF(WKCopyCFLocalizationPreferredName(NULL));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes