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

eric at webkit.org eric at webkit.org
Wed Dec 22 12:05:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 0e45b8a186504e0fbf7151e470d4efbd732e926c
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Aug 14 03:32:08 2010 +0000

    2010-08-13  Eric Seidel  <eric at webkit.org>
    
            Unreviewed.  Attempt at fixing Chromium build.
    
            Add support for MathML entities
            https://bugs.webkit.org/show_bug.cgi?id=43949
    
            * WebCore.gyp/WebCore.gyp:
             - I have no clue if this is right or not.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65353 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 8c8b9f8..94ec035 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,15 @@
 2010-08-13  Eric Seidel  <eric at webkit.org>
 
+        Unreviewed.  Attempt at fixing Chromium build.
+
+        Add support for MathML entities
+        https://bugs.webkit.org/show_bug.cgi?id=43949
+
+        * WebCore.gyp/WebCore.gyp:
+         - I have no clue if this is right or not.
+
+2010-08-13  Eric Seidel  <eric at webkit.org>
+
         Unreviewed.  Attempted build fix for Windows.
 
         Add support for MathML entities
diff --git a/WebCore/WebCore.gyp/WebCore.gyp b/WebCore/WebCore.gyp/WebCore.gyp
index 30b9633..2b0700e 100644
--- a/WebCore/WebCore.gyp/WebCore.gyp
+++ b/WebCore/WebCore.gyp/WebCore.gyp
@@ -735,6 +735,9 @@
         '<(SHARED_INTERMEDIATE_DIR)/webkit/SVGNames.cpp',
         '<(SHARED_INTERMEDIATE_DIR)/webkit/MathMLNames.cpp',
 
+        # Generated from HTMLEntityNames.json
+        '<(SHARED_INTERMEDIATE_DIR)/webkit/HTMLEntityTable.cpp',
+
         # Additional .cpp files from the webcore_bindings_sources rules.
         '<(SHARED_INTERMEDIATE_DIR)/webkit/CSSGrammar.cpp',
         '<(SHARED_INTERMEDIATE_DIR)/webkit/XPathGrammar.cpp',

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list