[Webkit-unassigned] [Bug 22920] Inspector Request Headers Should Show Data/Variables/Parameters Sent With Request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 18 13:24:05 PDT 2009


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





--- Comment #8 from Patrick Mueller <pmuellr at yahoo.com>  2009-08-18 13:24:02 PDT ---
Created an attachment (id=35065)
 --> (https://bugs.webkit.org/attachment.cgi?id=35065)
naive patch to InspectorResource

I've attached a naive patch in support of being able to display the form data
and method for a request.  It seems that my years of experience in C are no
help in trying to make sense of the C++ universe.  What I've attached is the
simplest possible way of making the copies of the data I need.  And it works! 
Other examples of String usage didn't show any of the sort of templating I've
seen in other code, nor the use of any explicit destruction.  I'm assuming that
String types are basically considered values, never shared, and so more or less
get free memory management?  If not, any other examples I can look at?

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