Bug 242661 - Remove executable bit from source files
Summary: Remove executable bit from source files
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: PC All
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-07-12 15:26 PDT by Michael Catanzaro
Modified: 2022-07-12 16:08 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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>