rpotts%netscape.com
3ed5c99db2
M9 BRANCH landing...
1999-08-26 22:45:55 +00:00
shaver%netscape.com
21ad9118d2
initial RDF NS_DECL_* spam
1999-08-24 09:11:48 +00:00
waterson%netscape.com
282167b0f6
Fix in-memory datasource aggregation.
1999-08-24 04:59:58 +00:00
dougt%netscape.com
8cf9b81629
xpild-ing nsIAtom. Now nsIAtom is xpcom compliant.
1999-08-21 07:07:00 +00:00
waterson%netscape.com
7e90bacdd2
Bug 11575. Null check after pulling URI out of a resource. a=chofmann
1999-08-12 01:16:13 +00:00
mccabe%netscape.com
d6e7410f31
Changes to the xpidl compiler -
...
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].
This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.
As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout. As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
jband%netscape.com
dcee61528a
was forgetting to check a result
1999-08-10 05:35:09 +00:00
waterson%netscape.com
5fbadfcef3
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
be38c4db52
Don't leak proxy.
1999-08-05 20:10:08 +00:00
waterson%netscape.com
87d4ade1f9
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
6685d8332e
Took out NS_ERROR when file not found.
1999-08-03 21:59:40 +00:00
waterson%netscape.com
a25ad074a0
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
56e30e8f88
Bug 11154. Use 2-byte compare fn for literal hash table.
1999-08-03 20:59:56 +00:00
rjc%netscape.com
be01dfffa2
Fix potential memory leakage upon failure.
1999-08-03 06:34:06 +00:00
rjc%netscape.com
0a6a47d58e
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
99ca026589
Fix nsRDFSerivce.cpp so that it can be unloaded.
1999-07-30 23:52:47 +00:00
rjc%netscape.com
a181cbc2b6
Use GetValueConst a bit.
1999-07-30 23:40:30 +00:00
nisheeth%netscape.com
1458ecf3e7
Adding a new parameter, aMode, to nsIContentSink::AddDocTypeDecl.
1999-07-28 06:56:05 +00:00
waterson%netscape.com
7b9e4f6408
Obsolete.
1999-07-28 04:06:32 +00:00
waterson%netscape.com
f6b84db71a
Land TEMPLATE_19990726_BRANCH; RDF C++ content model builder exorcism.
1999-07-27 17:20:28 +00:00
rickg%netscape.com
bcfb3a153a
replaced call to deprecated nsString API
1999-07-26 00:47:36 +00:00
mscott%netscape.com
ed2a17b71b
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
7bcb94a320
Changed around load group insertion/removal to happen on mozilla thread.
1999-07-20 08:46:33 +00:00
waterson%netscape.com
3196b679df
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
844a7e45ef
switch to faster string search API
1999-07-19 03:29:56 +00:00
peterl%netscape.com
e3019ad978
clean up some string usage
1999-07-18 00:01:21 +00:00
rjc%netscape.com
70e09ca0d1
More cleanup.
1999-07-17 02:33:00 +00:00
hyatt%netscape.com
2ee4ccec8a
XUL overlay work.
1999-07-17 02:24:13 +00:00
rjc%netscape.com
73fdcacca7
Cleanup command APIs slightly.
1999-07-17 02:15:53 +00:00
waterson%netscape.com
69ae62cf2c
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
40035936c1
Back out last change; was causing crashes on Unix.
1999-07-17 01:31:24 +00:00
rjc%netscape.com
0ebba35da4
Fix nsISupportsArray for RDF datasources.
1999-07-17 00:11:19 +00:00
warren%netscape.com
c5684bf4d7
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
3a7511cd87
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
0cd57746e8
Necko stuff for dealing with load groups when opening URLs.
1999-07-09 21:18:47 +00:00
ramiro%netscape.com
9200ddaebb
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
9efa754f74
Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods.
1999-07-07 08:08:40 +00:00
waterson%netscape.com
0debe565c3
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
c95767333a
Temporary hacky sloppy fix for rdf_MakeAbsoluteURI().
1999-07-03 19:10:00 +00:00
waterson%netscape.com
58356cef1f
Clean up compiler warnings. Thanks, slamm!
1999-07-03 04:43:44 +00:00
waterson%netscape.com
5166556a36
Clean up compiler warnings. Thanks, slamm.
1999-07-03 04:31:43 +00:00
waterson%netscape.com
733c8e5e18
Ooops. Be sure to call Flush() _before_ freeing the mURLSpec.
1999-07-03 04:26:04 +00:00
waterson%netscape.com
e81291d841
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
cdeb79cf84
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
b3c56a084d
Fixed necko case to call OnStartRequest, etc.
1999-07-02 06:15:00 +00:00
waterson%netscape.com
a2c7bc4046
Primitive implementation for Change() and Move() methods.
1999-07-02 03:40:32 +00:00
warren%netscape.com
8462929dda
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
82777a2af7
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
f6b9d3a028
Necko ifdefs for layout and rdf.
1999-06-26 06:36:26 +00:00
rjc%netscape.com
452d355bf8
Return an empty command enumerator instead of throwing an assertion.
1999-06-26 04:58:22 +00:00