Commit Graph

8449 Commits

Author SHA1 Message Date
buster%netscape.com
edcec89810 fixed PDT+ bug 30738
r=troy, vidur
a=rickg
2000-03-08 05:33:15 +00:00
slamm%netscape.com
ce46b37fea 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
65e7217ed2 Add 'collapsed' for collapsing splitter siblings. Bug 29813. r=evaughan,mcafee a=jevering 2000-03-08 00:15:44 +00:00
slamm%netscape.com
dd998d8014 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
norris%netscape.com
c35e39f713 Fix bug 30736 Errors in .js files not reported correctly
a=pdt,r=jband@netscape.com
2000-03-07 21:08:46 +00:00
rods%netscape.com
ef269b8196 nsITextContent needed to be included not forwarded. 2000-03-07 16:45:21 +00:00
rods%netscape.com
c6496e7cb6 changes to select becuase the new display area is a block and text frame instead
of a button
fixes bugs 29544, 28835
a=jar
2000-03-07 15:56:14 +00:00
rods%netscape.com
92ca580100 Fixed Combobox and ListBox frame to be more effecient in processing reflows
added Block and text frame for displaying the selected option for the combobox
Fixes Bugs 30463, 28835, 29544
r=buster,kmcclusk a=jar
2000-03-07 15:54:31 +00:00
vidur%netscape.com
72a38d6e40 Temporary fix for bug 26926. Added state to nsPresShell to deal with the case where the ContentViewer (and ViewManager) went away before it. The ownership model should be sorted out post beta1. r=troy, a=jar 2000-03-07 00:28:33 +00:00
buster%netscape.com
a60914c722 fixed bug 29837 and part of bug 29790 (the part about the url bar ceasing to respond)
r=rods, brade
a=jar
2000-03-06 04:08:05 +00:00
warren%netscape.com
c0497e31be 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
rhp%netscape.com
2a2aea124b Just adding a new file to the tree. THIS IS NOT PART OF ANY BUILD! 2000-03-05 17:26:58 +00:00
cata%netscape.com
639f9aae98 Backing out fix for #7886 to fix regression #30299 2000-03-04 21:44:58 +00:00
hyatt%netscape.com
16f4e56c75 Fix for 30369. r=ben 2000-03-04 12:00:35 +00:00
evaughan%netscape.com
9183bd2c65 Fix for bug #30305
-r hyatt -a jar
2000-03-04 09:42:06 +00:00
ftang%netscape.com
024820eef8 fix 29154. r=hyatt/pollmann a=rickg replace nsISupportString/char*/ToNewCSring
with nsISupportWString/PRUnichar*/ToNewUnicode
2000-03-04 05:37:46 +00:00
evaughan%netscape.com
2300c3e8c5 Fix for bug #29900
-r hyatt -a jar
2000-03-04 01:50:58 +00:00
karnaze%netscape.com
d60593aad0 new regression test not affecting the build. 2000-03-04 01:29:54 +00:00
karnaze%netscape.com
61559aa5d3 PDT+ bug 28933 - check for null pointer. r=attinasi, a=rickg 2000-03-04 01:05:18 +00:00
valeski%netscape.com
942c0cbea5 r=gagan. 29870. We weren't handling a malformed http-equiv refresh header. 2000-03-04 00:32:30 +00:00
waterson%netscape.com
83204d2ccc Fix compiler warning; remove unused variable. Hyatt meant to do this. 2000-03-03 23:56:32 +00:00
hyatt%netscape.com
83044995cc Fix for bug #29556, r=waterson, a=jar 2000-03-03 23:35:29 +00:00
buster%netscape.com
8076fee6b0 fixed bug 27161 by adding interfacs onto nsIPresShell to get/set the "subshell" for an nsIContent
this part of the fix is temporary, but sufficient for beta.  it calls the pres shell to do the initial association.
after beta, this will be done by the frame construction code.
r=travis
a=jar
2000-03-03 23:16:43 +00:00
buster%netscape.com
28ac469ac6 fixed bug 27161 by adding interfacs onto nsIPresShell to get/set the "subshell" for an nsIContent
r=travis
a=jar
2000-03-03 23:15:29 +00:00
joki%netscape.com
4c33e407f9 Fix bug 9140. Prevent window level mouse exit events from accidentally propagating to content. r:rods a:jar 2000-03-03 23:07:31 +00:00
alecf%netscape.com
dd033ea491 fix for #29304 r=pierre a=jar
only register against the browser.* preferences that layout actually cares about, to improve startup performance
2000-03-03 22:39:31 +00:00
rods%netscape.com
566edd34e3 Backout plan, this check only fixes bug 28628
a=jar
2000-03-03 07:14:58 +00:00
rods%netscape.com
7db8508373 backing out earlier checkin 2000-03-03 07:14:57 +00:00
rods%netscape.com
f5033e5feb added include instead of the class decl.
r=waterson
2000-03-03 05:06:03 +00:00
rods%netscape.com
cf53860ce3 add call to combobox for setting the frame constructor
b=28593, r=evaughan a=jar
2000-03-03 04:30:32 +00:00
rods%netscape.com
3aecf61eed modified the reflow method for better handling incremental and for optimization
b=28593, r=buster,kmclusk a=jar
2000-03-03 04:28:59 +00:00
rods%netscape.com
702462fbfe changes for the new combobox
b=28593, r=self, a=jar
2000-03-03 04:24:53 +00:00
cata%netscape.com
571ffe6149 last bit in activating charset override 2000-03-03 02:21:24 +00:00
cata%netscape.com
eaf963e925 activating charset override. bug #7886, r=ftang, a=bobj 2000-03-03 02:20:53 +00:00
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
rods%netscape.com
4325e0f2df idef'ed out the adding of border padding to maxelement size, this was casuing some warnings.
r=kmcclusk a=jar b=28593
2000-03-03 00:58:00 +00:00
rods%netscape.com
8e122d212d Turned off the optimization that wasn't really working well anyway,
will turn it back on in M15 after reworking it
b 28593 a=jar r=self
2000-03-03 00:42:29 +00:00
rods%netscape.com
bd41b08f63 added new atom for the combobox
b 28593, r=kmcclusk,buster a=jar
2000-03-03 00:22:30 +00:00
rods%netscape.com
575fc9a670 Button marks itself dirty when the suggested size is set.
b 28593, r=kmcclusk,buster
2000-03-03 00:21:10 +00:00
saari%netscape.com
b811298c4b Fix for PDT+ 29833, r=hyatt, a=jevering 2000-03-02 23:15:01 +00:00
akkana%netscape.com
03b765f70e 27827: disable the ender event listener for right clicks as had
previously been done for middle clicks.  This is a band-aid;
 we need to dig in and rewrite this code to pass events correctly.
 r=buster, a=jar
2000-03-02 19:31:03 +00:00
jst%citec.fi
882da396f0 Temporary (untill the real problem gets fixed) fix for PDT+ bug 18186. r=vidur, a=chofmann 2000-03-02 15:06:05 +00:00
cls%seawood.org
192e307283 Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
Fixed the recursive makes into GtkMozilla so that they will report build failures like the other dirs.
Removed LIBS_NEQ_INSTALL variable and associated ifdefs.
2000-03-02 13:29:03 +00:00
hyatt%netscape.com
a84f152eec Fixing a merge conflict. Fallout from same checkin. r=travis,a=jar 2000-03-02 10:47:58 +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
karnaze%netscape.com
44f5bd2cc0 new regression test not affecting the build. 2000-03-02 06:21:38 +00:00
karnaze%netscape.com
fb8782b61f PDT+ bug 28341 - Destroy caption frame when outer table frame is destroyed. Add caption to outer frame rather than inner frame. r=troy, a=rickg 2000-03-02 06:09:37 +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