Commit Graph

105028 Commits

Author SHA1 Message Date
shrutiv%netscape.com
7ed625a966 Fix for bug 96916: Support easy way to add a few bookmarks via CCK
(r=smeredith)
2002-06-22 01:07:18 +00:00
cltbld%netscape.com
6b9eb55e1c Static build comment 2002-06-22 00:53:41 +00:00
rdayal%netscape.com
34f2fb8744 bug # 104931 - moved LDAP modules to be installed with the browser instead of mail
r=dmose, sr=dveditz
2002-06-22 00:49:06 +00:00
depstein%netscape.com
925e73993c updated webBrowserFind tests
a=asa for QA checkins that are not part of the default builds
2002-06-22 00:24:55 +00:00
shrutiv%netscape.com
9b3c0d75e7 Fix for bug 96916: Support easy way to add a few bookmarks via CCK
(r=smeredith)
2002-06-22 00:20:48 +00:00
shrutiv%netscape.com
27e2dbb050 Fix for bug 96916: Support easy way to add a few bookmarks via CCK
(r=smeredith)
2002-06-22 00:15:05 +00:00
bryner%netscape.com
b9e6c3d5cf Reorganize the Darwin xptcall code so that it works correctly with prebinding:
- Move all functions into the text section.
 - Use m4 to generate the StubNNN() functions in the .s file, so that we don't have to use an indirect call to SharedStub (which would clobber r12, where we pass the method index).
 - Use indirect calls for calling invoke_count_words and invoke_copy_to_stack from inside XPTC_InvokeByIndex.

Bug 151978, r=pavlov, sr=beard.
2002-06-22 00:09:55 +00:00
cltbld%netscape.com
3699428a70 Wrapping pull & build with TestOnly, now --testonly flag will skip this for chimera build also. 2002-06-22 00:00:43 +00:00
nicolson%netscape.com
01f5e0790f Fix 128259: Cannot get SSL trust for a CA residing on PKCS#11 module. 2002-06-21 23:53:58 +00:00
dprice%netscape.com
7b8a468a21 144288 - r=sgehani sr=dveditz
make libxpnet understand http response codes
2002-06-21 23:43:26 +00:00
tor%cs.brown.edu
4b53a54b1e Bug 153280 - backout of pjpeg (bug 76776) due to Tp regression. 2002-06-21 23:42:49 +00:00
dprice%netscape.com
80322cfeb5 151947 - r=curt sr=dveditz
let config.ini control what registry keys are cleaned up during upgrades
2002-06-21 23:40:58 +00:00
mstoltz%netscape.com
5d7c0df7e1 Bug 149777 - Do not clone images and other embeds into the pageInfo window;
just copy the src and other relevant attributes over. r=bzbarsky, sr=jag,
patch by jrgm.
2002-06-21 23:31:41 +00:00
shrutiv%netscape.com
395ae64f49 Fix for bug 96916: Support easy way to add a few bookmarks via CCK
(r=smeredith)
2002-06-21 23:20:19 +00:00
naving%netscape.com
0293646f8f 153101 r=cavin sr=bienvenu. fixing regression on copying mail to local folders after sending mail. 2002-06-21 23:15:21 +00:00
timeless%mac.com
0750ff9a19 Bug 153144 we don't need 'The return value is 3' outputed to the console form jsconsole
r=bzbarsky a=dcone (viewerApp)
2002-06-21 23:08:27 +00:00
rpotts%netscape.com
424c54035e bug #147741 (r=jst, sr=darin) Call nsIContentPolicy for toplevel and subdocuments. 2002-06-21 22:47:42 +00:00
bzbarsky%mit.edu
1dad29c8ea Save background images on tables/rows/cells. Bug 115532, r=adamlock, sr=jst 2002-06-21 22:33:50 +00:00
bzbarsky%mit.edu
750ed97f3f Fix dynamic changes to generated content. Bug 57226, r=dbaron, sr=kin 2002-06-21 22:31:19 +00:00
relyea%netscape.com
3c89da1564 Need to preserve non-modifiable trustbits. 2002-06-21 22:28:03 +00:00
bzbarsky%mit.edu
50b053124a Fix build bustage 2002-06-21 22:25:28 +00:00
naving%netscape.com
d69c9b27d6 129540 r=robinf fixing help buttons to point to correct page for filterEditor.xul and pref-directoryadd.xul 2002-06-21 22:22:54 +00:00
cavin%netscape.com
5bf760ca9e Fix for 153465. In nsImapService::DeleteFolder(), if it's an aol server then use the new 'deletefolder' url to remove all msgs and the folder itself. r=naving, sr=bienvenu. 2002-06-21 21:55:10 +00:00
shanjian%netscape.com
a5f811c7a1 #149692 Japanese font is displayed ugly on linux RH7.2
use ffre name instead of only family name to better pass around
system font.
r=rbs, sr=waterson
2002-06-21 21:18:26 +00:00
alecf%netscape.com
5c71a57498 not part of build
move mContainer and mInner to be non-static members, and release them with the xpcom shutdown observer, to prevent leaks
2002-06-21 21:17:55 +00:00
jst%netscape.com
220258d498 Fixing bug 150824. Don't crash if initialization of an XBL JS class fails. r=dbradley@netscape.com, sr=alecf@netscape.com 2002-06-21 20:55:17 +00:00
pavlov%netscape.com
c55741b7c5 fix for bug 148879. patch from balleysson@bigfoot.com. r=pavlov sr=tor 2002-06-21 20:32:48 +00:00
relyea%netscape.com
aa8dddaacb zero structure before we fill it in, not after 2002-06-21 20:25:49 +00:00
suresh%netscape.com
07a82808c8 fix for bugscape 16611. crash in InMemoryDataSource::Assert. Checks for obs pointer before calling the app. function. r=rjc, sr=alecf. 2002-06-21 20:14:12 +00:00
mcs%netscape.com
398333b8db Fix bug # 152852 - referrals: port 0 used by default instead of port 389. 2002-06-21 20:14:02 +00:00
dougt%netscape.com
9effd97abe 151604 - XPCOM Glue standalone stupport of dynamically loading symbols. r=dp/rpotts sr=alecf 2002-06-21 19:58:54 +00:00
peterlubczynski%netscape.com
0eb6065bb3 Reset the navigator object for each new document -- plugins may have changed, bug 150087 r=av sr=jst 2002-06-21 19:34:54 +00:00
pinkerton%netscape.com
83f1ec4406 pull the search button out of the default toolbar, move it to the left of
the url bar if it's there at all, and change the icon.
2002-06-21 19:33:59 +00:00
cltbld%netscape.com
aebe95de2d Explicitly deleting binary. Removed install from pbxbuild line. Increased AliveTestTimeout to 60 seconds from 45. New URL for test8. (mcafee) 2002-06-21 19:18:49 +00:00
cltbld%netscape.com
e159632d4f Explicitly set cwd to home directory after setting /u/cltbld, apparently MacOSX/Darwin needs this. -mcafee 2002-06-21 19:14:13 +00:00
rogerl%netscape.com
c80b7c5e07 Bug #112626 - setting RegExp static field 'input', making sure the paren
capture substring contents aren't gc'd. r=rginda, sr=brendan.
2002-06-21 18:38:45 +00:00
nicolson%netscape.com
fe199405d1 fix a build error in JDK 1.2. 2002-06-21 18:31:36 +00:00
heikki%netscape.com
e1ed4e08e3 Bug 133654, param attribute not recognized in XHTML. Patch from jst, r=peterv, sr=heikki. 2002-06-21 18:28:46 +00:00
wtc%netscape.com
47b432c0f5 Bug 153380: TLS is enabled by default now. 2002-06-21 18:25:46 +00:00
rogerl%netscape.com
17b4a2e105 Fixing bug 153223; - 'flat' input may be null. 'isWhiteSpace' does not
return true for non-break spaces, use 'isSpaceChar' instead. Bytes are
signed so needed to extract char values more carefully.
2002-06-21 18:19:25 +00:00
mostafah%oeone.com
5938d5cd5c Second phase of TODO integration into calendar 2002-06-21 17:16:30 +00:00
ducarroz%netscape.com
ccfb53e276 Fix for bug 153354. Syntax error 2002-06-21 16:03:15 +00:00
cmanske%netscape.com
73802b9d82 Fixed retaining text attributes when using 'end' key. b=113613, fix=mjudge, r=blythe, sr=kin 2002-06-21 14:22:30 +00:00
kaie%netscape.com
0eea589942 b=137071 [UE] Replies to or forwarding S/MIME encrypted mail should default to encrypt
Additional required patch, to fix "forward inline".
Patch created by ducarroz.
r=kaie sr=mscott
2002-06-21 14:04:57 +00:00
leaf%mozilla.org
7aca213491 Automated update 2002-06-21 13:55:42 +00:00
leaf%mozilla.org
d1ff4cafd7 update the mre mozilla version to 1.1a+, r=cls 2002-06-21 13:52:59 +00:00
varga%utcru.sk
6671a0756a Fix for bug 127842 - Reload the Bookmark and History tab context menu in
sidebar crashes mozilla
r=bryner, sr=shaver
2002-06-21 12:18:48 +00:00
locka%iol.ie
de735e8b56 Remove MozillaControl.html b=150618 2002-06-21 11:57:07 +00:00
dmose%netscape.com
7b5d45aa9c Workaround so that older versions of Mozilla will not erase LDAP bind DN from the prefs (bug 148900); r=srilatha@netscape.com, sr=bienvenu@netscape.com 2002-06-21 07:01:42 +00:00
caillon%returnzero.com
340d2757fc Bug 153044. Computed style implementation for some -moz-border-radius properties.
r=bzbarsky
sr=jst
2002-06-21 06:42:21 +00:00