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

63746 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 525c68bc2b 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 6dce418628 # 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 6a31199020 # 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 a8ed95eaaa 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 c492092537 # 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 12739f5353 Added JAVA_DESTPATH to the CLASSPATH on the compiler command line. 2000-06-08 22:44:19 +00:00
bryner%uiuc.edu 2fed2fcffc Fixing nsbeta2+ bug 41723, filepicker behavior. r=pavlov. 2000-06-08 22:20:57 +00:00
jefft%netscape.com 53de752802 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 6ff86afc7f more work on search backend, 33101 r=alecf, notify fe of search hits 2000-06-08 21:56:04 +00:00
neeti%netscape.com bde71a9fe8 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 8b5351526c 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 fdd87574fb 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 388f6f8b9d 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 ff1b9b644d 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 f3e9ae1cec 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 458051c995 #41760: set memory partition to 16384K in all targets 2000-06-08 21:28:03 +00:00
wtc%netscape.com 02f7b606fc 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 abf7a62bb9 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 1e6e9f6dcb 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 ef2b9a261c 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 cee3621c8b drag within editor implemented; r=kin; a=beppe; bug#6255 2000-06-08 14:47:29 +00:00
kin%netscape.com c4f1ac54c8 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 20941c6be6 unescape mac filter targets before upgrading r=alecf, 16917 2000-06-08 14:38:55 +00:00
rhp%netscape.com 2da448cc69 Fixes Bug# 34455 - Problem with format flowed - a=brendan 2000-06-08 14:25:54 +00:00
mkaply%us.ibm.com 0c8602481d # 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 1fbecb8e54 # 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 e151f419a0 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 69390d2c08 # 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 24697c622a Update printing regression tests. r=McCluskey 2000-06-08 13:45:15 +00:00
bienvenu%netscape.com 1da40e66ac fixes for local search,r=alecf, 33101 2000-06-08 13:12:17 +00:00
mbarnson%excitehome.net 32b94ada71 Adding database schema docs 2000-06-08 07:04:50 +00:00
ben%netscape.com 8187f7d5b9 fix for 41587, font pref panel not remembering settings. r=hyatt 2000-06-08 07:00:25 +00:00
brendan%mozilla.org c01c46739f 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 3d1f6ab8b8 Add Alis Charset detector to menu
r=naoki a=ftang
2000-06-08 05:23:09 +00:00
scc%mozilla.org 42a6c98a0f further fix for the defined case. r=dbaron 2000-06-08 05:08:14 +00:00
scc%mozilla.org 129f2bc511 Improved logging facilities on |nsCOMPtr| in cooperation with dbaron, for his new logging tools. r=dbaron 2000-06-08 04:52:39 +00:00
alecf%netscape.com 6d8b6a05fa fix for 41770 - new filters were not saving
- any kind of error during filter creation was not clearing gFilter,
  which meant the filter would not get added to the filterlist
- the filter type was uninitialized, so none of the rules would get saved
2000-06-08 04:18:42 +00:00
ben%netscape.com 808c15f30f partial fix for b41120 and b41123 - tooltips for navigator and taskbar 2000-06-08 04:04:37 +00:00
pchen%netscape.com 00e3b9f457 Partial fix bug#41272. If INCLUDE_CLASSIC_SKIN is defined in one of the Mac build perl scripts, copy classic skin resources to Chrome/skins directory in dist. r=pinkerton 2000-06-08 03:57:35 +00:00
pchen%netscape.com b1ff76eefd Partial fix bug#41272. Added destination folder, which makes this manifest file work now. r=pinkerton 2000-06-08 03:51:19 +00:00
pchen%netscape.com 9fceb53e03 First Checked In. 2000-06-08 03:49:59 +00:00
pchen%netscape.com 7eae59b276 First Checked In. 2000-06-08 03:44:04 +00:00
pinkerton%netscape.com 6ea3a25f35 changes for DOM level-2 compliance. nodeName, tagName --> localName. bug 39927, r=ben 2000-06-08 03:41:27 +00:00
alecf%netscape.com 93061f5bf8 update search datasource for new nsIMsgSearchNotify, and add it to the windows build
(#33101)
2000-06-08 03:25:11 +00:00
alecf%netscape.com 21f77ab86d add search datasource PROGIDs, CIDs, #33101 2000-06-08 03:16:17 +00:00
alecf%netscape.com 816963e216 add nsIMsgSearchNotify to the windows build, and clean up spaces to shut up xemacs 2000-06-08 02:58:29 +00:00
alecf%netscape.com 54eab8802f added files: mozilla/mailnews/base/search/public/nsIMsgSearchNotify.idl 2000-06-08 02:56:15 +00:00
alecf%netscape.com e6ca9b7869 add nsIMsgSearchNotify to unix build 2000-06-08 02:55:42 +00:00
alecf%netscape.com 9c88364c2e rename nsIMsgSearchHit notify since it's going to have a few extra uses
(part of #33101)
2000-06-08 02:55:03 +00:00
anthonyd%netscape.com ce5d77c147 warning fix for Linux, shadowed local variable
r: kin
2000-06-08 02:51:58 +00:00