Commit Graph

83950 Commits

Author SHA1 Message Date
blakeross%telocity.com
117d6592b3 Textarea scrollbars have wrong cursor (65540). r=kerz sr=hewitt a=asa 2001-06-13 21:33:19 +00:00
mscott%netscape.com
87b08c474d Bug #84731 --> default smtp servers to never use ssl instead of try
sr=sspitzer
a=asa
2001-06-13 21:28:16 +00:00
waldemar%netscape.com
2d0491abf8 Updated parser: attributes can be expressions, added new attributes, disallowed nested ::'s, deleted Eval nodes, added const and void nodes, deleted package attribute, deleted super::id syntax, and added super, super(expr), and super(args) syntax 2001-06-13 21:24:27 +00:00
mscott%netscape.com
d72f0f6303 Bug #83241 --> sniff for image types in the unknown decoder. This allows mozilla to properly layout local files
called "test" that are really images (test.jpg, or test.gif). The sniffing code is cloned directly from libpr0n.

r/sr=rpotts
a=blizzard
2001-06-13 21:24:11 +00:00
nelsonb%netscape.com
5b19a40e9e Fix bug 68869. Don't ignore TLS no certificate messages when the server
requires client auth.  Work around bug in NT TCP stack by only shutting
down the socket for SEND (not for BOTH) after sending a bad_certificate
alert.  This avoids bogus CONNECTION_RESET_BY_PEER errors at the client.
2001-06-13 21:14:54 +00:00
edburns%acm.org
ebfccc0e75 This is generated. 2001-06-13 20:38:59 +00:00
dcone%netscape.com
ad1f9de8a8 Fixed the time in footer for printing. b=83655. r=rods sr=attinasi a=asa 2001-06-13 20:20:43 +00:00
dcone%netscape.com
3ce0ae7a9c Make the page only 5x instead of 100x to get around linux region bug.
This is for printing and helps fix.  b=82624 r=rods sr=attinasi a=asa
2001-06-13 20:16:10 +00:00
dcone%netscape.com
f8742c0380 Make the PageFrame not transparent for printing. b=82624 r=rods sr=attinasi a=asa 2001-06-13 20:14:38 +00:00
nicolson%netscape.com
d1ae5307c6 Backslash-terminate NT shared library lines 2001-06-13 18:54:01 +00:00
waterson%netscape.com
6413e9b5fe Oops, this was meant for a branch. 2001-06-13 18:51:09 +00:00
waterson%netscape.com
91922999ed Make sure this works if neither BUILD_PSM or BUILD_PSM2 are defined. 2001-06-13 18:48:48 +00:00
javi%netscape.com
780b5cebae Fix for Bug 85304 r=wtc, sr=blizzard, a=asa
Leaving a socket in blocking mode after a connect caused SSL/SMTP
  to block a thread causing send message to fail when SSL was enabled.
  Now we re-set the socket to the non-blocking state it came in with
  to connect and set it to block for our write method only.
2001-06-13 18:29:15 +00:00
peterv%netscape.com
722f708a49 Fix for bug 84564 (Content-Style-Type no longer working). r=dbaron, sr=attinasi, a=asa. 2001-06-13 18:15:03 +00:00
sonmi%netscape.com
63fa350f6d removed -v option, made client and server write at the same time 2001-06-13 17:42:29 +00:00
mcgreer%netscape.com
a5b5e560b9 temporarily add debug output to bltest to try and track down win32 RSA QA failures. 2001-06-13 15:31:20 +00:00
cmanske%netscape.com
6eb795e48d Dialog CSS changes for Advanced Edit dialog (b=71743, r=brade, sr=kin) and Composer colorpicker (b=64160, r=kin, sr=hewitt), a=asa-drivers 2001-06-13 14:35:35 +00:00
mkaply%us.ibm.com
c94e72c391 Adding new line at end of file - maybe this is the problem 2001-06-13 14:26:43 +00:00
mkaply%us.ibm.com
9645fe4ebe #57820
r=timeless, sr=tor, a=asa (drivers)
Checkin for Roland.Mainz@informatik.med.uni-giessen.de - xprint image scaling
2001-06-13 13:38:25 +00:00
peterv%netscape.com
2f89bc49e3 Fix for bug 84299 (we negate the alternate pseudo-attribute in <?xml-stylesheet alternate="yes"?>). Patch by Hixie, r=dbaron/peterv, sr=attinasi, a=asa@mozilla.org. 2001-06-13 13:20:43 +00:00
ben%netscape.com
71b0d575fa Forgot to check this in with earlier menu fixes. Correct placement of Find
menu items with respect to Wallet items. r=jag, sr=blake, a=asa
bug 85386
2001-06-13 12:20:39 +00:00
rginda%netscape.com
4d75f03be1 - not built -
remove trailing \r from source before displaying it
2001-06-13 10:38:06 +00:00
rginda%netscape.com
fd9e098062 - not built -
remove old window.onkeypress based [tab] handler
2001-06-13 09:43:42 +00:00
rginda%netscape.com
d6dd40a980 - not built -
make [tab] always focus the input textbox
2001-06-13 09:40:55 +00:00
rginda%netscape.com
c9d699ee31 - not built -
css for step-in and continue toolbar buttons
2001-06-13 09:36:29 +00:00
rginda%netscape.com
1ecc873d9f - not built -
add strings for step-into and continue ui elements
2001-06-13 09:35:54 +00:00
rginda%netscape.com
b73b26b258 - not built -
remove vkm. prefix from some entities
add toolbar and menu items for continue and step-into
crop filenames in the stack list on the left
2001-06-13 09:35:15 +00:00
rginda%netscape.com
3cbc532cd2 - not built -
disable UI for debugger commands after continue and step
implement disable/enable debugger UI functions
2001-06-13 09:33:32 +00:00
rginda%netscape.com
694384d8e3 - not built -
add option to view script filenames as filename portion only (no path), or full url.  Clicking on the column header will toggle between the two modes.
2001-06-13 09:32:40 +00:00
rginda%netscape.com
2a5cbdbe1a - not built -
factor step and continue commands.
Toggle script list mode (short name/ full url) on column header click
fix bug focusing a source file more than once
enable UI for debug commands onDebugTrap
2001-06-13 09:31:12 +00:00
rginda%netscape.com
8495b60b5e - not built -
whitespace fixes
add new toolbar images
2001-06-13 09:28:27 +00:00
rginda%netscape.com
78e1de6dbe - not built -
initial add of continue and step-into toolbar images
2001-06-13 09:27:57 +00:00
idk%eng.sun.com
31f9d90de8 *not part of the build*
fix for 15507 15510
(add on)
2001-06-13 09:05:48 +00:00
chuang%netscape.com
e85398d1d2 Bug 79852 Lots of JS warnings doing address book operations,
r/sr=sfrase, sr=mscott, a= asa@mozilla.org
2001-06-13 06:47:08 +00:00
darin%netscape.com
e732f0c5f8 Fixed bug 84572 "networking deadlock while posing security UI and closing win"
r=danm, sr=dougt, a=asa
2001-06-13 06:08:03 +00:00
darin%netscape.com
7d85829360 Fixes bug 35956 "file extension not changed but gzipped files expanded when saving"
r=gagan, sr=dougt, a=asa
2001-06-13 05:48:44 +00:00
hewitt%netscape.com
612cd55264 80663 - Column picker not working, r=andreww, sr=blake, a=asa 2001-06-13 03:44:48 +00:00
hewitt%netscape.com
14bbc982af 83632 - First instance of autocomplete is blank (from hyatt), r=pinkerton, sr=hewitt, a=asa 2001-06-13 03:43:35 +00:00
hewitt%netscape.com
0f8ec523a9 83739 - nsOutlinerRows::Subtree::Clear() doesn&amp;apos;t reset mSubtreeSize, r=waterson, sr=blake, a=asa 2001-06-13 03:42:44 +00:00
cls%seawood.org
246440b06f Oops. wrong tree 2001-06-13 02:54:50 +00:00
karnaze%netscape.com
c6129b18b0 bug 76085 - remove the effects of the patch of bug 64645 against the current tree. a=asa, sr=attinasi, r=peterl 2001-06-13 02:42:47 +00:00
karnaze%netscape.com
a09256e383 bug 84378 - make whitespace:normal the default for tables (back the way it was before recent style changes), a=asa, sr=attinasi, r=alexsavulov 2001-06-13 02:32:26 +00:00
karnaze%netscape.com
2be20eaef3 bug 76421 - remove optimization (to skip reflow if size didn't change) on initial reflow. a=asa, sr=attinasi, r=peterl 2001-06-13 02:27:22 +00:00
jband%netscape.com
8c82e35ad2 fix SunOs bustage with a .get() on AutoMarkingPtr 2001-06-13 02:16:29 +00:00
cls%seawood.org
3065fa3d85 pull security/makefile.win like win32 does 2001-06-13 01:46:05 +00:00
jband%netscape.com
623c123aab fix bug 59751 and bug 84600. This adds an AutoMarkingPtr scheme to protect partially built objects from gc. Also make sure we don't allow JS object to implement non-scriptable interfaces. r=dbradley sr=brendan a=drivers 2001-06-13 01:22:32 +00:00
pavlov%netscape.com
22cda9d121 patch from andrew.taylor@cal.montage.ca. r=pavlov sr=blizzard a=asa 2001-06-13 01:22:09 +00:00
cotter%netscape.com
4ea8ed4dfd Updated content for existing help files; added two new help files (all HTML). 2001-06-13 01:17:29 +00:00
cotter%netscape.com
2a16a0d780 Updating content for existing file (help table of contents). 2001-06-13 01:14:54 +00:00
pavlov%netscape.com
2e739a30aa fixing image rendering color problems on photon. bug 82537. patch from briane@qnx.com. r=pavlov sr=blizzard a=asa 2001-06-13 01:14:13 +00:00