[webkit-dev] Heads up: changing default for selectionIncludesAltImageText

2013-04-27 Thread James Craig
I wanted to give the list a heads up because the related issue was somewhat controversial last time. To give some context, this is about whether image alt text should be included in the plain text pasteboard. Most everyone is of the opinion that it should, but several of us feel that it

[webkit-dev] More C++11 in WebKit2!

2013-04-27 Thread Anders Carlsson
Hello everyone, just a friendly heads-up that I intend to land https://bugs.webkit.org/show_bug.cgi?id=115259 soon, which makes use of three more C++11 features, namely: - Not requiring a space between right angle brackets in templates. - Range-based for loops - Auto. Looks like the EFL and

[webkit-dev] Could someone make GTK+ EWS report mangled names?

2013-04-27 Thread Ryosuke Niwa
Hi, GTK+ EWS reports untangled C++ function names such as WebCore::HitTestResult::HitTestResult(WebCore::LayoutPoint const) but we need a mangled name instead: _ZN7WebCore13HitTestResultC1ERKNS_11LayoutPointE so that we can update Source/autotools/symbols.filter accordingly. - R. Niwa

Re: [webkit-dev] What do we do with various Web component features?

2013-04-27 Thread Benjamin Poulain
On Fri, Apr 26, 2013 at 9:46 PM, Ryosuke Niwa rn...@webkit.org wrote: There appears to be a lot of Web component related features in WebKit that used to be maintained by Chromium contributors; specifically those related to Shadow DOM and node distributions. What do we do with them? The

Re: [webkit-dev] Could someone make GTK+ EWS report mangled names?

2013-04-27 Thread Vivek Galatage
I had raised the bug https://bugs.webkit.org/show_bug.cgi?id=96514 sometime back for this. On Apr 28, 2013 2:48 AM, Ryosuke Niwa rn...@webkit.org wrote: Hi, GTK+ EWS reports untangled C++ function names such as WebCore::HitTestResult::HitTestResult(WebCore::LayoutPoint const) but we need a