Commit Graph

652 Commits

Author SHA1 Message Date
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
pinkerton%netscape.com
9eb0272942 fix for 27423, menus coming back sometimes after a item was selected. r=hyatt. 2000-02-11 02:02:06 +00:00
hyatt%netscape.com
c9071b6195 Fixes for bugs 24969 and 27109. 2000-02-11 00:56:41 +00:00
evaughan%netscape.com
c1c4f7681f 1) Fixed freeze because of sync drawing in forms
2) Fixed fieldset blocker

-r rods, granrose
2000-02-10 21:36:28 +00:00
pinkerton%netscape.com
283cda0dee Fix for bug 26452, context menus flashing in upper right corner of window. Wait until the very last moment before we set the menuactive attribute which causes the view to display. Also some minor cleanup. r=hyatt. 2000-02-10 04:20:30 +00:00
pavlov%netscape.com
a768c9996a fix for stuff r=eric 2000-02-10 02:43:09 +00:00
jj%netscape.com
35e032cd79 can't use nsIFrameDebug in an optimized build, fixing with NS_DEBUG wrappers. 2000-02-10 00:38:59 +00:00
evaughan%netscape.com
60c7389fcf Fixed regression in trees. They go blank in mail when you resize the splitter.
-r hyatt, leaf
2000-02-09 23:21:57 +00:00
pinkerton%netscape.com
f9e8a0926b fix build bustages. can't use "or" as a variable. it is reserved. 2000-02-09 23:18:40 +00:00
evaughan%netscape.com
b361107ebe 1) implememted box reflow coelescing.
2) implemented gfx scrollbars for list boxes
3) fixed progess meter to be an animated gif
4) fixed bugs 23521, 24721, 19114, 20546, 24385, 24457, 23156, 20226, 22543

-r hyatt, troy, rod
2000-02-09 22:02:40 +00:00
hyatt%netscape.com
833b2e0263 Fixing syntax error. 2000-02-09 11:40:48 +00:00
hyatt%netscape.com
ac1b4dc5a9 Oops. Forgot to add another file. 2000-02-09 10:13:52 +00:00
hyatt%netscape.com
bcc2d6d453 Oops. Forgot to add a file. 2000-02-09 10:13:36 +00:00
hyatt%netscape.com
229b94b63f Giving menus some seriously tough love. 2000-02-09 09:34:35 +00:00
pinkerton%netscape.com
17e1584773 correctly handle when target is in a subdocument, such as context menus in a frameSet or on toolbars. fixes bugs 16388, 21223. r=hyatt. 2000-02-08 09:30:15 +00:00
hyatt%netscape.com
b5b62cd858 Fix for PDT+ bug #26217.
Having to call ProcessReflowCommands within the tree widget code to bypass the
asynchronous reflow code that has busted the tree widget.  (Would call
FlushPendingNotifications, but it won't do that if I call it inside a
reflow lock.)

This wants a better fix later, but for now it will have to do.
2000-02-08 01:42:20 +00:00
hyatt%netscape.com
f280862dfb Bug fixes. 2000-02-08 01:02:47 +00:00
pinkerton%netscape.com
990f036b4e fix popup regression in editor. r=hyatt. 2000-02-04 07:44:43 +00:00
pinkerton%netscape.com
be979f653a fix for mexican-jumping menus when menus were too large and needed to be repositioned to fit on screen. fixes bug 21477. r=hyatt. 2000-02-04 07:27:30 +00:00
hyatt%netscape.com
879e6a837e Fix for bug#26483 2000-02-04 06:46:50 +00:00
hyatt%netscape.com
26b01fbd37 Fix for 25103. r=danm 2000-02-03 23:42:26 +00:00
pp%ludusdesign.com
58065dda04 Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
waterson%netscape.com
a26daa2f0d Bugs 20677, 23905. Change nsXULElement to implement nsIContent like nsGenericElement and nsGenericHTMLElement. Specifically, do 'shallow' SetDocument() calls in AppendChildTo(), InsertChildAt() and ReplaceChildAt() methods. Change nsXULDocument to leave newly create element's mDocument as null (so 'null mDocument' means 'this element is not currently in the document'. Fix callers to ensure that a deep SetDocument() is made where necessary. r=hyatt 2000-02-01 22:57:36 +00:00
jdunn%netscape.com
4f4a1ab11f declaring ALL the base classes public since by default some compilers make
them private.

r= hyatt@netscape.com
2000-02-01 01:54:59 +00:00