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

90439 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com dc61ae1b36 fix crash after renaming local folder while it's being reparsed r=naving, sr=sspitzer 105108 2001-10-20 23:11:02 +00:00
bienvenu%netscape.com 2a64d64ef1 add error message for folder rename failed r=naving, sr=sspitzer part of fix for 105108 2001-10-20 23:08:24 +00:00
jake%acutex.net cd5915781c Bug 71840 - Make comments referenceable using a #c4 to get the fourth comment.
Patch by Gerv <gerv@mozilla.org> and Myself.
r= jake@acutex.net, gerv@mozilla.org, justdave@syndicomm.com
2001-10-20 13:03:14 +00:00
jake%acutex.net 2edcc77a4b Backing out previous change, the wrong patch got checked in. 2001-10-20 12:59:57 +00:00
locka%iol.ie 7b38117f01 New NameEquals method on nsIDocShellTreeItem to reduce unnecessary strdup'ing as FindChildWithName walks through its children looking for a matching item. b=102576 r=radha@netscape.com sr=rpotts@netscape.com 2001-10-20 11:42:35 +00:00
locka%iol.ie adb0600bb7 Add res/entityTables to embedding dist to stop assertions. b=101605 r=chak@netscape.com sr=blizzard@mozilla.org 2001-10-20 11:36:37 +00:00
ben%netscape.com 4bafbc6776 80150 - bookmark gets deleted if dropped on column picker. Prevent drops from being accepted on the head row. r=pchen, sr=hyatt. Also remove an unused obsolete file and add some ids. 2001-10-20 11:13:44 +00:00
ben%netscape.com c6bda26bde 75825 - View|Show Columns menuitem is always disabled in bookmarks view menu.
Prevent the disabling code from disabling any items outside its range of intended
operation.
r=pchen, sr=hyatt
2001-10-20 11:11:58 +00:00
ben%netscape.com 5b9e858960 Best fix for 87864, prevent duplicate bookmarks from being processed when loading a bookmarks file.
This code was originally removed from 6.1 because performance issues with IndexOf, which have recently been addressed. r=pchen, sr=waterson
2001-10-20 09:26:40 +00:00
seawood%netscape.com 9bafe5b891 Create common base (nsDeviceContextX) for nsDeviceContextXlib & nsDeviceContextXp to partially remove xprint dependency upon xlib. Also fixes static builds.
Thanks to Roland.Mainz@informatik.med.uni-giessen.de for the patch.
Bug #103371 r=cls sr=waterson
2001-10-20 08:51:57 +00:00
sspitzer%netscape.com 501a13fb8d fix for #105659. fix js warnings when there isn't a mapiregistry service.
r=srilatha, sr=mscott
2001-10-20 06:24:07 +00:00
seawood%netscape.com bdd312905e Purging removed Makefiles 2001-10-20 06:08:57 +00:00
loadrunner%betak.net e337eac4e8 99186 Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-20 04:55:21 +00:00
mkaply%us.ibm.com e8bd77f85c #71601
r=cls
since this is now a generic module, it no longer needs HAS_EXTRAEXPORTS hack
2001-10-20 04:13:54 +00:00
kmcclusk%netscape.com 9b486a623e Ignore case when comparing default named anchor (top) 80784 sr=kin@netscape.com r=rods@netscape.com 2001-10-20 03:12:33 +00:00
kmcclusk%netscape.com 3c64ea111b Added code to UpdateCoveringWidgets to take into account hidden views when considering whether a view completely covers the invalidated rect. bug 100652 r=roc+moz@mozilla.org sr=attinasi@netscape.com 2001-10-20 03:09:36 +00:00
dougt%netscape.com e750cba0a2 fixed regression in mailnews caused by my last change. Need to support weak references both while adding AND while notifying... d'oh! a=pchen@netscape.com 2001-10-20 02:07:33 +00:00
dbaron%fas.harvard.edu 24c6c0e8ce Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-20 01:29:45 +00:00
dbaron%fas.harvard.edu 19ad45ed1e Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-20 01:17:08 +00:00
gerv%gerv.net 2c9c137ea1 Bug 71840 - make comments referenceable. Patch by gerv/jake. r=justdave, jake/gerv. 2001-10-20 01:06:59 +00:00
dbaron%fas.harvard.edu 3109b56e16 Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-20 01:01:27 +00:00
jake%acutex.net 3b1570750c Bug 105480 - Use the friendly name from the fielddefs table when reporting strictvalue errors if it's available.
Patch by James A. Laska <jlaska@us.ibm.com>
r= justdave@syndicomm.com, jake@acutex.net
2001-10-20 00:50:27 +00:00
dougt%netscape.com f3717893b5 fixing major regression caused by my change to nsIObserverService 2001-10-20 00:33:02 +00:00
jake%acutex.net d1b5c1f437 Bug 104340 - Changing the UI of the toolbar for hiding bugs in the dependency tree.
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com, gerv@mozilla.org
2001-10-20 00:22:52 +00:00
dbaron%fas.harvard.edu 0ed07d8264 Fix page cycler orange from dougt's nsIObserver / nsIObserverService changes. b=99163 r=dougt 2001-10-19 23:51:04 +00:00
jake%acutex.net 3905de3eb0 Bug 73180 - We now put a notice at the top of the versioncache file saying that it should not be edited.
Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
2001-10-19 23:49:37 +00:00
dbaron%fas.harvard.edu 93178e2c8f Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-19 23:28:44 +00:00
loadrunner%betak.net 703e2f8929 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 23:18:32 +00:00
waldemar%netscape.com 58832bbcea Replaced %section and %subsection by %heading with an adjustable level number 2001-10-19 23:18:03 +00:00
dbaron%fas.harvard.edu 7929f33806 Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163 2001-10-19 23:15:51 +00:00
sgehani%netscape.com 6439920093 Fix typo that caused sorting to fail.
b = 104622
r = matt
sr = alecf
2001-10-19 23:05:04 +00:00
dougt%netscape.com 015bf91d7a fixing build bustage cause by nsIObserver changes 2001-10-19 22:56:19 +00:00
alecf%netscape.com 65caaca07a for bug 100214, add some PRUnichar case routines, #if 0'ed out 2001-10-19 22:51:11 +00:00
loadrunner%betak.net 30ec334e01 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 22:49:37 +00:00
javi%netscape.com f3093c14a6 Missed this file in dougt's last patch. 2001-10-19 22:48:01 +00:00
loadrunner%betak.net 40850e0fa3 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 22:41:59 +00:00
sgehani%netscape.com 295cf4cd96 Fix typo.
b = 103215
r = morse
sr = alecf
2001-10-19 22:40:11 +00:00
jake%acutex.net 86dccb7385 Bug 103664 - Tests should "use strict;" and not contain any tabs. We should also use the TEST_VERBOSE environment variable instead of VERBOSE.
Patch by David D. Kilzer <ddkilzer@theracingworld.com>
Additional edits by myself to add the emacs mode line.  Also, the change to runtests.sh was done by me.
2001-10-19 22:39:51 +00:00
relyea%netscape.com 13f4138e64 NSS specific PKCS 11 mechanisms, collected in one single header file. 2001-10-19 22:37:14 +00:00
dougt%netscape.com 9a231e5aae missed a few changes in my nsIObserver landing 2001-10-19 22:30:02 +00:00
dougt%netscape.com 82b09ce8c5 Fixing build bustage. removing nsIObserverService.idl from MANIFEST 2001-10-19 22:26:37 +00:00
shrutiv%netscape.com 9f57066514 Fix for bug 105279: CCK customized linux installer contains unselected
xpi's. Removing xpi's that are not selected. (r=tao)
2001-10-19 22:12:15 +00:00
akkana%netscape.com 713c24dda2 98546: Fix Unix too, and make mac prefs the default. r=pink, sr=sfraser 2001-10-19 22:07:17 +00:00
alecf%netscape.com 9e465784c2 change a print line to show the number of directories being updated
not part of the default build
2001-10-19 22:05:57 +00:00
mkaply%us.ibm.com e4c64eadc6 No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:57:02 +00:00
javi%netscape.com 6b0c2130b6 Checking in for dougt. 2001-10-19 21:53:39 +00:00
loadrunner%betak.net 6b88613c05 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 21:53:14 +00:00
cmanske%netscape.com ba4c7f704f Don't allow inserting symbols and foreign chars while in HTML source mode, b=104267, r=brade, sr=kin 2001-10-19 21:49:36 +00:00
cmanske%netscape.com d304edda2e Restrict separator character input to 1 char in Convert Selection to Table, b=101772, r=brade, sr=kin 2001-10-19 21:47:04 +00:00
mkaply%us.ibm.com c1c5257b5d No bug
r=mkaply, sr=blizzard
OS/2 only - reworking OS/2 widget/window parentage
2001-10-19 21:45:34 +00:00