Title: [205687] trunk/Source/WebKit2
Revision
205687
Author
[email protected]
Date
2016-09-08 19:25:10 -0700 (Thu, 08 Sep 2016)

Log Message

Unreviewed, rolling out r205576.
https://bugs.webkit.org/show_bug.cgi?id=161782

Introduced a crash at launch and broke all our Mac perf
testing (Requested by rniwa on #webkit).

Reverted changeset:

"[Mac] .tbd files for the shims end up installed when building
with GENERATE_TEXT_BASED_STUBS=YES"
https://bugs.webkit.org/show_bug.cgi?id=161722
http://trac.webkit.org/changeset/205576

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (205686 => 205687)


--- trunk/Source/WebKit2/ChangeLog	2016-09-09 01:53:51 UTC (rev 205686)
+++ trunk/Source/WebKit2/ChangeLog	2016-09-09 02:25:10 UTC (rev 205687)
@@ -1,3 +1,18 @@
+2016-09-08  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r205576.
+        https://bugs.webkit.org/show_bug.cgi?id=161782
+
+        Introduced a crash at launch and broke all our Mac perf
+        testing (Requested by rniwa on #webkit).
+
+        Reverted changeset:
+
+        "[Mac] .tbd files for the shims end up installed when building
+        with GENERATE_TEXT_BASED_STUBS=YES"
+        https://bugs.webkit.org/show_bug.cgi?id=161722
+        http://trac.webkit.org/changeset/205576
+
 2016-09-08  Said Abou-Hallawa  <[email protected]>
 
         Move the BitmapImage platform dependent code to a new file named NativeImage[CG|Cairo].cpp

Modified: trunk/Source/WebKit2/Configurations/Shim.xcconfig (205686 => 205687)


--- trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-09-09 01:53:51 UTC (rev 205686)
+++ trunk/Source/WebKit2/Configurations/Shim.xcconfig	2016-09-09 02:25:10 UTC (rev 205687)
@@ -25,3 +25,6 @@
 
 GCC_DYNAMIC_NO_PIC = NO;
 SKIP_INSTALL = YES;
+SKIP_INSTALL[sdk=macosx*] = NO;
+
+INSTALL_PATH = $(WEBKIT_FRAMEWORKS_DIR)/WebKit.framework/Versions/A/Frameworks;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to