Граф коммитов

53758 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com b566f6092d Partial fix for #26618. r=saari 2000-02-19 22:29:20 +00:00
waldemar%netscape.com f93144b04b Unix makefile 2000-02-19 10:03:07 +00:00
waldemar%netscape.com c1153ce581 Updated for GCC 2000-02-19 10:01:53 +00:00
waldemar%netscape.com fd5730911e Fixed signed/unsigned warning 2000-02-19 09:32:45 +00:00
waldemar%netscape.com 4f6ade43db Fixed GCC incompatibilities 2000-02-19 09:26:59 +00:00
rickg%netscape.com 16c81a6a91 changed 'embedded nulls' asserts to warnings in nsString 2000-02-19 09:17:49 +00:00
rickg%netscape.com 5b1245efd2 partial fix for 23418; r=rhp; a=phil 2000-02-19 09:17:14 +00:00
kvisco%ziplink.net 33206be0b2 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net 9a07a0eae5 fixed bug where xsl:param was getting processed, and then also treated as a
literal element.
2000-02-19 06:43:12 +00:00
mcafee%netscape.com 54182ca046 Update to legal copyright blurb. r=mitchell,waterson (27477) 2000-02-19 04:00:08 +00:00
dbaron%fas.harvard.edu c66b8d44a9 Refix bug 5821, which I broke with a mistake in my earlier change. r=buster@netscape.com a=rickg@netscape.com 2000-02-19 03:42:30 +00:00
wtc%netscape.com 0fc5da372d Bugzilla bug #27955: added a dummy header file that all object files
in NSPR depend on.  Update prdepend.h to force a full rebuild of NSPR
in Mozilla's Tinderbox depend builds.
2000-02-19 03:02:53 +00:00
pollmann%netscape.com bea77c4d14 Bug 14827: Reset scrollbars, don't turn them to auto for SetDocument r=harishd a=rickg 2000-02-19 02:54:32 +00:00
hangas%netscape.com a04e211cbe First phase of fix for 28144. This checkin is to make our chrome widgets look more professional. They now look much more like the spec. This changed the look for titledbutton, tab, input, checkbox, radio button, and select widgets. Some other widgets had minor changes to colors, paddings, and margins. r=german, a=phil. 2000-02-19 02:44:24 +00:00
pollmann%netscape.com e4b702b6ca Bug 14827: Naughty XUL documents no longer steal scrollbars r=harishd a=rickg 2000-02-19 02:41:48 +00:00
ramiro%fateware.com baab14c407 Add a hack to make rpms of mozilla on the fly straight in the cvs tree.
Change the version number to 666 to make marketing happy.
a=waterson@mozilla.org, r=mcafee@netscape.com
2000-02-19 02:38:31 +00:00
pollmann%netscape.com bcd1a7f426 Bug 14827: Removing code that wrongly set scrolling to auto for every document r=harishd a=rickg 2000-02-19 02:34:20 +00:00
jband%netscape.com 3041f6ac4e NOT PART OF SEAMONKEY BUILD - removed misplaced semi-colon added by toshok on 6 Sep 1999 which had converted a conditional block into a non-conditional block and made the debugger completely non functional 2000-02-19 02:34:05 +00:00
pollmann%netscape.com e63cf5ca3d Bug 14827: Adding a comment, removing unused code r=harishd a=rickg 2000-02-19 02:32:38 +00:00
mscott%netscape.com 1eab9b52ea Bug #27419 --> if uri load had a window target name and a window
with that name didn't exist yet, we weren't creating a new window,
instead we were loading it in the current window. Now we properly
fall through to the create new content handler case.
r=travis
a=phil
2000-02-19 02:05:52 +00:00
pollmann%netscape.com cc2f86d8e0 Bug 16999: Adding properties file to Linux build. r=rods,waqar a=rickg 2000-02-19 02:01:58 +00:00
troy%netscape.com 3274931d9c b=27056 a=rickg@netscape.com r=erik@netscape.com r=vidur@netscape.com
Performance improvements. Reduce the number of ::SelectObject() calls
when measuring text and displaying text
2000-02-19 01:59:18 +00:00
pollmann%netscape.com 6d1b4dff65 Bug 16999: Adding properties file to Win32 build. r=rods,waqar a=rickg 2000-02-19 01:57:28 +00:00
cmanske%netscape.com 4403bb444a Fixed bad message dialog title, PDT+ bug 28294. r=akkana 2000-02-19 01:53:59 +00:00
pollmann%netscape.com 1c90f47f60 Bug 16999: Adding localizable default labels for submit, reset, and file browse buttons. r=rods a=rickg 2000-02-19 01:48:07 +00:00
ssu%netscape.com 4c59561cac fixing bug #18686. updated nszip.exe to update self-extracting .exe if one
already exists.  It no longer deletes the one it finds and creates a new.
one.  If none is found, then it still creates it.

not part of build
affects windows platform only

a=leger
r=sgehani
2000-02-19 01:47:05 +00:00
attinasi%netscape.com c8f3a20716 Made the PageCycling work in optimized builds if MOZ_PERF=1 is set. Added a timer to the PageCycler so we can timeout if the page never finishes loading. Added -ftimeout command line param to set the timeout, if one is desired. r=warren a=rickg b=28056 2000-02-19 01:06:40 +00:00
attinasi%netscape.com cb5ab4d6ab Added static lib needed for nsTimer. r=warren a=rickg b=28056 2000-02-19 01:04:31 +00:00
sspitzer%netscape.com fde4da716b fix for #16243. a=jevering, r=mscott
migrate the default server from 4.x to 5.0
2000-02-19 00:59:26 +00:00
rpotts%netscape.com 46dbbfbf2b Partial fix for bug #24711 (r=valeski). If a channel which had been deferred because no socket transports were available resumed and found a valid cache entry it would stall (never finish). A notable example of this was http://www.abcnews.com 2000-02-19 00:58:22 +00:00
waterson%netscape.com b20c0204e0 Bugs 27271, 27947. Re-order menu creation so that RDF-generated menus are created simultaneously with XUL content. Use style rather than content tree crawling to avoid over-eager creation of menu content. r=hyatt,danm a=jevering. 2000-02-19 00:56:13 +00:00
norris%netscape.com 48812821ae Fix 26235.
r=mztoltz, a=jar
2000-02-19 00:47:21 +00:00
norris%netscape.com 9b91cccb73 Work around bug where dialog message is truncated.
a=chofmann,r=mstoltz
2000-02-19 00:37:02 +00:00
jband%netscape.com 0ffe9d5214 fix bug 28381. Make xpcshell bypass the caps security manager. dougt has looked at and used this but is not around for a 'r='. a=jar 2000-02-19 00:14:44 +00:00
nhotta%netscape.com ee5c4ecff2 Changed Big5 id to be uppercase so it gets checkmarked, bug 28231, r=cata, a=bobj. 2000-02-19 00:11:24 +00:00
rjc%netscape.com f0dbd3a8a0 Part of fix for bug # 28126: new search datasets from Netcenter. Review: me Approval: jar 2000-02-18 23:49:33 +00:00
valeski%netscape.com e843a56516 removing an un-necessary comment 2000-02-18 23:38:13 +00:00
pavlov%netscape.com 6b681bb416 fix for bug 25150 r=mcafee a=jar 2000-02-18 23:28:38 +00:00
sfraser%netscape.com 3fe9f84fb3 Fix for bug 19428, copy not working in mail window. r=hangas, a=jar, have a nice day. 2000-02-18 23:27:25 +00:00
ftang%netscape.com c239f1081a fix bug 28197 (firt part of 14155). Change the damage data ToNewCString to ToNewUTF8String. r=warren, a=bobj 2000-02-18 23:15:46 +00:00
pnunn%netscape.com 906057235c bug#28289. fix leak. pnunn. r:danm, ok:jevering. 2000-02-18 23:11:48 +00:00
pnunn%netscape.com 3735a150e8 bug#28289. fix leak. pnunn r:danm, ok:jevering 2000-02-18 23:10:19 +00:00
alecf%netscape.com a8da46e89f fix for #28246 - display static text if the user has already entered an SMTP server
r=sspitzer
2000-02-18 22:58:27 +00:00
leaf%mozilla.org 0bfb0b4501 removing misleading build documentation; redirecting to website. 2000-02-18 22:49:03 +00:00
leaf%mozilla.org 3f28125f03 Adding a redirect for build documentation; does not affect build or runtime 2000-02-18 22:37:44 +00:00
rpotts%netscape.com f1e468f1e9 Fixed Mac warning which was masking a potential Mac-only bug... 2000-02-18 21:39:26 +00:00
terry%mozilla.org c06b86600d Cut down on the number of syncshadowdb processes we fork off. 2000-02-18 21:38:23 +00:00
akkana%netscape.com 2c574ae9cf 27908: Fix multiple keyboard pastes by disabling ProcessShortCutKeys (finally!) r=brade, a=jar 2000-02-18 21:32:26 +00:00
mscott%netscape.com 7bd1f40af6 Bug #28099 --> turn on imap ssl. Part of this code was written by pavlov. I needed to examine the greeting
from the server and if the server told us we were in the pre-authenticated state, then we should move directly to
our authenticated state on the client. Pav added code to detect if the server is supposed to be secure and if it is,
to create a ssl socket transport.
r=jefft,bienvenu,pavlov
a=phil
2000-02-18 21:28:25 +00:00
attinasi%netscape.com e07a4d0eed Typo in printf fixed. r=dcone 2000-02-18 20:57:16 +00:00