hyatt%netscape.com
7c438bb6ab
part 2 of fix for bug #25073 , r=pink,evaughan, a=jevering
...
git-svn-id: svn://10.0.0.236/trunk@62104 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 02:08:02 +00:00
evaughan%netscape.com
160d198560
fix for bug 25073
...
-r hyatt -a jevering
git-svn-id: svn://10.0.0.236/trunk@62102 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-03 01:50:43 +00:00
hyatt%netscape.com
1af26409c0
XUL RadioGroup element, not used in XUL. r=ben, a=jar
...
git-svn-id: svn://10.0.0.236/trunk@62045 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 10:00:09 +00:00
tbogard%aol.net
495826cccc
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
...
git-svn-id: svn://10.0.0.236/trunk@62038 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 07:13:02 +00:00
pinkerton%netscape.com
e271139371
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.
...
git-svn-id: svn://10.0.0.236/trunk@62028 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 04:08:04 +00:00
evaughan%netscape.com
d40b1bea18
bugs fixes for: 28460, 27242, 29462
...
-r hyatt, -a jar
git-svn-id: svn://10.0.0.236/trunk@62022 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-02 03:01:30 +00:00
mjudge%netscape.com
6e4b783256
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.
...
git-svn-id: svn://10.0.0.236/trunk@61983 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 21:49:53 +00:00
pinkerton%netscape.com
5a18d87dc9
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.
...
git-svn-id: svn://10.0.0.236/trunk@61946 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 03:12:51 +00:00
hyatt%netscape.com
66d2c06c5b
Fix for bug #28856 . r=karnaze,troy a=jar
...
git-svn-id: svn://10.0.0.236/trunk@61936 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-01 02:33:41 +00:00
Jerry.Kirk%Nexwarecorp.com
ab728b8336
Change default "option" key from Alt to Ctrl for Neutrino.
...
This is for PHOTON only.
git-svn-id: svn://10.0.0.236/trunk@61865 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 13:06:06 +00:00
pinkerton%netscape.com
cad1c45230
fix for 28781 which leaked a presShell during menu creation causing a crash with animated gifs. r=scc a=jevering/jar.
...
git-svn-id: svn://10.0.0.236/trunk@61843 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 06:46:47 +00:00
mjudge%netscape.com
7e7b74915f
bug for IME input activation wrongly causing the menu to be activated. r=ftang,jfrancis, a=jar hyatt pdt+ bug dont remember which one
...
git-svn-id: svn://10.0.0.236/trunk@61701 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 23:57:37 +00:00
jdunn%netscape.com
37b9bd8b80
checkin newlines for hpux
...
r= pepper@netscape.com
git-svn-id: svn://10.0.0.236/trunk@61697 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 23:45:53 +00:00
Jerry.Kirk%Nexwarecorp.com
bf28975875
Change
...
#ifndef XP_UNIX
to
#if !defined(XP_UNIX) || defined(NTO)
so the ALT key will bring up menus under Neutrino.
r=kedl
git-svn-id: svn://10.0.0.236/trunk@61668 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 14:29:45 +00:00
hyatt%netscape.com
0ec8033fbe
Fix Linux bustage. No biggy. Just an nsCOMPtr flub. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@61663 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 10:30:19 +00:00
hyatt%netscape.com
4ccb7d43f3
XUL Property APIs, b=26109, r=ben
...
git-svn-id: svn://10.0.0.236/trunk@61661 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 08:37:49 +00:00
evaughan%netscape.com
28b6c97e2a
Fixes for bugs: 28460, 27573, 27242, 24721
...
-r waterson -a jar
git-svn-id: svn://10.0.0.236/trunk@61648 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-25 04:18:34 +00:00
pinkerton%netscape.com
df6e462b3f
don't fetch the image unless we are in the layer that is being drawn. r=evaughan,hyatt, a=jar.
...
git-svn-id: svn://10.0.0.236/trunk@61570 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-24 03:42:40 +00:00
pinkerton%netscape.com
19ca7a3b9e
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
git-svn-id: svn://10.0.0.236/trunk@61411 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-22 01:50:48 +00:00
saari%netscape.com
5eaa6343ea
Fix for PDT+ 26618. Typing for hyatt, r=saari
...
git-svn-id: svn://10.0.0.236/trunk@61366 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-19 23:33:51 +00:00
hyatt%netscape.com
888bcc2eb8
Partial fix for #26618 . r=saari
...
git-svn-id: svn://10.0.0.236/trunk@61365 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-19 22:29:20 +00:00
hyatt%netscape.com
2d8247be5a
Adding guards. Harmless.
...
git-svn-id: svn://10.0.0.236/trunk@61297 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 10:22:20 +00:00
hyatt%netscape.com
7049c9cba6
fix for 27879, r=saari
...
git-svn-id: svn://10.0.0.236/trunk@61296 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 10:05:14 +00:00
hyatt%netscape.com
69a4ba6038
Fix for bug #28334 . r=saari
...
git-svn-id: svn://10.0.0.236/trunk@61294 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 08:57:28 +00:00
hyatt%netscape.com
a4b12a48be
Fix for PDT+ bug #18595 . r=saari.
...
git-svn-id: svn://10.0.0.236/trunk@61292 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-18 08:05:56 +00:00
jdunn%netscape.com
659b2712ed
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
git-svn-id: svn://10.0.0.236/trunk@61237 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 23:19:18 +00:00
evaughan%netscape.com
d80a875b00
Fixed application freeze when turning off XUL box debugging from preferences.
...
-r pinkerton a- jar
git-svn-id: svn://10.0.0.236/trunk@61181 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-17 04:10:02 +00:00
evaughan%netscape.com
3033176e30
Box performance fix.
...
-r jevering
git-svn-id: svn://10.0.0.236/trunk@61143 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 23:00:52 +00:00
pinkerton%netscape.com
8a495b28cb
fix for 27858. pass the correct "dont resize view" flags to reflow. r=hyatt.
...
git-svn-id: svn://10.0.0.236/trunk@60972 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-16 00:23:41 +00:00
bryner%uiuc.edu
7c5af2a242
Fix mousewheel scrolling in trees. r=hyatt@netscape.com.
...
git-svn-id: svn://10.0.0.236/trunk@60916 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 21:21:10 +00:00
jst%citec.fi
1afa110c68
Fix for blocker 27811. a=granrose
...
git-svn-id: svn://10.0.0.236/trunk@60896 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 17:14:59 +00:00
hyatt%netscape.com
0df87cd3f3
Converting trees to XBL. Boosts tree scrolling performance.
...
git-svn-id: svn://10.0.0.236/trunk@60858 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 09:28:28 +00:00
pinkerton%netscape.com
9f72939ad6
oops, checked in too much code, so removing it along with some #if 0's. r=saari.
...
git-svn-id: svn://10.0.0.236/trunk@60849 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 08:46:19 +00:00
pinkerton%netscape.com
661cd6d151
fixing warnings. r=saari.
...
git-svn-id: svn://10.0.0.236/trunk@60848 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 08:44:43 +00:00
hyatt%netscape.com
30fe789986
General cleanup.
...
git-svn-id: svn://10.0.0.236/trunk@60775 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 01:36:01 +00:00
pepper%netscape.com
3cd8295232
adding newline to fix lesser unix builds.
...
git-svn-id: svn://10.0.0.236/trunk@60758 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 00:56:15 +00:00
pepper%netscape.com
24b448df64
Removing unnessary enum commas to fix lesser unix builds.
...
git-svn-id: svn://10.0.0.236/trunk@60756 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-15 00:55:08 +00:00
evaughan%netscape.com
9ccf8402b3
Fix tree bustage.
...
git-svn-id: svn://10.0.0.236/trunk@60684 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 02:38:45 +00:00
evaughan%netscape.com
03ab66fac1
bug fix for 24351, 22512
...
-r saari
git-svn-id: svn://10.0.0.236/trunk@60675 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-14 01:42:09 +00:00
hyatt%netscape.com
8753125708
Don't need to listen to as many events with menu listenr now.
...
git-svn-id: svn://10.0.0.236/trunk@60665 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 23:15:40 +00:00
hyatt%netscape.com
761e30f9de
Really fixing 20998
...
git-svn-id: svn://10.0.0.236/trunk@60655 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 19:58:35 +00:00
hyatt%netscape.com
ed7916ef9a
Fixing obscene edge case in #5927 .
...
git-svn-id: svn://10.0.0.236/trunk@60624 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 08:44:31 +00:00
hyatt%netscape.com
b5f59749de
Fix for bug #5927 .
...
git-svn-id: svn://10.0.0.236/trunk@60623 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 08:33:39 +00:00
hyatt%netscape.com
70b1e955b2
Fix for bug #25739 .
...
git-svn-id: svn://10.0.0.236/trunk@60621 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-13 06:40:30 +00:00
sfraser%netscape.com
8999db69fd
Remove a printf that should be debug only. r=akkana
...
git-svn-id: svn://10.0.0.236/trunk@60559 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 01:25:55 +00:00
karnaze%netscape.com
3348645b69
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.
git-svn-id: svn://10.0.0.236/trunk@60554 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-12 00:58:38 +00:00
rods%netscape.com
eaa3ba8f8a
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
git-svn-id: svn://10.0.0.236/trunk@60530 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 23:27:24 +00:00
vidur%netscape.com
740007824b
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
...
git-svn-id: svn://10.0.0.236/trunk@60518 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 22:26:12 +00:00
hyatt%netscape.com
9f822a37cb
Fix for PDT+ bug #9333 . r=saari
...
git-svn-id: svn://10.0.0.236/trunk@60430 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 04:22:45 +00:00
rchen%netscape.com
5a5d57d7ae
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.
...
git-svn-id: svn://10.0.0.236/trunk@60413 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-11 02:07:54 +00:00