[webkit-qt] tagging network replies created by webkit with useful information

Piotr Dobrogost pd at gmane.2010.dobrogost.pl
Tue Dec 7 13:26:02 PST 2010


On 2010-12-06 22:06, Robert Hogan wrote:
> Sent from the wrong address!
> 
> On Monday 06 December 2010 21:04:19 Robert Hogan wrote:
>> On Monday 06 December 2010 14:36:21 Benjamin Poulain wrote:
>>
>> Using
>>
>> http://doc.trolltech.com/4.5/qnetworkrequest.html#Attribute-enum
>>
>> is one possible way of doing this. QtWebKit would tag the request
>> depending on the origin of the request.
>>
>> This same problem was solved in the case of originating frames at:
>>
>> https://bugs.webkit.org/show_bug.cgi?id=29975
>>
>> Just some pointers to help you get started!

Benjamin, Robert thanks for taking your time to write your answers.
I happen to know QNetworkRequest::Attribute because that's what I was taking into consideration when I was thinking of a way to tag network replies. I didn't use it however and went the hard way :) (with the help from people on #qt) and extended QNetworkReply by inheriting from it.
I'm also aware of bug 29975.
I don't think I would be able to write such a feature, however :(


Best regards,
Piotr



More information about the webkit-qt mailing list