[webkit-dev] WWDC Lab Macbook Pro MagSafe

2010-06-11 Thread Glan Thomas
Hi Guys, I think may have I left my MBP MagSafe power lead in the Web lab today. I'll call by in the morning to see if anyone has found it. Thanks, Glan ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Why does Frame.h use mutable members instead of OwnPtr?

2010-06-11 Thread Maciej Stachowiak
On Jun 10, 2010, at 4:22 PM, Eric Seidel wrote: Example. Use of a mutable member for AnimationController: https://trac.webkit.org/browser/trunk/WebCore/page/Frame.h#L346 Causes us to pull in AnimationController.h: https://trac.webkit.org/browser/trunk/WebCore/page/Frame.h#L31 Which

Re: [webkit-dev] Nighties build scripts

2010-06-11 Thread Philippe Normand
cf https://bugs.webkit.org/show_bug.cgi?id=40469 Philippe On Wed, 2010-06-09 at 15:56 +0200, Philippe Normand wrote: Hi, I've been trying the Nighly build scripts without much success. I run build-launcher-app and build-launcher-dmg. The build-launcher-app tries to copy Drosera.app,

Re: [webkit-dev] problem with css :focus

2010-06-11 Thread Alex Vazquez
2010/6/9 Antonio Gomes (:tonikitoo) toniki...@gmail.com Note you need to call both setActive and setFocused of FocusController for it to work for you. In gtk: static void webkit_web_view_grab_focus(GtkWidget* widget) { ... FocusController* focusController =

Re: [webkit-dev] sick of forgetting bugzilla email addresses?

2010-06-11 Thread Ojan Vafai
If we wanted this to totally replace committers.py, bugzilla would need an irc nick field, the person's full name, a bit for whether the person is a committer/reviewer and a list of alternate email addresses (e.g. svn commit address). For the purposes of this extension, just adding the full name

Re: [webkit-dev] Why does Frame.h use mutable members instead of OwnPtr?

2010-06-11 Thread Eric Seidel
I'm all for PLT speedups (despite it running too fast on modern hardware to be useful, it's all we got). But I'm very against build-time explosion. :( I bet we don't need to inline all of these. Would be nice to know which ones. Inlines requiring additional headers (especially for Frame.h)

Re: [webkit-dev] Why does Frame.h use mutable members instead of OwnPtr?

2010-06-11 Thread Maciej Stachowiak
On Jun 11, 2010, at 6:17 PM, Eric Seidel wrote: I'm all for PLT speedups (despite it running too fast on modern hardware to be useful, it's all we got). But I'm very against build-time explosion. :( I bet we don't need to inline all of these. Would be nice to know which ones. Inlines

Re: [webkit-dev] Why does Frame.h use mutable members instead of OwnPtr?

2010-06-11 Thread Eric Seidel
Oh, certainly page speed wins. I suspected such was the original desire. I continue to doubt their all needed. The project continues to be paralyzed by a lack of a real public benchmark. :( -eric On Fri, Jun 11, 2010 at 6:23 PM, Maciej Stachowiak m...@apple.com wrote: On Jun 11, 2010, at