hyatt%netscape.com
3aa207262e
Making menupopup support <children>. Needed a bit of special case code.
2000-04-04 06:43:02 +00:00
hyatt%netscape.com
8eb821021a
Making <children> support dynamic.
2000-04-04 06:29:20 +00:00
evaughan%netscape.com
51af362cf7
Compiler error fix.
2000-04-03 04:17:47 +00:00
evaughan%netscape.com
36425cfe40
1) viewmanager2 optimizations -r troy, kevin
...
2) box fixes for Rod's gfx listbox
3) memory leak fixes
4) box fixes in prep for grid widget
2000-04-03 03:55:38 +00:00
cls%seawood.org
0d63199902
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
2000-04-02 07:17:25 +00:00
cls%seawood.org
9b7bac6ba8
Non-empty sourcefiles must end with a newline ... or so says the HP compiler.
2000-04-01 10:23:25 +00:00
beard%netscape.com
c46d59b790
fix array leaks. r=bruce@cybersight.com,a=leaf
2000-04-01 03:05:56 +00:00
evaughan%netscape.com
2cbece73ef
Yet another missing file.
2000-03-31 07:32:35 +00:00
evaughan%netscape.com
1529080da5
2 more
2000-03-31 07:28:48 +00:00
evaughan%netscape.com
b6e8f1ef9e
Forgot file.
2000-03-31 07:20:50 +00:00
evaughan%netscape.com
4891539d50
box skinnablility changes.
...
-r Hyatt
2000-03-31 07:02:06 +00:00
cls%seawood.org
eda7e80c3d
Remember to use PR_TRUE & PR_FALSE instead of true & false for c++ compilers that don't have true & false defined. Like AIX's.
2000-03-30 05:58:27 +00:00
jim_nance%yahoo.com
005e33f06e
Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
...
days for module owners to comment on. r=troy@netscape.com
2000-03-30 03:21:26 +00:00
pinkerton%netscape.com
2bf2c0d6e1
darn that .get(). build bustage fixed.
2000-03-30 00:06:07 +00:00
pinkerton%netscape.com
15dddeaef1
made drag feedback better for containers and sorted lists. bugs 9657, 20124, 31814
2000-03-29 23:22:08 +00:00
hyatt%netscape.com
87a8fb2806
Fix for 33526
2000-03-28 00:41:33 +00:00
scc%netscape.com
9c2f6dad62
small changes to clients of string converting APIs
2000-03-26 10:06:21 +00:00
pinkerton%netscape.com
cba412f9df
make the menu positioning use the new look&feel metric for whether or not popups can appear over the taskbar/menubar bug 21154. r=hyatt.
2000-03-23 21:10:09 +00:00
dbaron%fas.harvard.edu
fd5dc605d2
Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161.
2000-03-22 02:43:08 +00:00
hyatt%netscape.com
4b04ac2517
Marking my territory.
2000-03-21 13:24:48 +00:00
hyatt%netscape.com
46c66102f4
Marking my territory. ;)
2000-03-21 13:15:24 +00:00
jst%netscape.com
b768001187
Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me
...
[1] Cutting down the size of content. Made nsIJSScriptObject inherit from nsIScriptObjectOwner
[2] Cutting down the size of content. Made nsITextContent inherit from nsIContent.
[3] Cutting down the size of content. Moved implementation of nsIDOMReceiver to nsListenerManager. This is not true aggregation since it isn't transitive, but it's OK for now. It will be necessary for nsListenerManager to have a reference to its content in the future anyway, so the transitivity could be done.
dom/public/nsDOMPropEnums.h,v - bug 12559
dom/public/nsIJSScriptObject.h,v - [1]
dom/public/html/MANIFEST,v - bug 12559
dom/public/html/Makefile.in,v - bug 12559
dom/public/html/makefile.win,v - bug 12559
dom/public/html/nsIDOMHTMLInputElement.h,v - bug 17544
dom/public/idl/html/HTMLAnchorElement.idl,v - bug 12559
dom/public/idl/html/HTMLAreaElement.idl,v - bug 12559
dom/public/idl/html/HTMLInputElement.idl,v - bug 17544
dom/src/base/nsGlobalWindow.cpp,v - bug 30700
dom/src/base/nsGlobalWindow.h,v - [1]
dom/src/base/nsLocation.cpp,v - [1]
dom/src/html/nsJSHTMLAnchorElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLAreaElement.cpp,v - bug 12559
dom/src/html/nsJSHTMLInputElement.cpp,v - bug 17544
layout/base/public/nsIDocument.h,v - bug 27953
layout/base/public/nsITextContent.h,v - [2]
layout/base/src/nsCommentNode.cpp,v - [2]
layout/base/src/nsDocument.cpp,v - bug 27953
layout/base/src/nsDocument.h,v - bug 27953
layout/base/src/nsDocumentViewer.cpp,v - bug 27953
layout/base/src/nsGenericDOMDataNode.cpp,v - [3]
layout/base/src/nsGenericDOMDataNode.h,v - [3]
layout/base/src/nsGenericElement.cpp,v - [3]
layout/base/src/nsGenericElement.h,v - [3]
layout/base/src/nsNameSpaceManager.cpp,v - bug 7834
layout/base/src/nsStyleContext.cpp,v - outline property shouldn't reflow
layout/base/src/nsTextNode.cpp,v - [2]
layout/events/src/nsEventListenerManager.cpp,v - [3]
layout/events/src/nsEventListenerManager.h,v - [3]
layout/html/base/src/nsGfxScrollFrame.cpp,v - nsString->nsAutoString
layout/html/content/src/nsAttributeContent.cpp,v - [2]
layout/html/content/src/nsHTMLAnchorElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAppletElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBaseFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLBodyElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLButtonElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDirectoryElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLDivElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLEmbedElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFieldSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFontElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFormElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLFrameSetElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHRElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHeadingElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLHtmlElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIFrameElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLImageElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInputElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLInsElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLIsIndexElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLIElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLabelElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLayerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLegendElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLLinkElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMapElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMenuElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLMetaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLModElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLObjectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLOptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParagraphElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLParamElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLPreElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLQuoteElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLScriptElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSelectElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpacerElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLSpanElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLStyleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCaptionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableCellElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableColGroupElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableRowElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTableSectionElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTextAreaElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLTitleElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLUListElement.cpp,v - [1][3]
layout/html/content/src/nsHTMLWBRElement.cpp,v - [1][3]
layout/html/document/src/nsHTMLDocument.cpp,v - bug 27953
layout/html/document/src/nsHTMLDocument.h,v - bug 27953
layout/xml/content/src/nsXMLCDATASection.cpp,v - [1][2]
layout/xml/content/src/nsXMLDocumentType.cpp,v - [1][2]
layout/xml/content/src/nsXMLElement.h,v - [1][2]
layout/xml/content/src/nsXMLEntity.cpp,v - [1][2]
layout/xml/content/src/nsXMLNotation.cpp,v - [1][2]
layout/xml/content/src/nsXMLProcessingInstruction.cpp,v - [1][2]
layout/xul/base/src/nsBoxFrame.cpp,v - nsString->nsAutoString
layout/xul/base/src/nsSliderFrame.cpp,v - nsString->nsAutoString
netwerk/protocol/http/src/nsHTTPRequest.cpp,v - nsString->nsAutoString
rdf/content/src/nsXULDocument.cpp,v - bug 27953
rdf/content/src/nsXULDocument.h,v - bug 27953
rdf/content/src/nsXULElement.h,v - [1]
xpcom/base/IIDS.h,v - bug 12559
2000-03-17 13:27:00 +00:00
hyatt%netscape.com
aac37fb734
Fix for bug #32212 .
2000-03-17 11:27:01 +00:00
pierre%netscape.com
4b5db8f52f
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
2000-03-17 10:15:13 +00:00
pinkerton%netscape.com
86ddf11ec6
fix the popup positioning code to work better when sliding a popup along its parent's alignment axis to fit it on screen. now cannot go off the top or the right but is pinned to it. r=hyatt.
2000-03-16 05:13:15 +00:00
hyatt%netscape.com
7e9ae84f23
Landing new progressmeter.
2000-03-15 03:16:43 +00:00
hyatt%netscape.com
2449b50b90
Enhancing XBL. Making tabs boxes. Moving code from titledbutton to button.
2000-03-14 11:09:46 +00:00
hyatt%netscape.com
c2b1a299ab
Making menus give feedback even when disabled. r=ben
2000-03-13 10:37:57 +00:00
hyatt%netscape.com
e8aba19114
Fixing two bugs in menulist. r=ben
2000-03-13 10:20:34 +00:00
hyatt%netscape.com
9922bab247
new button files, will replace titledbutton
2000-03-11 10:39:21 +00:00
hyatt%netscape.com
bc71f8f729
new xul widgets & cleanup of existing widgets
2000-03-11 10:34:29 +00:00
waterson%netscape.com
ccf0007c89
Bug 30557. Force an immediate reflow after creating a content chain. r=hyatt, a=jar.
2000-03-09 02:27:37 +00:00
waterson%netscape.com
b489c22ca4
Bug 30866. Be sure to pass the right content node to nsTreeRowGroupFrame::IndexInRow(). r=hyatt, a=jar
2000-03-09 02:26:19 +00:00
slamm%netscape.com
ee37486ffb
Add NS_SUCCEEDED() check for GetContent() call. May have caused start up assertion on Linux. It's tough to reproduce. Even if this was not the source of the problem, the extra check does not hurt. Follow up checkin to fix for bug 29813. r=evaughan a=jevering
2000-03-08 02:33:52 +00:00
slamm%netscape.com
69e79e6b78
Add 'collapsed' for collapsing splitter siblings. Bug 29813. r=evaughan,mcafee a=jevering
2000-03-08 00:15:44 +00:00
slamm%netscape.com
6decc79e4a
Add collapsed='true' for splitter siblings when the are collapsed. A style rule in global.css will then hide the sibling. It used to work by setting the style directly. Bug 29813. r=evaughan,mcafee a=jevering
2000-03-08 00:14:53 +00:00
warren%netscape.com
7e37f4f478
Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar
2000-03-05 21:26:01 +00:00
hyatt%netscape.com
55c2b5d6b9
Fix for 30369. r=ben
2000-03-04 12:00:35 +00:00
evaughan%netscape.com
31fa5c5bf3
Fix for bug #30305
...
-r hyatt -a jar
2000-03-04 09:42:06 +00:00
waterson%netscape.com
ef0eed6256
Fix compiler warning; remove unused variable. Hyatt meant to do this.
2000-03-03 23:56:32 +00:00
hyatt%netscape.com
9fa700b47c
Fix for bug #29556 , r=waterson, a=jar
2000-03-03 23:35:29 +00:00
hyatt%netscape.com
02020cce65
part 2 of fix for bug #25073 , r=pink,evaughan, a=jevering
2000-03-03 02:08:02 +00:00
evaughan%netscape.com
34ae678c07
fix for bug 25073
...
-r hyatt -a jevering
2000-03-03 01:50:43 +00:00
hyatt%netscape.com
daf0f13722
XUL RadioGroup element, not used in XUL. r=ben, a=jar
2000-03-02 10:00:09 +00:00
tbogard%aol.net
5c166f4fd5
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
b7dcfd9964
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
d2012fba27
bugs fixes for: 28460, 27242, 29462
...
-r hyatt, -a jar
2000-03-02 03:01:30 +00:00
mjudge%netscape.com
6aa8e9092c
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
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
3518ea58d1
Fix for bug #28856 . r=karnaze,troy a=jar
2000-03-01 02:33:41 +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
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
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
jdunn%netscape.com
27403fbe50
checkin newlines for hpux
...
r= pepper@netscape.com
2000-02-25 23:45:53 +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
hyatt%netscape.com
c5a3f61f35
XUL Property APIs, b=26109, r=ben
2000-02-25 08:37:49 +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
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
794f87e0d8
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
803fecbbbe
Fix for PDT+ 26618. Typing for hyatt, r=saari
2000-02-19 23:33:51 +00:00
hyatt%netscape.com
b566f6092d
Partial fix for #26618 . r=saari
2000-02-19 22:29:20 +00:00
hyatt%netscape.com
1086a2880f
Adding guards. Harmless.
2000-02-18 10:22:20 +00:00
hyatt%netscape.com
748032ca8f
fix for 27879, r=saari
2000-02-18 10:05:14 +00:00
hyatt%netscape.com
63d34e565b
Fix for bug #28334 . r=saari
2000-02-18 08:57:28 +00:00
hyatt%netscape.com
e44ebc6d41
Fix for PDT+ bug #18595 . r=saari.
2000-02-18 08:05:56 +00:00
jdunn%netscape.com
79a31a4d59
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
54d8adec8a
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
846d568bf0
Box performance fix.
...
-r jevering
2000-02-16 23:00:52 +00:00
pinkerton%netscape.com
1f094b79bc
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
8d794d7bde
Fix mousewheel scrolling in trees. r=hyatt@netscape.com.
2000-02-15 21:21:10 +00:00
jst%citec.fi
605c1a9290
Fix for blocker 27811. a=granrose
2000-02-15 17:14:59 +00:00
hyatt%netscape.com
8360743515
Converting trees to XBL. Boosts tree scrolling performance.
2000-02-15 09:28:28 +00:00
pinkerton%netscape.com
45ef04ec47
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
d85a8bf169
fixing warnings. r=saari.
2000-02-15 08:44:43 +00:00
hyatt%netscape.com
d3a01c783d
General cleanup.
2000-02-15 01:36:01 +00:00
pepper%netscape.com
67ed9db5ad
adding newline to fix lesser unix builds.
2000-02-15 00:56:15 +00:00
pepper%netscape.com
05ae4f51fb
Removing unnessary enum commas to fix lesser unix builds.
2000-02-15 00:55:08 +00:00
evaughan%netscape.com
4926907728
Fix tree bustage.
2000-02-14 02:38:45 +00:00
evaughan%netscape.com
6025945d69
bug fix for 24351, 22512
...
-r saari
2000-02-14 01:42:09 +00:00
hyatt%netscape.com
191d035007
Don't need to listen to as many events with menu listenr now.
2000-02-13 23:15:40 +00:00
hyatt%netscape.com
963c00b0d5
Really fixing 20998
2000-02-13 19:58:35 +00:00
hyatt%netscape.com
e56cba2b2e
Fixing obscene edge case in #5927 .
2000-02-13 08:44:31 +00:00
hyatt%netscape.com
fd07545d50
Fix for bug #5927 .
2000-02-13 08:33:39 +00:00
hyatt%netscape.com
cf842cc3ed
Fix for bug #25739 .
2000-02-13 06:40:30 +00:00
sfraser%netscape.com
a887ab4cb5
Remove a printf that should be debug only. r=akkana
2000-02-12 01:25:55 +00:00
karnaze%netscape.com
d2e69a1720
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
a9801b4f90
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
0a21c89366
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
662a3dbd67
Fix for PDT+ bug #9333 . r=saari
2000-02-11 04:22:45 +00:00
rchen%netscape.com
96e8a5830d
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
f73f158740
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
6db260e802
Fixes for bugs 24969 and 27109.
2000-02-11 00:56:41 +00:00
evaughan%netscape.com
b230de42c8
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
7903c3f754
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
577888c504
fix for stuff r=eric
2000-02-10 02:43:09 +00:00
jj%netscape.com
c686102659
can't use nsIFrameDebug in an optimized build, fixing with NS_DEBUG wrappers.
2000-02-10 00:38:59 +00:00
evaughan%netscape.com
1a667c775e
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
9e6dec6e96
fix build bustages. can't use "or" as a variable. it is reserved.
2000-02-09 23:18:40 +00:00
evaughan%netscape.com
f71ee84662
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