Title: [205007] trunk/Tools
Revision
205007
Author
gyuyoung....@webkit.org
Date
2016-08-26 00:36:01 -0700 (Fri, 26 Aug 2016)

Log Message

[EFL] Change homepage url to www.ewebkit.org on MiniBrowser
https://bugs.webkit.org/show_bug.cgi?id=161184

Reviewed by Carlos Garcia Campos.

* MiniBrowser/efl/main.c: Set www.ewebkit.org.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (205006 => 205007)


--- trunk/Tools/ChangeLog	2016-08-26 07:34:55 UTC (rev 205006)
+++ trunk/Tools/ChangeLog	2016-08-26 07:36:01 UTC (rev 205007)
@@ -1,3 +1,12 @@
+2016-08-26  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        [EFL] Change homepage url to www.ewebkit.org on MiniBrowser
+        https://bugs.webkit.org/show_bug.cgi?id=161184
+
+        Reviewed by Carlos Garcia Campos.
+
+        * MiniBrowser/efl/main.c: Set www.ewebkit.org.
+
 2016-08-25  Aakash Jain  <aakash_j...@apple.com>
 
         ews queues should update status server when they start processing patch

Modified: trunk/Tools/MiniBrowser/efl/main.c (205006 => 205007)


--- trunk/Tools/MiniBrowser/efl/main.c	2016-08-26 07:34:55 UTC (rev 205006)
+++ trunk/Tools/MiniBrowser/efl/main.c	2016-08-26 07:36:01 UTC (rev 205007)
@@ -28,7 +28,7 @@
 
 extern int efreet_cache_update;
 
-static const char DEFAULT_URL[] = "http://www.google.com/";
+static const char DEFAULT_URL[] = "http://www.ewebkit.org/";
 static const char APP_NAME[] = "EFL MiniBrowser";
 static const int TOOL_BAR_ICON_SIZE = 24;
 static const int TOOL_BAR_BUTTON_SIZE = 32;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to