Re: [webkit-dev] FrameLoader forwarding calls to FrameLoaderClient

2010-09-01 Thread Darin Adler
Originally, I think Maciej and I intended the frame loader client to be private to frame loader, and all calls were intended to flow through the frame loader. The same for other clients elsewhere in WebKit. It would be good to be consistent one way or the other, I guess. Not a very momentous dec

[webkit-dev] FrameLoader forwarding calls to FrameLoaderClient

2010-09-01 Thread Nate Chapin
In looking at ways to decrease the agony associated with FrameLoader, I've noticed that there are a whole of 1-line functions on FrameLoader that just call a similarly named function on FrameLoaderClient without accessing any member variables other than m_client. On the one hand, removing these fo