rbs%maths.uq.edu.au
|
ec4aa569aa
|
slight simplification - the removal will recurse down to the wrapped child
|
2002-02-03 20:11:37 +00:00 |
jband%netscape.com
|
bba4a3eea4
|
unbust XPCONNECT_STANDALONE build. No change to default build. bug 121438. rs=jband.
|
2002-02-03 20:05:22 +00:00 |
sicking%bigfoot.com
|
9dce349485
|
Make relational comparisons between NodeSets and booleans follow the spec.
b=116540 r=Pike sr=jst
|
2002-02-03 19:50:27 +00:00 |
beard%netscape.com
|
7275c8715c
|
Fixing bustage caused by newly added mozilla/modules/libpr0n/decoders/ijpeg directory. Added explicit search path of ::decoders:jpeg: before ::.
|
2002-02-03 19:13:51 +00:00 |
blakeross%telocity.com
|
9cee6dc65f
|
fix an oops in last nights checkin. sr=hewitt
|
2002-02-03 18:27:09 +00:00 |
myk%mozilla.org
|
b5b1445314
|
Fix for bug 121747: Stops every script before it does anything else if Bugzilla is currently shut down. Also adds global template
instantiation code to globals.pl.
Patch by Myk Melez <myk@mozilla.org>.
r=gerv,kiko
|
2002-02-03 09:28:48 +00:00 |
blakeross%telocity.com
|
8b4fc2626f
|
121180 - clicking or dbl clicking on wrong things in bookmarks/history incorrectly opens url. a left and then right click in quick succession in bookmarks is counted as a double click. r=hewitt sr=ben
|
2002-02-03 08:40:31 +00:00 |
bryner%netscape.com
|
2f31b61684
|
Fixing some warnings in xpcom. Bug 118377, r=hwaara, sr=shaver.
|
2002-02-03 07:05:10 +00:00 |
seawood%netscape.com
|
7243f4c222
|
Add INSTALL file which outlines the basic steps to setting up a tinderbox
Clean up README
|
2002-02-03 06:31:44 +00:00 |
darin%netscape.com
|
46a7175cce
|
backing out some changes that accidentally slipped in!
|
2002-02-03 06:24:55 +00:00 |
blizzard%redhat.com
|
1bacae7778
|
Add gtk2 to the list of dirs that are built. No bug on this. r=cls
|
2002-02-03 06:09:22 +00:00 |
blizzard%redhat.com
|
147e07b07e
|
Add warning about this not being implemented. Not part of the build.
|
2002-02-03 06:08:21 +00:00 |
blizzard%redhat.com
|
eb78e18d40
|
Gtk2 files for viewer. Not part of the build.
|
2002-02-03 06:06:06 +00:00 |
leaf%mozilla.org
|
16fa13b7ec
|
Automated update
|
2002-02-03 04:42:15 +00:00 |
samuel%sieb.net
|
5b21858c48
|
Bug 112920 - add css rule for superfluous notifies
r=rginda
chatzilla only
|
2002-02-03 04:36:59 +00:00 |
samuel%sieb.net
|
da57d8a990
|
Bug 112920 - enhancement to notify code
r=rginda
chatzilla only
|
2002-02-03 04:35:26 +00:00 |
wtc%netscape.com
|
bc70ed903b
|
Bugzilla bug 117479: add the PR_ABS macro. Thanks to Roland Mainz
<Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
|
2002-02-03 04:34:50 +00:00 |
seawood%netscape.com
|
7e15063b7a
|
Add check to see if 'cd $MOZ_TOOLS && pwd` failed.
|
2002-02-03 04:34:43 +00:00 |
blizzard%redhat.com
|
6307370817
|
Bug #92033. Land changes to get gfx/ building with gtk2. Lots of ifdef code here. r=cls,bryner sr=alecf
|
2002-02-03 03:47:18 +00:00 |
leaf%mozilla.org
|
6c7c478e51
|
Automated update
|
2002-02-03 03:42:16 +00:00 |
relyea%netscape.com
|
0ae90e9fb1
|
Bug 117978: accessor functions to all JCE keystore API to be implemented.
|
2002-02-03 03:37:26 +00:00 |
bzbarsky%mit.edu
|
89e03e6252
|
Send "referer" header when loading links via link toolbar. Bug 119478,
r=choess@stwing.upenn.edu, sr=blake
|
2002-02-03 03:28:59 +00:00 |
seawood%netscape.com
|
198d102f6b
|
Add support for MOZ_PROFILE, MOZ_COVERAGE, & MOZ_MAPINFO for win32 gmake builds.
Set these variables in your MOZCONFIG file before running configure or on the make cmd line when building in individual dirs.
|
2002-02-03 03:28:07 +00:00 |
leaf%mozilla.org
|
b4f9721589
|
Automated update
|
2002-02-03 03:12:08 +00:00 |
seawood%netscape.com
|
f36311853a
|
Add warning message if cl test prog fails for cygwin targets
|
2002-02-03 03:06:07 +00:00 |
seawood%netscape.com
|
e2fb8b3040
|
Do not install the mozilla script on win32
|
2002-02-03 02:45:54 +00:00 |
bzbarsky%mit.edu
|
19f2ba59d3
|
Fix strict JS warning. Patch by Alex Vincent <jscript@pacbell.net>,
r=brade, sr=kin
|
2002-02-03 02:37:02 +00:00 |
pavlov%netscape.com
|
f50c3fbf2e
|
adding new stub files for work with using intel's jpeg library
|
2002-02-03 01:54:08 +00:00 |
blakeross%telocity.com
|
9fb6ff72eb
|
92749 - "view background image" context menu item doesn't always appear when it should. r=bz sr=hewitt
|
2002-02-03 00:58:38 +00:00 |
jband%netscape.com
|
cfecd64ca5
|
Add support for chaining 'additional managers' to the global interface info manager. This includes weakref support. This system allows us to dynamically aggregate interface info managers to support systems like SOAP. Clients of the interface info manager can traverse that list of additonal managers (if any are present) or ignore it. This fixes bug 103805. r=dbradley sr=vidur.
|
2002-02-03 00:56:16 +00:00 |
seawood%netscape.com
|
8a796348b5
|
Add $(BIN_SUFFIX) to mkdepend defines
|
2002-02-03 00:41:00 +00:00 |
blakeross%telocity.com
|
ea0e77b279
|
39070 - can't dnd images or <areas>. r=ben sr=hewitt
|
2002-02-03 00:06:12 +00:00 |
bryner%netscape.com
|
93e2e3ce78
|
Rest of the patch for bug 122542. I accidentely checked in the incomplete patch. r=varga, sr=hyatt.
|
2002-02-02 23:22:10 +00:00 |
jband%netscape.com
|
a048f2049e
|
Add C++ string support includes needed when AString params are used - NOT PART OF DEFAULT BUILD
|
2002-02-02 22:33:16 +00:00 |
jband%netscape.com
|
98d4d36ec2
|
Initial checkin of WSDL -> xpcom interface info translator quick test - NOT PART OF THE BUILD
|
2002-02-02 22:31:12 +00:00 |
jband%netscape.com
|
188047365b
|
Commiting accumulated interface info extensions changes. NOT PART OF THE BUILD
|
2002-02-02 22:18:56 +00:00 |
jband%netscape.com
|
fb27bd29a0
|
Initial checkin of WSDL -> xpcom interface info translator. - NOT PART OF THE BUILD
|
2002-02-02 21:37:23 +00:00 |
alecf%netscape.com
|
a10a38843d
|
more dependency updates
|
2002-02-02 21:29:01 +00:00 |
alecf%netscape.com
|
4b6e165654
|
fix for bug 108988 r=caillon@returnzero.com, sr=blake
also fix a minor warning while I'm there
|
2002-02-02 21:13:10 +00:00 |
mkaply%us.ibm.com
|
e6c3709afc
|
OS/2 bustage
|
2002-02-02 20:37:39 +00:00 |
alecf%netscape.com
|
4f33796cc0
|
dependency update
|
2002-02-02 20:09:29 +00:00 |
ian.mcgreer%sun.com
|
e4a9a4769d
|
Fix cert leaks when building a chain. There are several client auth bugs filed, this may not be for any one in particular, but was found with tstclnt.
|
2002-02-02 20:01:22 +00:00 |
seawood%netscape.com
|
77590f08c7
|
s/command_handler/commandhandler/. Fixing win32 gmake bustage
|
2002-02-02 20:00:00 +00:00 |
ian.mcgreer%sun.com
|
43e609386f
|
bug 90518, selfserv dumps cache state before shutdown with -y option
|
2002-02-02 19:39:48 +00:00 |
bienvenu%netscape.com
|
352b6d9cc9
|
disallow drag drop into read-only imap folders r=naving, sr=mscott 112103
|
2002-02-02 17:30:03 +00:00 |
bienvenu%netscape.com
|
5900b882b6
|
fix crash in morkRow::closerow object r=naving, sr=mscott 104659
|
2002-02-02 16:57:25 +00:00 |
bzbarsky%mit.edu
|
0ebb2b3b90
|
Make the unknown decoder pick up <table> and <div>. Bug 83480, r=rpotts,
sr=darin
|
2002-02-02 16:10:04 +00:00 |
rayw%netscape.com
|
ccca509c68
|
Converted tests to use new names for services on my soap server.
SOAP is not part of default build.
|
2002-02-02 15:42:27 +00:00 |
mkaply%us.ibm.com
|
3d38f01ebc
|
HPUX bustage
|
2002-02-02 14:30:00 +00:00 |
mkaply%us.ibm.com
|
06d0e7ae00
|
OS/2 bustage
|
2002-02-02 14:28:55 +00:00 |