Title: [222641] trunk/Tools
Revision
222641
Author
[email protected]
Date
2017-09-28 17:15:19 -0700 (Thu, 28 Sep 2017)

Log Message

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

Breaks AppleWin build (Requested by dolmstead on #webkit).

Reverted changeset:

"[WinCairo][MiniBrowser] Add ca-bundle to display secure
pages."
https://bugs.webkit.org/show_bug.cgi?id=168486
http://trac.webkit.org/changeset/222639

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (222640 => 222641)


--- trunk/Tools/ChangeLog	2017-09-29 00:13:13 UTC (rev 222640)
+++ trunk/Tools/ChangeLog	2017-09-29 00:15:19 UTC (rev 222641)
@@ -1,3 +1,17 @@
+2017-09-28  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r222639.
+        https://bugs.webkit.org/show_bug.cgi?id=177630
+
+        Breaks AppleWin build (Requested by dolmstead on #webkit).
+
+        Reverted changeset:
+
+        "[WinCairo][MiniBrowser] Add ca-bundle to display secure
+        pages."
+        https://bugs.webkit.org/show_bug.cgi?id=168486
+        http://trac.webkit.org/changeset/222639
+
 2017-09-28  Joanmarie Diggs  <[email protected]>
 
         AX: [ATK] object:state-changed notifications missing for multiple ARIA attributes

Modified: trunk/Tools/MiniBrowser/win/CMakeLists.txt (222640 => 222641)


--- trunk/Tools/MiniBrowser/win/CMakeLists.txt	2017-09-29 00:13:13 UTC (rev 222640)
+++ trunk/Tools/MiniBrowser/win/CMakeLists.txt	2017-09-29 00:15:19 UTC (rev 222641)
@@ -34,10 +34,6 @@
     list(APPEND MiniBrowser_LIBRARIES
         ${COREFOUNDATION_LIBRARY}
     )
-
-    set(MiniBrowser_CERTIFICATES_DIR ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/WebKit.resources/certificates)
-    make_directory(${MiniBrowser_CERTIFICATES_DIR})
-    file(COPY "${WEBKIT_LIBRARIES_DIR}/cacert.pem" DESTINATION ${MiniBrowser_CERTIFICATES_DIR})
 endif ()
 
 set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} /NODEFAULTLIB:MSVCRT /NODEFAULTLIB:MSVCRTD")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to