[Webkit-unassigned] [Bug 52712] Add a compile-time option to disable WebArchive support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 25 12:00:01 PST 2011


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





--- Comment #10 from Adam Barth <abarth at webkit.org>  2011-01-25 12:00:00 PST ---
(From update of attachment 80036)
View in context: https://bugs.webkit.org/attachment.cgi?id=80036&action=review

>>> Source/WebKit2/UIProcess/WebFrameProxy.h:113
>>>      void getWebArchive(PassRefPtr<DataCallback>);
>>>      void getMainResourceData(PassRefPtr<DataCallback>);
>>>      void getResourceData(WebURL*, PassRefPtr<DataCallback>);
>> 
>> This functions are mis-named (not the fault of this patch).
> 
> They are not. These are calls that asynchronously get data. They have the word get in their names to emphasize that their results are conveyed in a way that is different from a function return value, analogous to how functions with out arguments use the word get.

Thanks!  Good to know.

-- 
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