RESOLVED FIXED 8981
Move loading-related code out of WebView
https://bugs.webkit.org/show_bug.cgi?id=8981
Summary Move loading-related code out of WebView
Maciej Stachowiak
Reported 2006-05-18 14:32:52 PDT
WebView has a bunch of methods called from WebLoader which are related to loading and take a WebDataSource argument, but they just call a bunch of WebDataSource methods, so they may as well be on WebDataSource in the first place.
Attachments
do it (11.08 KB, patch)
2006-05-18 14:36 PDT, Maciej Stachowiak
eric: review+
Maciej Stachowiak
Comment 1 2006-05-18 14:36:45 PDT
Eric Seidel (no email)
Comment 2 2006-05-18 14:42:44 PDT
Comment on attachment 8397 [details] do it r=me
Note You need to log in before you can comment on or make changes to this bug.