[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc
pfeldman at chromium.org
pfeldman at chromium.org
Wed Dec 22 15:23:40 UTC 2010
The following commit has been merged in the debian/experimental branch:
commit 4fa050100880f7d2a8c7bd5918db3e91ba3fa639
Author: pfeldman at chromium.org <pfeldman at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Tue Nov 2 18:50:48 2010 +0000
2010-11-02 Pavel Feldman <pfeldman at chromium.org>
Not reviewed. Follow up to r71139: removing unused images.
https://bugs.webkit.org/show_bug.cgi?id=48827
* WebCore.gypi:
* inspector/front-end/Images/grayConnectorPoint.png: Removed.
* inspector/front-end/Images/whiteConnectorPoint.png: Removed.
* inspector/front-end/WebKit.qrc:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71143 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 43f80cc..8a09865 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,15 @@
2010-11-02 Pavel Feldman <pfeldman at chromium.org>
+ Not reviewed. Follow up to r71139: removing unused images.
+ https://bugs.webkit.org/show_bug.cgi?id=48827
+
+ * WebCore.gypi:
+ * inspector/front-end/Images/grayConnectorPoint.png: Removed.
+ * inspector/front-end/Images/whiteConnectorPoint.png: Removed.
+ * inspector/front-end/WebKit.qrc:
+
+2010-11-02 Pavel Feldman <pfeldman at chromium.org>
+
Reviewed by Timothy Hatcher.
Web Inspector: make properties and event listeners look consistent with the styles section.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index cb31807..b04052b 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -4549,7 +4549,6 @@
'inspector/front-end/Images/goArrow.png',
'inspector/front-end/Images/graphLabelCalloutLeft.png',
'inspector/front-end/Images/graphLabelCalloutRight.png',
- 'inspector/front-end/Images/grayConnectorPoint.png',
'inspector/front-end/Images/largerResourcesButtonGlyph.png',
'inspector/front-end/Images/localStorage.png',
'inspector/front-end/Images/networkIcon.png',
@@ -4653,8 +4652,7 @@
'inspector/front-end/Images/warningIcon.png',
'inspector/front-end/Images/warningOrangeDot.png',
'inspector/front-end/Images/warningMediumIcon.png',
- 'inspector/front-end/Images/warningsErrors.png',
- 'inspector/front-end/Images/whiteConnectorPoint.png'
+ 'inspector/front-end/Images/warningsErrors.png'
],
}
}
diff --git a/WebCore/inspector/front-end/Images/grayConnectorPoint.png b/WebCore/inspector/front-end/Images/grayConnectorPoint.png
deleted file mode 100644
index fddc7ea..0000000
Binary files a/WebCore/inspector/front-end/Images/grayConnectorPoint.png and /dev/null differ
diff --git a/WebCore/inspector/front-end/Images/whiteConnectorPoint.png b/WebCore/inspector/front-end/Images/whiteConnectorPoint.png
deleted file mode 100644
index c8fb1cf..0000000
Binary files a/WebCore/inspector/front-end/Images/whiteConnectorPoint.png and /dev/null differ
diff --git a/WebCore/inspector/front-end/WebKit.qrc b/WebCore/inspector/front-end/WebKit.qrc
index c58311c..ebdd4f6 100644
--- a/WebCore/inspector/front-end/WebKit.qrc
+++ b/WebCore/inspector/front-end/WebKit.qrc
@@ -167,7 +167,6 @@
<file>Images/goArrow.png</file>
<file>Images/graphLabelCalloutLeft.png</file>
<file>Images/graphLabelCalloutRight.png</file>
- <file>Images/grayConnectorPoint.png</file>
<file>Images/largerResourcesButtonGlyph.png</file>
<file>Images/localStorage.png</file>
<file>Images/networkIcon.png</file>
@@ -272,7 +271,6 @@
<file>Images/warningMediumIcon.png</file>
<file>Images/warningOrangeDot.png</file>
<file>Images/warningsErrors.png</file>
- <file>Images/whiteConnectorPoint.png</file>
<file alias="DebuggerScript.js">../../bindings/v8/DebuggerScript.js</file>
</qresource>
</RCC>
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list