Closed
Bug 3213
Opened 26 years ago
Closed 26 years ago
Please 'cvs remove mozilla/rdf/src'
Categories
(Core Graveyard :: RDF, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
M3
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;
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Summary: RX: RDF → Please 'cvs remove mozilla/rdf/src'
Assignee | ||
Comment 1•26 years ago
|
||
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".
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Directory removed.
Updated•26 years ago
|
QA Contact: 3849
Comment 3•26 years ago
|
||
Chris -- how can we verify this?
Comment 4•26 years ago
|
||
Chris -- how can we verify this?
Assignee | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 5•26 years ago
|
||
There really isn't anything that QA needs to do to verify this, so I marked it
as verified.
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
•