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

kbalazs at webkit.org kbalazs at webkit.org
Wed Dec 22 13:38:50 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 4e26bb6c462aa572e1994c5adc98446f00a1f551
Author: kbalazs at webkit.org <kbalazs at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Sep 22 09:34:50 2010 +0000

    2010-09-22  Balazs Kelemen  <kbalazs at webkit.org>
    
            Unreviewed HTML syntax fix for my recent change in the coding-style.
    
            * coding/coding-style.html: Change "&gt" and "&lt" to "&gt;" and "&lt;".
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@68032 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index b499018..44bfbfb 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-22  Balazs Kelemen  <kbalazs at webkit.org>
+
+        Unreviewed HTML syntax fix for my recent change in the coding-style.
+
+        * coding/coding-style.html: Change "&gt" and "&lt" to "&gt;" and "&lt;".
+
 2010-09-22  Balazs Kelemen  <kb at inf.u-szeged.hu>
 
         Reviewed by Darin Adler.
diff --git a/WebKitSite/coding/coding-style.html b/WebKitSite/coding/coding-style.html
index 86d5158..5afd780 100644
--- a/WebKitSite/coding/coding-style.html
+++ b/WebKitSite/coding/coding-style.html
@@ -765,9 +765,9 @@ Don't bother to organize them in a logical order.
 #include "ProcessLauncher.h"
 #include "WebPageProxyMessageKinds.h"
 #include "WorkItem.h"
-#include &ltQApplication&gt
-#include &ltQLocalServer&gt
-#include &ltQLocalSocket&gt
+#include &lt;QApplication&gt;
+#include &lt;QLocalServer&gt;
+#include &lt;QLocalSocket&gt;
 </pre>
 
 <h4 class="wrong">Wrong:</h4>
@@ -775,9 +775,9 @@ Don't bother to organize them in a logical order.
 // ConnectionQt.cpp
 #include "ArgumentEncoder.h"
 #include "ProcessLauncher.h"
-#include &ltQApplication&gt
-#include &ltQLocalServer&gt
-#include &ltQLocalSocket&gt
+#include &lt;QApplication&gt;
+#include &lt;QLocalServer&gt;
+#include &lt;QLocalSocket&gt;
 #include "WebPageProxyMessageKinds.h"
 #include "WorkItem.h"
 </pre>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list