Commit Graph

3412 Commits

Author SHA1 Message Date
darin%netscape.com
f1a6738b6c fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa 2002-03-06 07:48:55 +00:00
mhammond%skippinet.com.au
8d31ff1662 Add clobber:: rule.
Not part of the build.
2002-03-06 00:07:22 +00:00
mhammond%skippinet.com.au
fb4d701bd1 Move Linux to the new loader system. This requires a shared library
version of Python (rather than the static lib generally built.)

The simplest way to get a shared library version is to install
ActivePython.

Not part of the build.
2002-03-06 00:01:12 +00:00
mhammond%skippinet.com.au
46187d9f36 Use new module init/term functions for Linux.
Not part of the build.
2002-03-05 23:55:25 +00:00
mhammond%skippinet.com.au
3a9a14f835 Fix the makefile for the loader.
Not part of the build (a=drivers, though :)
2002-03-05 23:52:14 +00:00
heikki%netscape.com
ae9861c0ab Bug 129109, abort() was partially implemented. r=harishd, sr=darin, a=asa. 2002-03-05 23:30:09 +00:00
heikki%netscape.com
a3fb768885 Bug 123953, crash when using XMLSerializer on 'orphaned' node. r=harishd, sr=vidur, a=asa. 2002-03-05 22:52:45 +00:00
hwaara%chello.se
3fb7f725a3 #128663, "Exit" menuitem doesn't work.
r=bzbarsky, sr=hewitt, a=asa
2002-03-05 22:45:21 +00:00
samuel%sieb.net
f7c3d15cea Bug 128311 - can't drag links from chatzilla
r=rginda a=roc+moz
chatzilla only
2002-03-05 18:13:41 +00:00
oeschger%netscape.com
2b26ca9e33 adding help buttons to cookie manager, bug=118834, r=morse, sr=alecf, a=asa/drivers 2002-03-05 14:59:12 +00:00
alecf%netscape.com
1e02d647f3 one more xmlterm fix 2002-03-05 01:02:58 +00:00
alecf%netscape.com
4c653e0fae fix xmlterm bustage 2002-03-05 01:01:52 +00:00
alecf%netscape.com
cd8f07f3e8 bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
2002-03-04 23:18:21 +00:00
peterv%netscape.com
80647b66e6 Fixing bustage for standalone Transformiix build. 2002-03-04 13:35:54 +00:00
peterv%netscape.com
ad4a20d72c Fixing bustage for standalone Transformiix build. 2002-03-04 13:33:35 +00:00
peterv%netscape.com
9bfe5c5491 Fix for bug 92377 (Build failure: dom/src/base/nsDOMClassInfo.cpp depends on extensions/xmlextras). r=shaver, sr=jst, a=asa. 2002-03-04 02:25:08 +00:00
peterv%netscape.com
e8426076cc Fix for bug 127485 (Clean up soap in the mac buildscripts). sr=sfraser, a=dbaron. 2002-03-03 13:39:10 +00:00
peterv%netscape.com
e6910ed338 Fix for bug 127485 (Clean up soap in the mac buildscripts). sr=sfraser, a=dbaron. 2002-03-03 11:19:24 +00:00
mhammond%skippinet.com.au
75b660c01d New makefiles for Unix/cygwin
Not part of the build.
2002-03-03 10:46:02 +00:00
mhammond%skippinet.com.au
79559456be Install tools into the tools directory!
Not part of the build.
2002-03-03 10:44:34 +00:00
sicking%bigfoot.com
97d89e2a12 Bug 70882. Support embedded XSLT stylesheets. Also fixes 97621.
r=peterv sr=jst a=asa
2002-03-02 21:11:39 +00:00
sicking%bigfoot.com
7c3c087416 Fix one *nix build bustage 2002-03-02 19:35:07 +00:00
sicking%bigfoot.com
783e3ea68e Bug 122001. Implement txExpandedNameMap. Add QName parsing and some operators to txExpandedName.
r=peterv sr=jst a=asa
2002-03-02 18:39:23 +00:00
morse%netscape.com
e3a382fc39 bug 87388, cookie module to properly detect third-party cookies, r=dveditz, sr=darin, a=asa 2002-03-02 16:06:44 +00:00
peterv%netscape.com
83a1d85147 Commiting new files for bug 122001. Checkin for sicking. 2002-03-02 10:42:48 +00:00
sicking%bigfoot.com
c67ef79673 Commiting new files for bug 122001 2002-03-02 09:35:20 +00:00
sicking%bigfoot.com
7df9884c01 Bug 96478. Change the use of getAttributeNode and getAttribute to getAttr
r=peterv sr=jst a=asa
2002-03-02 09:19:54 +00:00
morse%netscape.com
754a9c0d26 fix linux bustage 2002-03-02 03:05:48 +00:00
bzbarsky%mit.edu
fd42906853 "Find nodes fail sometimes". Patch by caillon@returnzero.com
(Christopher Aillon), r=bzbarsky, sr=hewitt, a=roc+moz
2002-03-02 01:07:10 +00:00
mhammond%skippinet.com.au
a45a9d7ff4 Better messages on common exceptions.
Not part of the build.
2002-03-01 06:27:54 +00:00
mhammond%skippinet.com.au
7a4280940b Catch a few common exceptions, and report them nicely - save the user
wading through screens of traceback information just to find they
spelt an interface name wrong.
2002-03-01 06:26:14 +00:00
mhammond%skippinet.com.au
4a5f68a551 Make the repr() of an xpcom object list more information, including
any interfaces supported.  Relies on class info, so doesn't work for
all objects.

Not part of the build.
2002-03-01 06:24:38 +00:00
morse%netscape.com
757758df12 bug 126360, hide p3p choice if p3p is not installed, r=sgehani,sr=jag,a=asa 2002-02-28 23:00:19 +00:00
varga%utcru.sk
be35de8dc5 Fix for 123109. crash when trying to view XBL Bindings in DOM Inspector.
- don't destroy outliner body frame for now
r=bryner, sr=hewitt, a=shaver
2002-02-28 06:50:05 +00:00
oeschger%netscape.com
92c93137d5 couple old links in toc->content, axel spotted um, r=oeschger, content bug is 122806 2002-02-27 15:19:51 +00:00
rginda%netscape.com
ee3e81c9ee - venkman only -
part of bug 109652, "Venkman needs to profile" r=peterv,a=shaver
add profiling support to debugger front end
2002-02-27 10:14:32 +00:00
blakeross%telocity.com
9f77e680ce 113602 - readonly fields no longer updated once a character is typed. r=bz sr=hewitt a=asa 2002-02-27 00:34:59 +00:00
seawood%netscape.com
6b19ff6399 Apply patches from FreeBSD's Ports system.
Thanks to Jeremy Lea <reg@shale.csir.co.za> for the patch.
Bug #112987 r=cls a=asa
2002-02-26 07:59:00 +00:00
oeschger%netscape.com
2c095a7a0e restore context-sensitive help to ui: new help file to include and updated syntax, bug=124902, a=asa/drivers, sr=alecf, r=andreww 2002-02-26 01:13:17 +00:00
morse%netscape.com
2f740525d8 bug 118699, cookies being returned out of order, c=verdun, r=morse, sr=alecf 2002-02-26 01:01:40 +00:00
morse%netscape.com
4785893294 attachments in hotmail don't work, r=sgehani, sr=alecf, a=asa 2002-02-23 03:10:54 +00:00
oeschger%netscape.com
aa47dd77cf update to Help table of contents. Changed all references from Netscape
to Mozilla, got rid of the extraneous glossary section at bottom, and
cleaned up a little. Claiming hermetic, approval-less impunity per
bug 122806, r=cotter
2002-02-22 22:05:01 +00:00
mkaply%us.ibm.com
042c09f66c More OS/2 SOAP bustage - PR_CALLBACK, false 2002-02-22 16:24:58 +00:00
rayw%netscape.com
884baddcda Trying the safer version of the bustage fix. Last reviewed by jst, but
that version busted, I think this cannot fail.
2002-02-22 11:02:19 +00:00
rayw%netscape.com
b56c36f778 Reverting ineffective patch.
Busted another build.
2002-02-22 10:48:07 +00:00
rayw%netscape.com
09928b361a This is an attempt to fix bustage on OS/2. It was some coded added to
satisfy Mac, which busted OS/2. sr=jst.  Bug #127199.
2002-02-22 10:08:02 +00:00
samuel%sieb.net
db39988829 Bug 126109 - fixing regression from previous patch
r=rginda a=asa
chatzilla only
2002-02-22 07:12:48 +00:00
samuel%sieb.net
77cb503dbd incrementing version number
r=rginda a=asa
chatzilla only
2002-02-22 07:09:32 +00:00
rayw%netscape.com
e16da53e21 Bustage fix. PRBool instead of bool, making OS2 red, fix to go green. 2002-02-22 03:09:21 +00:00
cotter%netscape.com
97999ad1be ongoing help content updates per 122806, r=oeschger; fixed broken glossary link. 2002-02-22 02:21:09 +00:00