Closed Bug 11592 Opened 25 years ago Closed 22 years ago

eliminate NS_COMFALSE

Categories

(Core Graveyard :: RDF, defect, P3)

All
Other
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 8929
Future

People

(Reporter: warrensomebody, Assigned: dougt)

References

()

Details

(Keywords: helpwanted)

We should eliminate the NS_COMFALSE madness once and for all. Here's a list of
offending uses in your module -- please pass the bug along if there's someone
else who should deal with it.


      rdf/content/src/nsXULAttributes.cpp:
            View change log or Blame annotations
            line 558
Status: NEW → ASSIGNED
Target Milestone: M10
Blocks: 8929
Moving out non-critical tasks.
Summary: eliminate NS_COMFALSE → [HELP WANTED] eliminate NS_COMFALSE
QA Contact: phillip
Keywords: helpwanted
Summary: [HELP WANTED] eliminate NS_COMFALSE → eliminate NS_COMFALSE
maybe scc'll do it.
Target Milestone: M15 → M20
Not many of these left, now, as most cases were replaced with |
NS_ENUMERATOR_FALSE|, which at least makes the behavior in those situations 
somewhat understandable.
Assignee: waterson → scc
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
Assignee: scc → scc
Status: ASSIGNED → NEW
mass re-assigning to my new bugzilla account
Status: NEW → ASSIGNED
Up todate list

/rdf/content/src/nsXULElement.cpp
       line 3971 -- rv = nsClassList::HasClass(mPrototype->mClassList, aClass) ? 
NS_OK : NS_COMFALSE;
/rdf/content/src/nsXULAttributes.cpp
       line 855 -- return nsClassList::HasClass(mClassList, aClass) ? NS_OK : 
NS_COMFALSE;
All remaining instances of NS_COMFALSE in the rdf code followed XUL into
content/; inspection of rdf/ yields no further instances.  Unless
nsXULElement.cpp etc are still considered part of the RDF component, this bug
can be closed.
Some |NS_COMFALSE| still exists in the tree, but not much.  See the URL above
for a search.  Re-assigning to XPCOM owner.
Assignee: scc → dougt
Status: ASSIGNED → NEW
not that important.  -> future
Target Milestone: --- → Future

*** This bug has been marked as a duplicate of 8929 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Verified dupe
Sorry for the spam
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.