Re: [webkit-dev] Proposal: Rect based HitTest for a better touch experience

2010-07-05 Thread Simon Fraser
On Jul 5, 2010, at 7:35 PM, Antonio Gomes (:tonikitoo) wrote: > * adds a Document::nodesFromRect method, exposing the functionality to > the dom. It returns a NodeList with all nodes that intersect the given > hit-tested area. Is there a reason to use different terminology from the existing "ele

Re: [webkit-dev] Proposal: Rect based HitTest for a better touch experience

2010-07-05 Thread Antonio Gomes (:tonikitoo)
Hi guys. We've uploaded a patch for review in bug https://bugs.webkit.org/show_bug.cgi?id=40197 (attachment https://bugs.webkit.org/attachment.cgi?id=59789 - chromium build fixed in r61955) - Grace and I joint effort in fixing this issue. As ways to expose the functionality, the patch: * extends

Re: [webkit-dev] Meaning of PLATFORM(MAC) and platform/cocoa?

2010-07-05 Thread Jeremy Moskovich
On Mon, Jul 5, 2010 at 10:22 PM, Joseph Pecoraro wrote: > It seems like a good idea to share as much code as we can between ports > > rather than forking files. > > > Absolutely, that was the original reason behind platform/cocoa! > Thanks Joe, I'd really appreciate it if someone could provide

Re: [webkit-dev] Meaning of PLATFORM(MAC) and platform/cocoa?

2010-07-05 Thread Joseph Pecoraro
> It seems like a good idea to share as much code as we can between ports > rather than forking files. Absolutely, that was the original reason behind platform/cocoa! > To that end, would it be possible for someone to explain the exact meaning > of PLATFORM(MAC) and the intended use of the platf

Re: [webkit-dev] Closing MathML Bugs?

2010-07-05 Thread Darin Adler
On Jul 5, 2010, at 5:52 AM, Alex Milowski wrote: > What's the process for closing out a MathML related bug? Generally someone can change the state of any bug if that person is in a position to know it should change. So you could move these to resolved as long as you have sufficient permissions

[webkit-dev] Closing MathML Bugs?

2010-07-05 Thread Alex Milowski
What's the process for closing out a MathML related bug? I'm not the reporter, I'm not assigned, and these both look like they are now fixed: https://bugs.webkit.org/show_bug.cgi?id=36540 https://bugs.webkit.org/show_bug.cgi?id=36528 -- --Alex Milowski "The excellence of grammar as a guide is

[webkit-dev] Some questions about WebKitSystemInterface

2010-07-05 Thread Jeremy Moskovich
Hi, We're running into some issues with the WebKitSystemInterfacefiles, since the source code for the object files in that directory isn't openly available I was hoping that someone from Apple might have some insight: 1. It looks like various

[webkit-dev] Meaning of PLATFORM(MAC) and platform/cocoa?

2010-07-05 Thread Jeremy Moskovich
Hi, It seems like a good idea to share as much code as we can between ports rather than forking files. To that end, would it be possible for someone to explain the exact meaning of PLATFORM(MAC) and the intended use of the platform/cocoa