[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

darin at apple.com darin at apple.com
Wed Dec 22 12:52:02 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit cef08654b0541824bb0776b6053eb38da4638bba
Author: darin at apple.com <darin at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 31 21:29:52 2010 +0000

    * Scripts/check-for-global-initializers: Add a file that ends up having global initializers
    in a debug build when built with certain compilers.
    
    Reviewed by Anders Carlsson.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66534 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index c5a7a36..e0cd80a 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,10 @@
+2010-08-31  Darin Adler  <darin at apple.com>
+
+        Reviewed by Anders Carlsson.
+
+        * Scripts/check-for-global-initializers: Add a file that ends up having global initializers
+        in a debug build when built with certain compilers.
+
 2010-08-31  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Gustavo Noronha Silva.
diff --git a/WebKitTools/Scripts/check-for-global-initializers b/WebKitTools/Scripts/check-for-global-initializers
index 0472901..102fa09 100755
--- a/WebKitTools/Scripts/check-for-global-initializers
+++ b/WebKitTools/Scripts/check-for-global-initializers
@@ -105,18 +105,19 @@ for my $file (sort @files) {
                 next if $shortName eq "nodes.o";
             }
             if ($target eq "WebCore") {
+                next if $shortName eq "BidiRun.o";
                 next if $shortName eq "CachedPage.o";
                 next if $shortName eq "CachedResource.o";
+                next if $shortName eq "FEGaussianBlur.o";
                 next if $shortName eq "Frame.o";
                 next if $shortName eq "JSCustomSQLTransactionCallback.o";
                 next if $shortName eq "JSLazyEventListener.o";
                 next if $shortName eq "Node.o";
                 next if $shortName eq "Page.o";
                 next if $shortName eq "Range.o";
-                next if $shortName eq "BidiRun.o";
                 next if $shortName eq "RenderObject.o";
-                next if $shortName eq "SubresourceLoader.o";
                 next if $shortName eq "SVGElementInstance.o";
+                next if $shortName eq "SubresourceLoader.o";
                 next if $shortName eq "XMLHttpRequest.o";
             }
             if ($target eq "WebKit") {

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list