[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.3.8-1-1049-g2e11a8e

commit-queue at webkit.org commit-queue at webkit.org
Fri Jan 21 14:37:38 UTC 2011


The following commit has been merged in the debian/experimental branch:
commit 3b91f8cb970bfba83bfd010cf2893e1846ddf30a
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Dec 23 13:23:04 2010 +0000

    2010-12-23  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Reviewed by Kenneth Rohde Christiansen.
    
            [EFL] Subject: [webkit 4/4] [EFL] Remove non-sense workaround
            https://bugs.webkit.org/show_bug.cgi?id=51533
    
            There's no point in concatenating env("HOME") with "blah", so remove
            option from EWebLauncher.
    
            * EWebLauncher/main.c:
            (main): ditto.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74552 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/Tools/ChangeLog b/Tools/ChangeLog
index a59313c..7469e84 100644
--- a/Tools/ChangeLog
+++ b/Tools/ChangeLog
@@ -1,3 +1,16 @@
+2010-12-23  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Reviewed by Kenneth Rohde Christiansen.
+
+        [EFL] Subject: [webkit 4/4] [EFL] Remove non-sense workaround
+        https://bugs.webkit.org/show_bug.cgi?id=51533
+
+        There's no point in concatenating env("HOME") with "blah", so remove
+        option from EWebLauncher.
+
+        * EWebLauncher/main.c:
+        (main): ditto.
+
 2010-12-23  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Eric Seidel.
diff --git a/Tools/EWebLauncher/main.c b/Tools/EWebLauncher/main.c
index 5f417d0..f25ac38 100644
--- a/Tools/EWebLauncher/main.c
+++ b/Tools/EWebLauncher/main.c
@@ -830,7 +830,6 @@ main(int argc, char *argv[])
 
     unsigned char quitOption = 0;
     unsigned char isFullscreen = 0;
-    unsigned char sudoWorkaround = 0;
     int args;
 
     Ecore_Getopt_Value values[] = {
@@ -841,7 +840,6 @@ main(int argc, char *argv[])
         ECORE_GETOPT_VALUE_PTR_CAST(geometry),
         ECORE_GETOPT_VALUE_STR(theme),
         ECORE_GETOPT_VALUE_STR(userAgent),
-        ECORE_GETOPT_VALUE_BOOL(sudoWorkaround),
         ECORE_GETOPT_VALUE_INT(verbose),
         ECORE_GETOPT_VALUE_BOOL(quitOption),
         ECORE_GETOPT_VALUE_BOOL(quitOption),
@@ -872,9 +870,6 @@ main(int argc, char *argv[])
     else
         url = (char*) default_url;
 
-    if (sudoWorkaround)
-        strcat(getenv("HOME"), "blah");
-
     themePath = findThemePath(theme);
     if (!themePath)
         return quit(EINA_FALSE, "ERROR: could not find theme.\n");

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list