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

113644 Коммитов

Автор SHA1 Сообщение Дата
wtc%netscape.com 6b29d3c5d5 Use quotes instead of angle brackets to fix classic mac bustage. 2003-01-07 20:51:24 +00:00
wtc%netscape.com deac9f718a A temporary fix for the Solaris gcc build. Removed the -z defs linker flag
because gcc-compiled objects reference symbols not defined in -lc.  The
correct fix is to use gcc to build the shared libraries, as we do on Linux.
Modified Files: configure.in configure
2003-01-07 20:49:41 +00:00
mikep%oeone.com be97c25aae Fixing bug 166433, calendar has no icon in Linux. 2003-01-07 15:52:05 +00:00
bernd.mielke%snafu.de d508e8723e fix bustage 2003-01-07 06:08:23 +00:00
wtc%netscape.com 8b1b820c0c Bug 158704: need to define a stub for PT_FPrintStats in classic NSPR. 2003-01-07 05:45:59 +00:00
sfraser%netscape.com 742bcf86a5 Fix scrollwheel code so that shift-mousewheel scrolls sideways. Bug 170403. r/sr=bryner. 2003-01-07 05:35:42 +00:00
bernd.mielke%snafu.de 23a4e4d7bf fix border draw glitchin border collapse mode caused by an uninitialized variable bug 128930, patch karnaze@netscape.com r=bernd sr=bzbarsky 2003-01-07 05:14:54 +00:00
bryner%netscape.com f58b23efec merging changes from CHIMERA_M1_0_1_BRANCH. Not part of the default build. 2003-01-07 05:04:07 +00:00
wtc%netscape.com 1af4595b5b Bug 158704: PT_FPrintStats also needs to be exported (for the test programs
only).  Define it as a no-op in optimized builds.  Deleted PT_GetStats,
which is not useful.
Modified files: primpl.h, nspr.def, ptio.c
2003-01-07 04:52:25 +00:00
jrgm%netscape.com 9d9c1f6355 Changing value of user_pref 'dom.allow_scripts_to_close_windows' from '2' to 'true' so that it actually takes effect. 2003-01-07 04:33:26 +00:00
depstein%netscape.com f541ddd184 Added nsIHttpChannel->GetResponseText test. Not part of the build. 2003-01-07 04:26:49 +00:00
bryner%netscape.com f7a91a2786 Merge changes from CHIMERA_M1_0_1_BRANCH. 2003-01-07 02:59:17 +00:00
aaronl%netscape.com ed48790710 Bug 110718. Fix keydead problem during Transferring stage of document load, when the currently visible doc is a zombie. r=bryner, sr=jst. Bug 169767. Tabbing in XUL broken when textfield only tabbing pref is set. r=akkana, sr=bryner. Bug 187303. No keyboard access to URL bar when textfield only tabbing pref is set 2003-01-07 02:09:06 +00:00
bzbarsky%mit.edu 08a01474ef Fix buld bustage on Irix -- ^M is bad! 2003-01-07 01:35:47 +00:00
bzbarsky%mit.edu 17339d3e49 HTMLImageElement.height/.width access needs to flush before getting the frame
sizes.  Bug 157978, r=caillon, sr=peterv
2003-01-07 01:33:12 +00:00
bzbarsky%mit.edu f2c0b9834f fix a crash that could happen if a child import met with an error (eg failed to
open a channel).  Bug 186606, r=sicking, sr=peterv
2003-01-07 01:13:07 +00:00
kaie%netscape.com 233f20dbed b=184940 Enable additional SSL ciphers, add configuration UI
r=javi sr=jaggernaut
2003-01-07 00:58:24 +00:00
bzbarsky%mit.edu f3fc0935dc asserting that a PRUint32 is >= 0 is silly. Bug 187002, r=sicking, sr=peterv 2003-01-07 00:37:19 +00:00
cltbld%netscape.com d7073daa75 Fixing qatest a bit. -mcafee 2003-01-07 00:33:31 +00:00
wtc%netscape.com 8ae1fa8c46 Bug 158704: 1. Added comments explaining why we need to install an
additional copy of libnspr_flt4.so in pr/src/cpu/sparcv8plus if the
libnspr4.so installed in dist/lib is a symbolic link.
Modified files: pr/src/Makefile.in, pr/src/md/unix/Makefile.in
2. Made the 'release' and 'real_install' makefile targets install
libnspr_flt4.so in the cpu/sparcv8plus subdirectory of lib.
Modified files: config/rules.mk pr/src/md/unix/Makefile.in
2003-01-06 23:42:06 +00:00
wtc%netscape.com 183d6a449b Bug 158704: removed the workaround of using the non-existent pkg/Makefile
to cause AC_OUTPUT to create the pkg directory.  Create it explicitly.
2003-01-06 23:34:47 +00:00
mstoltz%netscape.com a7c821ee09 Bug 162584: don't linkify javascript: and data: URLs in about:cache-entry. r=gordon, sr=darin 2003-01-06 23:34:43 +00:00
aaronl%netscape.com 3db9cbb0ca Bug 187575. Context menus should not eat clicks outside themselves (in Windows). r=dean, sr=alecf 2003-01-06 23:14:59 +00:00
jst%netscape.com 79a55119bb Fixing bug 158370. Newly created windows not fully usable in JS when running in some embedded apps. r=harishd@netscape.com, sr=peterv@netscape.com 2003-01-06 22:37:54 +00:00
kaie%netscape.com 3c02966450 b=177260 Fix known leaks in PSM, track blocking PSM UI, track open SSL sockets
r=javi sr=darin
2003-01-06 22:23:49 +00:00
pschwartau%netscape.com abd8e71173 Initial add. Regression test for bug 187133. 2003-01-06 22:18:34 +00:00
wtc%netscape.com 576c410b89 Bug 183907: increase the default and minimum thread stack size to 128K on
AIX because bos.rte.libc 4.3.3.88 includes a fix for a security bug that
greatly increases the amount of stack space used when calling functions
like gethostbyname.  Thanks to Philip K. Warren <pkw@us.ibm.com> for the
fix.
2003-01-06 22:13:28 +00:00
sicking%bigfoot.com 8adcb6f8d7 fix uninitialized-variable-warning.
b=186835 r=glazman sr=jst
2003-01-06 21:47:24 +00:00
seawood%netscape.com 3f2f9f1998 Removing dos-newlines.
Fixing IRIX tinderbox bustage.
2003-01-06 21:43:09 +00:00
aaronl%netscape.com efad155ceb Bug 179567. Backing out, causes menu regressions. 2003-01-06 21:15:20 +00:00
seawood%netscape.com e15e78fbe4 Backout previous checkin 2003-01-06 20:54:51 +00:00
varga%netscape.com 451d7ab6c9 Wallpaper fix for bug 84187.
r=waterson,sr=jag
original patch by waterson
2003-01-06 20:36:50 +00:00
mkaply%us.ibm.com ef048bb6cf #183100
r=mkaply, sr=blizzard (platform specific code)
OS/2 only - use both 96 and 120 dpi bitmap fonts to get better granularity
2003-01-06 20:19:43 +00:00
timeless%mozdev.org 04734d6ae4 Bug 187759 opening menu with full-page (quicktime, flash) plugin crashes in [@ nsMenuBarFrame::SetActive ]
r=aaronl sr=bz
2003-01-06 20:12:04 +00:00
cltbld%netscape.com 9087ad5288 Condensing HTML table, for tbox uses. -mcafee 2003-01-06 19:48:10 +00:00
wtc%netscape.com feb649ef84 Bug 158704: should use GARBAGE instead of ALL_TRASH to specify that
$(MAPFILE) should be removed by "make clean".  In pr/src, the "cpu"
directory needs to be removed if NSDISTMODE is not "copy".
Modified Files:
	pr/src/Makefile.in lib/ds/Makefile.in lib/libc/src/Makefile.in
2003-01-06 19:43:48 +00:00
timeless%mozdev.org b11eaa7f67 Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summary
r=burnus a=justdave
2003-01-06 18:56:28 +00:00
mikep%oeone.com 1db4961b0a Fixing problem with double clicking on events from last month. 2003-01-06 18:38:48 +00:00
mikep%oeone.com c02b821ed1 Fixing so that clicking on Go To URL button in event dialog opens a new tab, or it opens a window that is not modal, bug 160225. 2003-01-06 16:37:18 +00:00
mikep%oeone.com 397f95bb77 Fixing event dialog so that start and end time display correctly when adjusted. bug 183081 inspired this. 2003-01-06 15:54:49 +00:00
leaf%mozilla.org 6975ca7512 Automated update 2003-01-06 15:30:38 +00:00
cbiesinger%web.de ca7d9a4d06 89203 r=cls remove --disable-bidi and always enable bidi 2003-01-06 15:22:06 +00:00
sicking%bigfoot.com 11c1ced9e8 Comment-removal, part of the patch for bug 186835. 2003-01-06 15:08:49 +00:00
sicking%bigfoot.com f58ff0e965 Bug 186835: Hold off notifying that the transformation is finished until all stylesheets are loaded.
r=peterv sr=bz
2003-01-06 14:55:13 +00:00
locka%iol.ie e57af92235 Remove StdAfx.cpp / h. Checked on behalf of steve--w@dircon.co.uk r/a=adamlock@netscape.com 2003-01-06 13:50:44 +00:00
bryner%netscape.com 4bf7cc18c7 Meant to remove this file too. Not part of the build. 2003-01-06 08:56:58 +00:00
bryner%netscape.com a8015b4245 Removing another unused dlldeps.cpp file. Not part of the build. 2003-01-06 08:42:13 +00:00
gerv%gerv.net 111b9e75f4 Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave. 2003-01-06 08:39:16 +00:00
bryner%netscape.com 1124a4d14b Removing unused file. Not part of the build. 2003-01-06 08:11:09 +00:00
gerv%gerv.net 218c08dc2b Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave. 2003-01-06 07:56:28 +00:00