Commit Graph

104540 Commits

Author SHA1 Message Date
seawood%netscape.com
6de5b59159 Fixing win32 gmake builds lack of debugging information problem by working around a combination MSVC & cygwin make deficiencies:
* We must use the full path to the source file when calling MSVC so that debugging information shows up in the object files.
* Because of cygwin's use of /cygdrive when using full paths, we must use a cygwin-wrapper script in some cases to allow native win32 programs to use a fully qualified cygwin path.
* We have to call configure using the full path so that $(srcdir) contains the
full path in the Makefiles. The rules have been changed for win32 so that it
always use $(srcdir)/$*.{c,cpp} as the sourcefile name even when the file is in
the cwd.  This works around both the /cygdrive issue and the msvc's path info
optimization.
* We still use the wrapper when calling rc.exe & nsinstall.  nsinstall
frequently takes multiple args and is called all over the tree so changing each
calling site is going to be expensive.	(I'll have to check  the logs again but
I think the rc wrapping can go.)
* nspr & ldap still use the wrappers for all native win32 progs.  Neither nspr
nor ldap uses the acoutput-fast.pl script to speed up the substitution of
@srcdir@ into their Makefiles so, makefile substitution will break if we use
dos-paths.
* In the handful of directories where we copy srcfiles from another directory
in lieu of using VPATHs, we have to now copy those files to $(srcdir) so that
the default rules can find them.
Bug #141834 r=leaf,wtc,dmose,mcs
2002-06-17 17:09:57 +00:00
myk%mozilla.org
b38ebe63a2 Fix for bug 150792: Locks profiles table so adding a CC while creating a bug doesn't fail.
2xr=bbaetz
2002-06-17 15:54:50 +00:00
pinkerton%netscape.com
ae2d20be15 Strip whitespace around url (bug 149082) 2002-06-17 15:24:29 +00:00
pinkerton%netscape.com
2fd744fdef fixing up locked profile error text. 2002-06-17 15:16:46 +00:00
pinkerton%netscape.com
1163e6ec98 Fix for crash launching when another version is already running. bug 148556 2002-06-17 15:10:37 +00:00
dcone%netscape.com
7cbd379e5b b=142513 r=kmmclusk sr=waterson Fixed blue text, used correct type for calculation. 2002-06-17 14:03:39 +00:00
mikep%oeone.com
aac432de05 Adding in check for calendar window to remove js error. 2002-06-17 13:39:29 +00:00
mikep%oeone.com
03dc4f0d25 Adding fix from bug 146212, allowing silent import of events. 2002-06-17 13:38:57 +00:00
mostafah%oeone.com
cdda83d729 Fixed bug 152274: Calling fetchEvent with null parameter crashes Mozilla 2002-06-17 12:42:24 +00:00
bbaetz%student.usyd.edu.au
3327303fbe Bug 151529 - No list of votes shown if there is a + sign in the address
r=jouni x2
2002-06-17 11:29:45 +00:00
kaie%netscape.com
549e28cb1f b=148610 Lock icon should be updated as early as possible.
r=javi sr=rpotts
2002-06-17 09:56:14 +00:00
bbaetz%student.usyd.edu.au
693d63dda2 Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called
early enough
r=mattyt, jouni
2002-06-17 09:39:00 +00:00
rogerl%netscape.com
9b201c7f13 Start. 2002-06-17 06:40:50 +00:00
shanjian%netscape.com
e200d89fdb #84668 Ugly Chinese font in dialogs and menu on simplified chinese windows
Force system font to be 9 when default is 8. This only applies to simplified
chinese system.
r=ftang, sr=alecf
2002-06-17 05:22:34 +00:00
henry.jia%sun.com
17c7eb88ae Bug 150627 inconsistant between display and action(modifier) of short cut key for function 'Select All'
r=Akkana
sr=hewitt
2002-06-17 01:43:29 +00:00
nboyd%atg.com
a4cf45ee33 Patch from morten@nvg.org :
I keep getting syntax errors with no line numbers as well.

That happens when I use Context.compileReader(..) to compile the script. The
DefaultErrorReporter will throw an exception with only the message and not the
line it happened on.

It is of course easy to workaround using your own error reporter, but I've
attached a patch to add on the line and source name so the DefaultErrorReporter
gives the similar output as EcmaError if that is wanted.
2002-06-17 00:49:47 +00:00
nboyd%atg.com
a8fcbf98a8 Update last qualified release statement. 2002-06-16 23:51:15 +00:00
stephend%netscape.com
f16abb505b Bug145409. JS strict warnings in certManager.js. Patch by Stephen Walker <walk84@yahoo.com> r=kaie@netscape.com, sr=jaggernaut@netscape.com 2002-06-16 21:19:25 +00:00
sicking%bigfoot.com
1c08ef6d4f Attribute axis should not include namespace declarations.
b=123357 r=peterv sr=jst
2002-06-16 16:58:13 +00:00
bernd.mielke%snafu.de
62e25755e2 running the layout regression tests - a description not part of any build 2002-06-16 10:38:06 +00:00
cbiesinger%web.de
955f728b23 bug 150002 r=paper sr=tor
make XBM images transparent
2002-06-16 08:27:25 +00:00
samuel%sieb.net
b5d844e513 Bug 143039 - Typo in nsXmlRpcClient.js
r=samuel@sieb.net
sr=heikki
2002-06-16 06:17:54 +00:00
samuel%sieb.net
e428d8afb1 Bug 137171 - XML-RPC bug handling dates with months 10 and over
r=rginda
sr=sspitzer
2002-06-16 06:14:31 +00:00
bbaetz%student.usyd.edu.au
dd519e4374 Bug 151369 - need to trim the entered assignee's email address
r=mattyt x2
2002-06-16 05:26:50 +00:00
arougthopher%lizardland.net
6c958352ab Bug#149332
Mozilla doesn't save its windows position when closed.

adds an implementation of GetScreemBounds, and registers frame movements, so they are saved and used when reopenning the window.

r=serget@fi.tartu.ee
2002-06-16 02:58:49 +00:00
arougthopher%lizardland.net
bb0c636a2c Bug#152085
nsSound not being registered as a component under BeOS

The nsSound component was not being registerred, causing ChatZilla to not work properly.

r=serget@fi.tartu.ee
2002-06-16 02:51:27 +00:00
waterson%netscape.com
b2ab61667e Bug 146125. Zero top- and bottom-margin for <th> in same cases we zero for <td>. r=dbaron, sr=kin 2002-06-16 00:51:55 +00:00
waterson%netscape.com
22921c3cb9 Bug 146797. Bullet-proof RDF containers so that uninitialized use (e.g., from script) won't cause a crash. r=tingley, sr=shaver 2002-06-16 00:44:06 +00:00
bryner%netscape.com
08bd6fa15e Fix crasher 151568 caused by my checkin for focus bug 131651. r=dbaron, sr=blake. 2002-06-15 23:38:06 +00:00
arougthopher%lizardland.net
06abdde379 Bug#126843
Occasionally unable to get Focues set to URL bar and other widgets

fixes a long standing focus issue under the BeOS port

r=arougthopher
2002-06-15 23:31:00 +00:00
caillon%returnzero.com
af22bbd97f Bug 134800, Clicking on a groupmark shouldn't clobber all open tabs. r=jag sr=blake 2002-06-15 22:30:06 +00:00
bzbarsky%mit.edu
c7b7ac8fa3 Fixing strict js warning. Bug 79825, patch by neil@parkwaycc.co.uk, r=varada,sr=jag 2002-06-15 22:21:51 +00:00
cbiesinger%web.de
22089c2150 bug 144488 patch by leaf r=timeless sr=tor
Change get new themes link to http://mozilla.org/themes/download/ instead of xulplanet
2002-06-15 21:29:52 +00:00
ere%atp.fi
46a4a941f0 Bug 146559 New mail indicator does not work for non-inbox imap folders
r=bienvenu@netscape.com, sr=brendan@mozilla.org
2002-06-15 20:07:49 +00:00
ere%atp.fi
935c5301d9 Bug 120106 IMAP: Empty mail when disconnected
r=bienvenu@netscape.com, sr=brendan.mozilla.org
2002-06-15 19:51:47 +00:00
beard%netscape.com
113305d5dc added #if QUICKTIME_THROBBER to conditionally use Quicktime Movie to implement throbber. 2002-06-15 16:34:48 +00:00
peterlubczynski%netscape.com
6eef25d218 Fixing IPIX for Mac Classic: SetWindow needed to be called and nsObjectFrame::DidReflow() needed to complete on Mac as well, bug 144896 r=av sr=beard 2002-06-15 16:05:09 +00:00
bryner%netscape.com
2432b1991a Fix a crash on cbs.com in Mac mach-o builds by making sure to check the return value from initializing the image frame (which fails on mac for images wider that 4096 pixels or so). Bug 149091, r=saari, sr=ben. 2002-06-15 06:40:15 +00:00
seawood%netscape.com
466c6dd441 Use macros to declare static callback functions to make OS/2 happy.
Fixing tinderbox bustage.
2002-06-15 05:56:20 +00:00
bbaetz%student.usyd.edu.au
78775f9e88 Bug 148712 - add component with error/invalid initial owner results in
double header output
patch by stu@xanboo.com (Stu Tomlinson), r=jouni, bbaetz
2002-06-15 05:34:42 +00:00
dougt%netscape.com
36400cfcd3 fixing a uninitialized var 2002-06-15 03:58:10 +00:00
bbaetz%student.usyd.edu.au
31f73de2dc Bug 151695 - assignee/qa contact can't access secure bugs
r=myk x2
2002-06-15 01:52:59 +00:00
beard%netscape.com
852e89b035 Bare bones "Search" toolbar button. Need a real icon, using the Finder's for now. 2002-06-15 01:42:05 +00:00
oeschger%netscape.com
6c2ebdf8bc additions to search db for help, dispensaton per 122806 2002-06-15 00:49:05 +00:00
beard%netscape.com
70d60cb7c6 Only run the throbber timer if the throbber toolbar item is visible, and increase the timer interval to 1/5 second to use less CPU. 2002-06-15 00:41:03 +00:00
mstoltz%netscape.com
6f5d99be4c 133170 - Need to re-check host for security on a redirect after a call to
XMLHttpRequest.open(). For xmlextras, r=heikki, sr=jband. For caps,
r=bzbarsky, sr=jst
147754 - Add same-origin check to XMLSerializer. Patch by jst. r=mstoltz,
sr=jband
113351 - Add same-origin check to XSL Include. Patch by peterv and jst,
r=mstoltz, sr=rpotts
135267 - Add same-origin check to stylesheets included via LINK tags.
r=dveditz, sr=scc
2002-06-14 23:54:18 +00:00
rbs%maths.uq.edu.au
daac801293 Treat the attributes of <mpadded> correctly, b=148326, r=roc+moz, sr=waterson 2002-06-14 23:20:03 +00:00
heikki%netscape.com
00249d5998 Forgot to remove extra addref. 2002-06-14 23:19:59 +00:00
beard%netscape.com
77f0d9ac18 Added throbber images to static target. 2002-06-14 23:18:14 +00:00
naving%netscape.com
364e37a6ed 15244 r=cavin sr=bienvenu Make aol "Sent Mail" and netscape webmail "Sent" folders show "Recipient" column instead of "Sender" column in thread pane. 2002-06-14 23:03:49 +00:00