syd%netscape.com
|
0ddb1344a0
|
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
|
2bc2822994
|
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
|
d2e0309a69
|
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
|
0800dcc896
|
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
|
1d737a5000
|
Fix off-by-one error that jband found.
|
2000-07-29 03:34:55 +00:00 |
|
waterson%netscape.com
|
f49e884774
|
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
|
3439c2a7ba
|
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
|
3b8c9f1a14
|
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
|
398a91d272
|
Fix for bug #45951. r=waterson.
|
2000-07-24 22:42:34 +00:00 |
|
waterson%netscape.com
|
f0d4936e2e
|
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
|
d461ba0f97
|
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
|
3f97092916
|
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
|
de3523d540
|
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
|
b9323eccf6
|
fix 41292, r=waterson, problem with rdf factory cache
|
2000-07-10 02:35:50 +00:00 |
|
cls%seawood.org
|
1f3b6d75ab
|
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
|
2000-06-30 08:08:04 +00:00 |
|
scc%mozilla.org
|
09789effd8
|
don't try to extract characters from an empty string
|
2000-06-11 07:23:58 +00:00 |
|
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
|
waterson%netscape.com
|
32a0dcba77
|
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
|
e830ecd6e9
|
Make res/chrome handlers implement threadsafe_isupports
|
2000-05-26 21:00:18 +00:00 |
|
waterson%netscape.com
|
3a4aff8db2
|
Bug 29284. Be sure to escape quotes! Other serialization cleanup.
|
2000-05-16 05:58:48 +00:00 |
|
danm%netscape.com
|
7e4c91e708
|
create directory in Flush. r=waterson@netscape.com
|
2000-05-16 03:09:34 +00:00 |
|
waterson%netscape.com
|
9cd4a2aa44
|
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
|
b447daaa6c
|
Tweak MakeContainer() to always call NS_NewRDFContainer() if the caller asks for one.
|
2000-05-07 08:38:45 +00:00 |
|
waterson%netscape.com
|
799b5beee6
|
Bug 34623. Add nsIXULTemplateBuilder.idl.
|
2000-05-05 20:42:21 +00:00 |
|
waterson%netscape.com
|
5a99d555f5
|
Remove gratuitous NS_WARNING()s.
|
2000-05-04 23:34:25 +00:00 |
|
sfraser%netscape.com
|
18e706dc0d
|
Add an UpdateCommandState method to the command maanger.
|
2000-05-01 01:33:22 +00:00 |
|
sfraser%netscape.com
|
24fb5d77cf
|
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
|
2cfb602409
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
|
waterson%netscape.com
|
17d001cafb
|
Clean up pool initialization.
|
2000-04-25 01:20:00 +00:00 |
|
waterson%netscape.com
|
0b06dff716
|
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
|
71dc5185e3
|
Structs are inheritently private, so friend is required
r= waterson@netscape.com
|
2000-04-20 01:33:29 +00:00 |
|
waterson%netscape.com
|
635af0d08a
|
Bug 24762. Use arena-based fixed-size allocator for enumerator objects. r=scc
|
2000-04-19 04:37:41 +00:00 |
|
waterson%netscape.com
|
3b69f7a3e7
|
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
|
dad49631db
|
Add nsFixedSizeAllocator.cpp to build.
|
2000-04-19 03:17:32 +00:00 |
|
waterson%netscape.com
|
41c9ebd71a
|
Initial revision.
|
2000-04-19 03:15:25 +00:00 |
|
waterson%netscape.com
|
86af0698db
|
Fix resource leak because of flow-of-control changes. r=rjc
|
2000-04-18 04:40:56 +00:00 |
|
waterson%netscape.com
|
323fb9085e
|
Fix build bustage.
|
2000-04-17 17:51:01 +00:00 |
|
scc%netscape.com
|
8495fc494c
|
making string conversions explicit
|
2000-04-17 14:30:23 +00:00 |
|
alecf%netscape.com
|
09dbfb6137
|
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
|
cedcce6c59
|
# 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
|
965bee004d
|
fix for #34443. fix by waterson, r=sspitzer. now, it just asserts.
|
2000-04-05 00:50:20 +00:00 |
|
mkaply%us.ibm.com
|
ee4cad8887
|
# 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
|
e703ba7bc1
|
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
|
dc0e139673
|
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
|
727f312b32
|
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
|
e15055f154
|
fix a typo in the comment.
|
2000-03-28 04:53:57 +00:00 |
|
scc%netscape.com
|
210cd384fb
|
small changes to clients of string converting APIs
|
2000-03-26 10:52:00 +00:00 |
|
rjc%netscape.com
|
45b03ef51e
|
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
|
975a57065b
|
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
|
7d368f5633
|
Make nsISupports interfaces threadsafe so proxy objects can be created. r=waterson
|
2000-03-18 18:38:14 +00:00 |
|