[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

darin at apple.com darin at apple.com
Fri Jan 21 14:49:02 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit f0f276ac8635902f46b1bacf4aeff082d50e7b83
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 31 00:24:09 2010 +0000

    2010-12-30  Darin Adler  <darin at apple.com>
    
            Reviewed by David Kilzer.
    
            Remove unused JSBinding source files
            https://bugs.webkit.org/show_bug.cgi?id=51762
    
            * bindings/js/JSBinding.h: Removed.
            * bindings/js/specialization: Removed.
            * bindings/js/specialization/JSBindingState.cpp: Removed.
            * bindings/js/specialization/JSBindingState.h: Removed.
    
            * CMakeLists.txt: Removed references to files.
            * GNUmakefile.am: Ditto.
            * WebCore.gypi: Ditto.
            * WebCore.pro: Ditto.
            * WebCore.vcproj/WebCore.vcproj: Ditto.
            * bindings/js/JSBindingsAllInOne.cpp: Ditto.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74814 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 00e4ddc..4e7a128 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -727,8 +727,6 @@ SET(WebCore_SOURCES
     bindings/js/SerializedScriptValue.cpp
     bindings/js/WorkerScriptController.cpp
 
-    bindings/js/specialization/JSBindingState.cpp
-
     bridge/IdentifierRep.cpp
     bridge/NP_jsobject.cpp
     bridge/npruntime.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 489503f..800d0b7 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,22 @@
+2010-12-30  Darin Adler  <darin at apple.com>
+
+        Reviewed by David Kilzer.
+
+        Remove unused JSBinding source files
+        https://bugs.webkit.org/show_bug.cgi?id=51762
+
+        * bindings/js/JSBinding.h: Removed.
+        * bindings/js/specialization: Removed.
+        * bindings/js/specialization/JSBindingState.cpp: Removed.
+        * bindings/js/specialization/JSBindingState.h: Removed.
+
+        * CMakeLists.txt: Removed references to files.
+        * GNUmakefile.am: Ditto.
+        * WebCore.gypi: Ditto.
+        * WebCore.pro: Ditto.
+        * WebCore.vcproj/WebCore.vcproj: Ditto.
+        * bindings/js/JSBindingsAllInOne.cpp: Ditto.
+
 2010-12-30  Tony Gentilcore  <tonyg at chromium.org>
 
         Reviewed by Darin Adler.
diff --git a/WebCore/GNUmakefile.am b/WebCore/GNUmakefile.am
index 1c5a3d6..27e8b3b 100644
--- a/WebCore/GNUmakefile.am
+++ b/WebCore/GNUmakefile.am
@@ -698,7 +698,6 @@ webcore_sources += \
 	WebCore/bindings/js/JSAttrCustom.cpp \
 	WebCore/bindings/js/JSAudioConstructor.cpp \
 	WebCore/bindings/js/JSAudioConstructor.h \
-	WebCore/bindings/js/JSBinding.h \
 	WebCore/bindings/js/JSCDATASectionCustom.cpp \
 	WebCore/bindings/js/JSCSSFontFaceRuleCustom.cpp \
 	WebCore/bindings/js/JSCSSImportRuleCustom.cpp \
@@ -904,8 +903,6 @@ webcore_sources += \
 	WebCore/bindings/js/WebCoreJSClientData.h \
 	WebCore/bindings/js/WorkerScriptController.cpp \
 	WebCore/bindings/js/WorkerScriptController.h \
-	WebCore/bindings/js/specialization/JSBindingState.cpp \
-	WebCore/bindings/js/specialization/JSBindingState.h \
 	WebCore/bindings/ScriptControllerBase.cpp \
 	WebCore/bindings/ScriptControllerBase.h \
 	WebCore/bridge/Bridge.h \
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index f0d0139..05a467f 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -569,7 +569,6 @@
             'bindings/js/JSAttrCustom.cpp',
             'bindings/js/JSAudioConstructor.cpp',
             'bindings/js/JSAudioConstructor.h',
-            'bindings/js/JSBinding.h',
             'bindings/js/JSCanvasRenderingContextCustom.cpp',
             'bindings/js/JSCanvasRenderingContext2DCustom.cpp',
             'bindings/js/JSCDATASectionCustom.cpp',
@@ -758,8 +757,6 @@
             'bindings/js/WebCoreJSClientData.h',
             'bindings/js/WorkerScriptController.cpp',
             'bindings/js/WorkerScriptController.h',
-            'bindings/js/specialization/JSBindingState.cpp',
-            'bindings/js/specialization/JSBindingState.h',
             'bindings/ScriptControllerBase.cpp',
             'bindings/ScriptControllerBase.h',
             'bindings/v8/ChildThreadDOMData.cpp',
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 4311aa2..d2428cd 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -618,7 +618,6 @@ v8 {
         bindings/js/ScriptState.cpp \
         bindings/js/ScriptValue.cpp \
         bindings/js/SerializedScriptValue.cpp \
-        bindings/js/specialization/JSBindingState.cpp \
         bridge/IdentifierRep.cpp \
         bridge/NP_jsobject.cpp \
         bridge/c/CRuntimeObject.cpp \
diff --git a/WebCore/WebCore.vcproj/WebCore.vcproj b/WebCore/WebCore.vcproj/WebCore.vcproj
index c5d26db..0488cb5 100755
--- a/WebCore/WebCore.vcproj/WebCore.vcproj
+++ b/WebCore/WebCore.vcproj/WebCore.vcproj
@@ -55845,70 +55845,10 @@
 					>
 				</File>
 				<File
-					RelativePath="..\bindings\js\JSBinding.h"
-					>
-				</File>
-				<File
 					RelativePath="..\bindings\js\JSBindingsAllInOne.cpp"
 					>
 				</File>
 				<File
-					RelativePath="..\bindings\js\specialization\JSBindingState.cpp"
-					>
-					<FileConfiguration
-						Name="Debug|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Debug_Cairo_CFLite|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release_Cairo_CFLite|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Debug_All|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-					<FileConfiguration
-						Name="Release_LTCG|Win32"
-						ExcludedFromBuild="true"
-						>
-						<Tool
-							Name="VCCLCompilerTool"
-						/>
-					</FileConfiguration>
-				</File>
-				<File
-					RelativePath="..\bindings\js\specialization\JSBindingState.h"
-					>
-				</File>
-				<File
 					RelativePath="..\bindings\js\JSCallbackData.cpp"
 					>
 					<FileConfiguration
diff --git a/WebCore/bindings/js/JSBinding.h b/WebCore/bindings/js/JSBinding.h
deleted file mode 100644
index 40ae380..0000000
--- a/WebCore/bindings/js/JSBinding.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// Once references to this file are removed from build files, this file should be deleted.
-#error
diff --git a/WebCore/bindings/js/JSBindingsAllInOne.cpp b/WebCore/bindings/js/JSBindingsAllInOne.cpp
index 7fc5740..6fde11b 100644
--- a/WebCore/bindings/js/JSBindingsAllInOne.cpp
+++ b/WebCore/bindings/js/JSBindingsAllInOne.cpp
@@ -30,7 +30,6 @@
 #include "GCController.cpp"
 #include "JSAttrCustom.cpp"
 #include "JSAudioConstructor.cpp"
-#include "JSBindingState.cpp"
 #include "JSCDATASectionCustom.cpp"
 #include "JSCSSFontFaceRuleCustom.cpp"
 #include "JSCSSImportRuleCustom.cpp"
diff --git a/WebCore/bindings/js/specialization/JSBindingState.cpp b/WebCore/bindings/js/specialization/JSBindingState.cpp
deleted file mode 100644
index 1c0922e..0000000
--- a/WebCore/bindings/js/specialization/JSBindingState.cpp
+++ /dev/null
@@ -1 +0,0 @@
-// Once references to this file are removed from build files, this file should be deleted.
diff --git a/WebCore/bindings/js/specialization/JSBindingState.h b/WebCore/bindings/js/specialization/JSBindingState.h
deleted file mode 100644
index 40ae380..0000000
--- a/WebCore/bindings/js/specialization/JSBindingState.h
+++ /dev/null
@@ -1,2 +0,0 @@
-// Once references to this file are removed from build files, this file should be deleted.
-#error

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list