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

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 11:16:38 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 6eb5a7ad70e3a2267fcd8b952a02cf9362d23c34
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Jul 16 14:41:34 2010 +0000

    2010-07-16  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Build with MathML enabled. Fix build when MathML is enabled and
            make it the default.
            https://bugs.webkit.org/show_bug.cgi?id=42453
    
            * cmake/OptionsEfl.cmake: build with MathML enabled as default.
    2010-07-16  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Build with MathML enabled. Fix build when MathML is enabled and
            make it the default.
            https://bugs.webkit.org/show_bug.cgi?id=42453
    
            EFL port does not support automated tests, yet.
    
            * CMakeLists.txt: add missing source file and sort.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@63546 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 3bb4258..79c3a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-07-16  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Build with MathML enabled. Fix build when MathML is enabled and
+        make it the default.
+        https://bugs.webkit.org/show_bug.cgi?id=42453
+
+        * cmake/OptionsEfl.cmake: build with MathML enabled as default.
+
 2010-07-15  Martin Robinson  <mrobinson at igalia.com>
 
         Reviewed by Oliver Hunt.
diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index 42c8bb7..2cc42ff 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -526,8 +526,9 @@ SET(WebCore_SOURCES
     ${DERIVED_SOURCES_DIR}/HTMLElementFactory.cpp
     ${DERIVED_SOURCES_DIR}/HTMLEntityNames.cpp
     ${DERIVED_SOURCES_DIR}/HTMLNames.cpp
-    ${DERIVED_SOURCES_DIR}/MathMLNames.cpp
     ${DERIVED_SOURCES_DIR}/JSHTMLElementWrapperFactory.cpp
+    ${DERIVED_SOURCES_DIR}/MathMLElementFactory.cpp
+    ${DERIVED_SOURCES_DIR}/MathMLNames.cpp
     ${DERIVED_SOURCES_DIR}/UserAgentStyleSheetsData.cpp
     ${DERIVED_SOURCES_DIR}/XMLNames.cpp
     ${DERIVED_SOURCES_DIR}/XMLNSNames.cpp
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 17e083a..2b93d30 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-07-16  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Build with MathML enabled. Fix build when MathML is enabled and
+        make it the default.
+        https://bugs.webkit.org/show_bug.cgi?id=42453
+
+        EFL port does not support automated tests, yet.
+
+        * CMakeLists.txt: add missing source file and sort.
+
 2010-07-16  Hans Wennborg  <hans at chromium.org>
 
         Reviewed by Steve Block.
diff --git a/cmake/OptionsEfl.cmake b/cmake/OptionsEfl.cmake
index 3408ea7..78b9128 100644
--- a/cmake/OptionsEfl.cmake
+++ b/cmake/OptionsEfl.cmake
@@ -67,7 +67,7 @@ WEBKIT_FEATURE(ENABLE_ICONDATABASE "Enable icon database" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_INSPECTOR "Enable inspector" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_JAVASCRIPT_DEBUGGER "Enable JavaScript debugger" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_JIT "Enable JIT code" DEFAULT OFF)
-WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT OFF)
+WEBKIT_FEATURE(ENABLE_MATHML "Enable MathML" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_NOTIFICATIONS "Enable notifications" DEFAULT OFF)
 WEBKIT_FEATURE(ENABLE_OFFLINE_WEB_APPLICATIONS "Enable offline web applications" DEFAULT ON)
 WEBKIT_FEATURE(ENABLE_ORIENTATION_EVENTS "Enable orientation events" DEFAULT OFF)

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list