Closed Bug 3213 Opened 26 years ago Closed 26 years ago

Please 'cvs remove mozilla/rdf/src'

Categories

(Core Graveyard :: RDF, defect, P2)

x86
Windows 95
defect

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: chofmann, Assigned: waterson)

Details

These are for rjc and waterson (and nag them about those ^Ms in glue.h): Much of our non-static/global data needs to be partitioned by window, not reachable by other windows except through statics/globals. Therefore we're starting the hunt with statics and globals. Please have a look at the file(s) below to see if we can improve reentrantcy across the code base by making modifications to: rdf/src/glue.h:extern char* gLocalStoreURL; rdf/src/glue.h:extern char* gBookmarkURL; rdf/src/rdf-int.h:extern char* gNavCntrUrl; rdf/src/rdf-int.h:extern RDFT gLocalStore; rdf/src/rdf-int.h:extern RDFT gRemoteStore; rdf/src/rdf-int.h:extern RDFT gSessionDB; rdf/src/rdf-int.h:extern size_t gCoreVocabSize; rdf/src/rdf-int.h:extern RDF_Resource* gAllVocab; rdf/src/rdf-int.h:extern RDF_WDVocab gWebData; rdf/src/rdf-int.h:extern RDF_NCVocab gNavCenter; rdf/src/rdf-int.h:extern RDF_CoreVocab gCoreVocab;
Status: NEW → ASSIGNED
Summary: RX: RDF → Please 'cvs remove mozilla/rdf/src'
I'm going to change the semantics of this bug. This code is not currently being built: it's ancient crusty stuff that we've just left in the tree for reference (see mozilla/rdf/src/README). What this bug now means is "please 'cvs remove rdf/src' ASAP".
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Directory removed.
QA Contact: 3849
Chris -- how can we verify this?
Chris -- how can we verify this?
Status: RESOLVED → VERIFIED
There really isn't anything that QA needs to do to verify this, so I marked it as verified.
Component: XP Miscellany → RDF
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.