Bug 40440 - Web Inspector: images are executable
Summary: Web Inspector: images are executable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 12:39 PDT by Evan Martin
Modified: 2010-09-03 12:03 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evan Martin 2010-06-10 12:39:30 PDT
The files in WebKit/chromium/src/js/Images/ should not be executable.

svn propdel svn:executable WebKit/chromium/src/js/Images/*

should probably do the trick.
Comment 1 Joseph Pecoraro 2010-09-03 11:42:32 PDT
Evan, does this affect the images in WebCore/inspector/front-end/Images/ or only
the Images on the Chromium port? Anyone have a Subversion checkout these days?
Comment 2 Tony Chang 2010-09-03 11:57:37 PDT
This only affects the files in WebKit/chromium/src/js.  I'll fix this.
Comment 3 Tony Chang 2010-09-03 12:03:51 PDT
http://trac.webkit.org/changeset/66752