Closed
Bug 37800
Opened 25 years ago
Closed 25 years ago
Change nsIHTTPChannel::SetRequestMethod to accept nsIAtom's
Categories
(SeaMonkey :: General, defect, P3)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mj, Assigned: ruslan)
Details
(Keywords: verifyme)
Currently nsIHTTPChannel::SetRequestMethod takes an usigned long, which should
be a value from the HTTPMethod enum defined in nsHTTPEnums.h. This is not very
useful for XPConnect consumers of this interface.
This should be changed to nsIAtom:
void SetRequestMethod(in nsIAtom method);
Reporter | ||
Updated•25 years ago
|
Keywords: nsbeta2,
zopestudio
Target Milestone: --- → M17
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 2•25 years ago
|
||
moving from architecture product to Browser. Architecture product is going
away.
Component: Networking → Browser-General
Product: Architecture → Browser
Target Milestone: M17 → ---
Version: 5.0 → other
Comment 3•24 years ago
|
||
*spam* changing qa contact from nobody@mozilla.org to me (BlakeR1234@aol.com)
on 121 open or resolved (but not verified) bugs. sorry for the spam everybody,
but most of these bugs would just remain dormant and not checked by QA
otherwise. I'm not sure how so many bugs have nobody as their QA contact, but
I suspect this is the fault of some sort of bugzilla corruption that happened
at some point (most of these bugs are in the 20000-26000 range, and I don't see
where in the activity log that QA contact explicitly changed to
nobody@mozilla.org)
Anyways, sorry again for spam. If you really get annoyed, I'm usually
available in #mozilla on IRC for torture.
QA Contact: nobody → BlakeR1234
Comment 4•24 years ago
|
||
QA assigning to doron to verify
Keywords: verifyme
QA Contact: blakeross → doronr
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•