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

82135 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%netscape.com b5378d8f4e fix for #80498. prevent assertion / js exception when expanding news server when offline.
sr=bienvenu
2001-05-12 20:48:33 +00:00
dr%netscape.com ca0f1324c6 fix typo, compiler warning. r=daa@distributed.net 2001-05-12 20:14:23 +00:00
blakeross%telocity.com e7c5231c0f Dropping dragged webpage text yields null (68058). r=doron sr=ben 2001-05-12 20:07:12 +00:00
sspitzer%netscape.com b0b6083ebc fix for #80485. sr=bienvenu 2001-05-12 19:17:53 +00:00
sspitzer%netscape.com 29c88eea18 remove unused file. 2001-05-12 19:12:52 +00:00
peterv%netscape.com 4fafe7cc76 Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 18:05:48 +00:00
bbaetz%cs.mcgill.ca d28f6c716b Bug 32359 - fix context menu for mailtos
patch by gerv, r=bz,dr sr=alecf
2001-05-12 17:52:35 +00:00
bbaetz%cs.mcgill.ca 99d8f1c5b1 bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars
submenu to "show"
patch by gerv, r=hwaara, sr=alecf
2001-05-12 17:49:15 +00:00
bbaetz%cs.mcgill.ca 3ebea1b426 Bug 53712 - changing themes shouldn't reaply current theme
patch by gerv (gervase.markham@univ.ox.ac.uk), r=timeless, sr=alecf
2001-05-12 17:47:33 +00:00
ducarroz%netscape.com ff036aec4f Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt 2001-05-12 17:40:12 +00:00
locka%iol.ie 1ea47acd47 Fix window.print crash when called early during page loading. b=66934 r=pollmann@netscape.com sr=jst@netscape.com 2001-05-12 15:52:06 +00:00
hwaara%chello.se 6586150386 #79955, Mail standalone's statusbar is too high. r=andreww, sr=hewitt
#79827, Remove call to deprecated function. r=cmanske, sr=bienvenu
2001-05-12 15:38:02 +00:00
nboyd%atg.com 829403bf15 Hi, Norris!
The attached patch moves the IdFunction.Master interface to the
separated file IdFunctionMaster and eliminates getParentScope from the
interface: it is simpler to set scope explicitly.

The patch assumes the changes in IdFunction.java from the previous patch
  and were produced via:

diff -uP javascript.2000-05-10 javascript

Regards, Igor
2001-05-12 13:15:39 +00:00
peterv%netscape.com aa5e383f6c Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
dbaron%fas.harvard.edu d5db8f4e0f Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding intl to REQUIRES. 2001-05-12 12:29:38 +00:00
peterv%netscape.com 56322da18f Fixing BeOS bustage, it doesn't like PI (PI -> PROC_INST). 2001-05-12 12:00:43 +00:00
peterv%netscape.com 018d9cabe5 Fix bug 72142 for unix (Add XSLT component to installers). r=sgehani, sr=jst 2001-05-12 11:40:14 +00:00
leaf%mozilla.org e05b88ce13 Automated update 2001-05-12 09:59:49 +00:00
nisheeth%netscape.com ee5a52488c Enable Transformiix on Linux. Don't build on OS/2 for now until bug 53518 is fixed. 2001-05-12 09:54:16 +00:00
hyatt%netscape.com 7eece1b441 Fix for 78725. r=pink, sr=ben 2001-05-12 08:32:18 +00:00
nisheeth%netscape.com 4dffad8bd0 Fix OS/2 build bustage from fix to bug 29171. 2001-05-12 07:12:33 +00:00
cls%seawood.org 5f5b0ae021 Replace chrome:: target with install::. Using chrome:: was causing |make -j3 install| builds to fail to execute the chrome:: target due to a suspected bug in gnu make. (|make MAKE='make -j3' install| works fine.) 2001-05-12 07:08:27 +00:00
hewitt%netscape.com db542d1e31 whoops, missed one file in the jar 2001-05-12 06:50:28 +00:00
wtc%netscape.com 6a7d775b17 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:46:01 +00:00
wtc%netscape.com 7c113d3466 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:40:35 +00:00
wtc%netscape.com 676cd313f8 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:26:43 +00:00
wtc%netscape.com 96f0b20035 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:15:54 +00:00
dr%netscape.com 568d1a7677 fixing windows bustage 2001-05-12 06:07:15 +00:00
wtc%netscape.com dcc447e306 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 06:01:46 +00:00
wtc%netscape.com a16b701196 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 05:31:44 +00:00
jst%netscape.com 478c78fc7a Fixing xpcdom regression bug 79737 that caused problems on bugzilla. HTMLFormElement's resolve hook wasn't implemented so form controls in a form weren't shadowing DOM properties on form elements. Also fixing problem with select[n] = new Object(). r=pollmann@netscape.com, sr=jband@netscape.com 2001-05-12 05:26:07 +00:00
racham%netscape.com 57401d6d98 Fixing bug 80104. Changing text on congratulations page of mail accountwizard to request user to verify the account information. r=racham, a=jglick,robinf 2001-05-12 05:17:43 +00:00
blakeross%telocity.com 906e02d98a Making selection dnd work again (second part of 79793). r=ben sr=jst 2001-05-12 05:16:57 +00:00
dr%netscape.com 8884fe7fe3 fix for 60584 (page keeps jumping to the bottom) and maybe also 73725 (content area flashes/jitters when typing in textarea). r=evaughan, pollman, sr=jst 2001-05-12 05:16:53 +00:00
wtc%netscape.com 194750c325 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 05:12:58 +00:00
nisheeth%netscape.com 545241bba3 r=heikki. sr=jst. Fix for bug 29171. Create HTML unknown element for non-lowercased elements that are in the XHTML namespace. 2001-05-12 05:10:48 +00:00
hewitt%netscape.com 0092a87ee3 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 05:07:39 +00:00
hewitt%netscape.com bdff26f160 75143 - new wizard bindings - part of build, but not yet used, sr=hyatt 2001-05-12 05:05:34 +00:00
hewitt%netscape.com 0de45a9e3d 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt AND
78221 - new modern3 stuff, r=andreww, sr=hyatt
2001-05-12 05:02:09 +00:00
blakeross%telocity.com c55b7dc6c5 Making link dnd work again (part of 79793). r=ben sr=jst 2001-05-12 05:01:22 +00:00
wtc%netscape.com 57f672ad30 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 04:56:57 +00:00
hewitt%netscape.com d6a07c4be3 63246 - global stylesheet scoping, r=jag/blake, sr=hyatt 2001-05-12 04:51:28 +00:00
wtc%netscape.com 69cd646c07 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 04:47:05 +00:00
wtc%netscape.com bc9b0a44d0 Merged NSPRPUB_CLIENT_BRANCH onto the trunk. 2001-05-12 04:29:27 +00:00
evaughan%netscape.com 33f183e6e0 Fixed HP bustage 2001-05-12 04:20:34 +00:00
andreww%netscape.com 8e8bf33722 bugzilla 72298 r=lordpixel sr=hewitt specialfolder icons for classic mailnews 2001-05-12 03:59:11 +00:00
loadrunner%betak.net 12d103bf2c bug 79551, r=nhotta, sr=alecf 2001-05-12 03:55:46 +00:00
pschwartau%netscape.com 47583f78b2 Making the test driver work correctly on the Mac. 2001-05-12 03:52:20 +00:00
evaughan%netscape.com b191b17dac Fix for NT4 build hang
-r aaron
2001-05-12 03:49:51 +00:00
bstell%netscape.com 44c715edb5 bug 77300, r=ftang, rs=bstell (see Brendan's comments in the bug report)
alias "646" and "ANSI_X3.4-1968" to ascii
2001-05-12 03:48:43 +00:00