<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.os.opendarwin.webkit.user">
    <title>gmane.os.opendarwin.webkit.user</title>
    <link>http://blog.gmane.org/gmane.os.opendarwin.webkit.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3527"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3526"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3525"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3524"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3523"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3522"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3521"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3520"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3519"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3518"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3517"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3516"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3515"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3514"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3513"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3512"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3511"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3510"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3509"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3508"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3527">
    <title>Re: Older WebKit nightlies keep crashing</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3527</link>
    <description>&lt;pre&gt;


Thank you very much for tracking this down.  I just now filed:  https://bugs.webkit.org/show_bug.cgi?id=116146
&lt;/pre&gt;</description>
    <dc:creator>Daniel Trebbien</dc:creator>
    <dc:date>2013-05-15T11:38:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3526">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3526</link>
    <description>&lt;pre&gt;Hello

I am building webkit-clutter on windows using Mingw.


Make is giving errors

$ make
  GEN    DerivedSources/JavaScriptCore/LLIntAssembly.h
  offlineasm: Parsing ./Source/JavaScriptCore/llint/LowLevelInterpreter.asm
and    Programs/LLIntOffsetsExtractor.exe and creating assembly file
DerivedSources/JavaScriptCore/LLIntAssembly
.h.
offlineasm: No magic values found. Skipping assembly file generation.
  CXX
 Source/WebCore/accessibility/atk/libwebkit_clutter_0_la-AccessibilityObjectAtk.lo
In file included from
Source/WebCore/accessibility/atk/AccessibilityObjectAtk.cpp:21:0:
./Source/WebCore/config.h:33:44: fatal error:
WebCore/WebCoreHeaderDetection.h: No such file or directory
compilation terminated.
make: ***
[Source/WebCore/accessibility/atk/libwebkit_clutter_0_la-AccessibilityObjectAtk.lo]
Error 1
&lt;/pre&gt;</description>
    <dc:creator>Hardik Gohil</dc:creator>
    <dc:date>2013-05-15T07:56:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3525">
    <title>Re: Older WebKit nightlies keep crashing</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3525</link>
    <description>&lt;pre&gt;
On May 13, 2013, at 4:42 PM, Daniel Trebbien &amp;lt;dtrebbien-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


This behavior changed in &amp;lt;http://trac.webkit.org/r121296&amp;gt;. I don't know if the new behavior is correct or not, please file a bug.

- WBR, Alexey Proskuryakov


&lt;/pre&gt;</description>
    <dc:creator>Alexey Proskuryakov</dc:creator>
    <dc:date>2013-05-14T17:05:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3524">
    <title>Webkit-clutter error</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3524</link>
    <description>&lt;pre&gt;hi,
I am building webkit for clfs(cross linux from scratch) x86
architecture.While configuring i faced no problem.But when i run make
command i am getting the error


.In file included from /usr/include/cogl/cogl-gles2.h:49:0,
                 from
../Source/WebCore/platform/graphics/clutter/GraphicsContext3DPrivate.h:29,
                 from ../Source/WebCore/platform/graphics/OpenGLShims.h:35,
                 from
../Source/WebCore/platform/graphics/opengl/Extensions3DOpenGLES.cpp:33:
/usr/include/cogl/cogl-gles2-types.h:38:26: error: conflicting declaration
'typedef intptr_t GLintptr'
../Source/ThirdParty/ANGLE/include/GLES2/gl2.h:38:26: error: 'GLintptr' has
a previous declaration as 'typedef khronos_intptr_t GLintptr'
make[1]: ***
[Source/WebCore/platform/graphics/opengl/libWebCore_la-Extensions3DOpenGLES.lo]
Error 1
make[1]: Leaving directory `/sources/webkit-clutter/build'
make: *** [all] Error 2

Please guide me to sort out the error.
&lt;/pre&gt;</description>
    <dc:creator>Srinivasan A</dc:creator>
    <dc:date>2013-05-14T12:01:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3523">
    <title>Re: Help on loading a youTube - Tv (on ARM v6)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3523</link>
    <description>&lt;pre&gt;Hi Benjamin,
  Thanks for the info.
Below is the Bug filled: #116093
https://bugs.webkit.org/show_bug.cgi?id=116093

Thanks and  With Regards
Azhar


From: ikipou&amp;lt; at &amp;gt;gmail.com [mailto:ikipou&amp;lt; at &amp;gt;gmail.com] On Behalf Of Benjamin Poulain
Sent: Tuesday, May 14, 2013 4:04 PM
To: Aga, Azhar Ahmed
Cc: webkit-help&amp;lt; at &amp;gt;lists.webkit.org; Zoltan Herczeg; gaborb&amp;lt; at &amp;gt;inf.u-szeged.hu
Subject: Re: [webkit-help] Help on loading a youTube - Tv (on ARM v6)

Hi,

On Tue, May 14, 2013 at 12:48 AM, Aga, Azhar Ahmed &amp;lt;aga.azhar.ahmed&amp;lt; at &amp;gt;philips.com&amp;lt;mailto:aga.azhar.ahmed&amp;lt; at &amp;gt;philips.com&amp;gt;&amp;gt; wrote:
  I am unable to load the http://www.youtube.com/tv on a target device.
(error Log suggests ‘undefined’ invocation). JIT is enabled.

Now when in JSC (Squirrel Fish Extreme), I disable JIT and rely only on the LLINT (C Loop) I am able to render the above page.
On x86 version of the browser also I am able to load the above mentioned page.

The ARMv6 JIT is pretty much unmaintained at this point. Only a couple of engineers work on it on the side.
You should file a bug (bugs.webkit.org&amp;lt;http://bugs.webkit.org&amp;gt;) and send the bug number to the mailing list.

Regards,
Benjamin

________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
&lt;/pre&gt;</description>
    <dc:creator>Aga, Azhar Ahmed</dc:creator>
    <dc:date>2013-05-14T08:26:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3522">
    <title>Re: Help on loading a youTube - Tv (on ARM v6)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3522</link>
    <description>&lt;pre&gt;Hi,

On Tue, May 14, 2013 at 12:48 AM, Aga, Azhar Ahmed &amp;lt;
aga.azhar.ahmed-//tT4aWmXyZBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

The ARMv6 JIT is pretty much unmaintained at this point. Only a couple of
engineers work on it on the side.
You should file a bug (bugs.webkit.org) and send the bug number to the
mailing list.

Regards,
Benjamin
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Poulain</dc:creator>
    <dc:date>2013-05-14T08:03:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3521">
    <title>Help on loading a youTube - Tv (on ARM v6)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3521</link>
    <description>&lt;pre&gt;Hi All,
  I am unable to load the http://www.youtube.com/tv on a target device.
(error Log suggests 'undefined' invocation). JIT is enabled.

Now when in JSC (Squirrel Fish Extreme), I disable JIT and rely only on the LLINT (C Loop) I am able to render the above page.
On x86 version of the browser also I am able to load the above mentioned page.

The details of the target device are as below

Processor       : ARMv6-compatible processor rev 7 (v6l)
Features        : swp half thumb fastmult vfp edsp java
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7
Webkit Nightly Version: r-149577

It appears there is a timing or sequencing issue. Is there anything extra config settings to be done for my target device.

Thanks and With Regards
Azhar

________________________________
The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
&lt;/pre&gt;</description>
    <dc:creator>Aga, Azhar Ahmed</dc:creator>
    <dc:date>2013-05-14T07:48:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3520">
    <title>Re: About the ]problem build on win7</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3520</link>
    <description>&lt;pre&gt;./run-safari script,but I find that the safari can;t be launched, so I
research the reason from th internet, I find that most people say ,after
building, &amp;gt;the output dir includs Webkit.exe, miniBrowser.exe
,WinLauncher.exe and so on executable file, but I don't find
miniBrowser.exe, so I guess this is the reason that the safari can't bu
launched.

that the projects included in r132317 are more than r149579.and r132317
includes the project miniBrowser ,then I build it successfully, and

the earlier  version(e.g Minibrowser),and why the later version can't run
with safari.

The reason was WebKit2 for Windows has been removed from WebKit repository,
that means WebKit2 did not implemented in Windows any more. Minibrowser just
like Safari as a demo based on WebKit2 while WinLauncher bases on WebKit
API.
So, you could not run ./run-safari in Windows, maybe you can run WinLauncher
to debug WebKit if you did not care WebKit2 staff.
Maybe QTWebKit for Windows implemented WebKit2, I'm not sure.

&lt;/pre&gt;</description>
    <dc:creator>huangxueqing</dc:creator>
    <dc:date>2013-05-14T02:19:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3519">
    <title>Re: Older WebKit nightlies keep crashing</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3519</link>
    <description>&lt;pre&gt;


How do you use an earlier Safari release?

The bug that I am looking into can be reproduced with the following HTML:

&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
&amp;lt;style&amp;gt;
.box {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid green;
    background: gray url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAR0lEQVQI11WNwQ3AQAzCHLbrRh2hU8f3SNSqDwSSEXA9d+gKGCU0QaMGa50gsSfL9NSUxBW9G/jrQ31MYxNY/m6xP/OtFfQAGUlBUwRSDM4AAAAASUVORK5CYII=) repeat-x;
    background-size: auto 100%;
    color: white;
    font: bold 10pt Arial, sans-serif;
    text-shadow: 1px 1px black;
    text-align: center;
}
&amp;lt;/style&amp;gt;
&amp;lt;/head&amp;gt;
&amp;lt;body&amp;gt;
&amp;lt;div class="box" style="width: 100px; height: 20px; line-height: 20px;"&amp;gt;
100x20
&amp;lt;/div&amp;gt;
&amp;lt;div class="box" style="width: 100px; height: 39px; line-height: 39px;"&amp;gt;
100x39
&amp;lt;/div&amp;gt;
&amp;lt;div class="box" style="width: 100px; height: 40px; line-height: 40px;"&amp;gt;
100x40
&amp;lt;/div&amp;gt;
&amp;lt;div class="box" style="width: 100px; height: 50px; line-height: 50px;"&amp;gt;
100x50
&amp;lt;/div&amp;gt;
&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;


In Safari 6.0.4, Firefox 20.0, and Opera 12.15, all four boxes have the gradient background.  In Chrome 26.0.1410.65 and Chromium 29.0.1507.0 (199664), the first two boxes have a gray background.

The problem is that the gradient image is 1x40 and because the background-size is set to auto for the width (which causes the aspect ratio to be preserved along the width), the width is scaled to less than 1px logically in order to fit the height to 20px and 39px.  Later versions of WebKit must be truncating the scaled width so that WebKit is attempting to tile an image 0px wide across the boxes.
&lt;/pre&gt;</description>
    <dc:creator>Daniel Trebbien</dc:creator>
    <dc:date>2013-05-13T23:42:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3518">
    <title>Re: Older WebKit nightlies keep crashing</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3518</link>
    <description>&lt;pre&gt;
On May 13, 2013, at 3:50 PM, Daniel Trebbien &amp;lt;dtrebbien-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Sometimes a Safari update breaks compatibility with older nightlies, so this is expected. There is no real workaround, aside from using an earlier Safari release.

What is the bug you are looking into? I may be able to bisect more easily, as long as there is a reliable way to reproduce the issue for me. 

- WBR, Alexey Proskuryakov


&lt;/pre&gt;</description>
    <dc:creator>Alexey Proskuryakov</dc:creator>
    <dc:date>2013-05-13T23:21:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3517">
    <title>Older WebKit nightlies keep crashing</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3517</link>
    <description>&lt;pre&gt;Hello,

I am attempting to use the Tools/Scripts/bisect-builds script to determine when a bug was introduced into WebKit.  The problem is that when the script runs a nightly that it downloaded, the WebKit nightly crashes.

So far, the r136849, r136812, and r136764 builds have all crashed with:

dyld: lazy symbol binding failed: Symbol not found: _WKPageSetInvalidMessageFunction
  Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
  Expected in: /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/Versions/A/WebKit2

dyld: Symbol not found: _WKPageSetInvalidMessageFunction
  Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
  Expected in: /Volumes/WebKit/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/Versions/A/WebKit2

The crash reporter info says the same thing:

Dyld Error Message:
  Symbol not found: _WKPageSetInvalidMessageFunction
  Referenced from: /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
  Expected in: /Volumes/VOLUME/WebKit.app/Contents/Frameworks/10.7/WebKit2.framework/Versions/A/WebKit2


I tried out some other nightlies of WebKit that I had downloaded a while ago, and these are now crashing too.  The r130495, r134433, r135516, r135851, r136242, r136298, r137862, and r137986 nightlies all crash now, but they didn't crash at the time that I had downloaded them.  r138461 is the first nightly that I have which does not crash, but unfortunately, it has the bug that I am attempting to bisect.

I am running Mac OS 10.7.5 and I have Safari 6.0.4 installed.

Is anyone else seeing this problem?  Is there a way around it?
&lt;/pre&gt;</description>
    <dc:creator>Daniel Trebbien</dc:creator>
    <dc:date>2013-05-13T22:50:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3516">
    <title>About the ]problem build on win7</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3516</link>
    <description>&lt;pre&gt;[webkit-help]
Hi all:

   I build webkit-r149579 successfully on Windows7 .and I want to run
./run-safari script,but I find that the safari can;t be launched, so I
research the reason from th internet, I find that most people say ,after
building, the output dir includs Webkit.exe,
miniBrowser.exe ,WinLauncher.exe and so on executable file, but I don't
find miniBrowser.exe, so I guess this is the reason that the safari can't
bu launched.

So I mean to build a earlier version of webkit,and then I download
webkit-r132317 form wbkit.org ,and I open webkit.sln with VS2005,I find
that the projects included in r132317 are more than r149579.and r132317
includes the project miniBrowser ,then I build it successfully, and
run-safari . Finally the safari can be launched successfully.

 So I want to know ,why the number of projects of later version is less
than the earlier  version(e.g Minibrowser),and why the later version can't
run with safari.

    Regards
   Thanks a lot
&lt;/pre&gt;</description>
    <dc:creator>ying pei</dc:creator>
    <dc:date>2013-05-13T07:43:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3515">
    <title>(no subject)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3515</link>
    <description>&lt;pre&gt;[webkit-help]
Hi all:

   I build webkit-r149579 successfully on Windows7 .and I want to run
./run-safari script,but I find that the safari can;t be launched, so I
research the reason from th internet, I find that most people say ,after
building, the output dir includs Webkit.exe,
miniBrowser.exe ,WinLauncher.exe and so on executable file, but I don't
find miniBrowser.exe, so I guess this is the reason that the safari can't
bu launched.

So I mean to build a earlier version of webkit,and then I download
webkit-r132317 form wbkit.org ,and I open webkit.sln with VS2005,I find
that the projects included in r132317 are more than r149579.and r132317
includes the project miniBrowser ,then I build it successfully, and
run-safari . Finally the safari can be launched successfully.

 So I want to know ,why the number of projects of later version is less
than the earlier  version(e.g Minibrowser),and why the later version can't
run with safari.

    Regards
   Thanks a lot
&lt;/pre&gt;</description>
    <dc:creator>ying pei</dc:creator>
    <dc:date>2013-05-13T07:42:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3514">
    <title>Setting CSS URI property in webkit</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3514</link>
    <description>&lt;pre&gt;Hi all.


webkit.WebView().get_settings().props.user_stylesheet_uri = 'file://'  +
'/path/to/css/file'

works in python-GTK3 bindings, but not in python-GTK2 bindings for me.
(in the sense that the CSS-effects don't take place in GTK2, whereas they
do in GTK3).

Is it a known issue?


Regards,
Ajay
&lt;/pre&gt;</description>
    <dc:creator>Ajay Garg</dc:creator>
    <dc:date>2013-05-10T18:00:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3513">
    <title>Fwd: I can't run webkit with safari after building itsuccessfully</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3513</link>
    <description>&lt;pre&gt;---------- Forwarded message ----------
From: Benjamin Poulain &amp;lt;benjamin-o+JAjEtOdBMdnm+yROfE0A&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
Date: Fri, May 3, 2013 at 12:02 PM
Subject: Re: [webkit-help] I can't run webkit with safari after building it
successfully
To: ying pei &amp;lt;yingpei3520-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


On Thu, May 2, 2013 at 8:57 PM, ying pei &amp;lt;yingpei3520-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


Hum, sorry, I don't know much about Windows.
Maybe someone else on the list will be able to help.

Benjamin
&lt;/pre&gt;</description>
    <dc:creator>ying pei</dc:creator>
    <dc:date>2013-05-09T09:47:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3512">
    <title>Re: What about WebKit makes DOM insertion slow when your template has whitespace / text nodes?</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3512</link>
    <description>&lt;pre&gt;This was probably fixed by http://trac.webkit.org/changeset/144526.

- R. Niwa


On Wed, May 8, 2013 at 9:48 AM, Steven Luscher &amp;lt;webkit-9MfpGcyKd/Me6wdzGrA1MA&amp;lt; at &amp;gt;public.gmane.org&amp;gt;wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ryosuke Niwa</dc:creator>
    <dc:date>2013-05-08T17:10:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3511">
    <title>What about WebKit makes DOM insertion slow when yourtemplate has whitespace / text nodes?</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3511</link>
    <description>&lt;pre&gt;Hello WebKit team,

I've been able to replicate some strange behavior on Chrome 26 (Mac) and Safari 6.0.4 (Mac). Essentially, rendering an HTML template that has extra whitespace / text-nodes in it is incredibly slow.Rendering the same template with the whitespace stripped results in a 400x speedup.

Here's a detailed explanation of the bug:
http://stackoverflow.com/questions/16428987/what-about-webkit-makes-dom-insertion-slow-when-your-template-has-whitespace-t

And here's a JSFiddle demonstrating it:
http://jsfiddle.net/cEK2x/2/

Any idea what about WebKit causes this? Firefox 26, IE9, and Chrome Canary don't exhibit the bug.

Cheers,
Steven…
&lt;/pre&gt;</description>
    <dc:creator>Steven Luscher</dc:creator>
    <dc:date>2013-05-08T16:48:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3510">
    <title>Re: [webkit-dev] Regarding IDL</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3510</link>
    <description>&lt;pre&gt;This is not an appropriate topic for webkit-dev. webkit-dev is for the
development of WebKit itself.
Any question regarding how to use WebKit should be asked on webkit-help
instead.

Finally, V8 is no longer supported by WebKit. We don't have a code
generator for it.

If you wanted to use V8, use Blink or some other browser engine that
support V8.

- R. Niwa

On Tue, May 7, 2013 at 10:48 PM, Chandrakant Rinayat &amp;lt;
chandrakant2411-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

&lt;/pre&gt;</description>
    <dc:creator>Ryosuke Niwa</dc:creator>
    <dc:date>2013-05-08T06:51:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3509">
    <title>Error while running new-run-webkit-test on Windows7(32 bit)</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3509</link>
    <description>&lt;pre&gt;Hi All,
I am getting following error while runnning new-run-webkit-test from cygwin
1.7.0.
OS - Windows 7 23 bit
I disabled UAC completelly on my machine.
Could you please help me to resolve .
--------------------------------------------------------------------------------------------------------------------
# Tools/Scripts/new-run-webkit-tests
Traceback (most recent call last):
  File "Tools/Scripts/new-run-webkit-tests", line 33, in &amp;lt;module&amp;gt;
    multiprocessing_bootstrap.run('webkitpy', 'layout_tests',
'run_webkit_tests.
py')
  File
"/cygdrive/d/WebKit/Tools/Scripts/webkitpy/common/multiprocessing_bootstr
ap.py", line 63, in run
    proc = subprocess.Popen(cmd, env=env)
  File "/usr/lib/python2.6/subprocess.py", line 633, in __init__
    errread, errwrite)
  File "/usr/lib/python2.6/subprocess.py", line 1139, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

-------------------------------------------------------------------------------------------------------------------


Thanks &amp;amp; Regards,
Abhijeet
&lt;/pre&gt;</description>
    <dc:creator>Abhijeet Kandalkar</dc:creator>
    <dc:date>2013-05-07T02:04:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3508">
    <title>Re: help building webkit-clutter-1.11.0+20121003</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3508</link>
    <description>&lt;pre&gt;Hey,

Building webkit-clutter on Windows is not supported. The build system is
shared with webkitgtk+, which is the one that uses --with-target. My bet
is by using --with-target you're causing configure to get confuse. 

Unfortunately there's little I can do to help you out with your build
issue on Windows rather than say the only way you will get it to build
is if you know enough to hack the autotools build system, so that you
can fix it, and then start having the real porting issues - since
webkit-clutter doesn't really support windows at the moment you are
unlikely to successfully build it without fixing a number of issues with
the code assuming X/GNU/Linux.

Cheers,

On Sex, 2013-04-26 at 14:32 +0530, Hardik Gohil wrote:


&lt;/pre&gt;</description>
    <dc:creator>Gustavo Noronha Silva</dc:creator>
    <dc:date>2013-05-06T22:58:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3507">
    <title>Re: I can't run webkit with safari after building itsuccessfully</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.user/3507</link>
    <description>&lt;pre&gt;

Can you give more info?

What commands did you use to build WebKit? How do you run Safari? Do you
have any error message in the terminal or in syslog?

Benjamin
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Poulain</dc:creator>
    <dc:date>2013-05-03T03:52:09</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.opendarwin.webkit.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.os.opendarwin.webkit.user</link>
  </textinput>
</rdf:RDF>
