Commit Graph

63718 Commits

Author SHA1 Message Date
sfraser%netscape.com
6943ccb636 Fix for 36840 -- implement the Spyglass URL echo Apple Event. Code mostly from Steve Cox: scox@artlogic.com. r=sfraser, a=beppe. 2000-06-09 00:13:55 +00:00
sfraser%netscape.com
4185050636 First Checked In. 2000-06-09 00:11:45 +00:00
alecf%netscape.com
c7861bd9f1 fix for #35799 - make deleting an SMTP server work
r=sspitzer
2000-06-09 00:07:55 +00:00
danm%netscape.com
e1efb249c7 removing nsJSAbstractView.cpp. bug 12021. r=jst@netscape.com 2000-06-09 00:04:29 +00:00
edburns%acm.org
184f242f13 Make building the spec compliant classes the default. 2000-06-09 00:03:51 +00:00
hangas%netscape.com
02268f59cb Fixing icons in modern theme as well as an image for 34924. r=german 2000-06-08 23:58:58 +00:00
edburns%acm.org
060c98e3c5 Added nativeGetDOM. 2000-06-08 23:51:13 +00:00
morse%netscape.com
19be7933a9 bug 41843, single signon not working on key sites, r=sspitzer 2000-06-08 23:48:02 +00:00
shanjian%netscape.com
5ca3f53ba7 #39726 typo in IMETextTxn.cpp
r=ftang a=waterson
2000-06-08 23:40:31 +00:00
rhp%netscape.com
e1c5906176 Fix for losing content after a save as draft operation - Bug #: 41506 - r: jefft 2000-06-08 23:37:16 +00:00
alecf%netscape.com
a0b04734b4 fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs
r=waterson, scc a=waterson
2000-06-08 23:34:53 +00:00
ftang%netscape.com
d0740e80c8 fix 41573 mac IME problem. r=sfraser@netscape.com 2000-06-08 23:29:43 +00:00
edburns%acm.org
4e0a7923b1 Modifications to allow webclient to run again on solaris. 2000-06-08 23:24:51 +00:00
kmcclusk%netscape.com
f2757fb84d Changed nsBulletFrame to set the dirty flag on the it's parent's first frame instead of itself when an Image is updated b=36703 r=buster@netscape.com tested on WINNT, Linux 2000-06-08 23:19:38 +00:00
jj%netscape.com
901b6acf11 #41858: updated version key to 5.0.0.a18. a=leaf, r=sgehani 2000-06-08 23:07:35 +00:00
waterson%netscape.com
5e705488cb Fix bonehead error warren found: don't re-initialize utf8len; we'll need it to set the string's length! 2000-06-08 23:07:15 +00:00
mkaply%us.ibm.com
0a8ce8f6c1 # 37239
r = mscott, a = brendan
OS/2 bring-up - PR_CALLBACKs for VisualAge
2000-06-08 22:57:35 +00:00
mkaply%us.ibm.com
863ee5ef19 # 37239
r = mscott, a = brendan
OS/2 bring-up - These files were never ported to use NSPR datatypes - add const to match prototype
2000-06-08 22:55:09 +00:00
jst%netscape.com
e224fead11 Fixing nsbeta2+ bugs 17351 and 33018, doing document.write(...) on a document in a newly opened window wasn't working properly, the written HTML was replaced by the URL given to window.open(), the fix is to cancel ongoing loads for the new window before starting to write to it. r=vidur 2000-06-08 22:51:06 +00:00
mkaply%us.ibm.com
f4304457ae # 37239
r = dveditz, a = brendan
OS/2 bring-up - PR_CALLBACK stuff for VisualAge
2000-06-08 22:49:49 +00:00
edburns%acm.org
2c5d190887 Added JAVA_DESTPATH to the CLASSPATH on the compiler command line. 2000-06-08 22:44:19 +00:00
bryner%uiuc.edu
d0aa2ed990 Fixing nsbeta2+ bug 41723, filepicker behavior. r=pavlov. 2000-06-08 22:20:57 +00:00
jefft%netscape.com
13264dc6d1 fixed bug 32247 - POP: Delete does not work after the first session; r=bienvenu 2000-06-08 22:10:15 +00:00
bienvenu%netscape.com
69168b752f more work on search backend, 33101 r=alecf, notify fe of search hits 2000-06-08 21:56:04 +00:00
neeti%netscape.com
3542e0249d fix for bug 41764 -Clear cache gives javascript error. r=gagan@netscape.com 2000-06-08 21:50:42 +00:00
andreas.otte%primus-online.de
4cf9ec5cfc fix bug 41702 [Double caching when fetching wallet tables], r,a=morse@netscape.com a=waterson@mozilla.org 2000-06-08 21:35:03 +00:00
dmose%mozilla.org
c950fa6d9b fixed client.mk not noticing when sub-configure scripts (for --with-nspr-autoconf and --enable-ldap) have changed (and therefore not re-running configure). a=leaf@mozilla.org, r=cls@seawood.org 2000-06-08 21:32:31 +00:00
harishd%netscape.com
81e062668f 40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
The HTMLTag array was,erroneously,going out-of-bounds for XMP tag.
r=rickg
30617 (nsbeta2+) - Misplaced AREA tag should be informed with base target info.
r=vidur.
2000-06-08 21:32:09 +00:00
harishd%netscape.com
f6f35bfa1e Fix for:
37247 (nsbeta2+) - XIF DTD / HTMLContentSinkStream shouldn't add end tags
for IMG,PARAM,SOUND,INPUT..etc., ( leaf tags ).

r=akkana.

41427 (nsbeta2+) - Avoid transient style handling in a head context.
40408 (nsbeta2+) - Check for nsresult in nsFragmentContentSink::AddLeaf().
The HTMLTag array was,erroneously,going out-of-bounds for XMP tag.
40741 (nsbeta2+) - Text, only document, was getting sucked up into <!DOCTYPE>
40143 (nsbeta2+) - Use scanner's mIncremental memeber wisely when data is
supplied through document.write();
40552 (nsbeta2+) - Contain default <!DOCTYPE> to html documents only.

r=rickg

30617 (nsbeta2+) - Misplaced AREA tag should be informed with base target info.

r=vidur.
2000-06-08 21:30:48 +00:00
kin%netscape.com
0d3af6b241 Checking in patch from BlakeR1234@aol.com for
bug #41283: Incorrect Dialog for 'New' category in Customize search window

    mozilla/xpfe/components/search/resources/search-editor.js
    mozilla/xpfe/components/search/resources/locale/en-US/search-editor.properties

r=ben@netscape.com a=waterson@mozilla.org
2000-06-08 21:30:21 +00:00
jj%netscape.com
55ad854179 #41760: set memory partition to 16384K in all targets 2000-06-08 21:28:03 +00:00
wtc%netscape.com
0d184b4e3b Bugzilla bug #38599: pthreads PR_Poll optimizations. 1. Increased the
size of the stack pollfd structure array from 4 to 64.  2. Made the
malloc'ed pollfd structure array a thread private data.
Modified files: primpl.h, ptio.c, ptthread.c
2000-06-08 20:42:57 +00:00
endico%mozilla.org
8c199a1eb4 experimental: Not part of normal bugzilla distibution. Bug.pm creates a bug object and provides methods for getting and setting attributes and for printing out the bug as xml. xml.cgi prompts for a list of bugs and displays the list as html. xml.cgi replaces export_bug.cgi 2000-06-08 20:30:10 +00:00
edburns%acm.org
8b20efd992 Checked in nascent "select the current node in the tree view when the user shift-clicks on a node" feature,
but it's blocked by the incompleteness of the DOM implementation in M13.
2000-06-08 18:40:20 +00:00
wtc%netscape.com
c956729585 Define the new macro _PR_POLL_WITH_SELECT for OSF1 and HP-UX.
OSF1 and HP-UX report the POLLHUP event for a socket when the
shutdown(SHUT_WR) operation is called for the remote end, even though
the socket is still writeable. Use select(), instead of poll(), to
workaround this problem.
Modified files: _hpux.h, _osf1.h, ptio.c
2000-06-08 17:48:39 +00:00
brade%netscape.com
fa8e2b58fc drag within editor implemented; r=kin; a=beppe; bug#6255 2000-06-08 14:47:29 +00:00
kin%netscape.com
6790b4afdd Fix for bugs:
41605 Crash doing editor.js:EditorShutdown() when doing File->close
  41734 Applying Override StyleSheet causes Editor crash.

Added missing NS_IF_ADDREF in GetSelectedElement().

r=jfrancis@netscape.com  a=beppe@netscape.com
2000-06-08 14:45:12 +00:00
bienvenu%netscape.com
f57cfcc12a unescape mac filter targets before upgrading r=alecf, 16917 2000-06-08 14:38:55 +00:00
rhp%netscape.com
9f75ead44b Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
mkaply%us.ibm.com
ed15a3c3c0 # 37239
r = danm, a = brendan
OS/2 bring-up - VisualAge needs a cast - using NS_STATIC_CAST per danm
2000-06-08 14:18:07 +00:00
mkaply%us.ibm.com
f24430cb7e # 41349
r = cls, a = brendan
Checkout does not happen properly if done in /mozilla directory
2000-06-08 14:00:17 +00:00
jst%netscape.com
64a6328c06 Fixing nsbeta2+ bug 41718, the docshell did case sensitive string compares when it checked if the protocol of a URL was 'javascript', this broke upper and mixed cased javascript: URL's. r=shaver 2000-06-08 13:58:02 +00:00
mkaply%us.ibm.com
a9471ddc8a # 37239
r = mkaply, a = brendan
OS/2 bringup - Rewrite of device context code so menus work - OS/2 only
2000-06-08 13:55:47 +00:00
dcone%netscape.com
2157da06a8 Update printing regression tests. r=McCluskey 2000-06-08 13:45:15 +00:00
bienvenu%netscape.com
f3f61c4a62 fixes for local search,r=alecf, 33101 2000-06-08 13:12:17 +00:00
mbarnson%excitehome.net
bc742db6fe Adding database schema docs 2000-06-08 07:04:50 +00:00
ben%netscape.com
5021cc43a9 fix for 41587, font pref panel not remembering settings. r=hyatt 2000-06-08 07:00:25 +00:00
brendan%mozilla.org
d8f3cd1921 Comply with weird ECMA nit: call (o.f)() (note parens around the function expression) must bind 'this' to the global object, not to o\! (41864, r=shaver). 2000-06-08 06:46:18 +00:00
shanjian%netscape.com
88a5018252 Add Alis Charset detector to menu
r=naoki a=ftang
2000-06-08 05:23:09 +00:00
scc%mozilla.org
fbdb41c4de further fix for the defined case. r=dbaron 2000-06-08 05:08:14 +00:00