<?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://permalink.gmane.org/gmane.os.opendarwin.webkit.devel">
    <title>gmane.os.opendarwin.webkit.devel</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel</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.devel/24908"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24907"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24900"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24889"/>
      </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.devel/24908">
    <title>Re: Moving WebCore/accessibility codeintoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24908</link>
    <description>&lt;pre&gt;
On May 21, 2013, at 7:34 AM, Mario Sanchez Prada &amp;lt;mario.prada&amp;lt; at &amp;gt;samsung.com&amp;gt; wrote:


I think the main problem with this change is that the current WebCore/accessibility code has lots of knowledge of the DOM and render tree. Making WebCore/platform depend on these Web-specific concepts is a layering violation - imagine how it would work if it was a top-level directory Platform that was a peer of WebCore, and built before it without access to its headers. That is logically how it should operate.

If the accessibility code could be redesigned to have a good abstraction between the parts that are tightly tied to Web-specific classes and concepts, and the part that is platform-specific, then the second part could be moved to WebCore/platform. A refactoring like that could be a good improvement, but is likely hard to do.

Regards,
Maciej

_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Maciej Stachowiak</dc:creator>
    <dc:date>2013-05-21T19:05:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24907">
    <title>Re: Moving WebCore/accessibility code into WebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24907</link>
    <description>&lt;pre&gt;

Again, I think in theory this is good, if it drives people to create the abstractions we need to keep our code from being littered with too literal #ifdefs.

But instead the style checker warning is pushing at least some folks to move classes into the platform directory that do not belong there, just to avoid the warning, likely creating layering violations and misusing the platform library.

Further, I am seeing this warning often when I do refactoring patches.

I think what we did in the style checker is not a good enough way to communicate the nuance of how we do this. We need a document with a statement of principles about the platform approach to refer people to. And perhaps an approach that gives a warning rather than a style error that points to that document.

— Darin_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Darin Adler</dc:creator>
    <dc:date>2013-05-21T18:17:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24906">
    <title>Re: Moving WebCore/accessibility code intoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24906</link>
    <description>&lt;pre&gt;I rolled it out in http://trac.webkit.org/changeset/150457


On Tue, May 21, 2013 at 10:58 AM, Sam Weinig &amp;lt;weinig&amp;lt; at &amp;gt;apple.com&amp;gt; wrote:

_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Jessie Berlin</dc:creator>
    <dc:date>2013-05-21T18:15:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24905">
    <title>Re: Moving WebCore/accessibility code intoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24905</link>
    <description>&lt;pre&gt;

For me that rule was more about asking people to think twice and add the
proper abstraction when possible.
We do not want style checker warnings, which becomes a motivation for
creating better abstractions.

For example, recently a second implementation of some of DOMFileSystemBase
was added for blackberry (most if it is an exact copy of the common code).
With a style checker warning, the author would have had to justify this
kind of decision (and hopefully fix the code instead).

Benjamin
_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Benjamin Poulain</dc:creator>
    <dc:date>2013-05-21T18:14:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24904">
    <title>Re: Moving WebCore/accessibility codeinto WebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24904</link>
    <description>&lt;pre&gt;
On May 21, 2013, at 10:56 AM, Darin Adler &amp;lt;darin&amp;lt; at &amp;gt;apple.com&amp;gt; wrote:


Fair enough. I'll talk to Jessie about removing it, and maybe we can revisit it in the future.

- Sam_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Sam Weinig</dc:creator>
    <dc:date>2013-05-21T17:58:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24903">
    <title>Re: Moving WebCore/accessibility codeinto WebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24903</link>
    <description>&lt;pre&gt;

It’s an interesting principle, but I think too far from reality right now.

And it leads to crazy things like the Clipboard in the dom directory with per-platform subclasses in the platform directory.

— Darin_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Darin Adler</dc:creator>
    <dc:date>2013-05-21T17:56:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24902">
    <title>Re: Moving WebCore/accessibility codeinto WebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24902</link>
    <description>&lt;pre&gt;
On May 21, 2013, at 8:15 AM, Darin Adler &amp;lt;darin&amp;lt; at &amp;gt;apple.com&amp;gt; wrote:


This was something we discussed during the contributors meeting.  The premise was that we should aim for having no PLATFORM() #ifdefs in non-Platform and and should instead use other macros that are more descriptive.  I like that rule, but if isn't really possible, we should probably remove the check.

Accessibility is a tricky one. The way it is currently written requires both cross platform and platform specific knowledge to co-exist.  Looking at the base class, AccessibilityObject, it seems like there is a WebCore object (AccessibilityObject) that wraps a platform specific piece (m_wrapper, which on mac is a WebAccessibilityObjectWrapper and on GTK is a AtkObject, etc.).  The way I would recommend moving forward is seeing if there is some way to abstract the platform specific piece in a C++ object that could live in platform (much like we do in other areas), and make all the WebCore code work in terms of it.

-Sam

______________________&lt;/pre&gt;</description>
    <dc:creator>Sam Weinig</dc:creator>
    <dc:date>2013-05-21T17:42:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24901">
    <title>Re: Moving WebCore/accessibility codeinto WebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24901</link>
    <description>&lt;pre&gt;

I can’t think of a good refined version of the rule.


Not sure that would be helpful.


Sure. Jessie and Ben, when you have a chance could one or both of you comment?

— Darin_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Darin Adler</dc:creator>
    <dc:date>2013-05-21T17:23:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24900">
    <title>Re: Moving WebCore/accessibility codeintoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24900</link>
    <description>&lt;pre&gt;Hi Darin,


I see. It's true that the accessibility layer is definitely not the same
thing like other ones, such as network or graphics. It's actually more
similar to the render object layer, so I guess you are right.
 

Ok.


What about refining that rule instead of just removing it? Maybe adding a
list of directories to be excluded or something like that might work fine
too. 

On this regard, I think it would be specially interesting to hear the
opinion of the people involved in the bug that tracked this addition:
https://bugs.webkit.org/show_bug.cgi?id=115567
 

That's fine. Either removing that rule from the style checker or just
refining it to better match the situation in places such as
WebCore/accessibility will work fine here.

Thanks for the feedback,
Mario
&lt;/pre&gt;</description>
    <dc:creator>Mario Sanchez Prada</dc:creator>
    <dc:date>2013-05-21T16:03:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24899">
    <title>Re: Moving WebCore/accessibility codeintoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24899</link>
    <description>&lt;pre&gt;

This is a bad idea. The platform directory has never been intended as the single place for all platform-specific code. It’s the place for platform abstractions that let us cut down on platform-specific code elsewhere. It’s not a good idea to try to put all platform-specific code into the platform directory.


There’s no problem with this.


The style checker rule is wrong and should be removed. It’s better to use a platform abstraction, but a platform #ifdef is also OK.


As you can see above, I do not agree.

&lt;/pre&gt;</description>
    <dc:creator>Darin Adler</dc:creator>
    <dc:date>2013-05-21T15:15:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24898">
    <title>Moving WebCore/accessibility code intoWebCore/platform/</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24898</link>
    <description>&lt;pre&gt;Hi all,

Following the discussion in the contributors meeting about layering violations I was thinking about moving all the accessibility stuff inside WebCore/accessibility into a new WebCore/platform/accessibility directory.

My reasoning behind this could be summarized as this:

* Accessibility code is actually already platform dependant, as every port supporting this exposes the
accessibility hierarchy in slightly different ways (ATK flattens more the hierarchy than Mac, for instance).

* Besides the AccessibilityObject wrappers and partial platform-specific implementation files (e.g. AccessibilityObjectMac.mm) present in places like WebCore/accessibility/[atk|mac], there are other bits in WebCore/accessibility that are platform specific as well (e.g. AccessibilityRenderObject). These bits are guarded with "#if PLATFORM" macros, which would still be necessary to meet the different requirements of each port.

* The number of ports adding support for accessibility is increasing, some of them sharing code al&lt;/pre&gt;</description>
    <dc:creator>Mario Sanchez Prada</dc:creator>
    <dc:date>2013-05-21T14:34:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24897">
    <title>Re: [WIP][GTK] Memory leak detection</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24897</link>
    <description>&lt;pre&gt;Hi Rego, 

Thanks for the link to the wiki, there are some very interesting additional
valgrind options that we could use. 

The goal of this work would be to automate the process so that we could link
it in to the buildbot at some point.

I'll definitely update the wiki when the patch is accepted.

Regards
Brian   

-----Original Message-----
From: webkit-dev-bounces&amp;lt; at &amp;gt;lists.webkit.org
[mailto:webkit-dev-bounces&amp;lt; at &amp;gt;lists.webkit.org] On Behalf Of Manuel Rego
Casasnovas
Sent: 21 May 2013 08:28
To: webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
Cc: Eduardo Lima Mitev
Subject: Re: [webkit-dev] [WIP][GTK] Memory leak detection

Hi Brian,

On 05/20/2013 04:48 PM, Brian Holt wrote:

My mate Edu Lima has recently added documentation about how to use valgrind
to find memory leaks in WebKitGTK+ using MiniBrowser:
https://trac.webkit.org/wiki/WebKitGTK/TrackingMemoryErrors


It looks nice, once this is ready we should update the wiki accordingly.

My 2 cents,
   Rego
_______________________________________________
webkit-dev mailing list
web&lt;/pre&gt;</description>
    <dc:creator>Brian Holt</dc:creator>
    <dc:date>2013-05-21T10:25:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24896">
    <title>Re: Does anyone build with !ENABLE(LLINT)?</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24896</link>
    <description>&lt;pre&gt;As far as I understand. LLINT is disabled for platforms that have a JIT 
implementation but no LLINT implementation, since the C-loop LLINT 
implementation assumes JIT is disabled. This at least the case for Windows on 
x64.

`Allan
&lt;/pre&gt;</description>
    <dc:creator>Allan Sandfeld Jensen</dc:creator>
    <dc:date>2013-05-21T07:45:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24895">
    <title>Re: [WIP][GTK] Memory leak detection</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24895</link>
    <description>&lt;pre&gt;Hi Brian,

On 05/20/2013 04:48 PM, Brian Holt wrote:

My mate Edu Lima has recently added documentation about how to use
valgrind to find memory leaks in WebKitGTK+ using MiniBrowser:
https://trac.webkit.org/wiki/WebKitGTK/TrackingMemoryErrors


It looks nice, once this is ready we should update the wiki accordingly.

My 2 cents,
   Rego
&lt;/pre&gt;</description>
    <dc:creator>Manuel Rego Casasnovas</dc:creator>
    <dc:date>2013-05-21T07:27:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24894">
    <title>Re: WebKit2 and ENABLE_PLUGIN_PROCESS</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24894</link>
    <description>&lt;pre&gt;I think EFL port will be fine to set ENABLE_PLUGIN_PROCESS unconditionally,
because the feature has been enabled on EFL WK2 with Netscape-plug-in.

Gyuyoung


On Tue, May 21, 2013 at 3:38 PM, Carlos Garcia Campos
&amp;lt;carlosgc&amp;lt; at &amp;gt;webkit.org&amp;gt;wrote:

_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Gyuyoung Kim</dc:creator>
    <dc:date>2013-05-21T07:18:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24893">
    <title>Re: WebKit2 and ENABLE_PLUGIN_PROCESS</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24893</link>
    <description>&lt;pre&gt;El lun, 20-05-2013 a las 15:15 -0700, Anders Carlsson escribió:

I think we removed the compile option in GTK port already.



_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2013-05-21T06:38:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24892">
    <title>Use BlinkMergeCandidate to merge/back port Blinkchanges</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24892</link>
    <description>&lt;pre&gt;Hi,

We’ve added BlinkMergeCandidate keyword to Bugzilla to track any Blink
changes we might want to merge.  Please add this keyword when you’re filing
a bug or posting a patch to merge a Blink change.

- R. Niwa
_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Ryosuke Niwa</dc:creator>
    <dc:date>2013-05-21T04:06:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24891">
    <title>Unprefixing Page Visibility</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24891</link>
    <description>&lt;pre&gt;Does anyone object to supporting the Page Visibility API unprefixed?
https://bugs.webkit.org/show_bug.cgi?id=102340

Should we keep support for the prefixed version?

Simon
&lt;/pre&gt;</description>
    <dc:creator>Simon Fraser</dc:creator>
    <dc:date>2013-05-21T01:28:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24890">
    <title>Does anyone build with !ENABLE(LLINT)?</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24890</link>
    <description>&lt;pre&gt;I'd like to remove the #ifdef, and make the interpreter an unconditional part of JSC.

It's sometimes hard to reason about the different execution engines if you can't assume that the interpreter and its basic data structures exist.

Thanks,
Geoff
&lt;/pre&gt;</description>
    <dc:creator>Geoffrey Garen</dc:creator>
    <dc:date>2013-05-20T23:37:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24889">
    <title>WebKit2 and ENABLE_PLUGIN_PROCESS</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24889</link>
    <description>&lt;pre&gt;Hello,

is anyone building WebKit2 without ENABLE_PLUGIN_PROCESS set, running Netscape plug-ins in the web process?

The reason I’m asking is that having two code paths complicates things and I’d like to remove the non-plug-in process code path.

- Anders
&lt;/pre&gt;</description>
    <dc:creator>Anders Carlsson</dc:creator>
    <dc:date>2013-05-20T22:15:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24888">
    <title>Re: ENABLE(PAGE_POPUP) in WebCore</title>
    <link>http://permalink.gmane.org/gmane.os.opendarwin.webkit.devel/24888</link>
    <description>&lt;pre&gt;
On May 20, 2013, at 5:00 AM, Carlos Garcia Campos &amp;lt;carlosgc&amp;lt; at &amp;gt;webkit.org&amp;gt; wrote:


That’s awesome, thanks much!

- Anders

_______________________________________________
webkit-dev mailing list
webkit-dev&amp;lt; at &amp;gt;lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev
&lt;/pre&gt;</description>
    <dc:creator>Anders Carlsson</dc:creator>
    <dc:date>2013-05-20T22:13:54</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.os.opendarwin.webkit.devel">
    <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.devel</link>
  </textinput>
</rdf:RDF>
