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

66673 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com 236b740b21 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 6c4f6046c0 Mac fix that derived out of 43470. r=danm 2000-07-28 03:47:55 +00:00
ben%netscape.com ba6000b182 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 a08e1ffdc0 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 93cf3bbf6c 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 9b4eec1198 Fix for 43778. r=ben 2000-07-28 02:22:59 +00:00
rhp%netscape.com 017aaf19db 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 f42ada2d34 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 58995d0b6f Fix typo, bug 46260. r=pinkerton. 2000-07-28 00:56:37 +00:00
harishd%netscape.com 0f393d64bf 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 70636b2129 Fix 6553 at last -- image badge icons now show on Mac. r=pinkerton. 2000-07-28 00:55:53 +00:00
sfraser%netscape.com c7f747c79d 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 4c54248920 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 fb7bcf3f09 Fix for 41145. 2000-07-28 00:35:30 +00:00
hyatt%netscape.com db2fbf838d Fix for 41145. r=waterson 2000-07-28 00:35:02 +00:00
hyatt%netscape.com 9dd6b8c0c0 Fix for 41145, r-waterson 2000-07-28 00:34:22 +00:00
morse%netscape.com 82eebb8026 bug 45455, deleting blank username causes wrong user to be deleted, r=jrgm 2000-07-28 00:28:43 +00:00
morse%netscape.com 075354abd9 bug 45454, blank username is not selectable, r=jrgm 2000-07-28 00:26:17 +00:00
pinkerton%netscape.com b89dbb4d0d 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 d5e62f3ad4 Fix bug # 46710: get d&d working for file/ftp listings. r=pinkerton 2000-07-28 00:22:07 +00:00
sfraser%netscape.com 5bae1e124b 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 b681f6f4b6 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 7efa1939cd Fix for incorrect error notification on Copy failures - Bug #: 41504 - r: bienvenu 2000-07-28 00:18:56 +00:00
edburns%acm.org ea4e316ca7 Classes must be built first in order to build jni. 2000-07-28 00:17:21 +00:00
dbaron%fas.harvard.edu aaa4bc5f03 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 8faf85c840 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 6b3cbec149 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 1001398698 bug#22754: fix, nsbeta3. pnunn. r:gagan 2000-07-27 23:37:00 +00:00
mcafee%netscape.com e2c3b6bfeb 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 bdba3958d8 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 7f81d0ea45 Fix leak of GlobalWindowImpl. r=a=waterson 2000-07-27 23:27:00 +00:00
dbaron%fas.harvard.edu a394eeee27 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 8f5f2da417 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 faeff15f65 Properly removing viewmanager2 pref UI. r=matt 2000-07-27 23:03:22 +00:00
alecf%netscape.com 78bd581bcc 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 6597c436ca Ignore generated files. 2000-07-27 22:31:40 +00:00
mcafee%netscape.com aa023be989 Ignore generated files 2000-07-27 22:27:20 +00:00
mcafee%netscape.com 31970dcf09 Adding gtkEmbed tests to build (43055). r=dougt 2000-07-27 22:25:23 +00:00
brade%netscape.com 468db7ec47 missing whitespace 2000-07-27 21:56:47 +00:00
cls%seawood.org 579f698703 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 771988f80d add missing keybindings for windows-alternative shortcuts (cut/copy/paste); bug #41078) 2000-07-27 21:55:25 +00:00
brade%netscape.com 2b35ffaa14 don't delete unless no modifier keys are pressed (bug #41078) 2000-07-27 21:50:04 +00:00
brade%netscape.com c230fa9aeb add static to remove warning 2000-07-27 21:49:46 +00:00
brade%netscape.com 225e4ed280 don't delete unless no modifiers are pressed (bug #41078) 2000-07-27 21:49:42 +00:00
brade%netscape.com b7d24e6838 remove unused function 2000-07-27 21:48:06 +00:00
brade%netscape.com e6b702e50a add static to two methods to remove warnings 2000-07-27 21:46:26 +00:00
brade%netscape.com 95875adb91 delete only if there are no other modifiers (bug #41078) 2000-07-27 21:45:27 +00:00
brade%netscape.com 8814f9c29b handle control-delete (bug #41078) 2000-07-27 21:43:57 +00:00
brade%netscape.com 6221483973 handle control-delete and shift-delete (bug #41078) 2000-07-27 21:41:50 +00:00
brade%netscape.com a7e3b234ad clean up the code; remove unnecessary code/functions; don't handle delete/fwd delete keypresses if there is a modifier key pressed; bug #41078; r=kin 2000-07-27 21:39:48 +00:00