Re: [webkit-dev] Documenting common null pointer errors

2009-10-06 Thread Adam Barth
On Tue, Oct 6, 2009 at 2:49 PM, Jeremy Orlow jor...@chromium.org wrote: Did this ever get linked from the home page? Nope. The web site is in SVN. Go ahead and file a bug and attach a patch. :) Adam ___ webkit-dev mailing list

Re: [webkit-dev] Documenting common null pointer errors

2009-10-06 Thread Jeremy Orlow
k On Tue, Oct 6, 2009 at 3:00 PM, Adam Barth aba...@webkit.org wrote: On Tue, Oct 6, 2009 at 2:49 PM, Jeremy Orlow jor...@chromium.org wrote: Did this ever get linked from the home page? Nope. The web site is in SVN. Go ahead and file a bug and attach a patch. :) Adam

Re: [webkit-dev] Documenting common null pointer errors

2009-08-12 Thread Joe Mason
Adam Barth wrote: This is now up on the site: http://webkit.org/coding/major-objects.html It's not linked from anywhere yet. It might be a good idea for a couple of folks to look at it. It reflects my understanding of how things work, which might well be wrong. NULL after navigation could

Re: [webkit-dev] Documenting common null pointer errors

2009-08-11 Thread Jeremy Orlow
On Tue, Aug 11, 2009 at 3:59 PM, Eric Seidel e...@webkit.org wrote: Didn't we just have a thread about this a couple weeks ago, and decided that it's better if the Compiler checked/documented this sort of thing? Oliver had worked on some classes to enforce null checking iirc... This is

Re: [webkit-dev] Documenting common null pointer errors

2009-08-11 Thread Adam Barth
Ok, here's my lame attempt at ASCII art: https://bugs.webkit.org/show_bug.cgi?id=28210 Adam On Tue, Aug 11, 2009 at 3:55 PM, Maciej Stachowiakm...@apple.com wrote: On Aug 11, 2009, at 3:03 PM, Adam Barth wrote: In reviewing patches, I feel like I'm commonly pointing out DOMWindow::frame