Re: [webkit-dev] postProgressFinishedNotification

2010-01-08 Thread Darin Adler
That’s not a question about development of WebKit. The place to ask is the webkit-help mailing list . -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webk

[webkit-dev] postProgressFinishedNotification

2010-01-07 Thread Brian Edmond
Hello, I have a test application which tries to load a list of sites in an automated manner. This is being done by loading a new site when the FrameLoaderClient postProgressFinishedNotification is called. When this happens a new URL in the list is loaded and this repeats in a loop. I am seei