No subject


Wed Aug 1 07:28:53 PDT 2012


to 'To run EWebLauncher/MiniBrowser with this newly-built code, use the'.

* Scripts/build-webkit:
(writeCongrats):
* Scripts/webkitdirs.pm:
(launcherName):</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href=3D"#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href=3D"#trunkToolsScriptsbuildwebkit">trunk/Tools/Scripts/build-w=
ebkit</a></li>
<li><a href=3D"#trunkToolsScriptswebkitdirspm">trunk/Tools/Scripts/webkit=
dirs.pm</a></li>
</ul>

</div>
<div id=3D"patch">
<h3>Diff</h3>
<a id=3D"trunkToolsChangeLog"></a>
<div class=3D"modfile"><h4>Modified: trunk/Tools/ChangeLog (134191 =3D> 1=
34192)</h4>
<pre class=3D"diff"><span>
<span class=3D"info">--- trunk/Tools/ChangeLog	2012-11-12 07:09:44 UTC (r=
ev 134191)
+++ trunk/Tools/ChangeLog	2012-11-12 07:24:24 UTC (rev 134192)
</span><span class=3D"lines">@@ -1,3 +1,22 @@
</span><ins>+2012-11-11  Kangil Han  &lt;kangil.han at samsung.com&gt;
+
+        Change build congratulation message in EFL
+        https://bugs.webkit.org/show_bug.cgi?id=3D101833
+
+        Reviewed by Gyuyoung Kim.
+
+        EFL port is currently supporting both WK1 and WK2.
+        But, build congratulation message still shows WK1(EWebLauncher) =
only.
+        Therefore, this patch adopts WK2 reference execution(MiniBrowser=
) in its message.
+
+        From 'To run EWebLauncher with this newly-built code, use the'
+        to 'To run EWebLauncher/MiniBrowser with this newly-built code, =
use the'.
+
+        * Scripts/build-webkit:
+        (writeCongrats):
+        * Scripts/webkitdirs.pm:
+        (launcherName):
+
</ins><span class=3D"cx"> 2012-11-09  Ryosuke Niwa  &lt;rniwa at webkit.org&=
gt;
</span><span class=3D"cx">=20
</span><span class=3D"cx">         People with dichromacy can't tell cras=
hes and passes on flakiness dashboard
</span></span></pre></div>
<a id=3D"trunkToolsScriptsbuildwebkit"></a>
<div class=3D"modfile"><h4>Modified: trunk/Tools/Scripts/build-webkit (13=
4191 =3D> 134192)</h4>
<pre class=3D"diff"><span>
<span class=3D"info">--- trunk/Tools/Scripts/build-webkit	2012-11-12 07:0=
9:44 UTC (rev 134191)
+++ trunk/Tools/Scripts/build-webkit	2012-11-12 07:24:24 UTC (rev 134192)
</span><span class=3D"lines">@@ -450,11 +450,11 @@
</span><span class=3D"cx">     my $buildTime =3D formatBuildTime($endTime=
 - $startTime);
</span><span class=3D"cx">=20
</span><span class=3D"cx">     print &quot;\n&quot;;
</span><del>-    print &quot;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\n&quot;;
</del><ins>+    print &quot;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D\n&quot;;
</ins><span class=3D"cx">     print &quot; WebKit is now built ($buildTim=
e). \n&quot;;
</span><span class=3D"cx">     if (!isChromium()) {
</span><span class=3D"cx">         print &quot; To run $launcherName with=
 this newly-built code, use the\n&quot;;
</span><span class=3D"cx">         print &quot; \&quot;$launcherPath\&quo=
t; script.\n&quot;;
</span><span class=3D"cx">     }
</span><del>-    print &quot;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D\n&quot;;
</del><ins>+    print &quot;=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D\n&quot;;
</ins><span class=3D"cx"> }
</span></span></pre></div>
<a id=3D"trunkToolsScriptswebkitdirspm"></a>
<div class=3D"modfile"><h4>Modified: trunk/Tools/Scripts/webkitdirs.pm (1=
34191 =3D> 134192)</h4>
<pre class=3D"diff"><span>
<span class=3D"info">--- trunk/Tools/Scripts/webkitdirs.pm	2012-11-12 07:=
09:44 UTC (rev 134191)
+++ trunk/Tools/Scripts/webkitdirs.pm	2012-11-12 07:24:24 UTC (rev 134192=
)
</span><span class=3D"lines">@@ -1514,7 +1514,7 @@
</span><span class=3D"cx">     } elsif (isAppleWebKit()) {
</span><span class=3D"cx">         return &quot;Safari&quot;;
</span><span class=3D"cx">     } elsif (isEfl()) {
</span><del>-        return &quot;EWebLauncher&quot;;
</del><ins>+        return &quot;EWebLauncher/MiniBrowser&quot;;
</ins><span class=3D"cx">     } elsif (isWinCE()) {
</span><span class=3D"cx">         return &quot;WinCELauncher&quot;;
</span><span class=3D"cx">     }
</span></span></pre>
</div>
</div>

</body>
</html>


More information about the webkit-changes mailing list