<?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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3526"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3524"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3521"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3517"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3516"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3515"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3514"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3511"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3509"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3506"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3505"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3503"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3502"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3498"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3497"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3495"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3494"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3488"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3486"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3484"/>
      </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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3526">
    <title>(no subject)</title>
    <link>http://comments.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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3524">
    <title>Webkit-clutter error</title>
    <link>http://comments.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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3521">
    <title>Help on loading a youTube - Tv (on ARM v6)</title>
    <link>http://comments.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 inten&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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3517">
    <title>Older WebKit nightlies keep crashing</title>
    <link>http://comments.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
  Expec&lt;/pre&gt;</description>
    <dc:creator>Daniel Trebbien</dc:creator>
    <dc:date>2013-05-13T22:50:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3516">
    <title>About the ]problem build on win7</title>
    <link>http://comments.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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3515">
    <title>(no subject)</title>
    <link>http://comments.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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3514">
    <title>Setting CSS URI property in webkit</title>
    <link>http://comments.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://comments.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://comments.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://comments.gmane.org/gmane.os.opendarwin.webkit.user/3509">
    <title>Error while running new-run-webkit-test on Windows7(32 bit)</title>
    <link>http://comments.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

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

&lt;/pre&gt;</description>
    <dc:creator>Abhijeet Kandalkar</dc:creator>
    <dc:date>2013-05-07T02:04:19</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3506">
    <title>I can't run webkit with safari after building itsuccessfully</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3506</link>
    <description>&lt;pre&gt;I can't run webkit with safari after building it successfully, why?
&lt;/pre&gt;</description>
    <dc:creator>ying pei</dc:creator>
    <dc:date>2013-05-03T01:17:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3505">
    <title>Lifetime of ScriptState</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3505</link>
    <description>&lt;pre&gt;After adding support for multiple script languages, I needed to make ScriptState into an abstract class. ScriptState used to be just a typedef of JSC::ExecState, so the lifetime of ScriptState was controlled by JSC. Now, the ScriptState for JavaScript is a wrapper around ExecState, so the lifetime of ScriptState is controlled by WebCore.

At the moment, I never destroy ScriptStates. This is obviously wrong, so I need to know when and how to destroy them. Here are two solutions I can think of:

A.) Rather than pass around ScriptState* pointers, I can pass around OwnPtr&amp;lt;ScriptState&amp;gt;. When that OwnPtr&amp;lt;ScriptState&amp;gt; is no longer referenced, it will be destroyed. This means that thousands of ScriptState objects may be allocated and destroyed very quickly.

…or…

B.) Only create one ScriptState for each ExecState and store them in a HashMap&amp;lt;ExecState*, ScriptState*&amp;gt;. Then clear all the ScriptStates for a Document when the Document is destroyed.

Solution A seems the most correct to me, but I'm wondering if crea&lt;/pre&gt;</description>
    <dc:creator>Tim Mahoney</dc:creator>
    <dc:date>2013-05-02T19:46:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3503">
    <title>Help with building in Windows for VS2012</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3503</link>
    <description>&lt;pre&gt;Hi,

I'm trying to build WebKit for using with VS2012 runtime libraries, for both Win32 and x64 platforms. Here's what I've done (and failed):

Using qt-everywhere-opensource-src-5.0.2.
In VS2012 ×86 Native Tools Command Prompt, I type the following configure command:

configure -I C:\icu\include -I C:\OpenSSL-Win32\include -I C:\OpenSSL-Win32 -I C:\OpenSSL-Win32\include\openssl -opensource -openssl-linked -debug-and-release -platform win32-msvc2012 -icu -nomake examples -nomake tests -L C:\OpenSSL-Win32\lib -L C:\icu\lib

And I get a series of errors when it gets to WebKit, the first one being:

qt-everywhere-opensource-src-5.0.2\qtwebkit&amp;lt;http://qt-project.org/doc/QtWebKit.html&amp;gt;\source\webcore\generated\JSCrypto.h(35) : error C2065: 'Crypto' : undeclared identifier

...This is although JSCrypto.h successfully includes Crypto.h.
Any idea?



Giving up this approach, I've also tried to follow the rules in http://trac.webkit.org/wiki/BuildingQtOnWindows
Here there were two problems: running the perl command l&lt;/pre&gt;</description>
    <dc:creator>Gil Moses</dc:creator>
    <dc:date>2013-04-30T08:00:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3502">
    <title>about how to run webkit</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3502</link>
    <description>&lt;pre&gt;Hi all:

    I have built webkit-r144639 on Windowns7 successfully ,but when want to
run
it with safari ,safari can't be started, I don't know why, does anybody
know the reason?

                  Thanks a lot!
&lt;/pre&gt;</description>
    <dc:creator>ying pei</dc:creator>
    <dc:date>2013-04-28T07:56:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3498">
    <title>I want to change style of HTML on run time natively (Inside web core, I am having Element pointer).</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3498</link>
    <description>&lt;pre&gt;Hi ,

I want to change style of HTML on run time natively (Inside web core, I am
having Element pointer). But using Element.setAttribute("style",
"background-color: green;"); is overriding my style but I want to update
the style without changing existing one. Please let me know if any trick is
there to update style.

I tried below things.

1. First get attribute and do string manipulation to add your style and the
setattribute. This method is ok. But so much string manipulation.

2. I am not sure how we can directly handle code inside webcore natively
for below JS code. Element.style.backgroundColor = "green";



Regards,

MK
&lt;/pre&gt;</description>
    <dc:creator>85.mukesh</dc:creator>
    <dc:date>2013-04-26T12:51:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3497">
    <title>help building webkit-clutter-1.11.0+20121003</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3497</link>
    <description>&lt;pre&gt;Hello,


         I am building Webkit-clutter using Mingw on Windows with configure

         ./configure --prefix=/opt/emo2 --with-gstreamer=1.0
--with-target=win32 --with-port=clutter

          i installed all the dependencies it prompted.but it is giving
error.

          ./configure: line 17485: syntax error near unexpected token `0.16'
          ./configure: line 17485: `  PKG_PROG_PKG_CONFIG(0.16)'


           Any one have idea what is wrong ?


           Thanks in advance.
&lt;/pre&gt;</description>
    <dc:creator>Hardik Gohil</dc:creator>
    <dc:date>2013-04-26T09:02:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3495">
    <title>JavaScriptCore GC on background thread?</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3495</link>
    <description>&lt;pre&gt;I'm attempting to use JavaScriptCore in a real-time application, and I'm
running into long pauses for garbage collection as memory usage increases.
 I've been digging into the GC implementation in an effort to improve
performance, and I've noticed some references to the compiler directive
'PARALLEL_GC' throughout the code, which makes me wonder if there's already
support for multi-threaded GC, and if so how to enable it.

Thanks,
Spencer
&lt;/pre&gt;</description>
    <dc:creator>Spencer Kohan</dc:creator>
    <dc:date>2013-04-25T14:29:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3494">
    <title>enable-accelerated-compositing flag does not workcorrectly</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3494</link>
    <description>&lt;pre&gt;On Thu, Apr 25, 2013 at 1:58 PM, Emmanuel Rodriguez &amp;lt;
emmanuel.rodriguez-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:

webkit_web_view_draw thing for gtk2), and I have made it transparent now.

Then I tried setting 'enable-accelerated-compositing' flag. the result page
I got is not correct. The appearance is a little wired I think.
Firstly, a correct page shows up, then immediately after that (I mean,
maybe 0.1 second after that), the page turns gray in most part, and stay at
gray.

The issue exists even if I did not modify "webkit_web_view_expose_event".

Now I am trying to figure out whether something wrong with
"WEBKIT_WEB_VIEW(widget)-&amp;gt;priv-&amp;gt;backingStore-&amp;gt;cairoSurface()".


&lt;/pre&gt;</description>
    <dc:creator>Jianhua Shao</dc:creator>
    <dc:date>2013-04-25T06:24:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3488">
    <title>Need your suggestion to integrate with web kit</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3488</link>
    <description>&lt;pre&gt;Hi this is Raghu here,
  We are developing a DLNA/UPNP application and we need to support
rendering CE-XHTML contents in our application . Can you please let us know
if we can use web kit framework to achieve the same and also let us know
which variant of web kit we can integrate to fetch XHTML contents  ?

Regards
Raghu SK
&lt;/pre&gt;</description>
    <dc:creator>Raghu SK</dc:creator>
    <dc:date>2013-04-24T07:35:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3486">
    <title>webview failed to be transparent</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3486</link>
    <description>&lt;pre&gt;I build webkitgtk 1.9.92 by below configuration
./configure --prefix=/usr --enable-accelerated-compositing
--enable-fast-mobile-scrolling --enable-jit --disable-webkit2
--disable-plugin-process --disable-gtk-doc-html --with-gtk=2.0
--with-acceleration-backend=opengl

After that, I write a simple app to make the content of webview transparent
by calling webkit_web_view_set_transparent(). But it failed.
I tryied version 1.11.5, it also does not work.
The same app source code works in a old version of gtk-webkit, AFAIK, it
was about gtk-webkit 1.3.

Why I want to a build a new version of gtk-webkit, is to use the
compositing accelerating feature.

Anyone know something about this problem?

The test code is here:
-----------app code---------
#include &amp;lt;gtk/gtk.h&amp;gt;
#include &amp;lt;gdk/gdkx.h&amp;gt;
#include &amp;lt;webkit/webkit.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
static void destroy_cb(GtkWidget* widget, gpointer data) {
    gtk_main_quit();
}

bool transparent = true;
bool decorate = false;
int width = 800;
int height = 480;&lt;/pre&gt;</description>
    <dc:creator>Jianhua Shao</dc:creator>
    <dc:date>2013-04-24T07:30:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3484">
    <title>latest flash v11 support?</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3484</link>
    <description>&lt;pre&gt;hi,
anyone knows about state of development for flash v11 for linux in webkit?
(using qtwebkit)
ty
C
&lt;/pre&gt;</description>
    <dc:creator>qx</dc:creator>
    <dc:date>2013-04-20T07:37:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3482">
    <title>use WebKit Sharp</title>
    <link>http://comments.gmane.org/gmane.os.opendarwin.webkit.user/3482</link>
    <description>&lt;pre&gt;Hello all


I am new in mono develop...
I want to take the page source froma url  with  WebKit Sharp but I don't know how I take Document like in .net:
void webBrowser1_DocumentCompleted(object sender, WebBrowserDocumentCompletedEventArgs e)
        {
                StreamReader sr = new StreamReader(this.webBrowser1.DocumentStream, Encoding.GetEncoding("ISO-8859-1"));
                Pages = sr.ReadToEnd();

        }.
Please help me to use webKit.

Thanks

Dana Mihai
&lt;/pre&gt;</description>
    <dc:creator>Daniela Tontea</dc:creator>
    <dc:date>2013-04-16T14:37:49</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>
