Re: [webkit-dev] Proposal: Add a region-selectable timeline in Web Inspector CPU profile panel.

2013-03-05 Thread Patrick Mueller
On 3/5/13 6:41 AM, Deng, Pan wrote: ... For JS CPU-profile panel, I think a selectable region that allow exploring any part of aggregated data is a helpful, that is a different view from breakdown details. And it is also common used among profilers, ... It seems like profiling is an area

[webkit-dev] Feature Announcement: IndieUI: Events

2013-03-05 Thread Chris Fleizach
Hello, I'm planning on implementing the IndieUI Events 1.0 W3C spec https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html This feature's primary goal is to allow assistive technologies (like a Screen reader) a way to control certain events that normally rely on a standard

Re: [webkit-dev] [webkit-help] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-05 Thread Arunprasad Rajkumar
I think SH4 JIT(in MSVC) for JSC is not supported for r65000. Are you developing yourself or using any other patches yet to land? Current truck supports SH4 JIT only if it is compiled using GCC I guess. On 5 March 2013 11:35, talking1...@gmail.com wrote: Hi Arunprasad, ** ** Thanks for

Re: [webkit-dev] [webkit-help] [squirrelfish-dev] How to debug the JIT when it crash

2013-03-05 Thread Darin Adler
On Mar 4, 2013, at 2:41 AM, talking1...@gmail.com wrote: Hi All, apologies for the spam. Please, it’s not acceptable to cross-post to all three of lists to ask for help debugging a problem. If we all did that we’d have tons of traffic on these mailing lists. Stop! Please at least narrow

[webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Anders Carlsson
Hello everyone, Some time ago we started using C++11 in the Mac port of WebKit2. In the near future we’re going to expand our use of C++11 in the WebKit2 codebase. Specifically, we’d like to make use of rvalue references and move semantics in our IPC code to avoid needlessly copying data and

[webkit-dev] WebKit Contributors Meeting - Save the Date

2013-03-05 Thread Sam Weinig
Hi all, Apple will once again be hosting a WebKit Contributors Meeting. It will be held at the DoubleTree by Hilton Hotel in San Jose on Thursday, May 2nd and Friday, May 3rd. As with the meeting in previous years, this event will have an unconference-like format, allowing plenty of time for

Re: [webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Kenneth Rohde Christiansen
Hi there, I am personally happy that we can make use of C++11 and I don't suppose it is a problem for the Tizen/EFL port. On the other hand, I fear that Qt might be targeting some platforms where this could be an issue. According to http://qt-project.org/wiki/Qt_5.0 they are still aiming at

Re: [webkit-dev] Heads-up: C++11 and WebKit2

2013-03-05 Thread Benjamin Poulain
On Tue, Mar 5, 2013 at 3:48 PM, Kenneth Rohde Christiansen kenneth.christian...@gmail.com wrote: I am personally happy that we can make use of C++11 and I don't suppose it is a problem for the Tizen/EFL port. On the other hand, I fear that Qt might be targeting some platforms where this could

Re: [webkit-dev] Feature Announcement: IndieUI: Events

2013-03-05 Thread James Robinson
On Tue, Mar 5, 2013 at 9:11 AM, Chris Fleizach cfleiz...@apple.com wrote: Hello, I'm planning on implementing the IndieUI Events 1.0 W3C spec https://dvcs.w3.org/hg/IndieUI/raw-file/default/src/indie-ui-events.html This feature's primary goal is to allow assistive technologies (like a

Re: [webkit-dev] Feature Announcement: IndieUI: Events

2013-03-05 Thread UdayKiran Reddy
https://bugs.webkit.org/show_bug.cgi?id=111446 On Tue, Mar 5, 2013 at 6:07 PM, James Robinson jam...@google.com wrote: On Tue, Mar 5, 2013 at 9:11 AM, Chris Fleizach cfleiz...@apple.comwrote: Hello, I'm planning on implementing the IndieUI Events 1.0 W3C spec