Bug 8981 - Move loading-related code out of WebView
Summary: Move loading-related code out of WebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-18 14:32 PDT by Maciej Stachowiak
Modified: 2006-05-18 14:52 PDT (History)
0 users

See Also:


Attachments
do it (11.08 KB, patch)
2006-05-18 14:36 PDT, Maciej Stachowiak
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 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.
Comment 1 Maciej Stachowiak 2006-05-18 14:36:45 PDT
Created attachment 8397 [details]
do it
Comment 2 Eric Seidel (no email) 2006-05-18 14:42:44 PDT
Comment on attachment 8397 [details]
do it

r=me