Title: [278891] trunk/Source
Revision
278891
Author
da...@apple.com
Date
2021-06-15 12:15:32 -0700 (Tue, 15 Jun 2021)

Log Message

Delete some recently-obsoleted files
https://bugs.webkit.org/show_bug.cgi?id=226705

Reviewed by Chris Dumez.

Source/WebCore:

* Sources.txt: Removed CSSCustomIdentValue.cpp.
* WebCore.xcodeproj/project.pbxproj: Removed CSSCustomIdentValue.cpp/h.

* css/CSSCustomIdentValue.cpp: Removed.
* css/CSSCustomIdentValue.h: Removed.
* css/calc/CSSCalcExpressionNodeParser.cpp: Added TextStream.h include.
* dom/SuccessOr.h: Removed.

Source/WTF:

* wtf/CMakeLists.txt: Removed Optional.h.
* wtf/Optional.h: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (278890 => 278891)


--- trunk/Source/WTF/ChangeLog	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WTF/ChangeLog	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,3 +1,13 @@
+2021-06-06  Darin Adler  <da...@apple.com>
+
+        Delete some recently-obsoleted files
+        https://bugs.webkit.org/show_bug.cgi?id=226705
+
+        Reviewed by Chris Dumez.
+
+        * wtf/CMakeLists.txt: Removed Optional.h.
+        * wtf/Optional.h: Removed.
+
 2021-06-15  Alex Christensen  <achristen...@webkit.org>
 
         Check for "xn--" in any subdomain when parsing URL hosts

Modified: trunk/Source/WTF/wtf/CMakeLists.txt (278890 => 278891)


--- trunk/Source/WTF/wtf/CMakeLists.txt	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WTF/wtf/CMakeLists.txt	2021-06-15 19:15:32 UTC (rev 278891)
@@ -162,7 +162,6 @@
     Observer.h
     OptionSet.h
     OptionSetHash.h
-    Optional.h
     OrderMaker.h
     Packed.h
     PackedRef.h

Deleted: trunk/Source/WTF/wtf/Optional.h (278890 => 278891)


--- trunk/Source/WTF/wtf/Optional.h	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WTF/wtf/Optional.h	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,24 +0,0 @@
-/*
- *  Copyright (C) 2021 Apple Inc. All rights reserved.
- *
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
- *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public License
- *  along with this library; see the file COPYING.LIB.  If not, write to
- *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- *  Boston, MA 02110-1301, USA.
- *
- */
-
-#pragma once
-
-// This file intentionally left blank to make incremental builds on Windows work.
-// Some day later we can remove it.

Modified: trunk/Source/WebCore/ChangeLog (278890 => 278891)


--- trunk/Source/WebCore/ChangeLog	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/ChangeLog	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,3 +1,18 @@
+2021-06-06  Darin Adler  <da...@apple.com>
+
+        Delete some recently-obsoleted files
+        https://bugs.webkit.org/show_bug.cgi?id=226705
+
+        Reviewed by Chris Dumez.
+
+        * Sources.txt: Removed CSSCustomIdentValue.cpp.
+        * WebCore.xcodeproj/project.pbxproj: Removed CSSCustomIdentValue.cpp/h.
+
+        * css/CSSCustomIdentValue.cpp: Removed.
+        * css/CSSCustomIdentValue.h: Removed.
+        * css/calc/CSSCalcExpressionNodeParser.cpp: Added TextStream.h include.
+        * dom/SuccessOr.h: Removed.
+
 2021-06-15  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [GPU Process] Add a bounds check before reading data length for out-of-line display list items

Modified: trunk/Source/WebCore/Sources.txt (278890 => 278891)


--- trunk/Source/WebCore/Sources.txt	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/Sources.txt	2021-06-15 19:15:32 UTC (rev 278891)
@@ -724,7 +724,6 @@
 css/CSSCounterStyleRule.cpp
 css/CSSCrossfadeValue.cpp
 css/CSSCursorImageValue.cpp
-css/CSSCustomIdentValue.cpp
 css/CSSCustomPropertyValue.cpp
 css/CSSFilterImageValue.cpp
 css/CSSFontFace.cpp

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (278890 => 278891)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2021-06-15 19:15:32 UTC (rev 278891)
@@ -2939,7 +2939,6 @@
 		9444CBD41D860C8B0073A074 /* SizesCalcParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBCF1D860C740073A074 /* SizesCalcParser.h */; };
 		9444CBD61D860C8B0073A074 /* SizesAttributeParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBD11D860C740073A074 /* SizesAttributeParser.h */; };
 		9444CBDA1D88483A0073A074 /* CSSVariableParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBD71D88482A0073A074 /* CSSVariableParser.h */; };
-		9444CBE41D8861990073A074 /* CSSCustomIdentValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBE11D8861580073A074 /* CSSCustomIdentValue.h */; };
 		9444CBE81D8861C20073A074 /* CSSVariableData.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBDD1D8861580073A074 /* CSSVariableData.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		9444CBEA1D8861CA0073A074 /* CSSVariableReferenceValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 9444CBDB1D8861580073A074 /* CSSVariableReferenceValue.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		94476BDB1DFCAC0300690E23 /* CSSDeferredParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 94476BD91DFCA4A700690E23 /* CSSDeferredParser.h */; };
@@ -11858,8 +11857,6 @@
 		9444CBDC1D8861580073A074 /* CSSVariableReferenceValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSVariableReferenceValue.cpp; sourceTree = "<group>"; };
 		9444CBDD1D8861580073A074 /* CSSVariableData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSVariableData.h; sourceTree = "<group>"; };
 		9444CBDE1D8861580073A074 /* CSSVariableData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSVariableData.cpp; sourceTree = "<group>"; };
-		9444CBE11D8861580073A074 /* CSSCustomIdentValue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CSSCustomIdentValue.h; sourceTree = "<group>"; };
-		9444CBE21D8861580073A074 /* CSSCustomIdentValue.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CSSCustomIdentValue.cpp; sourceTree = "<group>"; };
 		94476BD81DFCA4A700690E23 /* CSSDeferredParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CSSDeferredParser.cpp; path = parser/CSSDeferredParser.cpp; sourceTree = "<group>"; };
 		94476BD91DFCA4A700690E23 /* CSSDeferredParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CSSDeferredParser.h; path = parser/CSSDeferredParser.h; sourceTree = "<group>"; };
 		946D37281D6CB28B0077084F /* CSSParser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CSSParser.cpp; path = parser/CSSParser.cpp; sourceTree = "<group>"; };
@@ -29891,8 +29888,6 @@
 				2D8FEBDB143E3EF70072502B /* CSSCrossfadeValue.h */,
 				AA0978ED0ABAA6E100874480 /* CSSCursorImageValue.cpp */,
 				AA0978EE0ABAA6E100874480 /* CSSCursorImageValue.h */,
-				9444CBE21D8861580073A074 /* CSSCustomIdentValue.cpp */,
-				9444CBE11D8861580073A074 /* CSSCustomIdentValue.h */,
 				94D4AC611DC24C810080F02D /* CSSCustomPropertyValue.cpp */,
 				BC779E131BB215BB00CAA8BF /* CSSCustomPropertyValue.h */,
 				FB965B8217BBB62C00E835B9 /* CSSFilterImageValue.cpp */,
@@ -32258,7 +32253,6 @@
 				98F9D66925FDE02200BD842D /* CSSCounterStyleRule.h in Headers */,
 				2D8FEBDD143E3EF70072502B /* CSSCrossfadeValue.h in Headers */,
 				AA21ECCD0ABF0FC6002B834C /* CSSCursorImageValue.h in Headers */,
-				9444CBE41D8861990073A074 /* CSSCustomIdentValue.h in Headers */,
 				BC779E141BB215BB00CAA8BF /* CSSCustomPropertyValue.h in Headers */,
 				94476BDB1DFCAC0300690E23 /* CSSDeferredParser.h in Headers */,
 				FBB0C5B817BBD629003D3677 /* CSSFilterImageValue.h in Headers */,

Deleted: trunk/Source/WebCore/css/CSSCustomIdentValue.cpp (278890 => 278891)


--- trunk/Source/WebCore/css/CSSCustomIdentValue.cpp	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/css/CSSCustomIdentValue.cpp	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,5 +0,0 @@
-/*
- *  Copyright (C) 2021 Apple Inc. All rights reserved.
- */
-
-// This file is no longer needed and we can remove it soon.

Deleted: trunk/Source/WebCore/css/CSSCustomIdentValue.h (278890 => 278891)


--- trunk/Source/WebCore/css/CSSCustomIdentValue.h	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/css/CSSCustomIdentValue.h	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,7 +0,0 @@
-/*
- *  Copyright (C) 2021 Apple Inc. All rights reserved.
- */
-
-#pragma once
-
-// This file is no longer needed and we can remove it soon.

Modified: trunk/Source/WebCore/css/calc/CSSCalcExpressionNodeParser.cpp (278890 => 278891)


--- trunk/Source/WebCore/css/calc/CSSCalcExpressionNodeParser.cpp	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/css/calc/CSSCalcExpressionNodeParser.cpp	2021-06-15 19:15:32 UTC (rev 278891)
@@ -36,6 +36,7 @@
 #include "CSSParserToken.h"
 #include "CSSParserTokenRange.h"
 #include "Logging.h"
+#include <wtf/text/TextStream.h>
 
 namespace WebCore {
 

Deleted: trunk/Source/WebCore/dom/SuccessOr.h (278890 => 278891)


--- trunk/Source/WebCore/dom/SuccessOr.h	2021-06-15 19:05:32 UTC (rev 278890)
+++ trunk/Source/WebCore/dom/SuccessOr.h	2021-06-15 19:15:32 UTC (rev 278891)
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2021 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. ``AS IS'' AND ANY
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE INC. OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
- * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
- * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#pragma once
-
-// Nothing here any more. No need to include it. We plan to delete this header.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to