pinkerton%netscape.com
0f0967e0e4
patches from dean_tessman@hotmail.com for bug 17159. Teach popups about if they are context menus and accept right clicks to select menu items if they are. r=hyatt, a=jar.
2000-03-01 03:12:51 +00:00
hyatt%netscape.com
ad10d5160d
Fix for 28856. r=karnaze,troy a=jar
2000-03-01 02:35:14 +00:00
hyatt%netscape.com
3518ea58d1
Fix for bug #28856 . r=karnaze,troy a=jar
2000-03-01 02:33:41 +00:00
hyatt%netscape.com
60a7ae724c
Adding a tree regression test for bug#28856. Not part of build.
2000-03-01 02:32:06 +00:00
valeski%netscape.com
f6c1f21963
26336. a=jar, r=norris,pollman. We now allow uri creation failure to pass through to the webshell so we can throw error dialogs if need be. This allows 'https not supported' dialogs to be thrown from form submissions when https isn't installed
2000-02-29 20:36:52 +00:00
dcone%netscape.com
7cba92254e
fixed directory calls for printer regression testing. r=karnaze a=rickg
2000-02-29 14:44:56 +00:00
karnaze%netscape.com
71838b1fb9
new regression test not affecting the build.
2000-02-29 13:22:46 +00:00
karnaze%netscape.com
f41508bcd7
PDT+ bug 28928 - correctly handle reflow of hidden inputs. r=rods, a=rickg
2000-02-29 13:17:33 +00:00
Jerry.Kirk%Nexwarecorp.com
14764fb096
Change default "option" key from Alt to Ctrl for Neutrino.
...
This is for PHOTON only.
2000-02-29 13:06:06 +00:00
pollmann%netscape.com
3a67f9317c
Bug 28670: Move scroll methods from webshell to docshell r=travis a=rickg
2000-02-29 06:51:48 +00:00
pollmann%netscape.com
4f12cda18b
Bug 28670: Move scroll methods from webshell to docshell and XUL scrollbar removal from XULDocument to here r=travis a=rickg
2000-02-29 06:51:04 +00:00
pinkerton%netscape.com
22783424fd
fix for 28781 which leaked a presShell during menu creation causing a crash with animated gifs. r=scc a=jevering/jar.
2000-02-29 06:46:47 +00:00
saari%netscape.com
f8b6e475eb
fix for PDT+ 29004. r=hyatt, a=jevering
2000-02-29 03:54:49 +00:00
rods%netscape.com
e11b8d193b
Makes it so select tag are monolithic, this means the sink doesn't get flushed
...
until the end tag of a select. This helps performance a great deal. If it gets flushed
inbetween then the remaining options are added one at a time using the AddOption
and this is a lot less effecient.
b 28593, r=vidur
2000-02-28 21:38:30 +00:00
dcone%netscape.com
42c61a6308
Added a animation test graphic. r=karnaze a=rickg
2000-02-28 21:36:15 +00:00
rods%netscape.com
6f63f843fe
when the value attr is set the hint needs to be reflow.
...
b 28593, r=buster
2000-02-28 21:35:51 +00:00
dcone%netscape.com
a25c83f5bb
fixed images. r=leaf a=rickg
2000-02-28 21:35:14 +00:00
rods%netscape.com
48862be675
turned off the flushing of reflows when an option item is removed
...
b 28593, r=vidur,troy
2000-02-28 21:33:41 +00:00
dcone%netscape.com
85447e816c
Added some tests to the image printer regression test bed. r=karnaze a=rickg
2000-02-28 14:31:29 +00:00
dcone%netscape.com
987c76b78b
Update printer regression tests. r=karnaze a=rickg
2000-02-28 14:27:50 +00:00
dcone%netscape.com
b1ef34f441
Update images and test files for printer regression testing. r=karnaze a=rickg
2000-02-28 14:27:01 +00:00
dcone%netscape.com
042a339547
Added regression tests for printing. r=karnaze a=rickg
2000-02-28 14:26:02 +00:00
karnaze%netscape.com
de65cab8cb
new regression test not affecting the build.
2000-02-27 22:37:49 +00:00
karnaze%netscape.com
dd7511a8f6
PDT+ bug 27124 - correctly handle child frames that are not row groups. r=troy, a=rickg
2000-02-27 22:36:42 +00:00
cls%seawood.org
1316eb9670
Bring mathml up to speed on the API change made to nsStyleUtil on 2/24/00.
2000-02-27 07:24:17 +00:00
saari%netscape.com
d88605b116
28467 fix, a=jar, r=hyatt
2000-02-26 01:02:31 +00:00
av%netscape.com
e871987c35
Fix for 27486, r=rickg, a=rickg
2000-02-26 00:14:16 +00:00
mjudge%netscape.com
ec5aa889d9
bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one
2000-02-25 23:57:37 +00:00
mjudge%netscape.com
f223c0f551
regression fix used wrong variable. compared apples to apple seeds instead of other apples.
2000-02-25 23:56:40 +00:00
jdunn%netscape.com
27403fbe50
checkin newlines for hpux
...
r= pepper@netscape.com
2000-02-25 23:45:53 +00:00
erik%netscape.com
4831ebe74f
bug 18136; new table of font sizes for HTML sizes 1-7, based on testing
...
Nav4's fixed width fonts; r=pierre; a=rickg
2000-02-25 23:02:46 +00:00
erik%netscape.com
0437648bbd
bug 18136; changing default size for fixed width font to 13px; r=pierre;
...
a=rickg
2000-02-25 23:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com
bc87037322
Change
...
#ifndef XP_UNIX
to
#if !defined(XP_UNIX) || defined(NTO)
so the ALT key will bring up menus under Neutrino.
r=kedl
2000-02-25 14:29:45 +00:00
hyatt%netscape.com
35a052fe90
Fix Linux bustage. No biggy. Just an nsCOMPtr flub. r=pavlov
2000-02-25 10:30:19 +00:00
saari%netscape.com
659643ba81
Keeping Mac tree green for Hyatt, camelot failure
2000-02-25 09:08:05 +00:00
hyatt%netscape.com
c5a3f61f35
XUL Property APIs, b=26109, r=ben
2000-02-25 08:37:49 +00:00
mjudge%netscape.com
81c805155c
adding support for new nsIDOMSelection. r=jfrancis a=jar. this is for caret appearance
2000-02-25 04:31:15 +00:00
evaughan%netscape.com
9525193b33
Fixes for bugs: 28460, 27573, 27242, 24721
...
-r waterson -a jar
2000-02-25 04:18:34 +00:00
bryner%uiuc.edu
bbfe27364b
Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
...
building in the tests directories. Should not affect the build at all if
you do not have this environment variable. r=leaf.
2000-02-25 04:12:40 +00:00
erik%netscape.com
393df02976
bug 18136; added new font size table, but currently #if'ed out; r=pierre;
...
a=rickg
2000-02-25 04:00:53 +00:00
av%netscape.com
69b4d53f01
Fixing 27486, r=beard
2000-02-25 01:02:53 +00:00
mjudge%netscape.com
106ee1603a
bug15384 approved pdt+ team r= patrick beard
2000-02-24 22:01:37 +00:00
karnaze%netscape.com
5739a83216
new regression tests not affecting the build.
2000-02-24 16:00:35 +00:00
pierre%netscape.com
55d42bb3b3
Bug 18136/21950 "Fixing the font size mess". Implemented Todd Farhner's system in nsStyleUtil. Disabled the font size rounding code on Windows (see bug 24005). r=erik, a=rickg
2000-02-24 12:51:28 +00:00
pinkerton%netscape.com
6c124c88a3
don't fetch the image unless we are in the layer that is being drawn. r=evaughan,hyatt, a=jar.
2000-02-24 03:42:40 +00:00
pinkerton%netscape.com
2fad7e232b
fix for case where when a frame is deleted as a result of a drag (say, moving a bookmark or mail message) we don't try to access the frame after it has been deleted but use |mCurrentTarget| which we know will be up to date and safe. Also check for null in UpdateCursor()...we should have been doing this anyway. r=saari, a=jevering.
2000-02-24 03:41:14 +00:00
tbogard%aol.net
73738f9644
Commented out the call to webShell::Remove focus as it is no longer needed and the function is going away. Work for 13374. r=rods, saari
2000-02-24 01:47:40 +00:00
pollmann%netscape.com
3b493e429f
Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg
2000-02-24 00:08:00 +00:00
norris%netscape.com
3d5f67908e
Fix 28612 META Refresh allowed in Mail/News
...
r=mstoltz,a=jar
Fix 28658 File upload vulnerability
r=vidur,a=jar
2000-02-23 22:34:40 +00:00
nisheeth%netscape.com
0c00358163
r=pollmann. Fix for PDT+ bug 28556. We were leaking nsIAtom's in the XML content sink. Thanks to Patrick Beard for providing the fix.
2000-02-23 22:16:03 +00:00