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

114408 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%netscape.com 02f7fa48f6 store junk mail classification on imap servers that support user keywords, r/sr=sspitzer 180857 2003-01-21 18:00:00 +00:00
timeless%mozdev.org ee059c7311 Bug 187466 Dialog buttons too close to content above them in classic
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-21 15:55:32 +00:00
bugreport%peshkin.net 809a020443 Bug 189790 voting info not displayed when editing/viewing a bug
patch by jnerad@bellsouth.net
r=burnus
a=justdave
2003-01-21 15:20:16 +00:00
kin%netscape.com 2d5b1438eb Fix for bug 188440 (textfields clobber selection when they should not.)
mozilla/layout/html/forms/src/nsTextControlFrame.cpp
  mozilla/layout/html/forms/src/nsTextControlFrame.h

Revert back to using a private method (SelectAllContents()) which implements a select all of the text widget contents by manually creating a range and adding it to the selection. This avoids triggering the autocomplete selection listener, which listens for a selection reason of SELECTALL_REASON. This change should be undone once the autocomplete listener is modified to distinguish between a programatic select all and one generated by a user gesture.

r=brade  sr=sfraser@netscape.com
2003-01-21 15:17:32 +00:00
axel%pike.org 50d0dd1236 not part of build, fix getBaseURI for Attr nodes in transformiix standalone 2003-01-21 14:21:10 +00:00
axel%pike.org c2b3fdbfd7 not part of build, wallpaper that most tests expect UTF-8 encoding, which is all we have, rs=peterv 2003-01-21 14:19:54 +00:00
axel%pike.org 5cb887d016 not part of build, remove broken uri parsing from transformiix standalone 2003-01-21 14:12:11 +00:00
axel%pike.org 1ce9ea68b9 make nspr and tx path handling happy on win32, not part of build 2003-01-21 14:07:43 +00:00
bzbarsky%mit.edu 91c3955b93 Fix the RDF-munging code to better handle the whole update-vs-assert thing.
Bugs 189034, 189080, 189107.  r=pkw@us.ibm.com, sr=peterv
2003-01-21 13:27:23 +00:00
cbiesinger%web.de 9fbb51eaf3 168095 patch by dwitte@stanford.edu r=suresh sr=peterv expired cookies not deleted correctly 2003-01-21 13:26:28 +00:00
neil%parkwaycc.co.uk 4678b7f1d9 Bug 189835 about:config doesn't work anymore r=jan sr=peterv 2003-01-21 12:52:18 +00:00
varga%netscape.com a63ff37bcf Fixing a typo. 2003-01-21 12:13:59 +00:00
shliang%netscape.com 0d802035c1 bug 134345 - sidebar button. r=sgehani, sr=jag 2003-01-21 08:49:35 +00:00
shliang%netscape.com b6048d3120 bug 176624 - popup blocking. r=danm, sr=jag 2003-01-21 07:38:02 +00:00
caillon%returnzero.com 261e5513ff Bug 182933 - Updating more pref API users. r=timeless,sr=sspitzer 2003-01-21 06:55:31 +00:00
dougt%netscape.com b5a2a88023 Disabling Glue when building with timeline b=189869. r=cls 2003-01-21 06:33:50 +00:00
radha%netscape.com bf8d1f829d Fix for bug # 166799. r= adamlock sr=alecf. Use LOAD_NORMAL_REPLACE for loads from onLoad Handler. 2003-01-21 04:10:56 +00:00
pkw%us.ibm.com 34095b8135 Bug 189598 - application/octet-stream handlers should not be remembered
automatically.
r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com
2003-01-21 02:30:57 +00:00
seawood%netscape.com 7a9b47930e Add atomic library for ultrasparc routines to packaging list.
r=wtc
2003-01-21 02:21:51 +00:00
kyle.yuan%sun.com 2b29e68be2 Bug 188156 gtk2 build is broken on Solaris (@embedding\browser\gtk\tests)
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=blizzard
Sun compiler can't deal with a complicated arg in g_warning()
2003-01-21 01:54:07 +00:00
dbaron%dbaron.org c51fe8f39d Fix crash (and refix other crashes in a cleaner way) by making UndisplayedMap own references to content nodes, just like frames do. b=161304 r+sr=bzbarsky 2003-01-21 00:47:14 +00:00
dougt%netscape.com a37c6a9268 fixing 189839 - remote gives the wrong return value. r=kairo@kairo.at 2003-01-21 00:12:11 +00:00
mkaply%us.ibm.com 93b924445b #189841
r=dougt, sr=dmose
OS/2 only - remove config/os2 from the tree
2003-01-21 00:05:39 +00:00
mkaply%us.ibm.com 2be49f1e9e #95128
r=pedemont, r=wtc, sr=dmose
OS/2 only - remove dependency on OS/2 specific dirent in dbm code

That was also the previous checkin to mcom_db.h - messed up the comment
2003-01-20 23:13:38 +00:00
mkaply%us.ibm.com 8eb912cc77 #165752
r=pedemont, sr=blizzard (OS/2 only)
OS/2 only - make -splash work
2003-01-20 23:11:05 +00:00
timeless%mozdev.org 86a54ae5ea Bug 189685 Allow cookieservice to run without access to the profile directory
r=dwitte sr=roc+moz
2003-01-20 22:18:42 +00:00
wtc%netscape.com 4a5e94430e Bug 188439: fixed a bug in the PR_Poll implementation for
_PR_POLL_WITH_SELECT.  We could still call FD_SET if the osfd was larger
than FD_SETSIZE.  Fixed the bug that _PR_POLL_WITH_SELECT was defined after
the system header files had been included.  Need to define it on the
compile command line.  Define _USE_BIG_FDS on HP-UX.  Because that macro
increases the size of fd_set to about 7500 bytes and PR_Poll allocates 3
fd_sets on the stack, also increased the minimum thread stack size to 128KB
on HP-UX.
Modified Files: configure configure.in _hpux.h _osf1.h ptio.c
2003-01-20 20:52:48 +00:00
mikep%oeone.com 94ca9b4c27 Fixing hover link color. 2003-01-20 19:37:47 +00:00
locka%iol.ie 78efaaeec4 NOT PART OF BUILD. Utility for listing and counting how many times iids are referenced by each executable and library 2003-01-20 19:36:59 +00:00
alecf%netscape.com c13ffc7c9a fix for bug 160377 - only write prefs when they are dirty.
sr=dveditz, r=timeless
2003-01-20 19:08:54 +00:00
timeless%mozdev.org 0e49101844 Bug 189785 CTL shouldn't use quotes for modulename
r=Roland.Mainz@informatik.med.uni-giessen.de sr=alecf
2003-01-20 19:07:10 +00:00
aaronl%netscape.com 84aaf09fc9 Bug 176296. make type ahead work in mailnews, support boolean accessibility.typeaheadfind.autostart pref. Reversing partial backout of this fix. r=kyle, sr=jst 2003-01-20 18:43:10 +00:00
karnaze%netscape.com a8596de177 bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky. 2003-01-20 18:04:34 +00:00
wtc%netscape.com 7091c63f22 Bug 80082: need to install libnspr_flt4.so in dist/bin too, for the Mozilla
client.
2003-01-20 16:29:42 +00:00
wtc%netscape.com 0b51e44b47 Bug 134113: make NSPR build on Win32 using MinGW gcc. The patch is
contributed by Chris Seawood <seawood@cls.org> and Dan Mosedale
<dmose@mozilla.org>. r=wtc.
Modified files: configure configure.in config/Makefile.in autoconf.mk.in
now.c rules.mk lib/ds/Makefile.in lib/libc/src/Makefile.in
lib/msgc/src/Makefile.in prtypes.h _winnt.h pr/src/Makefile.in prmapopt.c
pr/src/md/windows/Makefile.in ntio.c ntmisc.c pr/tests/Makefile.in
runtests.ksh pr/tests/dll/Makefile.in
2003-01-20 16:26:24 +00:00
timeless%mozdev.org 432b2c116e Bug 189496 Capitalize accesskeys in cache preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-20 16:13:44 +00:00
timeless%mozdev.org e18cefa066 Bug 189492 Capitalize accesskey for More Infor_m_ation in smart browsing preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-20 16:13:15 +00:00
timeless%mozdev.org d886fa7ed1 Bug 189495 Capitalize accesskeys in forms preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2003-01-20 16:13:14 +00:00
timeless%mozdev.org 3b61f9129f Bug 80242 "Save As" doesn't check that the directory exists
patch by law r=timeless sr=jst
2003-01-20 15:19:45 +00:00
igor%mir2.org 2081b5922b Patch from Christopher Oliver to fix http://bugzilla.mozilla.org/show_bug.cgi?id=189183 2003-01-20 15:09:45 +00:00
mkaply%us.ibm.com ccb720f94c The real fix - there were two places I needed to ifneq 2003-01-20 13:47:49 +00:00
neil%parkwaycc.co.uk 4e62452167 Bug 189452 about:config localization issues r=caillon sr=sspitzer 2003-01-20 13:39:19 +00:00
neil%parkwaycc.co.uk 51afdd991b Bug 161333 js perf improvement in msgMail3PaneWindow.js, GetFirstSelectedMessage() r=dmose sr=sspitzer 2003-01-20 13:07:06 +00:00
dbradley%netscape.com a232df99c3 Bug 189296 - Plugin code takes address of nsCOMPtr's. r=adamlock, sr=jst 2003-01-20 13:03:06 +00:00
peterv%netscape.com 0625de1e48 Remove redundant line. 2003-01-20 12:54:25 +00:00
timeless%mozdev.org cdfd33a026 Bug 180942 Helper Applications panel: buttons/groupbox partially cropped on right side
patch by doron r=caillon sr=bz
2003-01-20 12:39:50 +00:00
neil%parkwaycc.co.uk 3390e8c9df Bug 179567 Cannot dismiss menu by clicking on menubar p=aaron r=bryner sr=jag 2003-01-20 11:58:30 +00:00
seawood%netscape.com dc1cf7eb55 Fixing Forte static build bustage.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
r=cls sr=dmose
2003-01-20 11:57:47 +00:00
axel%pike.org 80a8d122dc not part of the build, bad string do in test app 2003-01-20 11:14:20 +00:00
axel%pike.org 4d25e1660b bug 157142, clean up unnecessary configure tests and allmakefiles.sh, add a lib directory for standalone to get debug info on win32 (npob), r=cls 2003-01-20 11:04:27 +00:00