waterson%netscape.com
|
c45091e312
|
Bug 8836. Make RDF service a shared global variable. For some reason, this fixes the bizarre assertions when closing a file. Voodoo. Magic. Whatever.
|
1999-08-06 20:24:29 +00:00 |
|
rjc%netscape.com
|
b53d0a5a07
|
Don't leak proxy.
|
1999-08-05 20:10:08 +00:00 |
|
waterson%netscape.com
|
604387549f
|
Bug 9250. Predefined entities should be case sensitive; update so that they are all lower case.
|
1999-08-04 06:18:40 +00:00 |
|
warren%netscape.com
|
004a107d21
|
Took out NS_ERROR when file not found.
|
1999-08-03 21:59:40 +00:00 |
|
waterson%netscape.com
|
cc0068bd1d
|
Back out RJC's previous changes; they aren't necessary. Failure is dealt with by the destructor, which will _always_ be called from the factory method if Init() fails.
|
1999-08-03 21:00:39 +00:00 |
|
waterson%netscape.com
|
da0a78e9bc
|
Bug 11154. Use 2-byte compare fn for literal hash table.
|
1999-08-03 20:59:56 +00:00 |
|
rjc%netscape.com
|
31272b88d1
|
Fix potential memory leakage upon failure.
|
1999-08-03 06:34:06 +00:00 |
|
rjc%netscape.com
|
f612d2d5a1
|
If GetNameSpaceID() fails due to a null namespace, now return kNameSpace_None instead of failure.
|
1999-08-02 06:35:26 +00:00 |
|
waterson%netscape.com
|
c14fdc9f9e
|
Fix nsRDFSerivce.cpp so that it can be unloaded.
|
1999-07-30 23:52:47 +00:00 |
|
rjc%netscape.com
|
567cf8e445
|
Use GetValueConst a bit.
|
1999-07-30 23:40:30 +00:00 |
|
nisheeth%netscape.com
|
88a7a3eadb
|
Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl.
|
1999-07-28 06:56:05 +00:00 |
|
waterson%netscape.com
|
507fa1553b
|
Obsolete.
|
1999-07-28 04:06:32 +00:00 |
|
waterson%netscape.com
|
91a8ac09e7
|
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
|
1999-07-27 17:20:28 +00:00 |
|
rickg%netscape.com
|
65fcb776bb
|
replaced call to deprecated nsString API
|
1999-07-26 00:47:36 +00:00 |
|
mscott%netscape.com
|
4b40e8684c
|
NECKO Only!! Don't call GetBuffer on an nsString as it returns null for unicode strings. use nsCAutoString
|
1999-07-21 06:51:45 +00:00 |
|
warren%netscape.com
|
bf8423a769
|
Changed around load group insertion/removal to happen on mozilla thread.
|
1999-07-20 08:46:33 +00:00 |
|
waterson%netscape.com
|
ae95dd40b4
|
Change graph linkage to be 'bottom up' so that streaming RDF places less burden on layout.
|
1999-07-19 22:02:22 +00:00 |
|
rickg%netscape.com
|
23b232d248
|
switch to faster string search API
|
1999-07-19 03:29:56 +00:00 |
|
peterl%netscape.com
|
3a3725dcca
|
clean up some string usage
|
1999-07-18 00:01:21 +00:00 |
|
rjc%netscape.com
|
e4458901f4
|
More cleanup.
|
1999-07-17 02:33:00 +00:00 |
|
hyatt%netscape.com
|
2fea4e222d
|
XUL overlay work.
|
1999-07-17 02:24:13 +00:00 |
|
rjc%netscape.com
|
f252bb4ae9
|
Cleanup command APIs slightly.
|
1999-07-17 02:15:53 +00:00 |
|
waterson%netscape.com
|
cd000467f8
|
Re-try of changes for 1.40, this time with the off-by-one error in GetUnicodeResource() fixed.
|
1999-07-17 01:46:34 +00:00 |
|
waterson%netscape.com
|
3d7847f4cd
|
Back out last change; was causing crashes on Unix.
|
1999-07-17 01:31:24 +00:00 |
|
rjc%netscape.com
|
d400ff337e
|
Fix nsISupportsArray for RDF datasources.
|
1999-07-17 00:11:19 +00:00 |
|
warren%netscape.com
|
84bd74a4fd
|
Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome).
|
1999-07-16 11:14:36 +00:00 |
|
waterson%netscape.com
|
4add36f4e8
|
Some performance tweaks. Inline string copy in GetUnicodeResource(); re-write GetResourcee() to avoid multiple trips to the component manager; use GetValueConst() to re-use the pointers inside resource/literal objects instead of making copies for keys.
|
1999-07-16 04:01:21 +00:00 |
|
warren%netscape.com
|
61c8d73b43
|
Necko stuff for dealing with load groups when opening URLs.
|
1999-07-09 21:18:47 +00:00 |
|
ramiro%netscape.com
|
bbed66360e
|
Checkin another chunk of Alex Larsson's non-exported symbol reduction
patch. All changes protected by MOZ_STRIP_NOT_EXPORTED.
These particular changes set the NS_EXPORT declarations as needed by
the linker.
|
1999-07-07 09:02:21 +00:00 |
|
warren%netscape.com
|
9975942bdb
|
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
|
1999-07-07 08:08:40 +00:00 |
|
waterson%netscape.com
|
ae9fb26374
|
Partial fix for 9280 (resolution is flakey, will later until M9 when we have Necko doing URL resolution). Bug 9301: fixed un-encountered namespace bug.
|
1999-07-06 23:36:44 +00:00 |
|
waterson%netscape.com
|
00f9c67d96
|
Temporary hacky sloppy fix for rdf_MakeAbsoluteURI().
|
1999-07-03 19:10:00 +00:00 |
|
waterson%netscape.com
|
e413b3aec5
|
Clean up compiler warnings. Thanks, slamm!
|
1999-07-03 04:43:44 +00:00 |
|
waterson%netscape.com
|
2ef218b281
|
Clean up compiler warnings. Thanks, slamm.
|
1999-07-03 04:31:43 +00:00 |
|
waterson%netscape.com
|
4e06adac0c
|
Ooops. Be sure to call Flush() _before_ freeing the mURLSpec.
|
1999-07-03 04:26:04 +00:00 |
|
waterson%netscape.com
|
8ee60e35c6
|
Bug 9236. Make sure to use a _real_ URI when you try to serialize back the file. This was a crufty bug left over from sloppy conversion to the no-Init() interfaces.
|
1999-07-03 03:19:28 +00:00 |
|
waterson%netscape.com
|
c6efb35f4a
|
Implement Change() and Move() on composite datasource. Realize that these interfaces are going to be a nightmare to do the right way.
|
1999-07-03 02:40:35 +00:00 |
|
warren%netscape.com
|
935381c245
|
Fixed necko case to call OnStartRequest, etc.
|
1999-07-02 06:15:00 +00:00 |
|
waterson%netscape.com
|
463f590d61
|
Primitive implementation for Change() and Move() methods.
|
1999-07-02 03:40:32 +00:00 |
|
warren%netscape.com
|
bd73f68e8b
|
Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport.
|
1999-07-01 19:30:20 +00:00 |
|
rjc%netscape.com
|
959d96f88c
|
When building up list of commands via GetAllCmds(), walk forwards instead of backwards over datasources.
|
1999-06-26 08:28:43 +00:00 |
|
warren%netscape.com
|
fbd6d1dc57
|
Necko ifdefs for layout and rdf.
|
1999-06-26 06:36:26 +00:00 |
|
rjc%netscape.com
|
9a60f136ab
|
Return an empty command enumerator instead of throwing an assertion.
|
1999-06-26 04:58:22 +00:00 |
|
rjc%netscape.com
|
31a7e20e77
|
Implement GetAllCmds().
|
1999-06-26 02:58:50 +00:00 |
|
rjc%netscape.com
|
d8cf0513a0
|
Added new method GetAllCmds() which uses a nsISimpleEnumerator instead of GetAllCommands() which uses a nsIEnumerator. Migration to GetAllCmds() can be done in the future.
|
1999-06-26 01:09:02 +00:00 |
|
waterson%netscape.com
|
8c8ed7284d
|
Expunge EqualsResource() and EqualsLiteral().
|
1999-06-25 20:51:13 +00:00 |
|
waterson%netscape.com
|
6d5adaa9f4
|
Replace use of EqualsNode() with pointer comparison. This is safe (and has been for a while :-/) because literals are hashed.
|
1999-06-24 21:19:54 +00:00 |
|
waterson%netscape.com
|
4b1f9242e4
|
Land RDF_19990617_BRANCH. Add Change() and Move() methods to nsIRDFDataSource; add OnChange() and OnMove() methods to nsIRDFObserver. Factor nsIRDFDatasource::Init() and ::Flush() into nsIRDFRemoteDataSource. Change ownership model s.t. a datasource reference counts its observers.
|
1999-06-24 00:22:58 +00:00 |
|
warren%netscape.com
|
1f76168d21
|
Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too.
|
1999-06-23 03:29:44 +00:00 |
|
waterson%netscape.com
|
e195b7f6ea
|
Bug 8453. Fix lots of bugs in the RDF container code.
|
1999-06-20 00:19:54 +00:00 |
|