[Webkit-unassigned] [Bug 65319] [GTK] Use GRefPtr for SOUP_TYPE_CONTENT_DECODER in WebKit2.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 3 13:11:48 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65319





--- Comment #4 from Lukasz Slachciak <l.slachciak at samsung.com>  2011-08-03 13:11:48 PST ---
(From update of attachment 102257)
View in context: https://bugs.webkit.org/attachment.cgi?id=102257&action=review

>>> Source/WebKit2/WebProcess/gtk/WebProcessMainGtk.cpp:65
>>> +    soup_session_add_feature(session, decoder.get());
>> 
>> Why is this an improvement?
> 
> By this I mean, why don't we just use soup_session_add_feature_by_type everywhere?

I wanted just to have all features initialized in the same way. In fact we don't need to use GRefPtr here.
For me it  looks like that we can have soup_session_add_feature_by_type for all features.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list