RESOLVED FIXED 173630
[Curl] ResourceHandleManager violate the class responsibility of ResourceHandle
https://bugs.webkit.org/show_bug.cgi?id=173630
Summary [Curl] ResourceHandleManager violate the class responsibility of ResourceHandle
Basuke Suzuki
Reported 2017-06-20 17:40:16 PDT
ResourceHandleManager directly manipulates the ResourceHandle contents, but it should be moved into ResourceHandle and ResourceHandleInternal by themselves.
Attachments
Refactoring (69.48 KB, patch)
2017-06-29 14:18 PDT, Basuke Suzuki
no flags
Basuke Suzuki
Comment 1 2017-06-29 14:18:20 PDT
Created attachment 314164 [details] Refactoring This patch is simply move methods and functions from ResourceHandleManager to ResourceHandle if possible. ResourceHandleManager apparently violent the class policy and it takes care of ResourceHandle too much which prevents to improve its own responsibility, which is managing ResourceHandle well.
WebKit Commit Bot
Comment 2 2017-06-29 14:58:59 PDT
Comment on attachment 314164 [details] Refactoring Clearing flags on attachment: 314164 Committed r218962: <http://trac.webkit.org/changeset/218962>
WebKit Commit Bot
Comment 3 2017-06-29 14:59:00 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.