Bug 242661

Summary: Remove executable bit from source files
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: CSSAssignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: All   

Description Michael Catanzaro 2022-07-12 15:26:09 PDT
Sometimes we make C++ source files executable by mistake:

*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleCursorImage.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleCursorImage.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleImageSet.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleImageSet.h is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleMultiImage.cpp is executable but has no shebang, removing executable bit
*** WARNING: ./usr/src/debug/webkit2gtk3-2.37.1-1.fc37.x86_64/Source/WebCore/rendering/style/StyleMultiImage.h is executable but has no shebang, removing executable bit
Comment 1 Michael Catanzaro 2022-07-12 15:27:49 PDT
Pull request: https://github.com/WebKit/WebKit/pull/2347
Comment 2 EWS 2022-07-12 16:07:37 PDT
Committed 252397@main (482ec92c268d): <https://commits.webkit.org/252397@main>

Reviewed commits have been landed. Closing PR #2347 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-07-12 16:08:16 PDT
<rdar://problem/96915945>