Re: [webkit-dev] [webkit-changes] [42428] trunk

2009-04-13 Thread Alexey Proskuryakov
On 13.04.2009, at 3:10, wei...@apple.com wrote: Move more attributes out of JSDOMWindowBase by partially generating them. We need to do the same to JSWorkerContextBase (which I think will let us eliminate it quickly). +attribute MessagePortConstructor

Re: [webkit-dev] Allowing webkit clients to extend XHR security policy

2009-04-13 Thread Alexey Proskuryakov
Yes, making changes as discussed in bugzilla, plus removing registerURLSchemeAsLocal would be a fine direction. - WBR, Alexey Proskuryakov On 12.04.2009, at 22:58, Aaron Boodman wrote: It sounds to me like our current patch is the best fit because it fits our needs, will work with

Re: [webkit-dev] [webkit-changes] [42428] trunk

2009-04-13 Thread Alexey Proskuryakov
On 13.04.2009, at 11:05, Sam Weinig wrote: Why this change? It is mentioned in ChangeLog, but with no explanation. MessagePort is defined in section 7.3 of HTML5, which is not at all surprisingly called Channel messaging. I suggest undoing this change, unless there is a significant reason

Re: [webkit-dev] Understanding code of WebKit.

2009-04-13 Thread jagadeesh k
Thank you Gustavo for your solution.I am able to navigate through WebKit using DDD. regards jagadeesh   From: jagadeesh k jagadees...@yahoo.com To: webkit-dev@lists.webkit.org Sent: Friday, April 3, 2009 5:02:08 PM Subject: Understanding code of WebKit. Hi,

Re: [webkit-dev] content-disposition, utf-8 and webkit

2009-04-13 Thread Dan Winship
Andre-John Mas wrote: Hi, I am using the Webkit nightlies on MacOS X, and I noticed that the following header doesn't seem to give the expected results: content-disposition: inline; filename*=utf-8''%E8%92%99%E7%89%B9%E5%88%A9%E5%B0%94.vcf In Firefox it provides me a filename with

Re: [webkit-dev] An idea to improve render performance by caching image-data's intrinsic size

2009-04-13 Thread David Hyatt
On Apr 13, 2009, at 2:16 PM, Johnny Ding wrote: Hi Dave, Maciej Thanks very much for quick response and detail explanation! It did convince me. I will try to add log like Maciej suggested to see how common the situation is. Yes, some logging data would be very helpful. If it turns out

Re: [webkit-dev] An idea to improve render performance by caching image-data's intrinsic size

2009-04-13 Thread Johnny Ding
Hi Dave, Maciej Thanks very much for quick response and detail explanation! It did convince me.I will try to add log like Maciej suggested to see how common the situation is. On Sat, Apr 11, 2009 at 4:45 AM, Maciej Stachowiak m...@apple.com wrote: On Apr 10, 2009, at 6:51 AM, Johnny Ding

Re: [webkit-dev] Allowing webkit clients to extend XHR security policy

2009-04-13 Thread Aaron Boodman
Ok, just to close the loop here, it looks like the preference is to do the refactor of permission checking from XHR to DocumentThreadableLoader, and then put the methods I proposed for SecurityOriginClient on FrameLoaderClient instead. I'm not sure who will get to the refactor first -- David,

Re: [webkit-dev] Webkit and the file:// protocol

2009-04-13 Thread Gustavo Noronha
On Thu, 2009-04-09 at 09:12 +0100, haithem rahmani wrote: when launching it with an argument like file:///foo/foo.html, I get the content of the page displayed as a text file, same thing with images (png, jpeg ..) You are probably missing the shared-mime-info package. Content type for local