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

abecsi at webkit.org abecsi at webkit.org
Wed Dec 22 12:47:44 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit eafbd16be6fe1d9657a208ac37d47bd82047f817
Author: abecsi at webkit.org <abecsi at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Mon Aug 30 11:57:13 2010 +0000

    2010-08-30  Andras Becsi  <abecsi at webkit.org>
    
            Unreviewed trivial fix.
    
            [Qt] Let qmake know about HTML parser headers.
    
            No new tests needed.
    
            * WebCore.pro:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66384 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 7415885..ccb56e6 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,5 +1,15 @@
 2010-08-30  Andras Becsi  <abecsi at webkit.org>
 
+        Unreviewed trivial fix.
+
+        [Qt] Let qmake know about HTML parser headers.
+
+        No new tests needed.
+
+        * WebCore.pro:
+
+2010-08-30  Andras Becsi  <abecsi at webkit.org>
+
         Unreviewed build fix.
 
         [Qt] Fix fileapi header paths to fix warnings after r66365.
diff --git a/WebCore/WebCore.pro b/WebCore/WebCore.pro
index 92431c2..38100a9 100644
--- a/WebCore/WebCore.pro
+++ b/WebCore/WebCore.pro
@@ -1413,7 +1413,6 @@ HEADERS += \
     fileapi/FileThreadTask.h \
     fileapi/FileWriter.h \
     fileapi/FileWriterClient.h \
-    fileapi/HTMLViewSourceParser.h \
     history/BackForwardController.h \
     history/BackForwardControllerClient.h \
     history/BackForwardListImpl.h \
@@ -1527,6 +1526,22 @@ HEADERS += \
     html/StepRange.h \
     html/TimeRanges.h \
     html/ValidityState.h \
+    html/parser/CSSPreloadScanner.h \
+    html/parser/HTMLConstructionSite.h \
+    html/parser/HTMLDocumentParser.h \
+    html/parser/HTMLElementStack.h \
+    html/parser/HTMLEntityParser.h \
+    html/parser/HTMLEntitySearch.h \
+    html/parser/HTMLEntityTable.h \
+    html/parser/HTMLFormattingElementList.h \
+    html/parser/HTMLParserScheduler.h \
+    html/parser/HTMLPreloadScanner.h \
+    html/parser/HTMLScriptRunner.h \
+    html/parser/HTMLScriptRunnerHost.h \
+    html/parser/HTMLToken.h \
+    html/parser/HTMLTokenizer.h \
+    html/parser/HTMLTreeBuilder.h \
+    html/parser/HTMLViewSourceParser.h \
     inspector/ConsoleMessage.h \
     inspector/InjectedScript.h \
     inspector/InjectedScriptHost.h \

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list