Title: [159820] trunk/Source
Revision
159820
Author
[email protected]
Date
2013-11-27 11:02:40 -0800 (Wed, 27 Nov 2013)

Log Message

Remove Qt-specific .qrc files
https://bugs.webkit.org/show_bug.cgi?id=124944

Patch by Nick Diego Yamane <[email protected]> on 2013-11-27
Reviewed by Andreas Kling.

Source/WebCore:

No new tests needed.

* WebCore.qrc: Removed.

Source/WebKit2:

* WebKit2.qrc: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (159819 => 159820)


--- trunk/Source/WebCore/ChangeLog	2013-11-27 17:41:03 UTC (rev 159819)
+++ trunk/Source/WebCore/ChangeLog	2013-11-27 19:02:40 UTC (rev 159820)
@@ -1,3 +1,14 @@
+2013-11-27  Nick Diego Yamane  <[email protected]>
+
+        Remove Qt-specific .qrc files
+        https://bugs.webkit.org/show_bug.cgi?id=124944
+
+        Reviewed by Andreas Kling.
+
+        No new tests needed.
+
+        * WebCore.qrc: Removed.
+
 2013-11-27  Xabier Rodriguez Calvar  <[email protected]>
 
         [GStreamer] Invalid command line error when visiting www.chessbase.com

Deleted: trunk/Source/WebCore/WebCore.qrc (159819 => 159820)


--- trunk/Source/WebCore/WebCore.qrc	2013-11-27 17:41:03 UTC (rev 159819)
+++ trunk/Source/WebCore/WebCore.qrc	2013-11-27 19:02:40 UTC (rev 159820)
@@ -1,21 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource prefix="/webkit/resources">
-    <file alias="missingImage.png">Resources/missingImage.png</file>
-    <file alias="nullPlugin.png">Resources/nullPlugin.png</file>
-    <file alias="textAreaResizeCorner.png">Resources/textAreaResizeCorner.png</file>
-    <file alias="urlIcon.png">Resources/urlIcon.png</file>
-    <file alias="zoomInCursor.png">Resources/zoomInCursor.png</file>
-    <file alias="zoomOutCursor.png">Resources/zoomOutCursor.png</file>
-    <file alias="verticalTextCursor.png">Resources/verticalTextCursor.png</file>
-    <file alias="cellCursor.png">Resources/cellCursor.png</file>
-    <file alias="contextMenuCursor.png">Resources/contextMenuCursor.png</file>
-    <file alias="copyCursor.png">Resources/copyCursor.png</file>
-    <file alias="progressCursor.png">Resources/progressCursor.png</file>
-    <file alias="aliasCursor.png">Resources/aliasCursor.png</file>
-    <file alias="deleteButton.png">Resources/deleteButton.png</file>
-    <file alias="inputSpeech.png">Resources/inputSpeech.png</file>
-</qresource>
-<qresource prefix="/webkit/resources/audio">
-    <file alias="Composite">platform/audio/resources/Composite.wav</file>
-</qresource>
-</RCC>

Modified: trunk/Source/WebKit2/ChangeLog (159819 => 159820)


--- trunk/Source/WebKit2/ChangeLog	2013-11-27 17:41:03 UTC (rev 159819)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-27 19:02:40 UTC (rev 159820)
@@ -1,3 +1,12 @@
+2013-11-27  Nick Diego Yamane  <[email protected]>
+
+        Remove Qt-specific .qrc files
+        https://bugs.webkit.org/show_bug.cgi?id=124944
+
+        Reviewed by Andreas Kling.
+
+        * WebKit2.qrc: Removed.
+
 2013-11-27  Zan Dobersek  <[email protected]>
 
         [GTK] Programs/WebKit2APITests/TestWebKitSettings unit test is failing

Deleted: trunk/Source/WebKit2/WebKit2.qrc (159819 => 159820)


--- trunk/Source/WebKit2/WebKit2.qrc	2013-11-27 17:41:03 UTC (rev 159819)
+++ trunk/Source/WebKit2/WebKit2.qrc	2013-11-27 19:02:40 UTC (rev 159820)
@@ -1,5 +0,0 @@
-<!DOCTYPE RCC><RCC version="1.0">
-<qresource prefix="/webkit/resources">
-    <file alias="inspectorPageIndex.html">UIProcess/InspectorServer/front-end/inspectorPageIndex.html</file>
-</qresource>
-</RCC>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to