Commit Graph

118193 Commits

Author SHA1 Message Date
jake%bugzilla.org
6d2dfd10e5 Realphabetize the directory list. 2003-04-23 03:15:10 +00:00
ssu%netscape.com
0bcc14b7a9 fixing bug 202984 - Right clicking on Mozilla and selecting Preferences does not work. r/sr=jag. 2003-04-23 02:52:56 +00:00
jake%bugzilla.org
1b1454bb41 Recompile the docs from the XML source in anticipation of the 2.17.4 release. 2003-04-23 02:33:00 +00:00
jake%bugzilla.org
6535561639 Updating date for the 2.17.4 release. 2003-04-23 02:24:39 +00:00
jake%bugzilla.org
4f6272ff24 The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
2003-04-23 02:04:28 +00:00
harishd%netscape.com
13e997dbf1 Fixing potential build bustage. 2003-04-23 01:53:51 +00:00
harishd%netscape.com
e9a6d023b7 Fixing bustage 2003-04-23 01:31:59 +00:00
rbs%maths.uq.edu.au
ca039d0ff3 Still wrestling with bug 118600, turn static class into pointer and s/./->/g accordingly 2003-04-23 01:08:40 +00:00
cls%seawood.org
8b363ed6a2 Change the naming scheme for the mingw libraries to use the following format:
static lib: libfoo.a
import lib: libfoo.dll.a
shared lib: foo.dll
Bug #134113 r=dmose
2003-04-23 00:54:38 +00:00
bzbarsky%mit.edu
86a37b4d39 Stop doing incorrect updating of selection in cookie viewer. Bug 198409, patch
by mvl@exedo.nl (Michiel van Leeuwen), r=suresh, sr=jag
2003-04-23 00:53:32 +00:00
bzbarsky%mit.edu
d3b47fec8c Don't check for :before/:after on frames that have pseudo-style-contexts. Bug
202917, r+sr=dbaron
2003-04-23 00:43:03 +00:00
sspitzer%netscape.com
0e98a94309 fix for bug #202981.
for servers that can't do search, don't show them as potential junk target folders
because we allow the user to purge junk target folders, but purge requires search.

also, fix it so in the purge code if we are about to purge a server that doesn't
support search, we skip it, and assert.

r/sr=bienvenu
2003-04-23 00:35:17 +00:00
mstoltz%netscape.com
82daa06f05 Bug 201547 - allocate larger buffer to make room for expansion of & characters. patch by zen-parse@gmx.net, r=mstoltz, sr=heikki. 2003-04-23 00:25:47 +00:00
smontagu%netscape.com
d2e02afe6c Bug 170547 Caret is in the wrong place after deleting <LI>'s. r+sr=kin. 2003-04-23 00:24:24 +00:00
mstoltz%netscape.com
4edb1f430d Bug 180749 - when remembering granted privileges for file://pages, grant privilege for that page only, not the whole local file system. r=jst, sr=heikki. 2003-04-23 00:21:02 +00:00
heikki%netscape.com
02957c1efe This change shouldn't have gone in. Anyway, this is not part of the build. 2003-04-23 00:09:18 +00:00
heikki%netscape.com
1dfcfb8f7c Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst. 2003-04-23 00:07:37 +00:00
shliang%netscape.com
a34131e19d bug 202561 - html mail dialog comes up when it isn't supposed to - r/sr=sspitzer 2003-04-23 00:03:36 +00:00
dmose%mozilla.org
1e7d0e5b49 When an SMTP server sends an unexpected error code or drops the connection, notice that fact and alert the user instead of silently pretending the message was sent (bug 200647). Thanks to Christian Eyrich <ch.ey@gmx.net> for the patch. r=dmose@mozilla.org; sr=bienvenu@netscape.com 2003-04-22 23:49:32 +00:00
dmose%mozilla.org
e1e383cfa8 Speed up nsPermissionManager by using hashtables; decrease footprint by not using an array of permission_TypeStructs (bug 200697). Thanks to Michiel van Leeuwen <mvl@exedo.nl> for the patch. r=dwitte@stanford.edu; sr=alecf@flett.org 2003-04-22 23:33:31 +00:00
wade%ezri.org
614a90cc82 fix for bug 202817 - clicking on a link that returns a non-trivial mimetype results in download rather than view. p=bz r=blizzard sr=darin 2003-04-22 23:32:49 +00:00
mjudge%netscape.com
7892a93f8c 192566 r=danm sr=smfr even though we may disagree with the user experience in some cases, this fix will stop the editor from drawing the alpha blended images in the case of only the images being selected (see resizing images) 2003-04-22 23:18:34 +00:00
chanial%noos.fr
7c14f34fdb fixing middle click in menus 2003-04-22 23:12:25 +00:00
chanial%noos.fr
366152a116 adding missing title for the bookmarks manager 2003-04-22 23:00:41 +00:00
rogerl%netscape.com
be2c3f401f Starting packages 2003-04-22 22:51:38 +00:00
mjudge%netscape.com
0bc89daad7 202834 r=danm sr=kin fixes regression in line clicking and navigation. 2003-04-22 22:40:58 +00:00
jst%netscape.com
8f24979ea4 Fixing bug 199399. Eliminating the interfaces nsIXMLDocument now that it's not needed any more. r=peterv@netscape.com, sr=heikki@netscape.com 2003-04-22 21:57:25 +00:00
stephend%netscape.com
acd03eaf20 Bug 202676. Change pop-up to popup in a popup window's context menu. r=robinf@netscape.com, sr=jaggernaut@netscape.com 2003-04-22 21:51:57 +00:00
locka%iol.ie
cb5762416e Remove some stub code for ActiveScript which was never implemented. b=292577 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-22 21:47:35 +00:00
sspitzer%netscape.com
4c8a192829 fix for bug #202951
servers that don't support search should not show up in the search dialog.
if we have one selected in the folder pane when we open the dialog,
just select the first server.

r/sr=bienvenu
2003-04-22 21:31:01 +00:00
sspitzer%netscape.com
0ca1dc063f fix for bug #202945
allow servers to not support filter after the fact.
r/sr=bienvenu
2003-04-22 20:59:17 +00:00
sspitzer%netscape.com
753ad32053 improve comment, no bug. 2003-04-22 20:46:17 +00:00
sspitzer%netscape.com
fca48e5e23 simple code cleanup, no bug. 2003-04-22 20:45:42 +00:00
brade%netscape.com
2e6c9d5ea4 missing hook from bug 192171 (r=brian johnson, sr=sfraser) 2003-04-22 20:32:59 +00:00
brade%netscape.com
e9240a3195 bug 197121; fix QI (r=brian johnson, sr=sfraser) 2003-04-22 20:30:54 +00:00
sfraser%netscape.com
bb318f28de Missed a file from the previous checkin, for bug 196704. 2003-04-22 20:06:19 +00:00
timeless%mozdev.org
3c6005c1ce Bug 202934 links doesn't like tdcolspan=3
r=jake@bugzilla.org
2003-04-22 19:56:12 +00:00
seawood%netscape.com
310255bacc Fixing freetype bustage 2003-04-22 19:43:37 +00:00
smontagu%netscape.com
1ec1871875 Bug 202009 (AIX) Some Japanese characters in UTF-8 document display as ? Authors=hhoetzel@us.ibm.com, Roland.Mainz@informatik.med.uni-giessen.de, r=smontagu, sr=roc+moz 2003-04-22 18:58:59 +00:00
seawood%netscape.com
aa543568ce These were not supposed to go in yet. 2003-04-22 18:25:18 +00:00
seawood%netscape.com
19b6055cdd Not so automated update. 2003-04-22 18:21:26 +00:00
seawood%netscape.com
c872b47a56 Abuse knowledge of autoconf internals and call AC_OUTPUT_MAKE_DEFS unconditionally as we want the defines to be available for the command line regardless of whether we're using AC_CONFIG_HEADER to generate module-specific headers.
Fixing tinderbox bustage
Bug #202425
2003-04-22 18:19:50 +00:00
sfraser%netscape.com
352be220ed Fix bug 196704: implement commands to get the selected text, and insert text, to allow for embedders (like Camino) to use them, e.g. for the Mac OS X services menu. Also fix image copy. r=brade, sr=kin. 2003-04-22 18:11:12 +00:00
seawood%netscape.com
504016ebf5 Abuse knowledge of autoconf internals and call AC_OUTPUT_MAKE_DEFS unconditionally as we want the defines to be available for the command line regardless of whether we're using AC_CONFIG_HEADER to generate module-specific headers.
Fixing tinderbox bustage
Bug #202425
2003-04-22 18:07:07 +00:00
bzbarsky%mit.edu
c75f2a9d47 Use delete[] for arrays, not delete. Bug 201367, patch by mstankus@calpoly.edu
(Mark Stankus), r=bbaetz, sr=sspitzer
2003-04-22 17:42:26 +00:00
harishd%netscape.com
7ac1abf691 Checking in for kaie@netscape.com: Hacky fix to guarantee that HTML messages don't get eaten because of missing </title>. b=195020, r=harishd@netscape.com, sr=peterv@netscape.com 2003-04-22 17:27:29 +00:00
rogerl%netscape.com
c7f40ed067 Dump fixes for class local bindings. 2003-04-22 17:19:30 +00:00
rbs%maths.uq.edu.au
21c618c8ea Extra consolidation for bug 118600, r+sr=roc+moz 2003-04-22 16:40:56 +00:00
seawood%netscape.com
80d9441879 Generate local header for gfx specific defines
Bug #202425 r=blizzard sr=roc+moz
2003-04-22 16:26:14 +00:00
rogerl%netscape.com
4ef0bedeb7 MethodClosure as FunctionInstance and fixed all Functions to be those
instances.
2003-04-22 16:18:30 +00:00