Re: [webkit-dev] Windows Bots Are Green!

2015-02-24 Thread Thomas Brodt
Hi Brent thank you very much for this effort! Thomas Am 21.02.2015 um 03:02 schrieb Brent Fulgham: Hi Everyone, Over the past few weeks I’ve spent a considerable amount of time reviewing and correcting a number of problems with the Windows testing infrastructure. We were skipping

Re: [webkit-dev] Windows Bots Are Green!

2015-02-24 Thread Mital Vora
Great Work !!! ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Move WebKit Objective-C code to ARC?

2015-02-24 Thread Darin Adler
On Feb 24, 2015, at 9:34 AM, Anders Carlsson ander...@apple.com wrote: ARC doesn’t work on 32-bit Intel. It also doesn’t work with GC. Oops. OK, some day when we don’t need to support either of those on Mac. I guess it will be a while. — Darin ___

[webkit-dev] Move WebKit Objective-C code to ARC?

2015-02-24 Thread Darin Adler
Hi folks. I believe that WebKit tip of tree on the Cocoa platforms now supports platforms with a new-enough version of the Objective-C runtime that we could move our Objective-C code to use ARC instead of manual retain/release. Does anyone know of a reason we couldn’t start making this change

Re: [webkit-dev] Move WebKit Objective-C code to ARC?

2015-02-24 Thread Anders Carlsson
ARC doesn’t work on 32-bit Intel. It also doesn’t work with GC. - Anders On Feb 24, 2015, at 9:27 AM, Darin Adler da...@apple.com wrote: Hi folks. I believe that WebKit tip of tree on the Cocoa platforms now supports platforms with a new-enough version of the Objective-C runtime that we

Re: [webkit-dev] WebKit debugging on OSX and ~/.lldbinit

2015-02-24 Thread Simon Fraser
On Feb 24, 2015, at 3:10 PM, Sylvain Galineau galin...@adobe.com wrote: I’ve recently found myself in the following situation while debugging WebKit: the debugger (Xcode) would hit a breakpoint, I would place a new breakpoint in a method up the current call stack, re-run my test and

Re: [webkit-dev] WebKit debugging on OSX and ~/.lldbinit

2015-02-24 Thread Sylvain Galineau
From: Simon Fraser Date: Tuesday, February 24, 2015 at 3:19 PM To: Adobe Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] WebKit debugging on OSX and ~/.lldbinit On Feb 24, 2015, at 3:10 PM, Sylvain Galineau galin...@adobe.com wrote: I’ve recently found myself in the following

Re: [webkit-dev] WebKit debugging on OSX and ~/.lldbinit

2015-02-24 Thread Simon Fraser
On Feb 24, 2015, at 3:29 PM, Sylvain Galineau galin...@adobe.com wrote: From: Simon Fraser Date: Tuesday, February 24, 2015 at 3:19 PM To: Adobe Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] WebKit debugging on OSX and ~/.lldbinit On Feb 24, 2015, at 3:10 PM, Sylvain

[webkit-dev] WebKit debugging on OSX and ~/.lldbinit

2015-02-24 Thread Sylvain Galineau
I’ve recently found myself in the following situation while debugging WebKit: the debugger (Xcode) would hit a breakpoint, I would place a new breakpoint in a method up the current call stack, re-run my test and then…nothing. The new breakpoint would never be hit though the original one still