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

112292 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com e5e0557714 Fix build bustage 2002-11-20 02:06:43 +00:00
rbs%maths.uq.edu.au 9cfc8750a9 .innerHTML wasn't recovering   and this was causing consumers such as View Selection Source to lose it, b=165686, r=jst, sr=bzbarsky 2002-11-20 01:47:06 +00:00
blakeross%telocity.com 797cd62756 Port over a trunk fix. 2002-11-20 01:38:08 +00:00
smontagu%netscape.com a3fede82bb Bug 180339 Can't send message if receiver contain Chinese character. Author=joe@numa.com.tw, r=ducarroz, sr=sspitzer. 2002-11-20 01:32:08 +00:00
brade%netscape.com f9ac0092ae bug 157111; handle new command (cmd_fontSize); r=cmanske, sr=sfraser 2002-11-20 01:23:40 +00:00
brade%netscape.com b4bfb1e5b4 bug 157111; add some new commands, remove unneeded Init call for editSession; r=cmanske, sr=sfraser 2002-11-20 01:22:17 +00:00
brade%netscape.com 46b4cff8d3 bug 157111; register new commands; r=cmanske, sr=sfraser 2002-11-20 01:20:19 +00:00
alecf%netscape.com fb48d68072 first part of fix for bug 180965 - if the GRE directory is the same as the normal components directory, then dont enumerate it twice.
r=dougt, sr=darin
2002-11-20 01:19:37 +00:00
brade%netscape.com 8668acc33f bug 157111; add some new commands; r=cmanske, sr=sfraser 2002-11-20 01:18:48 +00:00
brade%netscape.com 9bacf15b54 bug 157111; add some new commands, cleanup do_QI assignments and some other cleanup; r=cmanske, sr=sfraser 2002-11-20 01:18:23 +00:00
blakeross%telocity.com a38248eb10 Fix extensions. 2002-11-20 01:11:09 +00:00
ducarroz%netscape.com cf76913184 Fix for bug 174396. Cannot use m_attachment_count because it's not reliable for determine if the top part is a multipart container. R=cavin, SR=sspitzer 2002-11-20 01:03:42 +00:00
bbaetz%student.usyd.edu.au 887ae7c11b Bug 181000 - Lock the keyworddefs table for READ when using a shadowdb, too
r,a=myk
2002-11-20 00:59:58 +00:00
danm%netscape.com 2f017477f6 persistent size now has a lower bound of 100x100. bug 167663 r=dveditz,sgehani 2002-11-20 00:54:46 +00:00
bbaetz%student.usyd.edu.au 7d6f10be3a Bug 180966 - fix misc warnings
r,a=myk
2002-11-20 00:53:14 +00:00
nelsonb%netscape.com b9eda3bb3e Optimization: change macros to do only 32-bit arithmetic on platforms
with only 32-bit registers.
2002-11-20 00:48:09 +00:00
blizzard%redhat.com 0778191c7c No bug. Add some prlog-driven debugging so that it's easier to figure out what fonts are loaded and when. Not part of the default build. 2002-11-20 00:44:53 +00:00
bzbarsky%mit.edu 4d094c04fc Make nsILinkHandler take uris instead of strings. Bug 176904, r=darin, sr=jst 2002-11-20 00:44:26 +00:00
bbaetz%student.usyd.edu.au 1c245e03ac 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 7e74912683 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 a9af77318d Correcting minor formatting mistake at Retest List header. 2002-11-19 22:00:38 +00:00
harishd%netscape.com 78cd0a1375 Temp. patch to fix DOM TO TEXT CONVERSION. r=jst 2002-11-19 21:47:13 +00:00
jpierre%netscape.com b30a666577 Fix for bug 180894 - don't assert in ShutdownCRLCache() 2002-11-19 21:37:50 +00:00
darin%netscape.com 9b5160c74b revised comments 2002-11-19 21:31:05 +00:00
pschwartau%netscape.com cfcf847d8f 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 6b87c8a20e 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 a579158098 Not part of the build.
Remove some unused cruft from the script.
2002-11-19 20:27:57 +00:00
darin%netscape.com fd92cd2681 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 c96659c48f Fixing warning 2002-11-19 19:25:47 +00:00
danm%netscape.com 0f67ae7b9a 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 858dd7ab53 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 c306e75366 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 68ec68e279 Fix bustage. b=179228 2002-11-19 16:00:01 +00:00
timeless%mozdev.org 324aff4509 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 efb23bb4d3 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 4308cfab48 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 d6ae683d95 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 3d53faaf0c 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 402668cf1c Remove static nsCOMPtr from nsTextControlFrame. b=179228 r=jkeiser sr=bzbarsky 2002-11-19 15:21:57 +00:00
ducarroz%netscape.com 8e19665aaa 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 09ddc21a81 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 ca2aeb448e 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 c2eafb4d15 '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 45d22c648f 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 31be52fa19 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 3a5ceeaeb0 OS/2 bustage - need get() 2002-11-19 13:18:45 +00:00
bbaetz%student.usyd.edu.au 7b2618ec92 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 60e3a4799f Typo fix from bug 124589. oops
r, a=myk
2002-11-19 09:20:59 +00:00
caillon%returnzero.com ec408241f6 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 7396c750bf Bug 124589 - support database replication
r=myk, a=justdave
2002-11-19 07:19:34 +00:00