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

66635 Коммитов

Автор SHA1 Сообщение Дата
ben%netscape.com 70c9ada1f8 fixing toolbarseparator warnings, forgot to check this in with 46613 fixes last night. 2000-07-28 04:24:56 +00:00
pinkerton%netscape.com dcbd627f07 Fix for 46749, regression from my earlier checkin. forgot to check for null before
looking for the menu parent. Doh!
2000-07-28 04:10:12 +00:00
dmose%mozilla.org 4b5231a715 on some windows configurations, the build has been messed up for at least a couple of weeks because some microsoft header file defines 'interface', which conflicts with the member variable in xpt_struct.h. rename the member variable from interface to iface. workaround suggested by alecf@netscape.com. r=jband@netscape.com, a=waterson@mozilla.org 2000-07-28 04:03:50 +00:00
dmose%mozilla.org 7634788461 conditionally build LDAP code on windows if ENABLE_LDAP env var is set. r=cls@seawood.org, a=waterson@mozilla.org 2000-07-28 04:00:47 +00:00
danm%netscape.com 92d0a3a892 shut down a selection's autoscroll timer in the selection's destructor. bug 43470. r=saari@netscape.com 2000-07-28 03:48:26 +00:00
saari%netscape.com af34e4532e Mac fix that derived out of 43470. r=danm 2000-07-28 03:47:55 +00:00
ben%netscape.com a04150fb25 fixes to Mac classic skin to match my updates to Windows classic last night, b46613 2000-07-28 03:09:05 +00:00
mkaply%us.ibm.com 2168fcea6b OS/2 Tinderbox breakage
Just because someone uses the unix Makefiles doesn't mean they have GTK
2000-07-28 03:01:03 +00:00
wtc%netscape.com dacf1ff7d8 Fixed Bugzilla bug #45181.
Modified files: _beos.h, _macos.h, _os2.h, _unixos.h, _win95.h, _winnt.h,
primpl.h, prfile.c, prio.c, prsocket.c, bfile.c, macsockotpt.c, os2io.c,
unix.c, ntio.c, w95io.c, prinit.c, ptio.c
2000-07-28 02:40:54 +00:00
hyatt%netscape.com cd1abc962e Fix for 43778. r=ben 2000-07-28 02:22:59 +00:00
rhp%netscape.com 1466ebf34a Fix for conversion problems with my favorite fields - phone numbers - Bug #: 1193 - r: pmock 2000-07-28 01:56:14 +00:00
harishd%netscape.com d65b30ae01 Migrating beta2+ fix
----------------------------

45975 - Making sure that the stack position doesn't become negative.
Note: This is a HACK for beta2. The real fix will go in for beta3.

r=jst
a=nisheeth
2000-07-28 01:01:08 +00:00
sfraser%netscape.com 913b8a4431 Fix typo, bug 46260. r=pinkerton. 2000-07-28 00:56:37 +00:00
harishd%netscape.com c053f4d327 Migrating beta2 fix to the branch
---------------------------------------------
42388 (nsbeta2+)  - Disabling transitional DTD
r=jst
a=nisheeth
2000-07-28 00:56:15 +00:00
sfraser%netscape.com d728dc7b8b Fix 6553 at last -- image badge icons now show on Mac. r=pinkerton. 2000-07-28 00:55:53 +00:00
sfraser%netscape.com 571d0bfd1a Fix menu ordering on hide/show menus, bugs 45798, 29835, 45874, and 45914. r=saari, pinkerton. 2000-07-28 00:45:56 +00:00
attinasi%netscape.com dece6a14f7 Trunk fix: bug 29061, where relative width value of '*' was getting 0 instead of 1. Simple fix, r=karnaze b=29061 2000-07-28 00:37:02 +00:00
hyatt%netscape.com ae55d8736e Fix for 41145. 2000-07-28 00:35:30 +00:00
hyatt%netscape.com 9f12a75d17 Fix for 41145. r=waterson 2000-07-28 00:35:02 +00:00
hyatt%netscape.com e5be1850a1 Fix for 41145, r-waterson 2000-07-28 00:34:22 +00:00
morse%netscape.com b2cf7ecc13 bug 45455, deleting blank username causes wrong user to be deleted, r=jrgm 2000-07-28 00:28:43 +00:00
morse%netscape.com 76efee7a65 bug 45454, blank username is not selectable, r=jrgm 2000-07-28 00:26:17 +00:00
pinkerton%netscape.com 825776d19b Fix for 31727, make submenus inherit the context menu-ness from their parents. Another
great patch from Dean Tessman.
2000-07-28 00:25:18 +00:00
rjc%netscape.com 889d7bacb8 Fix bug # 46710: get d&d working for file/ftp listings. r=pinkerton 2000-07-28 00:22:07 +00:00
sfraser%netscape.com 2849d98e2b Fixes for URL echo Apple Event handling from Steve Cox <scox@artlogic.com> for bug 44250. r=smfr 2000-07-28 00:21:06 +00:00
pchen%netscape.com ab56096dc9 Bugs 45817, 46531. Clean up code, make it same as fix I checked in onto branch, r=pinkerton. 2000-07-28 00:20:54 +00:00
rhp%netscape.com f86f929e73 Fix for incorrect error notification on Copy failures - Bug #: 41504 - r: bienvenu 2000-07-28 00:18:56 +00:00
edburns%acm.org 15a59d37c9 Classes must be built first in order to build jni. 2000-07-28 00:17:21 +00:00
dbaron%fas.harvard.edu c2ca7000e2 Make the block regression tests easier to run on Linux. They no longer require setting any environment variables. r=pollmann Not part of build. 2000-07-27 23:42:34 +00:00
dbaron%fas.harvard.edu 76da654012 Bring mozilla-viewer.sh all the enhancements made to mozilla (the shell script) in the past year or so, plus one more (-- to turn off command line handling). This is needed to get block regression tests to run easily. r=pollmann 2000-07-27 23:41:28 +00:00
dbaron%fas.harvard.edu 0d22e864e2 Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038 2000-07-27 23:37:44 +00:00
pnunn%netscape.com 6804506105 bug#22754: fix, nsbeta3. pnunn. r:gagan 2000-07-27 23:37:00 +00:00
mcafee%netscape.com cc2459e95f Cleaning up debug pref pane; saving space on navigator pref pane (5236). r=matt 2000-07-27 23:31:51 +00:00
dbaron%fas.harvard.edu 70057bf9f7 Fix leak of keybinding table and keybinding documents. r=waterson b=17390, 24645 2000-07-27 23:31:09 +00:00
dbaron%fas.harvard.edu 1dfb7c70a6 Fix leak of GlobalWindowImpl. r=a=waterson 2000-07-27 23:27:00 +00:00
dbaron%fas.harvard.edu a09c77e4d1 Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963 2000-07-27 23:17:53 +00:00
dbaron%fas.harvard.edu a8ac67fd24 Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963 2000-07-27 23:11:02 +00:00
mcafee%netscape.com b94ce9a821 Properly removing viewmanager2 pref UI. r=matt 2000-07-27 23:03:22 +00:00
alecf%netscape.com 145f491851 mozilla side of fix for bugscape 1638 - only show ISPs which explicitly request it
r=mscott
2000-07-27 22:55:31 +00:00
mcafee%netscape.com 63ed07fdc2 Ignore generated files. 2000-07-27 22:31:40 +00:00
mcafee%netscape.com 8c6547eda4 Ignore generated files 2000-07-27 22:27:20 +00:00
mcafee%netscape.com a6f3579917 Adding gtkEmbed tests to build (43055). r=dougt 2000-07-27 22:25:23 +00:00
brade%netscape.com 56dacc2bbc missing whitespace 2000-07-27 21:56:47 +00:00
cls%seawood.org bc0123dee3 Don't rely upon files that use jri_md.h to include prtypes.h which provides a much needed HAS_LONG_LONG define. Bug 31381 2000-07-27 21:56:07 +00:00
brade%netscape.com 217e63f09f add missing keybindings for windows-alternative shortcuts (cut/copy/paste); bug #41078) 2000-07-27 21:55:25 +00:00
brade%netscape.com 27f6a7dfb6 don't delete unless no modifier keys are pressed (bug #41078) 2000-07-27 21:50:04 +00:00
brade%netscape.com 07804d8679 add static to remove warning 2000-07-27 21:49:46 +00:00
brade%netscape.com f1394b807f don't delete unless no modifiers are pressed (bug #41078) 2000-07-27 21:49:42 +00:00
brade%netscape.com 3b91da3d74 remove unused function 2000-07-27 21:48:06 +00:00
brade%netscape.com 645979aa35 add static to two methods to remove warnings 2000-07-27 21:46:26 +00:00