Commit Graph

675 Commits

Author SHA1 Message Date
hyatt%netscape.com
c6871d4b8e part 2 of fix for bug #25073, r=pink,evaughan, a=jevering 2000-03-03 02:08:02 +00:00
evaughan%netscape.com
da65a61758 fix for bug 25073
-r hyatt -a jevering
2000-03-03 01:50:43 +00:00
hyatt%netscape.com
d6796e3c65 XUL RadioGroup element, not used in XUL. r=ben, a=jar 2000-03-02 10:00:09 +00:00
tbogard%aol.net
4eec4fb506 nsIPref is no longer passed around through inits on webshell, content viewers and presContext. In places where it is needed, it can be retrieved from the service manager. I removed a number of the getters and setters for prefs as the prefs will be the same from the service manager so we don't need getters. r=waterson a=rickg 2000-03-02 07:13:02 +00:00
pinkerton%netscape.com
cfb234a542 rewrite of popup positioning code to avoid placing a popup on top of the parent frame it is anchored to and to prevent moved popups from coming up under the mouse when they are too big or too close to the edge of the screen. Fixes bugs 29141 21155 23191. r=saari,hyatt a=jevering. 2000-03-02 04:08:04 +00:00
evaughan%netscape.com
cf0d42fc25 bugs fixes for: 28460, 27242, 29462
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
mjudge%netscape.com
7f21a0fc5d a=jar r= whomever reviewed it before. saari i think. this SHOULD have went in before cvs merge error i didnt catch sorry my bad. 2000-03-01 21:49:53 +00:00
pinkerton%netscape.com
ff4a0b661d 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
4c4a067931 Fix for bug #28856. r=karnaze,troy a=jar 2000-03-01 02:33:41 +00:00
Jerry.Kirk%Nexwarecorp.com
ec64db8436 Change default "option" key from Alt to Ctrl for Neutrino.
This is for PHOTON only.
2000-02-29 13:06:06 +00:00
pinkerton%netscape.com
28d4e5e0ee 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
mjudge%netscape.com
ed2b8d5f46 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
jdunn%netscape.com
70d3a43f78 checkin newlines for hpux
r= pepper@netscape.com
2000-02-25 23:45:53 +00:00
Jerry.Kirk%Nexwarecorp.com
44de5cabb5 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
edbf013e6f Fix Linux bustage. No biggy. Just an nsCOMPtr flub. r=pavlov 2000-02-25 10:30:19 +00:00
hyatt%netscape.com
5ff8c68587 XUL Property APIs, b=26109, r=ben 2000-02-25 08:37:49 +00:00
evaughan%netscape.com
9853879e89 Fixes for bugs: 28460, 27573, 27242, 24721
-r waterson -a jar
2000-02-25 04:18:34 +00:00
pinkerton%netscape.com
a583b1eb0e 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
73ff5d2c82 Fix for bug 25073. groupName for radio button items was not being set
initially if the item was checked in the content model when the frame
was created. Now always make sure we set that member. r=hyatt a=rickg
2000-02-22 01:50:48 +00:00
saari%netscape.com
fe210c2671 Fix for PDT+ 26618. Typing for hyatt, r=saari 2000-02-19 23:33:51 +00:00
hyatt%netscape.com
f0609ed210 Partial fix for #26618. r=saari 2000-02-19 22:29:20 +00:00
hyatt%netscape.com
f97397b67c Adding guards. Harmless. 2000-02-18 10:22:20 +00:00
hyatt%netscape.com
3a7e2648e5 fix for 27879, r=saari 2000-02-18 10:05:14 +00:00
hyatt%netscape.com
2e5b0f6667 Fix for bug #28334. r=saari 2000-02-18 08:57:28 +00:00
hyatt%netscape.com
70ef052747 Fix for PDT+ bug #18595. r=saari. 2000-02-18 08:05:56 +00:00
jdunn%netscape.com
080142580c Fix problem with NS_IF_ADDREF on member variables inside of const
member functions.  This includes removing all references to
NS_DEF_PTR and the including of nsIPtr.h

r=troy@netscape.com,dougt@netscape.com,scc@netscape.com
# 28114
a=chofmann@netscape.com
2000-02-17 23:19:18 +00:00
evaughan%netscape.com
b9c4dd1efc Fixed application freeze when turning off XUL box debugging from preferences.
-r pinkerton a- jar
2000-02-17 04:10:02 +00:00
evaughan%netscape.com
c7ba739a87 Box performance fix.
-r jevering
2000-02-16 23:00:52 +00:00
pinkerton%netscape.com
a8b19232af fix for 27858. pass the correct "dont resize view" flags to reflow. r=hyatt. 2000-02-16 00:23:41 +00:00
bryner%uiuc.edu
cf40b1e2cf Fix mousewheel scrolling in trees. r=hyatt@netscape.com. 2000-02-15 21:21:10 +00:00
jst%citec.fi
d73ba55650 Fix for blocker 27811. a=granrose 2000-02-15 17:14:59 +00:00
hyatt%netscape.com
6359374cc8 Converting trees to XBL. Boosts tree scrolling performance. 2000-02-15 09:28:28 +00:00
pinkerton%netscape.com
7e2173a9dd oops, checked in too much code, so removing it along with some #if 0's. r=saari. 2000-02-15 08:46:19 +00:00
pinkerton%netscape.com
a18c68d6f7 fixing warnings. r=saari. 2000-02-15 08:44:43 +00:00
hyatt%netscape.com
b8fafbdf6e General cleanup. 2000-02-15 01:36:01 +00:00
pepper%netscape.com
46691d7226 adding newline to fix lesser unix builds. 2000-02-15 00:56:15 +00:00
pepper%netscape.com
f07e6c9730 Removing unnessary enum commas to fix lesser unix builds. 2000-02-15 00:55:08 +00:00
evaughan%netscape.com
5fa0666639 Fix tree bustage. 2000-02-14 02:38:45 +00:00
evaughan%netscape.com
5ce4b52cef bug fix for 24351, 22512
-r saari
2000-02-14 01:42:09 +00:00
hyatt%netscape.com
f1b2ac2588 Don't need to listen to as many events with menu listenr now. 2000-02-13 23:15:40 +00:00
hyatt%netscape.com
4cf3095006 Really fixing 20998 2000-02-13 19:58:35 +00:00
hyatt%netscape.com
b7862dde8c Fixing obscene edge case in #5927. 2000-02-13 08:44:31 +00:00
hyatt%netscape.com
987bf4e696 Fix for bug #5927. 2000-02-13 08:33:39 +00:00
hyatt%netscape.com
4772ad71f7 Fix for bug #25739. 2000-02-13 06:40:30 +00:00
sfraser%netscape.com
f184a27d78 Remove a printf that should be debug only. r=akkana 2000-02-12 01:25:55 +00:00
karnaze%netscape.com
2e709d5d79 bug 8524 - don't use -moz-bg-inset in standard mode. r=troy
bug 10269 - renamed RequiresPass1Layout to IsAutoLayout and have it force a fixed layout table (not tree) to be auto layout if the table is auto width.
2000-02-12 00:58:38 +00:00
rods%netscape.com
d465806ba9 check both key code and whether the alt flag is set, which is odd
because the key code should not be ALT is the flag is false, but this has to do
with the AltGR, we will be reviewein this futher as a downgraded bug 9333
b=9333 r=hyatt
2000-02-11 23:27:24 +00:00
vidur%netscape.com
4bc39d6fbd Fix for crashes on mousedown in chromeless windows. Hyatt says that this is a PDT+ bug, though he couldn't get me the number. r=hyatt 2000-02-11 22:26:12 +00:00
hyatt%netscape.com
fda9fd6084 Fix for PDT+ bug #9333. r=saari 2000-02-11 04:22:45 +00:00
rchen%netscape.com
b156d60320 Add three lines at line 304 to fix the bug 14110. It checks whether there is ... at the end of the title. Have the code reviewed by Chris Saari. 2000-02-11 02:07:54 +00:00