Re: [webkit-dev] JavaScript memory management question

2008-12-04 Thread Matt Fischer
On Thu, Dec 4, 2008 at 3:06 PM, Maciej Stachowiak <[EMAIL PROTECTED]> wrote: > > On Dec 4, 2008, at 12:55 PM, Matt Fischer wrote: > > I'm working on an embedded product which uses a WebKit-based browser, and > I've been tracking down some memory leaks we're seeing. After a long while > of digging

Re: [webkit-dev] JavaScript memory management question

2008-12-04 Thread Maciej Stachowiak
On Dec 4, 2008, at 12:55 PM, Matt Fischer wrote: I'm working on an embedded product which uses a WebKit-based browser, and I've been tracking down some memory leaks we're seeing. After a long while of digging through the codebase, I've been able to determine that we're occasionally leakin

[webkit-dev] JavaScript memory management question

2008-12-04 Thread Matt Fischer
I'm working on an embedded product which uses a WebKit-based browser, and I've been tracking down some memory leaks we're seeing. After a long while of digging through the codebase, I've been able to determine that we're occasionally leaking the WebCore::Document object when leaving certain websit

Re: [webkit-dev] Limiting the size of LocalStorage

2008-12-04 Thread Darin Adler
On Dec 4, 2008, at 10:47 AM, [EMAIL PROTECTED] wrote: I'd be happy to fix this bug and submit a patch when I am done. Before I can do that, I have a question - why is LocalStorgare created and tracked per page group and not per process, like offline storage databases are? The reason page

Re: [webkit-dev] Limiting the size of LocalStorage

2008-12-04 Thread Yael.Aharon
I'd be happy to fix this bug and submit a patch when I am done. Before I can do that, I have a question - why is LocalStorgare created and tracked per page group and not per process, like offline storage databases are? Thanks, Yael -Original Message- From: ext Darin Adler [mailto:[EMAI

Re: [webkit-dev] copy/paste/keychain support?

2008-12-04 Thread Lev Lvovsky
Alexey. On Dec 3, 2008, at 10:35 PM, Alexey Proskuryakov wrote: Dec 4, 2008, в 12:08 AM, Lev Lvovsky написал(а): While I did previously install some safari enhancers, I'm fairly positive that they've been completely uninstalled - is there any way to check? You can check the contents of t

Re: [webkit-dev] WebKit Architecture Document?

2008-12-04 Thread Shariq Rizvi
On Thu, Dec 4, 2008 at 4:52 AM, Nilesh Patil <[EMAIL PROTECTED]> wrote: > Hi > > I have been working on Webkit since 2 Yrs. I have not seen of such > document (not even talked of). The best way , which worked wonders for > me, to understand Webkit is just Walk through code. Use some > sensibility

Re: [webkit-dev] WebKit Architecture Document?

2008-12-04 Thread Nilesh Patil
Hi I have been working on Webkit since 2 Yrs. I have not seen of such document (not even talked of). The best way , which worked wonders for me, to understand Webkit is just Walk through code. Use some sensibility ;), try to set up execution environment and try to debug it. or May be u can design

[webkit-dev] WebKit Architecture Document?

2008-12-04 Thread Shariq Rizvi
I am looking for architecture documentation for WebKit, which will explain to me how the code is organized and bring me up to speed to become a developer on WebKit. While I can see some good API documents (e.g., http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/DisplayWebContent/DisplayWebC