Граф коммитов

71473 Коммитов

Автор SHA1 Сообщение Дата
hewitt%netscape.com f34efc5a5d #54073 - [Modern] splitter, grippy, toolbar polish, r=andreww, a=ben 2000-10-05 21:25:13 +00:00
alecf%netscape.com 2351608133 fix for #35803 r=sspitzer, sr=mscott 2000-10-05 21:23:45 +00:00
alecf%netscape.com d1efe1b174 fix for #54367 - speed up the focusring stuff more by optimizing loops, etc.
r=putterman, andreww sr=mscott
2000-10-05 21:17:22 +00:00
karnaze%netscape.com cf129bd74e bug 55192 - use the strategy of the first in flow when (incorrectly) getting an incremental reflow during printing. a=buster, r=peterl 2000-10-05 21:07:00 +00:00
hewitt%netscape.com 6faae53c78 #54073 - splitter, grippy, toolbar polish, r=andreww, a=ben 2000-10-05 21:06:46 +00:00
karnaze%netscape.com bc890dbe54 bug 51392 - use nothing changed flag when deciding whether to rebalance table during row incremental reflow. a=buster, r=peterl 2000-10-05 21:05:06 +00:00
karnaze%netscape.com f87656f551 bug 19961 - in standard mode, honor fixed cols and give remaining space to auto cols if there are any. a=buster, r=dcone 2000-10-05 21:01:10 +00:00
karnaze%netscape.com cbd91af82a bug 54829 - process child frames with table specific code when repeating a row group for printing, a=buster, r=peterl 2000-10-05 20:59:18 +00:00
edburns%acm.org 1726aa89e4 bug=55109
r=rogerl
a=brendan
This fix makes it so the hard coded shared object name for the liveconnect
shared object on unix matches what is actually built by the build system.
2000-10-05 20:57:37 +00:00
mkaply%us.ibm.com 31f05a72fc #55327
r=mkaply, a=blizzard
OS/2 only code - bring nsLocalFileOS2 to current level
2000-10-05 20:44:11 +00:00
harishd%netscape.com ea7b275d04 53489 - FMR fix ( r=jst, a=vidur ).
54448 - Allow param to be a kid of BODY for compatibility ( r=jst, a=vidur ).
53935 - Failed to reinitialize a variable "theIndex" that provoked a crash ( r=jst, a=buster)
53695 - Keep a reference to the first misplaced token for later use ( r=jst, a=buster ).
2000-10-05 20:10:28 +00:00
leif%netscape.com f16f2af6c3 Merged in changes from v1.4.1. 2000-10-05 19:47:47 +00:00
kin%netscape.com 3d41c0f887 Fix for bug #50570 ([MLK] Leaking PRUnichar buffer in nsHTMLEditor::InsertFromTransferable())
Added calls to nsMemory::Free() to free text in PasteAsPlainTextQuotation() and InsertFromTransferable().
r=brade@netscape.com sr=sfraser@netscape.com
2000-10-05 19:38:46 +00:00
leif%netscape.com a27e446351 *** empty log message *** 2000-10-05 18:51:45 +00:00
brade%netscape.com 684ba9119a Remove disabled attribute rather than setting to false; moving fix from branch to trunk. 2000-10-05 15:02:26 +00:00
brade%netscape.com 91d25be034 moving over fix from branch to trunk 2000-10-05 15:01:23 +00:00
sdv%sparc.spb.su 7c28c101fb part of xipidl compiler to generate java interfaces 2000-10-05 14:54:47 +00:00
mkaply%us.ibm.com 8b36127530 #55274
r=mkaply, a=blizzard
Code from jkobal - we were marching up owner instead of parent chain
2000-10-05 14:47:22 +00:00
mkaply%us.ibm.com b16a6f51a3 OS/2 Tinderbox break
More XP_PC stuff
2000-10-05 13:18:17 +00:00
rhp%netscape.com 714bec9782 Fix for crashing when cancelling print requests - Bug #54417 2000-10-05 12:59:00 +00:00
colin%theblakes.com 3d7f4e7e66 r=dougt, sr=blizzard, bugzilla=55163
OpenVMS-specific change to handle HOME
correctly. Fixes location of appreg bug.
2000-10-05 10:12:15 +00:00
edburns%acm.org 03e77f2738 bug=
a=brendan
r=av

This bug fix makes it so nsPluginHostImp::FindProxyForURL()
honors ProxyAutoConfig settings.

It also cleans things up per Brendan.
2000-10-05 07:58:51 +00:00
hyatt%netscape.com 1e7caf9ea7 Fix win32 build bustage, r=scc 2000-10-05 07:48:20 +00:00
scc%mozilla.org 30ae0dfa95 and trying to fix OS/2 bustage 2000-10-05 07:24:51 +00:00
blizzard%redhat.com 7d436f5eb0 fixing bugs 54351 and 54013. this should get the embedding widget working again after the jar landing. it also fixes streaming ( patch from ramiro. ). mini-nav.xul should work again too as a side effect. 2000-10-05 05:39:37 +00:00
bryner%uiuc.edu b79382c6e2 Bug 54798 - Don't append "(Not Downloaded)" to saved filenames when using Save All Attachments. r=jefft, sr/a=mscott. 2000-10-05 05:07:47 +00:00
quy%igelaus.com.au 19f587eac0 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 04:35:18 +00:00
wtc%netscape.com ae1e7ed5c1 Bugzilla bug #55267: checked in a workaround for a tight spin in
PK11_GetSlotList on 64-bit HP-UX.
2000-10-05 04:24:04 +00:00
jband%netscape.com cecbb83988 fix bug 55139. fix broken JSObject parenting of wrapped natives for JS components. r=shaver@mozilla.org a=brendan@mozilla.org 2000-10-05 04:15:43 +00:00
nelsonb%netscape.com f31174dc10 Prefix all selfserv's output messages with "selfserv: " so we can tell
client messages apart from server messages when the two are mixed.
When the verbose option is enabled, print out the session reuse stats
right after the first PR_Read completes, so we don't miss any.
2000-10-05 04:14:44 +00:00
jband%netscape.com 46893817df part of bug 55139. Add debug only diagnostic code for dump JSObjects. r=shaver@mozilla.org a=brendan@mozilla.org 2000-10-05 04:13:53 +00:00
jband%netscape.com f803edb01b fix bug 55151. This fixes a trunk only regression caused by me in a previous checkin. I missed that an 'if' block contained both a report of an error (that we might want to skip) and also a few lines of necessary error handling code. r=mccabe@netscape.com a=brendan@mozilla.org 2000-10-05 04:13:48 +00:00
wtc%netscape.com 6d220cccaf Bugzilla bug #54711: implemented the moz_import rule for OS/2. 2000-10-05 04:12:30 +00:00
nelsonb%netscape.com c9c5b1a9d4 3 Changes:
- Test SSL2 (not SSL3) when only SSL2 ciphers have been chosen.
- Use a different metric for determining when multiple full handshakes
have been done with SSL2.  (Can't use SSL3's counters for that purpose.)
- When PR_Connect returns a "connection reset by peer" error, silently
retry the operation with a new socket.
2000-10-05 04:11:31 +00:00
sfraser%netscape.com f26628eac4 Fix for bug 55140, r=brade, sr=ftang. Fix a stale pointer bug in unicode font mapping routines, by not using a global (which got stale), but using an inline getter instead. 2000-10-05 04:06:53 +00:00
nelsonb%netscape.com 58f79efbbb Change the client options so that we actually test SSL2 when we say
we're testing SSL2, and test SSL3 when we say we're testing SSL3.
2000-10-05 04:05:32 +00:00
nelsonb%netscape.com 0d1dd5436c Make the "nocerts" option for this script work properly.
Also, add a new "verbose" option to this script.
2000-10-05 04:04:37 +00:00
nelsonb%netscape.com 390dfe7e1e If $HOME or $DOMSUF is undefined, put out an error message and stop,
instead of going on and producing complicated and meaningless results.
2000-10-05 04:03:53 +00:00
putterman%netscape.com 98e1d77158 Fix for 54545. r=chuang, sr=mscott. Collected address book can now be turned off through prefs. 2000-10-05 03:52:38 +00:00
vishy%netscape.com 41d87bafb2 sr=mscott,r=vishy (this is racham's code), bugzilla=48981
for standalone app, the profile data has to go in the windows
app data directory - not where the app is running
2000-10-05 03:34:18 +00:00
scc%mozilla.org b0e94a7f54 and a access error ... r=waterson on this fix 2000-10-05 03:28:41 +00:00
danm%netscape.com 7f5d9dd950 add null check in Destroy. bug 53827. code=jefft r=me,shaver 2000-10-05 02:50:53 +00:00
mcgreer%netscape.com 35c22cbcf2 HPUX 64-bit also failed. 2000-10-05 02:47:43 +00:00
mcgreer%netscape.com 88346c571a checked in wrong fix. 2000-10-05 02:41:09 +00:00
quy%igelaus.com.au c4fe9c2b76 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 02:01:33 +00:00
scc%mozilla.org 6a1323eb68 damn typo 2000-10-05 01:51:52 +00:00
quy%igelaus.com.au 08694aee41 Updating xlib toolkit. r=a=blizzard. Not part of build. Bug # 54132 2000-10-05 01:51:38 +00:00
mcgreer%netscape.com 4195729ff1 fix for bug #55190. Some 64-bit platforms will not return an alloc'ed pointer from an undeclared function. 2000-10-05 01:39:35 +00:00
ssu%netscape.com ae579e163d fixing bug # 54063 - cleaning up purify errors in win32 installer. r=dveditz, sr=mscott 2000-10-05 01:38:33 +00:00
mcgreer%netscape.com 3f1b1a73cd workaround for bug #55234. optimized arcfour is not working on solaris 64-bit. 2000-10-05 01:33:54 +00:00