[webkit-dev] Checking allocation failures [was: Re: Naked new considered harmful]

2010-08-25 Thread Stephan Assmus
Am 24.08.2010 19:46, schrieb Adam Barth: One thing Darin and I discussed at WWDC (yes, this email has been a long time coming) is better programming patterns to prevent memory leaks. As I'm sure you know, whenever you allocate a RefCounted object, you need to call adoptRef to prevent a memory

Re: [webkit-dev] Checking allocation failures [was: Re: Naked new considered harmful]

2010-08-25 Thread Stephan Assmus
Am 25.08.2010 18:35, schrieb Adam Barth: On Wed, Aug 25, 2010 at 7:09 AM, Stephan Assmussupersti...@gmx.de wrote: Am 24.08.2010 19:46, schrieb Adam Barth: One thing Darin and I discussed at WWDC (yes, this email has been a long time coming) is better programming patterns to prevent memory

Re: [webkit-dev] Checking allocation failures [was: Re: Naked new considered harmful]

2010-08-25 Thread Stephan Assmus
Am 25.08.2010 23:34, schrieb Adam Barth: On Wed, Aug 25, 2010 at 2:31 PM, Stephan Assmussupersti...@gmx.de wrote: Am 25.08.2010 18:35, schrieb Adam Barth: On Wed, Aug 25, 2010 at 7:09 AM, Stephan Assmussupersti...@gmx.de wrote: Am 24.08.2010 19:46, schrieb Adam Barth: One thing Darin and

Re: [webkit-dev] Implementing the sizes attribute of the link tag from HTML5

2010-04-20 Thread Stephan Assmus
Hi, Darin Adler wrote: On Apr 15, 2010, at 3:41 PM, Aaron Boodman wrote: On Thu, Apr 15, 2010 at 3:25 PM, Maciej Stachowiak m...@apple.com wrote: Well, it's hard to truly have consensus on adding feature without knowing what it is. That being said, I at least would love to see a more

[webkit-dev] How are discussions about patches working on bugzilla?

2010-04-11 Thread Stephan Assmus
Hi all, so far I've made the experience that if patches received an initial review with r-, then if I give further feedback on the patch and try to discuss the best way to resolve it, I am not receiving any more comments on the ticket unless I actually attach a new patch. Am I supposed to

Re: [webkit-dev] Archiving the Haiku port? (was WebKit2 and all that jazz)

2010-04-10 Thread Stephan Assmus
Hi, On 2010-04-10 at 00:26:36 [+0200], Maxime Simon maxime.si...@webkit.org wrote: I'm officially the main maintainer of the Haiku port. But considering my university course I have little time to work on it. (I had plan to do so next summer though.) Another Haiku developer, Stephan Assmus

Re: [webkit-dev] Archiving the Haiku port? (was WebKit2 and all that jazz)

2010-04-09 Thread Stephan Assmus
- Ursprüngliche Nachricht - Von: Kenneth Christiansen Gesendet: 09.04.10 23:52 Uhr An: Adam Barth Betreff: Re: [webkit-dev] Archiving the Haiku port? (was WebKit2 and all that jazz) Last I looked there are still patches up for review for Haiku. It would be nice to know why it is not

Re: [webkit-dev] Archiving the Haiku port? (was WebKit2 and all that jazz)

2010-04-09 Thread Stephan Assmus
- Ursprüngliche Nachricht - Von: Adam Barth Gesendet: 09.04.10 23:26 Uhr An: webkit-dev@lists.webkit.org Betreff: [webkit-dev] Archiving the Haiku port? (was WebKit2 and all that jazz) Is the Haiku port actively maintained? http://trac.webkit.org/browser/trunk/WebKit/haiku/

Re: [webkit-dev] gdb archer and tracking live objects

2010-03-15 Thread Stephan Assmus
On 2010-03-15 at 16:26:23 [+0100], Holger Freyther ze...@selfish.org wrote: On Monday 15 March 2010 15:47:43 you wrote: On Mon, Mar 15, 2010 at 12:38 AM, Holger Freyther ze...@selfish.org wrote: I wonder if I could develop this tool inside a subdirectory WebKitTools/Scripts without

[webkit-dev] CookieJar needs client interface?

2010-03-09 Thread Stephan Assmus
Hi all, I am currently implementing the cookie jar backend for the Haiku port and browser. Looking at the other implementations, most of them do it in their network platform code, many are still incomplete. Isn't handling of cookies something browser specific? Looking at the Qt port, it seems

Re: [webkit-dev] FontPlatformData, FontCache and HashMap

2010-02-21 Thread Stephan Assmus
On 2010-02-21 at 06:02:01 [+0100], n179911 n179...@gmail.com wrote: I have a related question about SimpleFontData and FontPlatformData. When does Webkit create a FontPlatformData and SimpleFontData? I too put debug printfs in these classes constructors. And I see Webkit creates different

Re: [webkit-dev] are there any known or suspected memory issues with webkit?

2010-02-21 Thread Stephan Assmus
On 2010-02-21 at 13:14:59 [+0100], Mike Marchywka marchy...@hotmail.com wrote: The reason I ask is because I thought there were some concerns about leaks ( probably just stuff I saw skimming various google hits ) and I have seen firefox and iceweasel light up my disk on very simple things (

Re: [webkit-dev] parallel rendering in WebKit

2010-02-19 Thread Stephan Assmus
Hi, On 2010-02-19 at 23:46:11 [+0100], Benbuck Nason bna...@netflix.com wrote: To me it seems like the biggest gain would be to have two threads: one for update/layout, and another for rendering. This would probably require double-buffering the render state though. it's not really my place to

[webkit-dev] FontPlatformData, FontCache and HashMap

2010-02-18 Thread Stephan Assmus
Hi all, currently, I am investigating some weirdness with regards to FontPlatformData and the FontCache which I see in my debugging output on the Haiku port. I am not even 100% sure that what I see is a weirdness, but at least I don't understand it and I was wondering if anyone could help me

Re: [webkit-dev] FontPlatformData, FontCache and HashMap

2010-02-18 Thread Stephan Assmus
On 2010-02-18 at 18:43:08 [+0100], Stephan Assmus supersti...@gmx.de wrote: Hi all, currently, I am investigating some weirdness with regards to FontPlatformData and the FontCache which I see in my debugging output on the Haiku port. I am not even 100% sure that what I see is a weirdness

Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-17 Thread Stephan Assmus
Hi, On 2010-02-17 at 11:32:57 [+0100], Bharathwaaj S bharathwaa...@gmail.com wrote: I tried the same as mentioned by Stephan. #if !defined(USE_SYSTEM_MALLOC) defined(NDEBUG) #define FORCE_SYSTEM_MALLOC 0 #else #define FORCE_SYSTEM_MALLOC 0 #endif I might have led you onto

Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-16 Thread Stephan Assmus
Hi, On 2010-02-16 at 08:50:21 [+0100], Bharathwaaj S bharathwaa...@gmail.com wrote: I could port webkit to mipsel architechture using DirectFB Backend. I've taken svn WebKitGtk release 1.1.8 present herehttp://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.1.8 . I could get

Re: [webkit-dev] Webkit mipsel crashing in arenaDelete

2010-02-16 Thread Stephan Assmus
Hi, On 2010-02-16 at 09:31:32 [+0100], İsmail Dönmez ism...@namtrac.org wrote: On Tue, Feb 16, 2010 at 10:22 AM, Stephan Assmus supersti...@gmx.de wrote: Hi, On 2010-02-16 at 08:50:21 [+0100], Bharathwaaj S bharathwaa...@gmail.com wrote: I could port webkit to mipsel architechture

[webkit-dev] Asking porting related questions

2010-02-07 Thread Stephan Assmus
Hi all, since a couple days, I have picked up work on the Haiku port of WebKit and have already gotten pretty far and submitted patches and all. However, sometimes I've gotten stuck on specific subjects and asked questions on webkit-help, which I believed is the appropriate list for asking