WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
http://trac.webkit.org/changeset/140038
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug