[Gtk] Web Inspector noinst_DATA images are copied into innacurately named directory
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 9 Apr 2012 08:49:02 +0000 (08:49 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 9 Apr 2012 08:49:02 +0000 (08:49 +0000)
https://bugs.webkit.org/show_bug.cgi?id=83423

Patch by Zan Dobersek <zandobersek@gmail.com> on 2012-04-09
Reviewed by Martin Robinson.

Copy Web Inspector images that are a part of the data not meant
for installation into a directory named 'Images' rather than
a lower-case version of that. This is required as until now,
when using these inspector resources (for example during layout
tests or manually pointing WEBKIT_INSPECTOR_PATH env to that
location), the images were not displayed as they were not loadable.

No new tests - no new functionality.

* GNUmakefile.am:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@113560 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/GNUmakefile.am

index a46897e..474c6a7 100644 (file)
@@ -1,3 +1,21 @@
+2012-04-09  Zan Dobersek  <zandobersek@gmail.com>
+
+        [Gtk] Web Inspector noinst_DATA images are copied into innacurately named directory
+        https://bugs.webkit.org/show_bug.cgi?id=83423
+
+        Reviewed by Martin Robinson.
+
+        Copy Web Inspector images that are a part of the data not meant
+        for installation into a directory named 'Images' rather than
+        a lower-case version of that. This is required as until now,
+        when using these inspector resources (for example during layout
+        tests or manually pointing WEBKIT_INSPECTOR_PATH env to that
+        location), the images were not displayed as they were not loadable.
+
+        No new tests - no new functionality.
+
+        * GNUmakefile.am:
+
 2012-04-06  Pavel Feldman  <pfeldman@chromium.org>
 
         Web Inspector: move breakpoints active state from scripts panel to debugger presentation model.
index d820c08..d39c05e 100644 (file)
@@ -1063,10 +1063,10 @@ ${GENSOURCES_INSPECTOR}/inspector.html: $(WebCore)/inspector/front-end/*.html \
                $(WebCore)/English.lproj/localizedStrings.js
        $(AM_V_GEN)
        $(AM_V_at)mkdir -p ${GENSOURCES_INSPECTOR}/UglifyJS
-       $(AM_V_at)mkdir -p ${GENSOURCES_INSPECTOR}/images
+       $(AM_V_at)mkdir -p ${GENSOURCES_INSPECTOR}/Images
        $(AM_V_at)cp ${dist_webinspector_DATA} ${GENSOURCES_INSPECTOR}
        $(AM_V_at)cp ${dist_webinspectoruglifyjs_DATA} ${GENSOURCES_INSPECTOR}/UglifyJS
-       $(AM_V_at)cp ${dist_webinspectorimages_DATA} ${GENSOURCES_INSPECTOR}/images
+       $(AM_V_at)cp ${dist_webinspectorimages_DATA} ${GENSOURCES_INSPECTOR}/Images
 
 webresourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/images
 dist_webresources_DATA = \