Title: [173372] trunk/Tools
Revision
173372
Author
[email protected]
Date
2014-09-08 02:32:02 -0700 (Mon, 08 Sep 2014)

Log Message

Remove EWebLauncher from webkitdirs.pm
https://bugs.webkit.org/show_bug.cgi?id=136622

Patch by Tibor Meszaros <[email protected]> on 2014-09-08
Reviewed by Gyuyoung Kim.

* Scripts/webkitdirs.pm:
(launcherName):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (173371 => 173372)


--- trunk/Tools/ChangeLog	2014-09-08 02:39:36 UTC (rev 173371)
+++ trunk/Tools/ChangeLog	2014-09-08 09:32:02 UTC (rev 173372)
@@ -1,3 +1,13 @@
+2014-09-08  Tibor Meszaros  <[email protected]>
+
+        Remove EWebLauncher from webkitdirs.pm
+        https://bugs.webkit.org/show_bug.cgi?id=136622
+
+        Reviewed by Gyuyoung Kim.
+
+        * Scripts/webkitdirs.pm:
+        (launcherName):
+
 2014-09-06  Sam Weinig  <[email protected]>
 
         XPCPtr should be converted into an all purpose smart pointer for os_objects

Modified: trunk/Tools/Scripts/webkitdirs.pm (173371 => 173372)


--- trunk/Tools/Scripts/webkitdirs.pm	2014-09-08 02:39:36 UTC (rev 173371)
+++ trunk/Tools/Scripts/webkitdirs.pm	2014-09-08 09:32:02 UTC (rev 173372)
@@ -1405,14 +1405,12 @@
 
 sub launcherName()
 {
-    if (isGtk()) {
+    if (isGtk() || isEfl()) {
         return "MiniBrowser";
     } elsif (isAppleMacWebKit()) {
         return "Safari";
     } elsif (isAppleWinWebKit()) {
         return "WinLauncher";
-    } elsif (isEfl()) {
-        return "EWebLauncher/MiniBrowser";
     } elsif (isWinCE()) {
         return "WinCELauncher";
     }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to