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

abarth at webkit.org abarth at webkit.org
Fri Jan 21 14:39:13 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 7eeeb4b28b16a9a6c2e1bb77dbe28ac764c2847a
Author: abarth at webkit.org <abarth at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Dec 24 00:00:38 2010 +0000

    2010-12-23  Adam Barth  <abarth at webkit.org>
    
            Reviewed by Darin Adler.
    
            Remove unneeded V8 bindings files
            https://bugs.webkit.org/show_bug.cgi?id=51570
    
            * WebCore.gypi:
            * bindings/generic/BindingDOMWindow.h: Removed.
            * bindings/v8/specialization/V8BindingDOMWindow.h: Removed.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74592 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8b1c71e..fd7ae13 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,14 @@
+2010-12-23  Adam Barth  <abarth at webkit.org>
+
+        Reviewed by Darin Adler.
+
+        Remove unneeded V8 bindings files
+        https://bugs.webkit.org/show_bug.cgi?id=51570
+
+        * WebCore.gypi:
+        * bindings/generic/BindingDOMWindow.h: Removed.
+        * bindings/v8/specialization/V8BindingDOMWindow.h: Removed.
+
 2010-12-23  Dan Bernstein  <mitz at apple.com>
 
         Build fix.
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi
index 2fa41b3..d565623 100644
--- a/WebCore/WebCore.gypi
+++ b/WebCore/WebCore.gypi
@@ -548,7 +548,6 @@
             'accessibility/wx/AccessibilityObjectWx.cpp',
             'bindings/generic/ActiveDOMCallback.cpp',
             'bindings/generic/ActiveDOMCallback.h',
-            'bindings/generic/BindingDOMWindow.h',
             'bindings/generic/BindingFrame.h',
             'bindings/generic/BindingLocation.h',
             'bindings/generic/BindingSecurity.h',
@@ -941,7 +940,6 @@
             'bindings/v8/ScriptWrappable.h',
             'bindings/v8/SerializedScriptValue.cpp',
             'bindings/v8/SerializedScriptValue.h',
-            'bindings/v8/specialization/V8BindingDOMWindow.h',
             'bindings/v8/specialization/V8BindingState.cpp',
             'bindings/v8/specialization/V8BindingState.h',
             'bindings/v8/StaticDOMDataStore.cpp',
diff --git a/WebCore/bindings/generic/BindingDOMWindow.h b/WebCore/bindings/generic/BindingDOMWindow.h
deleted file mode 100644
index 41959d1..0000000
--- a/WebCore/bindings/generic/BindingDOMWindow.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Copyright (C) 2010 Google Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- *
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef BindingDOMWindow_h
-#define BindingDOMWindow_h
-
-namespace WebCore {
-
-// FIXME: Remove this file.
-
-} // namespace WebCore
-
-#endif // BindingDOMWindow_h
diff --git a/WebCore/bindings/v8/specialization/V8BindingDOMWindow.h b/WebCore/bindings/v8/specialization/V8BindingDOMWindow.h
deleted file mode 100644
index 0dc516d..0000000
--- a/WebCore/bindings/v8/specialization/V8BindingDOMWindow.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
- * Copyright (C) 2009 Google Inc. All rights reserved.
- * 
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions are
- * met:
- * 
- *     * Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
- *     * Redistributions in binary form must reproduce the above
- * copyright notice, this list of conditions and the following disclaimer
- * in the documentation and/or other materials provided with the
- * distribution.
- *     * Neither the name of Google Inc. nor the names of its
- * contributors may be used to endorse or promote products derived from
- * this software without specific prior written permission.
- * 
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef V8BindingDOMWindow_h
-#define V8BindingDOMWindow_h
-
-namespace WebCore {
-
-// FIXME: Remove this file.
-
-} // namespace WebCore
-
-#endif // V8BindingDOMWindow_h

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list