RESOLVED FIXED 107166
Each NetworkConnectionToWebProcess should keep its own map of NetworkResourceLoaders
https://bugs.webkit.org/show_bug.cgi?id=107166
Summary Each NetworkConnectionToWebProcess should keep its own map of NetworkResource...
Brady Eidson
Reported 2013-01-17 13:19:04 PST
Each NetworkConnectionToWebProcess should keep its own set of NetworkResourceLoaders Currently the NetworkResourceLoadScheduler keeps this identifier -> loader map, but the only client of this map is the NetworkConnectionToWebProcess. By moving the map to the NetworkConnectionToWebProcess the ownership is much more clear and we can also get rid of the ridiculous NetworkConnectionToWebProcessObserver interface.
Attachments
Patch v1 (14.13 KB, patch)
2013-01-17 13:23 PST, Brady Eidson
ap: review+
Brady Eidson
Comment 1 2013-01-17 13:23:16 PST
Created attachment 183257 [details] Patch v1
Brady Eidson
Comment 2 2013-01-17 13:57:20 PST
Note You need to log in before you can comment on or make changes to this bug.