Re: [webkit-dev] deleteOwnedPtr(T* ptr)

2010-11-11 Thread Finnur Thorarinsson
Umm... shouldn't this behavior be commented so that people are not left wondering why it fails and trying to fix it? On Wed, Nov 10, 2010 at 16:04, Darin Adler da...@apple.com wrote: On Nov 10, 2010, at 2:33 PM, Daebarkee Jung wrote: I found that the following lines made errors: //

[webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Julian Reschke
Gavin wrote in https://lists.webkit.org/pipermail/webkit-dev/2010-November/015026.html: Alex, I'm hacking at this right now, and hope to have a CL uploaded soon. - Gavin That sounds great. Two thoughts: - please do not forget to take the anchor parameter into account -- either drop the

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

2010-11-11 Thread Hajime Morita
Hi Alexey, thank you for sharing your thought. I agree that using platform APIs for testing is better than using mocks. On the other hand, I believe the automated testing is our invaluable assert. And some real API is hard to automate. Here is a conflict. I think we need both. Currently WebKit

Re: [webkit-dev] deleteOwnedPtr(T* ptr)

2010-11-11 Thread Daebarkee Jung
Thanks, all of you. Now, everything is clear. Daebark On Thu, Nov 11, 2010 at 2:24 AM, Finnur Thorarinsson fin...@chromium.orgwrote: Umm... shouldn't this behavior be commented so that people are not left wondering why it fails and trying to fix it? On Wed, Nov 10, 2010 at 16:04, Darin

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread 蓋文彼德斯
On 11 November 2010 03:59, Julian Reschke julian.resc...@gmx.de wrote: Gavin wrote in https://lists.webkit.org/pipermail/webkit-dev/2010-November/015026.html: Alex, I'm hacking at this right now, and hope to have a CL uploaded soon. - Gavin That sounds great. Two thoughts: -

Re: [webkit-dev] deleteOwnedPtr(T* ptr)

2010-11-11 Thread Darin Adler
On Nov 11, 2010, at 12:24 AM, Finnur Thorarinsson wrote: Umm... shouldn't this behavior be commented so that people are not left wondering why it fails and trying to fix it? Sure, sounds good. Instructions for submitting patches to add things like those comments are at

Re: [webkit-dev] deleteOwnedPtr(T* ptr)

2010-11-11 Thread David Levin
Do or do not. Then, there is no question. :) btw, in another code base, you may familiar with, the comment is the variable name: http://www.google.com/codesearch?q=type_must_be_completeexact_package=chromium On Thu, Nov 11, 2010 at 12:24 AM, Finnur Thorarinsson fin...@chromium.orgwrote: Umm...

Re: [webkit-dev] deleteOwnedPtr(T* ptr)

2010-11-11 Thread Maciej Stachowiak
On Nov 11, 2010, at 7:20 AM, Darin Adler wrote: On Nov 11, 2010, at 12:24 AM, Finnur Thorarinsson wrote: Umm... shouldn't this behavior be commented so that people are not left wondering why it fails and trying to fix it? Sure, sounds good. Instructions for submitting patches to add

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Alexey Proskuryakov
11.11.2010, в 00:59, Julian Reschke написал(а): - once you start supporting the title attribute you might want to consider sharing code with Content-Disposition for processing I18Nized titles (see related Chromium change feature request and change list at

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Julian Reschke
On 11.11.2010 18:06, Alexey Proskuryakov wrote: 11.11.2010, в 00:59, Julian Reschke написал(а): - once you start supporting the title attribute you might want to consider sharing code with Content-Disposition for processing I18Nized titles (see related Chromium change feature request and

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Alexey Proskuryakov
11.11.2010, в 9:19, Julian Reschke написал(а): As far as the Chromium request goes, please consider feature parity with Safari. We've supported non-ASCII file names in Content-Disposition for a while now, and judging by the lack of bug reports, our approach[*] is sufficient for Web

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Julian Reschke
On 11.11.2010 20:10, Alexey Proskuryakov wrote: 11.11.2010, в 9:19, Julian Reschke написал(а): As far as the Chromium request goes, please consider feature parity with Safari. We've supported non-ASCII file names in Content-Disposition for a while now, and judging by the lack of bug

[webkit-dev] Webkit GTK Animation -- blocks main loop and after Animation timer expiry it loads the rest of the Page.

2010-11-11 Thread chandra sekhar varma dasaraju
Hi All, I Built GtkLauncer. Whenever i tried to load Page which is having animation , GTK Webkit browser Blocks main loop and displays animation after animation timer expiry it again starts loading Page. Any one as any issues with pages having animation. Any help on how to make animation not

Re: [webkit-dev] HTML5 Web Links (RFC 5988)

2010-11-11 Thread Alexey Proskuryakov
11.11.2010, в 11:38, Julian Reschke написал(а): I don't think the IETF will ever approve a standard where the encoding depends on the recipient's locale, with no reliable way to find out upfront what that locale is. Yes, that makes good sense to me. Note that Safari's doesn't rely on OS

[webkit-dev] support for media streaming

2010-11-11 Thread pattarsatish79
Hello, I am totally new to this browser plugin stuff. I would like to know if there is a support for media streaming such as mp3 audio video in webkit my intension is to make use of some thirdparty NPAPI plugin which can handle audio/video stream integrate the plugin with the webkit to achieve