waterson%netscape.com
c5f51b58c1
Bug 15586. Call nsIRDFXMLSinkObservers on synchronous load, too. r=dougt, sr=alecf
2001-02-20 03:31:24 +00:00
waterson%netscape.com
21dd0fbd7b
Add logging instructions.
2001-02-16 20:34:30 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
vidur%netscape.com
01bf191f42
Change to token and parser node interfaces in conjunction with less copying in the parser. r=harishd,heikki sr=jst
2000-12-12 21:58:13 +00:00
dbaron%fas.harvard.edu
2eea32ae2b
Fix incorrect usage of nsCOMPtr where nsCOMPtr::operator& was used instead of getter_AddRefs. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
2000-12-09 04:21:51 +00:00
waterson%netscape.com
1b06e81b19
Bug 57360. Handle non-ASCII characters as IDs and for document URLs. r=rjc, sr=alecf
2000-11-30 21:45:56 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
alecf%netscape.com
deff2e336c
#45797 - fix consumers of NS_IMPL_ISUPPORTS
...
r=dveditz
2000-11-17 20:54:21 +00:00
waterson%netscape.com
9ca33f516e
Bug 59102, redux. After discussing with jar and rjc, we determined that the correct thing to do in this case is to continue to loop so long as either 1) the current enumerator mCurrent is still valid, or 2) there are more indices to try.
2000-11-06 04:52:58 +00:00
waterson%netscape.com
28d742b952
Bug 59102. RDF containers are one-indexed; need to remember that when counting through them. Fix provided by hyatt, r=waterson. No sr= because we want to spin new builds with it.
2000-11-05 02:28:20 +00:00
waterson%netscape.com
21632ddeb9
Bug 58252. Make sure that local store and internet search service match RegisterDataSource() calls with UnregisterDataSource(). Make RDFServiceImpl support weak references. r=rjc,scc; sr=alecf
2000-10-31 07:27:49 +00:00
dbaron%fas.harvard.edu
f348f493fa
Fix CompositeDatasourceImpl::Release so it works all the time, including when |mDataSources.Count() == 0|. Use refcount stabilization by one more than the number of elements in mDataSources so that the |mRefCnt == mDataSources.Count()| is not hit on any recursive calls. r=waterson@netscape.com sr=scc@mozilla.org b=56744
2000-10-29 21:32:42 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
waterson%netscape.com
d8ea7ca037
Bug 57246. Need to ampersand-escape literals that are written in nsRDFXMLDataSource::SerializeMember(), too. r=rjc, sr=scc
2000-10-20 00:55:55 +00:00
alecf%netscape.com
6a75d8b881
rdf side of fix for #52644 r=waterson
...
generate contractIDs appropriately for delegate factories
2000-09-15 06:43:40 +00:00
waterson%netscape.com
f7f68ebaf4
Tune arena sizes, per news://news.mozilla.org/39BEC105.5090206%40netscape.com.
2000-09-14 23:11:40 +00:00
rayw%netscape.com
d26db63cdc
*** empty log message ***
2000-09-14 03:42:35 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
scc%mozilla.org
a48ea31a0c
if you want a pointer to the characters, you're going to have to |.get()| it
2000-09-13 04:50:55 +00:00
waterson%netscape.com
ac4202a5ef
Bug 50381. Avoid writing invalid RDF/XML if we can't get a service; avoid trying to write the file at all if we're in XPCOM shutdown. r=rjc
2000-08-30 00:57:59 +00:00
waterson%netscape.com
ce6dee14a7
Bug 50548. Handle 4th form of [6.12]. r=rjc
2000-08-30 00:55:46 +00:00
waterson%netscape.com
ff27c3b6a2
Bug 48486. Fuse allocation of LiteralImpl objects; get rid of nsAutoString member. r=scc
2000-08-26 06:43:09 +00:00
hyatt%netscape.com
ab26aa6249
Fix for 50044, 47861, 47471, r=ben
2000-08-25 07:01:53 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
rjc%netscape.com
b24aa12d65
Fix bug # 35022: slow bookmark operations. r=waterson
2000-08-22 00:44:07 +00:00
scc%mozilla.org
50902d01b6
fixing code that relied on implicit string construction
2000-08-19 22:46:00 +00:00
dbaron%fas.harvard.edu
5c7f10349c
Fix a leak of the keys used as strings in all cases. r=waterson b=44051
2000-08-16 23:14:08 +00:00
brendan%mozilla.org
77e038b453
Whitespace panty raid.
2000-08-09 06:20:13 +00:00
waterson%netscape.com
08bd36fb57
Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm
2000-08-08 00:22:36 +00:00
syd%netscape.com
112d547223
Undid the rdf changes for 43091 at request of brendan, now doing evil 0666
...
default permissions. r=dougt
2000-08-07 22:59:40 +00:00
dbaron%fas.harvard.edu
db31111d55
Fix an inconsequential typo (MOZ_DECL_CTOR_COUNTER does nothing, now). r,a=waterson
2000-08-06 19:19:01 +00:00
syd%netscape.com
7f8d449ab6
Set sane permissions on files. Let umask protect the user. r=rjc,dougt
...
Partial fix for 43091.
2000-08-04 22:13:59 +00:00
waterson%netscape.com
2a22c82fe2
Bug 46013, redux. Was leaking RDFContentSinkImpl::NameSpaceEntry objects all over the floor. Thanks to dbaron and beard for wiping my chin. r=beard.
2000-08-02 04:35:52 +00:00
waterson%netscape.com
502068f4e4
Fix off-by-one error that jband found.
2000-07-29 03:34:55 +00:00
waterson%netscape.com
4ae6833009
Bug 46702. Move nsFixedSizeAllocator.[h|cpp] to xpcom/ds so that we can use it outside of RDF.
2000-07-29 02:58:43 +00:00
waterson%netscape.com
71c6dc85f2
Bug 46013. Use nsVoidArray to hold observers to avoid extra addref/release when notfying. r=hyatt
2000-07-28 09:20:15 +00:00
waterson%netscape.com
fff616ca3e
Bug 46013. Remove dependency on nsINameSpace and nsINameSpaceManager, so that we do not need to load the layout DLL to parse RDF/XML. r=rjc
2000-07-26 14:08:05 +00:00
hyatt%netscape.com
2866a486af
Fix for bug #45951 . r=waterson.
2000-07-24 22:42:34 +00:00
waterson%netscape.com
ef4a3827e8
Bug 46079. Fix regression I introduced yesterday; NS_LITERAL_STRING() expands to nsAutoString on Linux, so this would assign a compiler temporary to the 'tag' variable.
2000-07-21 19:59:39 +00:00
waterson%netscape.com
6b73658863
Fix Mac bustage. I though 'L' was enabled on Win32 for NS_LITERAL_STRING(), too. Guess I was wrong.
2000-07-20 20:15:08 +00:00
waterson%netscape.com
7e40b8c748
Bug 40817. Modernize string routines; use UTF-8 conversion instead of ASCII conversion on URLs. r=rjc
2000-07-20 19:49:47 +00:00
warren%netscape.com
42870bddb5
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
bienvenu%netscape.com
8ab5089511
fix 41292, r=waterson, problem with rdf factory cache
2000-07-10 02:35:50 +00:00
cls%seawood.org
e1e6c5760f
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
2000-06-30 08:08:04 +00:00
scc%mozilla.org
18a5bb0dd0
don't try to extract characters from an empty string
2000-06-11 07:23:58 +00:00
warren%netscape.com
958ed96edd
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
waterson%netscape.com
7ab0e529b0
Bug 40601. Properly UTF-8 encode a URL that's been handed to us as UCS-2.
2000-05-26 22:57:04 +00:00
ruslan%netscape.com
68b998a06d
Make res/chrome handlers implement threadsafe_isupports
2000-05-26 21:00:18 +00:00
waterson%netscape.com
289f86d5d9
Bug 29284. Be sure to escape quotes! Other serialization cleanup.
2000-05-16 05:58:48 +00:00
danm%netscape.com
9e2d7cf79f
create directory in Flush. r=waterson@netscape.com
2000-05-16 03:09:34 +00:00
waterson%netscape.com
aef23fb1f5
Bug 39305. Do not add 'xmlns=' and 'xmlns:foo=' as properties to the RDF graph.
2000-05-15 19:12:14 +00:00
rjc%netscape.com
8c3684b190
Tweak MakeContainer() to always call NS_NewRDFContainer() if the caller asks for one.
2000-05-07 08:38:45 +00:00
waterson%netscape.com
fe2e320b21
Bug 34623. Add nsIXULTemplateBuilder.idl.
2000-05-05 20:42:21 +00:00
waterson%netscape.com
10638fb83c
Remove gratuitous NS_WARNING()s.
2000-05-04 23:34:25 +00:00
sfraser%netscape.com
14f40c1c2a
Add an UpdateCommandState method to the command maanger.
2000-05-01 01:33:22 +00:00
sfraser%netscape.com
1fbb40753c
Lots of new comments, added interface for nsIStateUpdatingControllerCommand, and added calls on the command manager which are callthroughs from the controller, with a context parameter.
2000-04-26 06:15:23 +00:00
mjudge%netscape.com
6622635cab
making string conversions explicit. scc
2000-04-26 01:13:55 +00:00
waterson%netscape.com
be9641ebd5
Clean up pool initialization.
2000-04-25 01:20:00 +00:00
waterson%netscape.com
c7e85ce37b
Change from an array of sizes to a linked list so it can handle new sizes after initialization.
2000-04-25 01:18:56 +00:00
jdunn%netscape.com
2bb93f0b6d
Structs are inheritently private, so friend is required
...
r= waterson@netscape.com
2000-04-20 01:33:29 +00:00
waterson%netscape.com
9809282011
Bug 24762. Use arena-based fixed-size allocator for enumerator objects. r=scc
2000-04-19 04:37:41 +00:00
waterson%netscape.com
f52c56f569
Bug 24762. Use arena-based fixed-size allocator for Assertion, PLHashEntry, and enumerator objects. r=scc
2000-04-19 04:36:28 +00:00
waterson%netscape.com
3d5fc92667
Add nsFixedSizeAllocator.cpp to build.
2000-04-19 03:17:32 +00:00
waterson%netscape.com
316e00a672
Initial revision.
2000-04-19 03:15:25 +00:00
waterson%netscape.com
97aa29fee8
Fix resource leak because of flow-of-control changes. r=rjc
2000-04-18 04:40:56 +00:00
waterson%netscape.com
ccac31827b
Fix build bustage.
2000-04-17 17:51:01 +00:00
scc%netscape.com
7e868737a5
making string conversions explicit
2000-04-17 14:30:23 +00:00
alecf%netscape.com
955942511b
make the rdf delegate progid accessable from a header file, and switch to the cutting-edge progid schema
...
r=waterson
2000-04-13 23:37:41 +00:00
mkaply%us.ibm.com
4e00b5fa33
# 34082
...
r= waterson@netscape.com
OS/2 Visual Age build - Adding PR_CALLBACK to some functoins for linkage
2000-04-05 02:39:51 +00:00
sspitzer%netscape.com
aed8392487
fix for #34443 . fix by waterson, r=sspitzer. now, it just asserts.
2000-04-05 00:50:20 +00:00
mkaply%us.ibm.com
90d4dd3ad3
# 33859
...
r= waterson@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:47:44 +00:00
waterson%netscape.com
7c69941bdc
Fix off-by-one error that could occur if you try to inspect an RDF container during renumbering.
2000-03-31 03:52:55 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
warren%netscape.com
d60b12b153
Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread.
2000-03-29 03:58:50 +00:00
sspitzer%netscape.com
7c55134784
fix a typo in the comment.
2000-03-28 04:53:57 +00:00
scc%netscape.com
33cfc64fc1
small changes to clients of string converting APIs
2000-03-26 10:52:00 +00:00
rjc%netscape.com
528b0494a5
Do not strip out duplicate RDF commands here (we need multiple separators to pass through.)
2000-03-24 02:40:24 +00:00
waterson%netscape.com
bc6549d1f0
Bug 21006, 30710. Reference count |Assertion| objects to avoid clobbering them from beneath an active assertion enumerator. r=rjc, a=jar.
2000-03-20 00:51:57 +00:00
tonyr%fbdesigns.com
187c3e43b4
Make nsISupports interfaces threadsafe so proxy objects can be created. r=waterson
2000-03-18 18:38:14 +00:00
waterson%netscape.com
ca4696ec29
Doh! I checked in the wrong patch onto the tip. Thanks for wiping my chin, rjc.
2000-03-18 06:24:19 +00:00
rjc%netscape.com
dffbc728d6
Fix bug # 24836: correctly serialize RDF data. Review: waterson@netscape.com.
2000-03-18 05:28:53 +00:00
waterson%netscape.com
bf3ea9e26c
Bug 32187. Make sure to re-serialize RDF/XML using UTF-8 for UCS-2 strings. r=rjc,ftang. a=bobj,jar.
2000-03-18 05:22:42 +00:00
rickg%netscape.com
efeff569f4
removed calls to deprecated string methods
2000-03-12 11:18:18 +00:00
bienvenu%netscape.com
237bf79759
fix handling of uri's with 8 bit characters, a=phil r=waterson 24692
2000-02-23 20:51:36 +00:00
mkaply%us.ibm.com
f541625e98
# 25555
...
r= watterson@netscape.com
OS/2 changes for Mozilla
2000-02-15 15:25:57 +00:00
sfraser%netscape.com
9eb276a5da
First Checked In.
2000-02-15 08:42:25 +00:00
sfraser%netscape.com
a570e2138e
Add nsIControllerCommand.idl to build. WIP for bug 18395. r=pinkerton, hyatt
2000-02-15 08:40:52 +00:00
waterson%netscape.com
1e5a40bad2
Bug 25292, 25166. Get rid of extra calls to [Begin|End]Load() in synchronous load case (these are called normally from the ProxyStream hack).
2000-01-28 00:29:42 +00:00
waterson%netscape.com
4a78db54fb
Doh! Be sure to release the parser when the load completes.
2000-01-27 06:17:13 +00:00
waterson%netscape.com
ff33dd020d
Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver
2000-01-27 02:24:20 +00:00
putterman%netscape.com
4c53f418ec
r=waterson. Necessary for 24768. Put nsIDOMXULDocument into this.
2000-01-25 05:09:23 +00:00
waterson%netscape.com
8e421b1013
Clean up shared structures between nsRDFGenericBuilder.cpp and nsXULSortService.cpp; r=rjc
2000-01-25 04:07:41 +00:00
nisheeth%netscape.com
71218baaf6
Work done by Vidur and me. Added a FlushPendingNotifications() method to the document. This method flushes the pending content notifications from the content sink and the pending reflow notifications from the pres shell. This code is turned off for now so that it can be tested more thoroughly by Vidur and me.
2000-01-24 06:43:15 +00:00
waterson%netscape.com
9f8ec61d34
Make comments javadoc-style.
2000-01-22 20:55:26 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
warren%netscape.com
d6a205f1ec
Changes from andreas.otte@primus-online.de for numerous URL parsing bugs. r=warren
2000-01-14 08:50:03 +00:00
rjc%netscape.com
0c20439693
Sorting optimizations. (Sort-of) review by putterman@netscape.com
2000-01-13 10:16:32 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
rjc%netscape.com
183039b2ca
Defer creation of resource cache until a sort is imposed. Also, added a temporary working for db->OnChange() not enjoying a null oldTarget.
2000-01-11 08:38:47 +00:00
rjc%netscape.com
1528bdccb4
Move resource cache up from the XUL sort service into the generic builder. Review: me
2000-01-11 06:28:28 +00:00
waterson%netscape.com
abd7ead67c
Bug 18631. Add GetDataSources() method to nsIRDFCompositeDataSource. r=scottip,rjc
2000-01-11 01:59:12 +00:00
waterson%netscape.com
e2c0ab93f8
Remove unused files.
2000-01-10 23:21:24 +00:00
waterson%netscape.com
f1a831984c
Bug 23352. Add sanity checks to catch bogus params n' stuff earlier. r=rjc
2000-01-08 00:23:27 +00:00
blizzard%redhat.com
8ec176345e
Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579 . Checking in for sford. r=scc,r=blizzard
1999-12-30 22:03:58 +00:00
waterson%netscape.com
57e9111db3
Bug 20470. Add weak reference from 'controllers' object back to command dispatcher. Miscellaneous cleanup. r=hyatt
1999-12-05 23:04:22 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
waterson%netscape.com
7615b7ebff
Add experimental support for RDF delegates.
1999-11-24 20:51:39 +00:00
waterson%netscape.com
0011b94ce5
Bug 19968. Just 'throw' if we can't create an RDF container on the thing.
1999-11-23 22:59:02 +00:00
waterson%netscape.com
5cd3c04ac3
Don't need to AddRef the resource before putting into an nsISupportsArray.
1999-11-23 22:36:50 +00:00
waterson%netscape.com
51898cc6be
Fix leak of kRDF_nextVal; make construction/initialization safe.
1999-11-23 22:30:58 +00:00
waterson%netscape.com
927914b855
Balance acquisition of RDF resources by releasing them in the dtor.
1999-11-23 22:30:27 +00:00
waterson%netscape.com
a9d222d53a
Add nsIRDFDelegateFactory to Win32 and Unix builds.
1999-11-22 22:33:11 +00:00
waterson%netscape.com
f126eba87f
Initial revision. Not yet in the build.
1999-11-22 22:32:27 +00:00
waterson%netscape.com
25b65fc31e
Tweak for chrome registry: don't hard-fail if stream cannot be opened. Allows creation of new RDF/XML datasources. r=hyatt
1999-11-22 20:53:09 +00:00
rjc%netscape.com
ec7ad9543d
Better handling of natural order calculate on RDF sequences. Makes drag&drop work fairly well in natural order.
1999-11-20 08:46:22 +00:00
waterson%netscape.com
96d8bea422
Finish #ifdef-ing MOZ_THREADSAFE_RDF. Appears an unused PRLock will
...
assert when being destroyed?!?
1999-11-18 09:06:50 +00:00
rjc%netscape.com
a6dd3f11da
XUL templates can now be specified via attribute instead of a child node of the root. Also, sorting info can now be specified on the root node, so now any RDF-generated content can be sorted (not just trees). Review: me
1999-11-14 11:10:34 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
waterson%netscape.com
5a74bdd9ff
Bug 18058. Remove 'commandDispatcher' from interface; obsolete. r=hyatt, a=chofmann
1999-11-05 05:30:56 +00:00
hyatt%netscape.com
0eea38f731
Partial fix for 17848. Part 1 of 2. 2nd part will be checked in by hangas. r=hangas, a=brendan
1999-11-04 01:59:04 +00:00
warren%netscape.com
813f9f7c13
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
brendan%mozilla.org
fe51b61664
(13163, r=alecf, scc, waterson, others; names available on request)
...
- Fix most of bug 13163 (see TODO for rest). This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks.
- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp. These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that.
- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString. Also changed various nsresult vars to be named rv. Also restored brace/style conformity to nsJSProtocolHandler.cpp.
- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject.
- Lots of nsCOMPtr uses added. I'm using one for mNameSpaceManager. Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak). These two managers should be moved to the window object -- TODO item below.
- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver.
- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated. This meant factoring nsJSUtils.cpp code.
- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace.
- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
waterson%netscape.com
25a8f2de07
Remove redundant registration of well-formed DTD. r=rickg
1999-10-28 22:15:18 +00:00
ramiro%fateware.com
a426b260aa
Removing the badly rotten MOZ_STRIP_NOT_EXPORTED hack. We now have a better
...
way to accomplish the same thing using linker version scripts.
r=cls@seawood.org
1999-10-22 07:11:43 +00:00
warren%netscape.com
2dceb727af
Took out redundant MOZ_COUNT_CTOR/DTOR calls.
1999-10-18 19:21:53 +00:00
warren%netscape.com
edf3235d43
Took out redundant MOZ_COUNT_CTOR/DTOR calls.
1999-10-18 19:06:21 +00:00
rjc%netscape.com
63f18c6cb3
Fix leak in nsXULSortService (found by Boehm GC). Also, remove CTOR_COUNT stuff. Review: waterson@netscape.com
1999-10-15 06:27:02 +00:00
waterson%netscape.com
c6048f5a00
Fix compiler warning; r=rjc.
1999-10-15 04:26:46 +00:00
waterson%netscape.com
c67a57585f
Bug 16402. Make sure that literals addref (and release) the RDF service. Make sure to deal with edge Unregister[Resource|Literal] conditions; e.g., being called to unregister a literal when none was ever registered. r=rjc
1999-10-15 03:36:04 +00:00
hyatt%netscape.com
fdb93382bb
Fixing linux bustage. Typo in makefile.
1999-10-14 11:18:03 +00:00
hyatt%netscape.com
b2564031fe
Landing re-architected command dispatcher. r=hangas(XUL/JS), saari(C++)
1999-10-14 10:58:25 +00:00
waterson%netscape.com
ad05e3c493
Add PR_LOG() calls to aid with debugging.
1999-10-13 08:00:14 +00:00
rjc%netscape.com
3fc9b096de
Add in CTOR/DTOR stuff for leak detection. Review: hyatt@netscape.com
1999-10-07 01:51:30 +00:00
bienvenu%netscape.com
b47a262926
fix ref count tracing for composite data source bug 666 n/a r=waterson
1999-10-06 04:45:14 +00:00
peterl%netscape.com
708ee95eba
removed leak of atom
1999-10-02 01:32:38 +00:00
rjc%netscape.com
5fea9b5df9
Fix bug # 15222: The composite datasource has a few operations which are somewhat "expensive". Have these behaviors on by default, but expose a method on the composite datasources so that they can be selectively turned off [for Mail/News, for example] if the capability is not needed/used (such as negative assertions). Review: waterson@netscape.com. Additional Mail/News Testing: putterman@netscape.com
1999-10-01 04:07:55 +00:00
slamm%netscape.com
3cb38a6ef7
patch rdf for waterson. Fixed multiple loads of same datasource.
1999-09-29 20:25:41 +00:00
waterson%netscape.com
0e0307c371
Bug 14754. Shore up unregistration; verify that datasource matches URI to be unregistered. Be 'quiet' if it doesn't.
1999-09-24 19:54:36 +00:00
waterson%netscape.com
f93177f13b
Bug 14755. Guard against multiple simlutaneous 'Refresh()' calls issuing several URL loads. r=rjc, a=chofmann
1999-09-24 19:52:42 +00:00
waterson%netscape.com
b8f5dd60c9
Make ::Init() barf if the element is not a container, rather than sprinkling around in individual methods.
1999-09-22 03:28:32 +00:00
waterson%netscape.com
c19217e687
Bug 14285. Add some arg checking as we are prone to being called from JS.
1999-09-19 19:41:45 +00:00
briano%netscape.com
e879c25e61
General cleanup.
1999-09-15 23:36:43 +00:00
hyatt%netscape.com
da8f98d143
Fix build bustage.
1999-09-15 02:36:30 +00:00
briano%netscape.com
237d0666ec
Cleaned it up and fixed the Unix build breakage.
1999-09-15 02:33:11 +00:00
hyatt%netscape.com
8ae5cdcbe5
Updating the nsIController interface.
1999-09-15 02:16:41 +00:00