[webkit-dev] FOSDEM CrossDesktop DevRoom 2013 - Call for Talks

2012-10-31 Thread Pau Garcia i Quiles
Hello, The Call for Talks for the CrossDesktop DevRoom at FOSDEM 2013 is now officially open. Please do not wait till the last minute! --8--- * FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brussels (Belgium). One of the tracks

[webkit-dev] Slide deck: How WebKit Works

2012-10-31 Thread Adam Barth
Below are some slides I presented yesterday that give a high-level overview of how WebKit works: https://docs.google.com/presentation/pub?id=1ZRIQbUKw9Tf077odCh66OrrwRIVNLvI_nhLm2Gi__F0 Unfortunately, the talk was not recorded, but I wanted to share the slide deck in case they're useful to you.

Re: [webkit-dev] Slide deck: How WebKit Works

2012-10-31 Thread Zoltan Horvath
It's a nice and well understandable overview! Thanks for sharing! Zoltan On Wed, Oct 31, 2012 at 11:30 AM, Adam Barth aba...@webkit.org wrote: Below are some slides I presented yesterday that give a high-level overview of how WebKit works:

Re: [webkit-dev] Slide deck: How WebKit Works

2012-10-31 Thread Myles C. Maxfield
Thanks so much for this! --Myles On Oct 31, 2012 11:39 AM, Zoltan Horvath zol...@webkit.org wrote: It's a nice and well understandable overview! Thanks for sharing! Zoltan On Wed, Oct 31, 2012 at 11:30 AM, Adam Barth aba...@webkit.org wrote: Below are some slides I presented yesterday

[webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
I'd like to r+ https://bugs.webkit.org/show_bug.cgi?id=96335, but wanted to give a heads up in case anyone wants to object. Every native platform that has scrollbars does *not* move focus when you click on them. Every browser engine, except Gecko, moves focus when you click on scrollbars *unless*

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Peter Kasting
On Wed, Oct 31, 2012 at 1:32 PM, Ojan Vafai o...@chromium.org wrote: Every native platform that has scrollbars does *not* move focus when you click on them. Every browser engine, except Gecko, moves focus when you click on scrollbars *unless* you're clicking on the viewport scrollbar (e.g.

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting pkast...@chromium.orgwrote: On Wed, Oct 31, 2012 at 1:32 PM, Ojan Vafai o...@chromium.org wrote: Every native platform that has scrollbars does *not* move focus when you click on them. Every browser engine, except Gecko, moves focus when you

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Peter Kasting
On Wed, Oct 31, 2012 at 2:40 PM, Ojan Vafai o...@chromium.org wrote: On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting pkast...@chromium.orgwrote: Is there rationale for Gecko's behavior? It sounds a bit strange. Not that I know of. I haven't talked to anyone at Gecko about it though. Might

[webkit-dev] does anyone still use 'webkit-patch rebaseline-server'?

2012-10-31 Thread Dirk Pranke
It is/was intended to be useful for quickly reviewing and rebaselining a bunch of failures in a local (on-disk) checkout. It's been largely unmaintained and ignored for quite some time in favor of garden-o-matic. I have recently started to land some patches that will make garden-o-matic work

Re: [webkit-dev] moving focus when clicking on scrollbars

2012-10-31 Thread Ojan Vafai
On Wed, Oct 31, 2012 at 3:14 PM, Peter Kasting pkast...@chromium.orgwrote: On Wed, Oct 31, 2012 at 2:40 PM, Ojan Vafai o...@chromium.org wrote: On Wed, Oct 31, 2012 at 2:29 PM, Peter Kasting pkast...@chromium.orgwrote: Is there rationale for Gecko's behavior? It sounds a bit strange.