Changeset 285724 in webkit
- Timestamp:
- Nov 12, 2021, 8:39:49 AM (5 years ago)
- Location:
- trunk/Source
- Files:
-
- 11 edited
-
WebCore/ChangeLog (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPUBuffer.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPUCommandEncoder.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPUComputePassEncoder.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPUQuerySet.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPUQueue.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPURenderBundleEncoder.cpp (modified) (1 diff)
-
WebCore/Modules/WebGPU/GPURenderPassEncoder.cpp (modified) (1 diff)
-
WebCore/page/PerformanceNavigationTiming.cpp (modified) (1 diff)
-
WebKit/ChangeLog (modified) (1 diff)
-
WebKit/WebProcess/WebCoreSupport/WebCaptionPreferencesDelegate.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r285718 r285724 1 2021-11-12 Adrian Perez de Castro <aperez@igalia.com> 2 3 Some C++ source files use #pragma once 4 https://bugs.webkit.org/show_bug.cgi?id=233040 5 6 Reviewed by Chris Dumez. 7 8 Remove spurious usage of "#pragma once" in implementation files. 9 10 No new tests needed. 11 12 * Modules/WebGPU/GPUBuffer.cpp: 13 * Modules/WebGPU/GPUCommandEncoder.cpp: 14 * Modules/WebGPU/GPUComputePassEncoder.cpp: 15 * Modules/WebGPU/GPUQuerySet.cpp: 16 * Modules/WebGPU/GPUQueue.cpp: 17 * Modules/WebGPU/GPURenderBundleEncoder.cpp: 18 * Modules/WebGPU/GPURenderPassEncoder.cpp: 19 * page/PerformanceNavigationTiming.cpp: 20 1 21 2021-11-12 Philippe Normand <pnormand@igalia.com> 2 22 -
trunk/Source/WebCore/Modules/WebGPU/GPUBuffer.cpp
r285429 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/Modules/WebGPU/GPUCommandEncoder.cpp
r285429 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/Modules/WebGPU/GPUComputePassEncoder.cpp
r285429 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/Modules/WebGPU/GPUQuerySet.cpp
r285429 r285724 24 24 */ 25 25 26 #pragma once27 28 26 #include "config.h" 29 27 #include "GPUQuerySet.h" -
trunk/Source/WebCore/Modules/WebGPU/GPUQueue.cpp
r285429 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/Modules/WebGPU/GPURenderBundleEncoder.cpp
r285429 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/Modules/WebGPU/GPURenderPassEncoder.cpp
r285654 r285724 23 23 * THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebCore/page/PerformanceNavigationTiming.cpp
r281934 r285724 23 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 25 26 #pragma once27 25 28 26 #include "config.h" -
trunk/Source/WebKit/ChangeLog
r285723 r285724 1 2021-11-12 Adrian Perez de Castro <aperez@igalia.com> 2 3 Some C++ source files use #pragma once 4 https://bugs.webkit.org/show_bug.cgi?id=233040 5 6 Remove spurious usage of "#pragma once" in implementation files. 7 8 Reviewed by Chris Dumez. 9 10 * WebProcess/WebCoreSupport/WebCaptionPreferencesDelegate.cpp: 11 1 12 2021-11-12 Per Arne Vollan <pvollan@apple.com> 2 13 -
trunk/Source/WebKit/WebProcess/WebCoreSupport/WebCaptionPreferencesDelegate.cpp
r279720 r285724 24 24 */ 25 25 26 #pragma once27 28 26 #include "config.h" 29 27 #include "WebCaptionPreferencesDelegate.h"
Note:
See TracChangeset
for help on using the changeset viewer.