Closed
Bug 42991
Opened 24 years ago
Closed 24 years ago
nsXULTemplateBuilder.cpp references invalid RDF elemant
Categories
(Core Graveyard :: RDF, defect, P3)
Core Graveyard
RDF
Tracking
(Not tracked)
VERIFIED
FIXED
M17
People
(Reporter: dmosedale, Assigned: waterson)
References
(Blocks 1 open bug)
Details
(Keywords: arch)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Specifically, kRDF_child:
6513 #define TREE_PROPERTY_HACK 1
6514 #if defined(TREE_PROPERTY_HACK)
6515 if (! len) {
6516 // Some ever-present membership tests.
6517 mContainmentProperties.Add(kNC_child);
6518 mContainmentProperties.Add(kNC_Folder);
6519 mContainmentProperties.Add(kRDF_child);
6520 }
6521 #endif
6522
The core RDF namespace doesn't have an property called child. I couldn't find
any other obvious references to it in the tree just by using lxr.
Reporter | ||
Updated•24 years ago
|
Assignee | ||
Comment 1•24 years ago
|
||
dmose: could you try chopping it out to see if "anything breaks"? I think only
rjc or I would've done something that relied on rdf:child, and my guess is that
most of the stuff is done using nc:child now, anyway.
Status: NEW → ASSIGNED
Comment 2•24 years ago
|
||
Yeah, I think RDF#Child is merely historical and hopefully not actually used
anywhere.
Assignee | ||
Comment 3•24 years ago
|
||
Allright. I'll remove it, and we can just hand tweak any datasources that still
rely on it working.
Target Milestone: --- → M17
Assignee | ||
Comment 4•24 years ago
|
||
Assignee | ||
Comment 5•24 years ago
|
||
rjc, r=?
Comment 6•24 years ago
|
||
r=rjc with pleasure
Assignee | ||
Comment 7•24 years ago
|
||
fix checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•