Commit Graph

112347 Commits

Author SHA1 Message Date
bbaetz%student.usyd.edu.au
612ad473bb Bug 180978 - Adding keyword from enter_bug doesn't update keyword cache
r=myk, a=justdave
2002-11-19 23:35:53 +00:00
pschwartau%netscape.com
979c5345e5 Replace 'onload' with meaningless string. Alertboxes were popping up otherwise when the jsDriver.pl results file was opened! 2002-11-19 23:23:33 +00:00
pschwartau%netscape.com
89658bef87 Correcting minor formatting mistake at Retest List header. 2002-11-19 22:00:38 +00:00
harishd%netscape.com
57e169cfd0 Temp. patch to fix DOM TO TEXT CONVERSION. r=jst 2002-11-19 21:47:13 +00:00
jpierre%netscape.com
e965a244ec Fix for bug 180894 - don't assert in ShutdownCRLCache() 2002-11-19 21:37:50 +00:00
darin%netscape.com
b133bd772a revised comments 2002-11-19 21:31:05 +00:00
pschwartau%netscape.com
6d450f7126 One-line fix for bug 62187, "JS shell producing too much console output on Mac" (r=waldemar, r=rginda). Without this fix, running the test driver is impossible on Mac 9. [NOT PART OF BROWSER BUILD]. 2002-11-19 20:53:17 +00:00
pschwartau%netscape.com
7ae2d05ef4 Bringing Windows makefile for JS shell in sync with recent changes made to the browser build and to the js.mak(VC++) build of the JS shell; see bug 160592. [DOES NOT AFFECT BROWSER BUILD]. 2002-11-19 20:29:38 +00:00
blythe%netscape.com
cde1170819 Not part of the build.
Remove some unused cruft from the script.
2002-11-19 20:27:57 +00:00
darin%netscape.com
51f2223c79 fixing linux bustage: make |nsCParserNode::operator delete| protected
instead of private.  also fixes some warnings.
2002-11-19 19:42:46 +00:00
harishd%netscape.com
6ef160454d Fixing warning 2002-11-19 19:25:47 +00:00
danm%netscape.com
bdf51e1060 set UserState to match when window is sized or moved. bug 167663 r=dveditz,pinkerton,sfraser 2002-11-19 19:17:53 +00:00
harishd%netscape.com
3b23a2feca Do not hold parser nodes, that do not contain residual style information, longer than necessary. By recycling the nodes earlier the number of malloc calls and the peak memory usage can be reduced. b=177994, r=heikki, sr=jst 2002-11-19 18:29:35 +00:00
timeless%mozdev.org
12e2ba7d07 Bug 180217 nsXULDocument::~nsXULDocument will crash if mDocumentURL is null
r=dbradley sr=brendan
2002-11-19 18:22:36 +00:00
dbaron%fas.harvard.edu
19c3ef6025 Fix bustage. b=179228 2002-11-19 16:00:01 +00:00
timeless%mozdev.org
b1c736039e Bug 147372 Use .hidden and .collapsed instead of [GS]etAttribute
patch by neil@parkwaycc.co.uk r=cmanske sr=alecf
2002-11-19 15:51:56 +00:00
timeless%mozdev.org
3cdefed8e0 Bug 178604 when I add new columns to a tree in foo.xul, they appear to the far left (instead of the far right) for existing profiles
patch by neil@parkwaycc.co.uk r=varga sr=sspitzer
2002-11-19 15:48:24 +00:00
bernd.mielke%snafu.de
72edc1148f limit the number of columns spanned, as a protection against suspicous html code, bug 86293, r=karnaze, sr=bzbarksy 2002-11-19 15:43:22 +00:00
ducarroz%netscape.com
3d0e97ae5b Fix for bug 59148. Use the additional email address during autocompletion. R=cavin, SR=bienvenu 2002-11-19 15:35:06 +00:00
ducarroz%netscape.com
7cac5c43cb Fix for bug 110729. Prevent mail display pane to open a pluging in full page mode. Fix also an uninitialized pointer. Patch provided by av. R=ducarroz, SR=beard 2002-11-19 15:30:03 +00:00
dbaron%fas.harvard.edu
1e89d16d17 Remove static nsCOMPtr from nsTextControlFrame. b=179228 r=jkeiser sr=bzbarsky 2002-11-19 15:21:57 +00:00
ducarroz%netscape.com
8020ff4a72 Fix for bug 178038. Add a preference to override FQDN for message-id generation. Patch provided by frank.schoenheit@gmx.de . R=ducarroz, SR=bienvenu 2002-11-19 15:20:15 +00:00
dbaron%fas.harvard.edu
2cad6b3afd Enable the page cycler if jprof is built. b=180585 r=alecf sr=bzbarsky 2002-11-19 15:19:32 +00:00
ducarroz%netscape.com
752ec92b3b Fix for bug 25177. Date should be shown differently depending on the todays date. Patch provided by frank.schoenheit@gmx.de. R=ducarroz, SR=bienvenu 2002-11-19 15:16:39 +00:00
glazman%netscape.com
d0dabfdef1 'larger' and 'smaller' CSS values for 'font-size' were not working outside of range xx-small to xx-large and that prevented users to use very big and very small fonts in both Composer and mail composition; b=63987, r=dbaron, sr=bzbarsky 2002-11-19 15:16:31 +00:00
bzbarsky%mit.edu
b2a01de54e Report the unknown namespace when we have an unknown namespace error.
Bug 180852, r=dbaron, rs=roc+moz
2002-11-19 15:12:02 +00:00
bratell%lysator.liu.se
60ab58236e Bug 165893 - avoid refetching the parser service all the time. r=jst@netscape.com, sr=bzbarsky@mit.edu 2002-11-19 13:39:20 +00:00
mkaply%us.ibm.com
96b32eadc1 OS/2 bustage - need get() 2002-11-19 13:18:45 +00:00
bbaetz%student.usyd.edu.au
4725b80f30 Bug 179811, used & instead of &
Patch by Tobias Burnus <burnus@gmx.de>, r=bbaetz, a=justdave
2002-11-19 11:36:25 +00:00
bbaetz%student.usyd.edu.au
7ad4616a31 Typo fix from bug 124589. oops
r, a=myk
2002-11-19 09:20:59 +00:00
caillon%returnzero.com
5586aa4d4a Attempt to fix nebiros bustage by moving style struct access into nsIInspectorCSSUtils
r/a=timeless,jkeiser,#mozilla
bug 147189
2002-11-19 07:41:07 +00:00
bbaetz%student.usyd.edu.au
8559ad8701 Bug 124589 - support database replication
r=myk, a=justdave
2002-11-19 07:19:34 +00:00
ian%hixie.ch
39ce940866 Fix it so HEAD requests actually work rather than Apache aborting due to 'incomplete headers'. 2002-11-19 06:54:35 +00:00
cmanske%netscape.com
ec5bdf6829 Fixed rewrap command for messenger composer. b=76461, r=akkana, sr=sspitzer 2002-11-19 06:04:33 +00:00
mkaply%us.ibm.com
a72ca915eb OS/2 only - need to change how we get version for packaging since it is no longer in configure.in 2002-11-19 05:28:19 +00:00
timeless%mozdev.org
24a093882c Bug 180129 nsStreamProviderProxy::~nsStreamProviderProxy tries to NS_IF_RELEASE an uninitialized member mObserverProxy
r=darin sr=dbaron
2002-11-19 05:25:15 +00:00
caillon%returnzero.com
cbc13456a9 Bug 147189. Part 2: Don't hide "significant" whitespace nodes.
r=bzbarsky sr=hewitt
2002-11-19 05:20:45 +00:00
seawood%netscape.com
ce075638c1 Add native app support for OSX mach-o builds.
Fixes the 'Quit from dock not working' problem.
Allows certain files to be dragged to the dock icon.
Thanks to Mike Pinkerton <pinkerton@netscape.com> for the original patch.
Bug #111797 r=ccarlen sr=sfraser
2002-11-19 05:16:50 +00:00
leaf%mozilla.org
3923eb2d19 Automated update 2002-11-19 05:15:04 +00:00
seawood%netscape.com
9ae9b77bfa Move gmodule checks to the bottom of configure.in after GLIB_CFLAGS is set for non-win32 platforms.
Fixing tinderbox bustage.
2002-11-19 05:09:08 +00:00
timeless%mozdev.org
89b152a580 Bug 52285 Kill compiler warnings in layout/xul
patch by mozilla-bugs@nogin.org r=timeless sr=dbaron
2002-11-19 05:06:36 +00:00
timeless%mozdev.org
b6b14bf40e Bug 180783 nsDependentCString filename(PR_GetEnv("MOZILLA_JS_PROFILER_OUTPUT")) => ASSERTION: nsDependentCString must wrap a non-NULL buffer: 'aPtr'
r=dbradley sr=bz
2002-11-19 05:06:27 +00:00
myk%mozilla.org
04f1b2636b Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" for logged in users.
r=bbaetz
a=myk
2002-11-19 04:52:54 +00:00
mkaply%us.ibm.com
d867bd2303 #179508
r=cls, pedemont, sr=blizzard for platform specific code
Add shared unicode stuff between OS/2 widget and gfx into gkgfx
2002-11-19 04:12:58 +00:00
leaf%mozilla.org
12fcad921c Automated update 2002-11-19 04:00:12 +00:00
seawood%netscape.com
7dc1156846 Check that glib has gmodule support when --enable-ctl is selected.
Bug #180611 r=roland.mainz@informatik.med.uni-giessen.de
2002-11-19 03:53:58 +00:00
bzbarsky%mit.edu
551603afdf Maybe build on PPC too. 2002-11-19 03:43:01 +00:00
bzbarsky%mit.edu
c6541482b9 <button> should be a containing block. Bug 180301, r=jkeiser, sr=dbaron 2002-11-19 03:39:44 +00:00
bzbarsky%mit.edu
9b34083660 <button> should not have preformatted whitespace. Bug 55285, r=jkeiser, sr=dbaron 2002-11-19 03:34:49 +00:00
leaf%mozilla.org
880174835a Automated update 2002-11-19 03:15:06 +00:00