[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:53:05 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 351fc59fc540792f1f7efb13187db137d6312070
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Jul 28 21:14:14 2004 +0000

    Tools:
    
            Reviewed by John
    
            Added debugging summary output for CSSStyleDeclarationImpl
    
            * LabyrinthDataFormatters/CustomDataViews.plist:
            * LabyrinthDataFormatters/LabyrinthDataFormatters.cpp:
            (LabyrinthDataFormatCSSStyleDeclarationImpl):
            * LabyrinthDataFormatters/LabyrinthDataFormatters.h:
            * LabyrinthDataFormatters/LabyrinthDataFormatters.xcode/project.pbxproj:
    
    WebCore:
    
            Reviewed by John
    
            Export a couple more symbols for test programs.
    
            * WebCore-combined.exp:
            * WebCore-tests.exp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@7145 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index f460673..bd459da 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,12 @@
+2004-07-28  Ken Kocienda  <kocienda at apple.com>
+
+        Reviewed by John
+
+        Export a couple more symbols for test programs.
+
+        * WebCore-combined.exp:
+        * WebCore-tests.exp:
+
 2004-07-28  Richard Williamson   <rjw at apple.com>
 
         We're changing the way color is specified as a parameter in the
diff --git a/WebCore/WebCore-combined.exp b/WebCore/WebCore-combined.exp
index 9fc71c9..85293a1 100644
--- a/WebCore/WebCore-combined.exp
+++ b/WebCore/WebCore-combined.exp
@@ -415,3 +415,6 @@ __ZNK3DOM8TextImpl17formatForDebuggerEPcj
 __ZNK3DOM9RangeImpl17formatForDebuggerEPcj
 __ZNK3DOM9Selection17formatForDebuggerEPcj
 __ZNK7QString2atEj
+__ZN3DOM13DOMStringImplD1Ev
+__ZNK3DOM23CSSStyleDeclarationImpl6lengthEv
+
diff --git a/WebCore/WebCore-tests.exp b/WebCore/WebCore-tests.exp
index 0d1560d..73e3f3d 100644
--- a/WebCore/WebCore-tests.exp
+++ b/WebCore/WebCore-tests.exp
@@ -304,3 +304,6 @@ __ZNK3DOM8TextImpl17formatForDebuggerEPcj
 __ZNK3DOM9RangeImpl17formatForDebuggerEPcj
 __ZNK3DOM9Selection17formatForDebuggerEPcj
 __ZNK7QString2atEj
+__ZN3DOM13DOMStringImplD1Ev
+__ZNK3DOM23CSSStyleDeclarationImpl6lengthEv
+

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list