Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-10-27 Thread Alexey Proskuryakov
02.08.2010, в 4:38, Alexey Proskuryakov написал(а): 29.07.2010, в 8:16, Adam Barth написал(а): Plumbing this mock API all the way through WebKit for each port seems like a waste. One benefit of this is that it makes us test the API layer. Another one is that it gives WebKit

[webkit-dev] Platform specific editing behaviors

2010-10-27 Thread Antonio Gomes
Hi. In bug https://bugs.webkit.org/show_bug.cgi?id=36627 (Needs a LinuxEditingBehavior, perhaps with a better name) , in order to supply needs that the existing editing behaviors (Mac and Windows) do not cover, we are going to add a new editing behavior type. The name is not defined yet, and our

Re: [webkit-dev] Platform specific editing behaviors

2010-10-27 Thread Ojan Vafai
This matches Chromium's desired behavior and is only a change for Chromium Linux. So, no objections there. On Wed, Oct 27, 2010 at 2:17 PM, Antonio Gomes toniki...@gmail.com wrote: Hi. In bug https://bugs.webkit.org/show_bug.cgi?id=36627 (Needs a LinuxEditingBehavior, perhaps with a better

[webkit-dev] Fwd: Platform specific editing behaviors

2010-10-27 Thread Ryosuke Niwa
-- Forwarded message -- From: Ryosuke Niwa ryosuke.n...@gmail.com Date: Wed, Oct 27, 2010 at 2:31 PM Subject: Re: [webkit-dev] Platform specific editing behaviors To: Antonio Gomes toniki...@gmail.com Cc: webkit-dev Development webkit-dev@lists.webkit.org On Wed, Oct 27, 2010 at

Re: [webkit-dev] W3C Proposal: User Interface Independence for Accessible Rich Internet Applications

2010-10-27 Thread James Craig
Sorry for the delayed response, Tony. My answers inline. On Sep 3, 2010, at 9:35 AM, Tony Chang wrote: I'm curious what elements the UIRequestEvents apply to. Does it fire at the document level or does it fire for specific elements like textareas? Focused element (or AX-focused element)

[webkit-dev] Adding new JS bindings, having slight problems

2010-10-27 Thread Nebojša Ćirić
Hi, I am working on JavaScript API that implements basic i18n operations, like formatting numbers, dates, sorting... We are actually working with EcmaScript committee on standardizing the API. My goal is to have a prototype to showcase for the next meeting (mid November) and I am making local

Re: [webkit-dev] Adding new JS bindings, having slight problems

2010-10-27 Thread Adam Barth
If this is part of ECMAScript, it should be in the JavaScript engine proper, not in WebCore. With respect to missing features of the IDL compiler, we add features to the IDL compiler as we need them. There's lots of stuff in WebIDL that we haven't needed to implement yet. Adam On Wed, Oct 27,

Re: [webkit-dev] Platform specific editing behaviors

2010-10-27 Thread Antonio Gomes
Hi. Thanks for the feedback, Ojan and Ryosuke. From the experiments I've been doing, I think it will be a smooth landind. The platform specific editing behavior code paths are not that common in the tests in LayoutTests/editing, and the tests that go through them were converted to use the

Re: [webkit-dev] Sharing WebKit mocks across platforms

2010-10-27 Thread Hajime Morita
Hi Alexey, thank you for revising this topic! I understand your concern about having a testing infrastructure inside the production code. On the other hand, having separate but similar mocks for each port hurts our productivity. And we cannot automate testing without mocks anyway. So how about

Re: [webkit-dev] OSX build break after system update

2010-10-27 Thread Eric Seidel
Can we just include the headers in WebKit? Or find some way to auto-download them? This seems silly. Or certainly requiring an update to http://webkit.org/building/tools.html. -eric On Thu, Oct 21, 2010 at 3:56 PM, Tony Gentilcore to...@chromium.org wrote: Quick PSA: if you install the Java