Title: [263907] trunk/Source/WebCore
Revision
263907
Author
[email protected]
Date
2020-07-03 14:16:56 -0700 (Fri, 03 Jul 2020)

Log Message

WebCore/Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST
https://bugs.webkit.org/show_bug.cgi?id=213935

Reviewed by Sam Weinig.

* Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST and sort files in with the others.
The source files themselves have conditionals, we don't need conditionals in Sources.txt,
and we are moving towards removing the capability for #if ENABLE in the Sources.txt file.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (263906 => 263907)


--- trunk/Source/WebCore/ChangeLog	2020-07-03 20:30:58 UTC (rev 263906)
+++ trunk/Source/WebCore/ChangeLog	2020-07-03 21:16:56 UTC (rev 263907)
@@ -1,3 +1,14 @@
+2020-07-03  Darin Adler  <[email protected]>
+
+        WebCore/Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST
+        https://bugs.webkit.org/show_bug.cgi?id=213935
+
+        Reviewed by Sam Weinig.
+
+        * Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST and sort files in with the others.
+        The source files themselves have conditionals, we don't need conditionals in Sources.txt,
+        and we are moving towards removing the capability for #if ENABLE in the Sources.txt file.
+
 2020-07-03  Sam Weinig  <[email protected]>
 
         Add "-Wliteral-conversion" warning to Xcode based builds and fix the issues it finds

Modified: trunk/Source/WebCore/Sources.txt (263906 => 263907)


--- trunk/Source/WebCore/Sources.txt	2020-07-03 20:30:58 UTC (rev 263906)
+++ trunk/Source/WebCore/Sources.txt	2020-07-03 21:16:56 UTC (rev 263907)
@@ -23,16 +23,8 @@
 
 Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.cpp
 
-#if ENABLE_APPLICATION_MANIFEST
-
 Modules/applicationmanifest/ApplicationManifestParser.cpp
 
-loader/ApplicationManifestLoader.cpp
-
-loader/cache/CachedApplicationManifest.cpp
-
-#endif
-
 Modules/async-clipboard/Clipboard.cpp
 Modules/async-clipboard/ClipboardImageReader.cpp
 Modules/async-clipboard/ClipboardItem.cpp
@@ -1531,6 +1523,7 @@
 layout/tableformatting/TableGrid.cpp
 layout/tableformatting/TableLayout.cpp
 
+loader/ApplicationManifestLoader.cpp
 loader/AdClickAttribution.cpp
 loader/CanvasActivityRecord.cpp
 loader/ContentFilter.cpp
@@ -1603,6 +1596,7 @@
 loader/archive/mhtml/MHTMLArchive.cpp
 loader/archive/mhtml/MHTMLParser.cpp
 
+loader/cache/CachedApplicationManifest.cpp
 loader/cache/CachedCSSStyleSheet.cpp
 loader/cache/CachedFont.cpp
 loader/cache/CachedImage.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to