Hi,
Can you please help me understand clipOut() function supposed to do?
My understanding is GraphicsContext::clip() function is setting the
clipping rectangle of the graphics context, only operations within the
clipping rectangle will be shown. But what is the purpose of
clipOut() function?
Tha
True, there really is no need for it to be synchronous.
2010/1/10 Peter Kasting
> On Sun, Jan 10, 2010 at 7:15 AM, Pierre-Antoine LaFayette <
> pierre.lafaye...@gmail.com> wrote:
>
>> Is it illegal for the WebKit glue layer to send synchronous messages to
>> the browser requesting the icon data
On Sun, Jan 10, 2010 at 7:15 AM, Pierre-Antoine LaFayette <
pierre.lafaye...@gmail.com> wrote:
> Is it illegal for the WebKit glue layer to send synchronous messages to the
> browser requesting the icon data URI?
I don't know, but in general sync messages suck. Why couldn't you use an
async mes
Is it illegal for the WebKit glue layer to send synchronous messages to the
browser requesting the icon data URI?
2010/1/7 Darin Fisher
> It could... but, I though the conclusion was to avoid DOM UI for file://
> and ftp:// directory listings (for other reasons). In that case, we
> should be ab