[Webkit-unassigned] [Bug 13029] Permit NPAPI plug-ins to see HTTP response headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 10 12:31:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=13029





------- Comment #3 from darin at apple.com  2007-03-10 12:31 PDT -------
(From update of attachment 13569)
Looks great.

I'm a little concerned that the headers string is in random (dictionary key)
order. I'd prefer some sort of sorted order. That could be done using
keysSortedByValueUsingSelector: and then objectEnumerator instead of just
keyEnumerator.

It seems a shame that we have to compose this string every time even though
it's only used for certain headers.

I think it would be better if the headers were in the form of NSData rather
than NSString.

I think we want NSUTF8StringEncoding rather than NSASCIIStringEncoding.

Is it really safe to claim to have features like XPConnect scripting (which we
almost certainly won't ever implement), form values, and popups enabled state?
How can the plug-in detect the fact that we don't implement those?


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



More information about the webkit-unassigned mailing list