Closed
Bug 241201
Opened 21 years ago
Closed 21 years ago
Clean up some webservices code
Categories
(Core Graveyard :: Web Services, defect)
Core Graveyard
Web Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterv, Assigned: peterv)
Details
Attachments
(3 files, 1 obsolete file)
70.35 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
42.08 KB,
patch
|
Details | Diff | Splinter Review | |
3.80 KB,
patch
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•21 years ago
|
||
Remove space after NS_IMETHODIMP, switch to nsCOMArray instead of
nsSupportsArray and nsInterfaceHashtable instead of nsSupportsHashtable, use
nsAutoPtr for mArrayInfo, use better string foo, correct anyUri to anyURI (see
http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#anyURI).
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #146681 -
Flags: superreview?(jst)
Attachment #146681 -
Flags: review?(jst)
Comment 3•21 years ago
|
||
Comment on attachment 146681 [details] [diff] [review]
v1
Very nice! r+sr=jst
Attachment #146681 -
Flags: superreview?(jst)
Attachment #146681 -
Flags: superreview+
Attachment #146681 -
Flags: review?(jst)
Attachment #146681 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
Erm. This patch causes the app to crash in my extension manager (not enabled
completely yet, but a use of SOAP)...
###!!! ASSERTION: nsTHashtable was not initialized properly.: 'mTable.entrySize'
, file ../../../../dist/include/xpcom\nsTHashtable.h, line 179
DecodeStructParticle (when returning complex types) calls nsSchema::AddType
which attempts to do a hash operation and fails with the following assertion
followed by a crash.
This is blocking my 0.9 extension manager work. We need a good test suite for
web services so this sort of stuff doesn't keep breaking.
Assignee | ||
Comment 5•21 years ago
|
||
I seem to have missed some code to init the hashtables. I just checked in this
patch, it should fix that crash.
Comment 6•21 years ago
|
||
Thanks for the fast turnaround!
Comment 7•20 years ago
|
||
Modifications seem not to have been applied before aviary
Updated•20 years ago
|
Attachment #164003 -
Flags: review?(keeda)
Comment 8•20 years ago
|
||
Comment on attachment 164003 [details] [diff] [review]
Patch for AVIARY
At this stage you won't get aviary approval of anything other than small and
clear bugfixes. It is much too late for random cleanup.
Attachment #164003 -
Flags: review?(keeda) → review-
Comment 9•20 years ago
|
||
(In reply to comment #8)
> (From update of attachment 164003 [details] [diff] [review])
> At this stage you won't get aviary approval of anything other than small and
> clear bugfixes. It is much too late for random cleanup.
>
So is there any devel sub-branch for aviary one on which I could try to apply
this patch and on which I could get approval for ?
Updated•20 years ago
|
Attachment #164003 -
Attachment is obsolete: true
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•