Title: [120972] trunk/Source/WebKit/chromium
Revision
120972
Author
[email protected]
Date
2012-06-21 15:40:51 -0700 (Thu, 21 Jun 2012)

Log Message

[Chromium] Enable CSP_NEXT on the Chromium port.
https://bugs.webkit.org/show_bug.cgi?id=89683

Patch by Mike West <[email protected]> on 2012-06-21
Reviewed by Adam Barth.

Enable CSP 1.1 on the Chromium port. This has zero practical effect,
as no CSP 1.1 patches have landed yet. But it will. Oh it will.

* features.gypi: ENABLE_CSP_NEXT=1

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (120971 => 120972)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-06-21 22:39:59 UTC (rev 120971)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-06-21 22:40:51 UTC (rev 120972)
@@ -1,3 +1,15 @@
+2012-06-21  Mike West  <[email protected]>
+
+        [Chromium] Enable CSP_NEXT on the Chromium port.
+        https://bugs.webkit.org/show_bug.cgi?id=89683
+
+        Reviewed by Adam Barth.
+
+        Enable CSP 1.1 on the Chromium port. This has zero practical effect,
+        as no CSP 1.1 patches have landed yet. But it will. Oh it will.
+
+        * features.gypi: ENABLE_CSP_NEXT=1
+
 2012-06-21  Alec Flett  <[email protected]>
 
         IndexedDB: Implement spec behavior for multiEntry indexes with invalid/duplicate subkeys

Modified: trunk/Source/WebKit/chromium/features.gypi (120971 => 120972)


--- trunk/Source/WebKit/chromium/features.gypi	2012-06-21 22:39:59 UTC (rev 120971)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-06-21 22:40:51 UTC (rev 120972)
@@ -37,7 +37,7 @@
       'ENABLE_BLOB=1',
       'ENABLE_BLOB_SLICE=1',
       'ENABLE_CHANNEL_MESSAGING=1',
-      'ENABLE_CSP_NEXT=0',
+      'ENABLE_CSP_NEXT=1',
       'ENABLE_CSS3_FLEXBOX=1',
       'ENABLE_CSS_BOX_DECORATION_BREAK=1',
       'ENABLE_CSS_EXCLUSIONS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to