<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>if no one responds here, you may get a better response by asking on the webkit-gtk mailing list &nbsp;(<a href="https://lists.webkit.org/mailman/listinfo/webkit-gtk">https://lists.webkit.org/mailman/listinfo/webkit-gtk</a>), since it sounds like you are asking
 about webkit-gtk specific APIs.</div>
<br>
<div>
<div>On Jan 15, 2014, at 23:42 , ksingh.sunil &lt;<a href="mailto:ksingh.sunil@gmail.com">ksingh.sunil@gmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div>
<div>Hi,</div>
<div><br>
</div>
<div>What is the standard way to get the url content in webkit/gtk?</div>
<div><br>
</div>
<div>Though I'm able to get the url content directly with a soup call</div>
<div><br>
</div>
<div>Soup_session_send_message()</div>
<div><br>
</div>
<div>I need the webkit standard way to get the url content instead of giving direct calls to soup.</div>
<div><br>
</div>
<div>Any help would be appreciated.</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Sunil</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div style="font-size:75%;color:#575757">Sent from Samsung Mobile</div>
</div>
<br>
<br>
<br>
-------- Original message --------<br>
From: <a href="mailto:webkit-help-request@lists.webkit.org">webkit-help-request@lists.webkit.org</a>
<br>
Date: 16/01/2014 1:30 AM (GMT&#43;05:30) <br>
To: <a href="mailto:webkit-help@lists.webkit.org">webkit-help@lists.webkit.org</a>
<br>
Subject: webkit-help Digest, Vol 55, Issue 11 <br>
<br>
<br>
Send webkit-help mailing list submissions to<br>
<a href="mailto:webkit-help@lists.webkit.org">webkit-help@lists.webkit.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="https://lists.webkit.org/mailman/listinfo/webkit-help">https://lists.webkit.org/mailman/listinfo/webkit-help</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:webkit-help-request@lists.webkit.org">webkit-help-request@lists.webkit.org</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:webkit-help-owner@lists.webkit.org">webkit-help-owner@lists.webkit.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of webkit-help digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp;&nbsp; 1. Font rendering regression (Dirkjan Ochtman)<br>
&nbsp;&nbsp; 2. Re: For x64 version of VS2013 for WinCairoRequirements.zip<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Konstantin Tokarev)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 15 Jan 2014 12:28:19 &#43;0100<br>
From: Dirkjan Ochtman &lt;<a href="mailto:dirkjan@ochtman.nl">dirkjan@ochtman.nl</a>&gt;<br>
To: <a href="mailto:webkit-help@lists.webkit.org">webkit-help@lists.webkit.org</a><br>
Subject: [webkit-help] Font rendering regression<br>
Message-ID:<br>
&lt;<a href="mailto:CAKmKYaChUShPa_QBFtK2iS2-w2msZyD3__mJOH_DmOn3xLpS5A@mail.gmail.com">CAKmKYaChUShPa_QBFtK2iS2-w2msZyD3__mJOH_DmOn3xLpS5A@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=UTF-8<br>
<br>
Hi there,<br>
<br>
In updating our in-house webkit version (with Cairo and Freetype,<br>
running on Linux), I've run into a font rendering regression. No doubt<br>
we're doing something wrong, and I've looked around the code in<br>
platform/graphics a bunch, but I've yet to find out what might have<br>
changed. Does anyone have some suggestions on what code/changes to<br>
look at?<br>
<br>
I'm updating from a Dec 2011 snapshot to a Mar 2013 snapshot (and yes,<br>
I hope we can keep it closer to tip of trunk soon), so the regression<br>
range is pretty large, and unfortunately bisecting is kind of painful<br>
with our current repository setup.<br>
<br>
Here's what I'm seeing (before, then after):<br>
<br>
<a href="http://dirkjan.ochtman.nl/files/font-regression.png">http://dirkjan.ochtman.nl/files/font-regression.png</a><br>
<br>
Note how the small type has become very fat, and especially the larger<br>
TrueType rendering is kind of irregular.<br>
<br>
Thanks in advance,<br>
<br>
Dirkjan<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 15 Jan 2014 18:11:16 &#43;0400<br>
From: Konstantin Tokarev &lt;annulen@yandex.ru&gt;<br>
To: Takayuki Kunihiro &lt;kunihiro@fsi.co.jp&gt;,<br>
&quot;webkit-help@lists.webkit.org&quot; &lt;webkit-help@lists.webkit.org&gt;<br>
Subject: Re: [webkit-help] For x64 version of VS2013 for<br>
WinCairoRequirements.zip<br>
Message-ID: &lt;50611389795076@web16j.yandex.ru&gt;<br>
Content-Type: text/plain<br>
<br>
<br>
<br>
10.01.2014, 06:14, &quot;Takayuki Kunihiro&quot; &lt;kunihiro@fsi.co.jp&gt;:<br>
&gt; Hello everyone,<br>
&gt;<br>
&gt; I am trying to build in VS2013 the 64 bit version of Wincairo port.<br>
&gt; (Nightly build r161330)<br>
&gt; I've found that the library of x64 is not included in the<br>
&gt; WinCairoRequirements.zip to be downloaded in the script of<br>
&gt; build-webkit.<br>
&gt; I tried the library of x64 I had previously downloaded, but are like<br>
&gt; those libjpeg.lib was built with VS2010, you could not link in VS2013.<br>
<br>
libjpeg is a C library, so it should not matter.<br>
<br>
&gt;<br>
&gt; Will there somewhere x64 library of VS2013 for WinCairoRequirements.zip?<br>
<br>
<br>
-- <br>
Regards,<br>
Konstantin<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
webkit-help mailing list<br>
webkit-help@lists.webkit.org<br>
https://lists.webkit.org/mailman/listinfo/webkit-help<br>
<br>
<br>
End of webkit-help Digest, Vol 55, Issue 11<br>
*******************************************<br>
</div>
_______________________________________________<br>
webkit-help mailing list<br>
<a href="mailto:webkit-help@lists.webkit.org">webkit-help@lists.webkit.org</a><br>
https://lists.webkit.org/mailman/listinfo/webkit-help<br>
</blockquote>
</div>
<br>
</body>
</html>