94802 Commits

Author SHA1 Message Date
mcafee%netscape.com
551b363277 Docs for cgi's 2001-12-29 05:43:22 +00:00
blizzard%redhat.com
d65b92efb8 Bug #117114. Fix silly typo - change dialog=np to dialog=no so that windows that come up have the right settings. r=hixie, sr=blake 2001-12-29 05:13:27 +00:00
jaggernaut%netscape.com
ac7691bcb8 Bug 117013: in View -> Text Zoom -> Other... dialog, buttons are hidden on Mac. r=Fabian, sr=blake 2001-12-29 04:52:39 +00:00
mcafee%netscape.com
e47b64c3d3 Ignore generated files. 2001-12-29 04:19:36 +00:00
hwaara%chello.se
a235e8b33f #116618, "Auto-complete prefs changes on OK if no changes were made",
#117007, "Default Navigator window size doesn't fit in 640*480",

r=bzbarsky, sr=blake
2001-12-29 04:14:07 +00:00
samuel%sieb.net
c1a2f0d114 Bug 117285 - add +s handling to getModeStr
r=rginda
not in the build
2001-12-29 03:58:23 +00:00
mcafee%netscape.com
b7f3bfec83 Ignore generated files. 2001-12-29 03:52:41 +00:00
mcafee%netscape.com
bd7ab2bc52 Ignore generated files 2001-12-29 03:42:47 +00:00
mcafee%netscape.com
49cb287caf Ignore generated files 2001-12-29 03:37:13 +00:00
mcafee%netscape.com
71f507cee7 Ignore generated files 2001-12-29 03:28:07 +00:00
mcafee%netscape.com
0ff7ca1b24 Ignore generated files 2001-12-29 03:21:06 +00:00
mcafee%netscape.com
b36c7d6a50 Ignore generated files 2001-12-29 03:09:11 +00:00
blizzard%redhat.com
e7f3161197 reorder some link line parameters in an attempt to fix gcc 2.95 2001-12-29 02:53:55 +00:00
av%netscape.com
dad82dde26 Tester plugin -- correcting the length of the data buffer, not part of the build 2001-12-28 23:55:57 +00:00
andreww%netscape.com
63df0803f1 bugzilla 116386 sr=blake, r=timeless mac scrollbar thumb too small. 2001-12-28 23:30:38 +00:00
svn%xmlterm.org
e2660fa1d2 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Cleaned up and updated the code.
2001-12-28 22:39:45 +00:00
blythe%netscape.com
8b152657c8 Fix bug 115191
NOT part of normal build
Correct usage of PRUint64
2001-12-28 22:27:20 +00:00
blizzard%redhat.com
462bbdefd0 Bug #117160. Create a small stand alone client for xremote client requests. r=cls,sr=brendan 2001-12-28 22:17:20 +00:00
smeredith%netscape.com
32ee39d97e Changes to use same XML parser as Mozilla (expat) instead of the MS one. 2001-12-28 21:17:11 +00:00
jake%acutex.net
4f096a1074 Fix labels for "Delete" and "Modify" to the left of the "Menu" button.
Change dictated by <mostafah@oeone.com>
2001-12-28 18:28:20 +00:00
jake%acutex.net
ecb271b04e Correct a resource URL so the tab labels will show up correctly. 2001-12-28 15:57:36 +00:00
jake%acutex.net
90b81431eb Adding timer to REQUIRES line.
Change dictated by <mostafah@oeone.com>.
2001-12-28 15:31:25 +00:00
seawood%netscape.com
9d98def2cb Fixing case for case-sensitive filesystems 2001-12-28 08:38:13 +00:00
jake%acutex.net
6a099e4e55 Readding with a binary flag. 2001-12-28 04:49:47 +00:00
jake%acutex.net
4049213f26 Removing this file so it can be readded with a binary flag. 2001-12-28 04:49:01 +00:00
jake%acutex.net
6092c1e11b Removing files so they can be readded with a binary flag. 2001-12-28 04:47:17 +00:00
jake%acutex.net
27ae1071ec Re-adding with a binary flag 2001-12-28 04:41:05 +00:00
jake%acutex.net
2d01eac046 Removing files so they can be re-added with a binary flag. 2001-12-28 04:39:46 +00:00
jake%acutex.net
929a4fd024 Copying generated files icallexer.c, icalyacc.c, and icalyacc.h from the autogenx directory for the win32 builds.
This is in addition to the previously copied icalversion.h file.
2001-12-28 04:15:15 +00:00
wtc%netscape.com
baee87f6c8 Bugzilla bug 96199: added _PR_CleanupMW() to clean up the static data
created by prmwait.c.  The patch is contributed by Jeff Hostetler
<jeff@NerdOne.com>.
Modified files: primpl.h prmwait.c prinit.c ptthread.c
2001-12-28 04:01:07 +00:00
wtc%netscape.com
3b6e395904 Bugzilla bug 96198: added _PR_CleanupDtoa() to destroy the locks created
in prdtoa.c. The patch is contributed by Jeff Hostetler <jeff@NerdOne.com>.
Modified files: primpl.h prdtoa.c prinit.c ptthread.c
2001-12-28 03:35:16 +00:00
wtc%netscape.com
2be0d601ec Bugzilla bug 96197: added _PR_CleanupCallOnce() to destroy the lock and
condition variable used to implement PR_CallOnce.  This patch is
contributed by Jeff Hostetler <jeff@NerdOne.com>.
Modified files: primpl.h prinit.c ptthread.c
2001-12-28 03:24:02 +00:00
wtc%netscape.com
0fcc6e185d Bugzilla bug 96122: use _PR_ShutdownLinker() on all platforms to clean up
the static data created by prlink.c.  Parts of this patch were contributed
by Jeff Hostetler <jeff@NerdOne.com>.
Modified files: _win16.h primpl.h prlink.c prinit.c ptthread.c
2001-12-28 03:11:43 +00:00
sspitzer%netscape.com
51ba5208ab add support for addressbook quick search, part of bug #83023.
add the "Search" menu item to the addressbook and do a little code cleanup.
r/sr=bienvenu
2001-12-27 23:05:57 +00:00
hwaara%chello.se
4ba89d5ad9 Sorry, the last checkin was r=timeless - not bzbarsky. 2001-12-27 23:05:12 +00:00
hwaara%chello.se
5c743f36b7 #116005, "'Save page as' in view-source doesn't work",
#116838, "File=>Save Frame As doesn't work at all"

r=bzbarsky, sr=jst
2001-12-27 23:02:43 +00:00
timeless%mac.com
d9ac2cfec9 Bug 43675�Download alert shouldn't say "Netscape"
r=tao sr=jst
2001-12-27 22:58:23 +00:00
mcafee%netscape.com
83213367d7 Build TestPerf on unix (117127). r=timeless 2001-12-27 22:14:01 +00:00
shanjian%netscape.com
2ab4890a6d #101295 Under bg_BG locale, title are not displayed correctly.
r=ftang, sr=brendan
2001-12-27 21:15:20 +00:00
wtc%netscape.com
6dc264717c Bugzilla bug 96112: destroys _pr_logLock in _PR_CleanupLog(). The patch is
contributed by Jeff Hostetler <jeff@NerdOne.com>.
2001-12-27 20:12:51 +00:00
wtc%netscape.com
18494bf47a Bugzilla bug 95839: added _PR_CleanupNet() to destroy the locks created by
_PR_InitNet().  The patch is contributed by Jeff Hostetler
<jeff@NerdOne.com>.
Modified files: primpl.h prinit.c prnetdb.c ptthread.c
2001-12-27 19:59:35 +00:00
peterlubczynski%netscape.com
014aebaaa2 Fixing plugin SDK makefiles to include nsIComponentManagerObsolete.h, not part of the build 2001-12-27 19:22:11 +00:00
ian%hixie.ch
ec50a3dde7 Splitter had wrong orientation. Fix by mostafah. Not part of build. 2001-12-27 19:08:52 +00:00
peterlubczynski%netscape.com
1289baa0b5 Updating windowless plugin sdk sample to beep on keyboard events, not part of the build 2001-12-27 18:46:36 +00:00
sspitzer%netscape.com
f49d4f3c4e remove duplicate line. thanks to morse for spotting it. 2001-12-27 16:03:13 +00:00
timeless%mac.com
85e29a8f19 Fix unresolved externals under w32
by mostafah@oeone.com
2001-12-27 15:44:00 +00:00
brendan%mozilla.org
8962b0ec01 Fix old bug introduced by rev 3.2, where this() crashes due to uninitialized obj register (116228, r=timeless, sr=shaver). 2001-12-27 08:47:33 +00:00
wtc%netscape.com
f58d9b7016 Bugzilla bug 113935: truncate the log file if it already exists. 2001-12-27 02:32:34 +00:00
wtc%netscape.com
4b0b1b4767 Bugzilla bug 110868: PR_FileDesc2NativeHandle should look for the NSPR
layer as opposed to assuming the bottom layer is the NSPR layer.
2001-12-27 02:19:31 +00:00
wtc%netscape.com
d8d667f958 Bugzilla bug 110869: defining the FORCE_PR_ASSERT macro allows one to
use PR_ASSERT in optimized builds.
2001-12-27 00:57:48 +00:00