[SCM] WebKit Debian packaging branch, webkit-1.3, updated. upstream/1.3.7-4207-g178b198

apavlov at chromium.org apavlov at chromium.org
Sun Feb 20 23:26:30 UTC 2011


The following commit has been merged in the webkit-1.3 branch:
commit 561c22690d72824f8c1ac6b1020065fea8aa353e
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 20 15:59:51 2011 +0000

    2011-01-20  Alexander Pavlov  <apavlov at chromium.org>
    
            Unreviewed, add new JS file refs missing from r76116.
    
            * WebCore.gypi:
            * WebCore.vcproj/WebCore.vcproj:
            * inspector/front-end/WebKit.qrc:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@76246 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog
index 9e3eca0..e1ebc8c 100644
--- a/Source/WebCore/ChangeLog
+++ b/Source/WebCore/ChangeLog
@@ -1,5 +1,13 @@
 2011-01-20  Alexander Pavlov  <apavlov at chromium.org>
 
+        Unreviewed, add new JS file refs missing from r76116.
+
+        * WebCore.gypi:
+        * WebCore.vcproj/WebCore.vcproj:
+        * inspector/front-end/WebKit.qrc:
+
+2011-01-20  Alexander Pavlov  <apavlov at chromium.org>
+
         Reviewed by Pavel Feldman.
 
         Web Inspector: Crash when adding a rule for an ImageDocument
diff --git a/Source/WebCore/WebCore.gypi b/Source/WebCore/WebCore.gypi
index 7fb3fbd..5e9f632 100644
--- a/Source/WebCore/WebCore.gypi
+++ b/Source/WebCore/WebCore.gypi
@@ -4646,6 +4646,7 @@
             'inspector/front-end/CookieParser.js',
             'inspector/front-end/CookiesTable.js',
             'inspector/front-end/CSSCompletions.js',
+            'inspector/front-end/CSSKeywordCompletions.js',
             'inspector/front-end/CSSStyleModel.js',
             'inspector/front-end/Database.js',
             'inspector/front-end/DatabaseQueryView.js',
diff --git a/Source/WebCore/WebCore.vcproj/WebCore.vcproj b/Source/WebCore/WebCore.vcproj/WebCore.vcproj
index 5ce45cd..e1a13a5 100755
--- a/Source/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/Source/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -65409,6 +65409,14 @@
 					>
 				</File>
 				<File
+					RelativePath="..\inspector\front-end\CSSCompletions.js"
+					>
+				</File>
+				<File
+					RelativePath="..\inspector\front-end\CSSKeywordCompletions.js"
+					>
+				</File>
+				<File
 					RelativePath="..\inspector\front-end\CSSStyleModel.js"
 					>
 				</File>
diff --git a/Source/WebCore/inspector/front-end/WebKit.qrc b/Source/WebCore/inspector/front-end/WebKit.qrc
index 02d8b6b..edc1861 100644
--- a/Source/WebCore/inspector/front-end/WebKit.qrc
+++ b/Source/WebCore/inspector/front-end/WebKit.qrc
@@ -23,6 +23,7 @@
     <file>CookieParser.js</file>
     <file>CookiesTable.js</file>
     <file>CSSCompletions.js</file>
+    <file>CSSKeywordCompletions.js</file>
     <file>CSSStyleModel.js</file>
     <file>Database.js</file>
     <file>DatabaseQueryView.js</file>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list