Commit Graph

83149 Commits

Author SHA1 Message Date
bienvenu%netscape.com
ece972d9fc fix for crash cleaning up mail dbs on shutdown on mac r=brade, sr=sspitzer, a=putterman 82195 2001-05-23 01:26:48 +00:00
scc%mozilla.org
b7b3395bad bug #75220: fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build 2001-05-23 01:21:04 +00:00
ashuk%eng.sun.com
af0c0df24f Bug=46725
author=ashuk

Removing Makefile files from java/dom dir
2001-05-23 01:17:13 +00:00
gordon%netscape.com
ee65d9988a For bug 80890. Changing default cache sizes to 50,000 k for disk, and 4096 k for memory, as per discussion with PDT. sr=hyatt. 2001-05-23 01:12:55 +00:00
ashuk%eng.sun.com
1762b66f14 Bug=46725
author=ashuk

Files modified
java/makefiles

This patch removes the Makefile files from java/dom. The
Makefiles are now generated by configure from Makefile.in
files.
2001-05-23 01:12:49 +00:00
scc%mozilla.org
cd7dbf28a9 bug #82208: sr=sfraser, r=dbaron. Treat entries of |mIgnorePrefixes| consistently, dont' leak |mIgnorePrefixes|, don't |new NS_LITERAL_STRING|. Filed bug #82277 for further cleanup. 2001-05-23 01:11:30 +00:00
dianesun%netscape.com
86d6c5929d Back up checkin for 79555 and 80127 2001-05-23 00:50:58 +00:00
mstoltz%netscape.com
b1f46023b9 Reinstating the partial fix for bug 66938, the wiretap exploit, which was blown away by the XPCDOM landing. These capability prefs should prevent scripts in mail messages from reading any plaintext content in the message. r=jst,pollman, sr=mscott. 2001-05-23 00:40:49 +00:00
dianesun%netscape.com
12aee0f5ea Back up checkins for 79555 and 80127 2001-05-23 00:38:42 +00:00
dougt%netscape.com
5e408a28d8 Updating OnData API. (fixing build bustage) 2001-05-23 00:36:29 +00:00
waterson%netscape.com
8a5f3ef7c0 Add regression tests for bugs 4831, 59200, and 69960. Not part of the build. 2001-05-23 00:33:07 +00:00
sfraser%netscape.com
e0bfe4c093 Fix bug 82139; ensure that Find-related items get disabled when in view source mode. r=brade, sr=kin 2001-05-23 00:23:03 +00:00
sfraser%netscape.com
ce7d569925 Fix for 82243; make sure we use "html" extension when saving files, if the MIME info gives us "htm". r=jfrancis, sr=scc 2001-05-23 00:21:29 +00:00
ben%netscape.com
4ff63b2599 Part A for fix fo 35835, r=matt, sr=blake.
Correct typo that incorrectly set text/unicode data to be the text/html string
Part B = removing the Copy Link Location item, coming next.
2001-05-23 00:17:16 +00:00
ssu%netscape.com
322f1eac8f fixing bug 80838 - Install must delete component.reg and xpti.dat on upgrade. r=sgehani, sr=mscott. 2001-05-23 00:15:55 +00:00
jst%netscape.com
372a877971 Backing out dbaron's last change for bug 42321 which prevented mozilla from running the JS GC when going from page to page, this caused bugscape blocker bug 5073. r/sr=vidur&rpotts 2001-05-23 00:15:54 +00:00
nhotta%netscape.com
6a7db91347 Delay menu check mark using setTimeout() to workaround the problem of checkmark not drawn, bug 73881, r=jbetak, sr=waterson. 2001-05-23 00:14:25 +00:00
nhotta%netscape.com
ecb3ff2992 Changed to avoid escaping '%' in URI, bug 81238, r=cmanske, sr=jst. 2001-05-23 00:13:23 +00:00
yokoyama%netscape.com
401a58582b Bug 7=81786:
Clone Encoder/Decoder list before feeding to app::Init()
/r=ftang; /sr=scc
2001-05-23 00:12:51 +00:00
jband%netscape.com
1f119bd32a fix bug 82220. enumeration of Components.interfaces should only include scriptable interfaces. r=vidur sr=jst 2001-05-23 00:12:04 +00:00
darin%netscape.com
4b19855426 Fixes bug 81125 "shift reload doesn't work" r=gagan sr=dougt 2001-05-23 00:11:43 +00:00
darin%netscape.com
69c8ec0d2c Partially fixes bug 81658 "poor performance on password protected pages" r=gagan sr=dougt 2001-05-23 00:09:35 +00:00
prass%netscape.com
e73122be09 partial fix for bugscape bug 4458, presence stopped working. notify clear addresses is being defined in msgHdrViewAddresses. r=suresh@netscape.com, sr=mscott@netscape.com 2001-05-23 00:05:57 +00:00
dougt%netscape.com
20d78e3f49 Updating OnDataAvailable() signature. fixing build bustage. 2001-05-23 00:03:20 +00:00
varada%netscape.com
246cef1d09 fix for bug#81730;regression-save as draft dialog must be shown when the pref is turned on;r=ducarroz;sr=sspitzer 2001-05-22 23:57:44 +00:00
rginda%netscape.com
3fac831047 create a dummy stack frame before calling out to the new-script-hook. The dummy frame prevents the script from being affected by any GC the hook may trigger. See bug 77636. author=shaver, r=me, sr=brendan 2001-05-22 23:57:37 +00:00
ashuk%eng.sun.com
1d5b5ee913 Bug=45018
author=ashuk

Files modified
jni/org_mozilla_dom_DocumentImpl.cpp

This fix makes sure that corner case where call to
nsIDOMDocument::CreateEntityReference returns
NS_OK, but a null return value for the
nsIDOMEntityReference is handled properly thro
the exception handling mechanism.
2001-05-22 23:53:42 +00:00
rods%netscape.com
2945ee5e62 adding pane/frameset/frame/iframe navigation
Bug 24423 r=joki,saari a=hyatt
2001-05-22 23:52:17 +00:00
dbaron%fas.harvard.edu
f87d701a5d Fix bustage due to missing closing brace. 2001-05-22 23:45:54 +00:00
ssu%netscape.com
40b249aabb fixing bug 82202 - Do not register mozctlx.dll during installation. r=sgehani, sr=mscott. not part of tinderbox builds. would affect windows platforms only 2001-05-22 23:39:51 +00:00
dbragg%netscape.com
42dde200f3 Final-final part of bug 65678. Special case for 6.0x->6.1 update installations.
6.0x didn't have the code to call the cleanup routine so we have to explicitly
call it in the update case.  This is done through the install.js file in browser.xpi.
r=sgehani, sr=mscott.
2001-05-22 23:38:12 +00:00
wtc%netscape.com
d000404490 Bugzilla bug #77109: fixed NSPR library memory leaks on Mac. Patch is
contributed by Patrick Beard <beard@netscape.com>. r=sfraser,wtc.
2001-05-22 23:34:54 +00:00
brendan%mozilla.org
e46d5f7fc4 Warning abatement (r=polarbear, sr=lumpy). 2001-05-22 23:25:18 +00:00
ashuk%eng.sun.com
38bb3e3a5a Bug=81484
author=ashuk
Patch provided by Harshal (keeda@hotpop.com)

This patch introduces explicit (jchar*) static
casts in calls to JNIEnv_::NewString in the
JavaDOM code. This is needed for compliance
with the strict type-checking og gcc 2.96+.

Modified files are:
M jni/org_mozilla_dom_AttrImpl.cpp
M jni/org_mozilla_dom_CharacterDataImpl.cpp
M jni/org_mozilla_dom_DocumentTypeImpl.cpp
M jni/org_mozilla_dom_ElementImpl.cpp
M jni/org_mozilla_dom_EntityImpl.cpp
M jni/org_mozilla_dom_NodeImpl.cpp
M jni/org_mozilla_dom_NotationImpl.cpp
M jni/org_mozilla_dom_ProcessingInstructionImpl.cpp
M jni/org_mozilla_dom_events_EventImpl.cpp
M src/nsJavaDOMImpl.cpp
2001-05-22 23:22:58 +00:00
mkaply%us.ibm.com
47998075f6 #78655
r=mkaply, a=blizzard
Code from cls - Make all printfs DEBUG
2001-05-22 23:13:23 +00:00
larryh%netscape.com
04b923a327 correct copyright date 2001-05-22 23:03:54 +00:00
mcgreer%netscape.com
02f6597d09 fix for 64128 - edit builtin certs.
r=javi,sr=blizzard
2001-05-22 23:02:49 +00:00
larryh%netscape.com
49ec000584 add directory admin 2001-05-22 22:57:36 +00:00
gerv%gerv.net
3d0041b1ae Adding "Copy Link Location" to Bookmarks Manager context menu. Bug 35835. r=hwaara, sr=alecf. 2001-05-22 22:49:12 +00:00
dougt%netscape.com
e55965b84f Updating test application to new API. 2001-05-22 22:40:44 +00:00
sdagley%netscape.com
b6f4f715cf Beta blocker #58928 (moving code from 6.01 branch). Now display a Stop alert to the user with the text from the welcome window that suggests quitting running apps if N6 or Mozilla is already running. Also handle case of 4.x AND N6 or Mozilla running. r/sr were pinkerton & sfraser for original landing. 2001-05-22 22:38:37 +00:00
dougt%netscape.com
59eb2b1392 Implements NPN_RequestRead(). Bug number 53363. r=peterl@netscape.com, sr=attinasi@netscape.com. 2001-05-22 22:32:45 +00:00
gerv%gerv.net
d9e67ab2aa Fix View | Translate, which I broke by not understanding prefs enough. Bug 82018. r=doron, sr=alecf. 2001-05-22 22:31:55 +00:00
darin%netscape.com
c5a84507d8 Fixes bug 80975 "mozilla leaks sockets" r=gagan sr=dougt 2001-05-22 22:15:42 +00:00
mkaply%us.ibm.com
4537052a5e #81691
r=cls
Enable packaging on OS/2
2001-05-22 22:05:15 +00:00
wtc%netscape.com
7b22982d7c Bugzilla bug #77199: more PR_CALLBACK changes received from Javier
Pedemonte <pedemont@us.ibm.com> for OS/2.
Modified files: cert.h, certdb.h
2001-05-22 22:01:33 +00:00
mkaply%us.ibm.com
d8e94e7b47 #76670
r=mkaply, a=blizzard
More optimization for XP Region code - OS/2 only
2001-05-22 21:57:20 +00:00
mkaply%us.ibm.com
d4a3aa7de7 #76257
r=mkaply,danm, a=blizzard
Code from jblanco - Implement SetSizeMode on OS/2
2001-05-22 21:49:16 +00:00
mkaply%us.ibm.com
c28ffed191 No bug
r=mkaply, a=blizzard
Code from pedemonte - some cleanup on OS/2 fonts
2001-05-22 21:40:26 +00:00
ccarlen%netscape.com
dd6d914b5c Bug 73095 - Create() needs to set mTargetSpec on completion. r=scc@mozilla.org/sr=sfraser 2001-05-22 21:38:21 +00:00