Title: [195193] releases/WebKitGTK/webkit-2.10/Tools
Revision
195193
Author
[email protected]
Date
2016-01-18 02:42:17 -0800 (Mon, 18 Jan 2016)

Log Message

Merge r194327 - [GTK] jquery.min.js violates DFSG
https://bugs.webkit.org/show_bug.cgi?id=152428

Reviewed by Joseph Pecoraro.

Stop distributing Source/WebInspectorUI/Tools. It is not needed in tarballs. This brings us
into compliance with DFSG by removing a bundled, minified copy of jQuery from our tarball.

* gtk/manifest.txt.in:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.10/Tools/ChangeLog (195192 => 195193)


--- releases/WebKitGTK/webkit-2.10/Tools/ChangeLog	2016-01-18 10:41:04 UTC (rev 195192)
+++ releases/WebKitGTK/webkit-2.10/Tools/ChangeLog	2016-01-18 10:42:17 UTC (rev 195193)
@@ -1,3 +1,15 @@
+2015-12-21  Michael Catanzaro  <[email protected]>
+
+        [GTK] jquery.min.js violates DFSG
+        https://bugs.webkit.org/show_bug.cgi?id=152428
+
+        Reviewed by Joseph Pecoraro.
+
+        Stop distributing Source/WebInspectorUI/Tools. It is not needed in tarballs. This brings us
+        into compliance with DFSG by removing a bundled, minified copy of jQuery from our tarball.
+
+        * gtk/manifest.txt.in:
+
 2015-12-09  Mario Sanchez Prada  <[email protected]>
 
         Refactored initialization code in LoadTrackingTest.

Modified: releases/WebKitGTK/webkit-2.10/Tools/gtk/manifest.txt.in (195192 => 195193)


--- releases/WebKitGTK/webkit-2.10/Tools/gtk/manifest.txt.in	2016-01-18 10:41:04 UTC (rev 195192)
+++ releases/WebKitGTK/webkit-2.10/Tools/gtk/manifest.txt.in	2016-01-18 10:42:17 UTC (rev 195193)
@@ -55,6 +55,7 @@
 exclude Source/cmake/OptionsAppleWin.cmake$
 exclude Source/cmake/OptionsEfl.cmake$
 exclude Source/cmake/eflsymbols.filter$
+exclude Source/WebInspectorUI/Tools
 exclude Source/WebInspectorUI/UserInterface/Images
 
 directory Source/WebInspectorUI/UserInterface/Images/gtk
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to