kmcclusk%netscape.com
984f2e4d5f
Fixed code which prevented the rendering of large animated background gifs. Return after the the call to PatBltTile only if PatBltTile returns PR_TRUE otherwise fall through to the slow tiling code. bug 133096 r=dcone sr=attinasi a=asa
2002-03-26 14:21:31 +00:00
brade%netscape.com
02cf2c6a37
init mMDTM to be safe (bug 126468; submitted by mcs, r=bbaetz, sr=darin, a=Asa)
2002-03-26 14:11:27 +00:00
bbaetz%student.usyd.edu.au
c4fa26f93a
Bug 133200 - mass change removes dependancies. r=afranke, justdave
...
Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch
by zeroJ@null.net (John Vandenberg), r=bbaetz x2
Bug 133207 - mass confirming bugs fails. r=afranke x2
2002-03-26 13:15:16 +00:00
mkaply%us.ibm.com
a4d5b4a337
At least I only broke us - forgot include
2002-03-26 13:04:48 +00:00
roc+%cs.cmu.edu
cb3fd90344
Bug 131487. Fix semantics of GetViewFlags/SetViewFlags. r=kmcclusk,sr=attinasi,a=asa
2002-03-26 12:12:36 +00:00
roc+%cs.cmu.edu
251d4521da
Bug 128478. Don't let key events go through coordinate-based dispatching. r=kmcclusk,sr=kin,a=asa
2002-03-26 12:10:52 +00:00
rods%netscape.com
bff2fdafde
Generically enables the browser to cache the curent presentation (frames,
...
views, et.al.) for Print Preview and then enables them to be restored.
It uses a pref and/or checks all the documents to see if any have an "embed" or
a "plugin". Temporarily it checks for framesets and turns on caching also.
I also factored some code in the Init routine so it could be callled for either
creating the new presention or initializing an existing one.
Also, added some safety check code in PrintPage.
Then for the object frame, for PP it doesn't do a paint - this is a temporary fix.
Bug 122048 r=peterl sr=attinasi a=asa
2002-03-26 11:43:40 +00:00
rdayal%netscape.com
efd52c77d0
Change to enable the UI for replication, related to bug # 128086.
...
r=sspitzer, sr=bienvenu, a=asa
minor change to display the offline tab and download now button.
2002-03-26 11:43:04 +00:00
peterv%netscape.com
344fcc7c6f
Back-out of fix for bug 123899 (document.body.innerHTML is broken). This caused bug 132673 and a bunch of duplicates. Tp might go up slightly but that's just because we stop dropping some content.
2002-03-26 11:15:15 +00:00
rdayal%netscape.com
098083bc34
Landing Address book LDAP replication. bug # 128086.
...
mac xml project file changes to build the new files and interfaces.
r=dmose, sr=sspitzer, a=asa.
2002-03-26 10:10:20 +00:00
rdayal%netscape.com
d75169bce0
Landing Address book LDAP replication, bug # 128086
...
these files define the CID and ContractID for new LDAP replication interfaces
and their implementation and make them part of Addressbook module using the factory.
makefile changes for uriloader dependency for nsIWebProgressListener.
r=sspitzer, sr=bienvenu, a=asa.
2002-03-26 10:08:06 +00:00
rdayal%netscape.com
b0b7a6fbd1
Landing Address Book LDAP Replication, bug # 128086
...
these files define : replication service interface called from UI,
replication query interface called for executing an LDAP query,
replication data interface called for processing retrieved data.
r=sspitzer, sr=bienvenu, a=asa.
2002-03-26 10:04:10 +00:00
rdayal%netscape.com
6680b4e82f
Landing Address Book LDAP replication, bug # 128086.
...
These files implement : the replication service called from the UI,
replication query class which executes an LDAP query, and
replication data class which processes the replication data retrieved.
And the modified makefiles to build these files.
r=sspitzer, sr=bienvenu, a=asa.
2002-03-26 10:01:14 +00:00
cbiesinger%web.de
7b072d0996
bug 132126 r=dougt sr=hewitt a=scc
...
nsFactoryEntry::ReInit leaks memory
2002-03-26 09:48:44 +00:00
darin%netscape.com
6774091263
backing out changes (for bug 116365) to fix btek page-loader crash.
2002-03-26 08:47:10 +00:00
timeless%mac.com
4a33e6b812
Bug 92527 [Win] Change associations file type naming for Mozilla
...
patch by ere@atp.fi r=law sr=jag a=asa
2002-03-26 07:55:14 +00:00
samuel%sieb.net
2d7fd8bdb5
Bug 128316 - xml-rpc can't create struct type
...
r=rginda rs=darin a=asa
2002-03-26 07:09:26 +00:00
darin%netscape.com
7f9b2ed250
fixes bug 116365 "[RFE] Cache partial documents; automatically issue byte
...
range requests" r=gagan sr=mscott,rpotts,brendan a=asa
2002-03-26 06:54:07 +00:00
peterlubczynski%netscape.com
698e9c9ee4
Fixing ussage of codebase attribute and Java applets loading, bug 130605 patch by adu@sparc.spb.su (Denis Antrushin) r=peterl, sr=beard, a=asa
2002-03-26 06:42:10 +00:00
peterlubczynski%netscape.com
00f5ff72dc
Cleaning up dead code left from fix for bug 118721, patch by dbrittain@superscape.com (David Brittain), bug 132262 r=peterl, sr=attinasi, a=scc
2002-03-26 06:38:53 +00:00
peterlubczynski%netscape.com
48b3a72db7
Fixing redraw problem with full page plugins like Acrobat on Mac, bug 124563 r=av, sr=beard, a=asa
2002-03-26 06:36:37 +00:00
peterlubczynski%netscape.com
eff3e582be
Implementing nsIPluginTagInfo2::GetDocumentEncoding(), patch by adu@sparc.spb.su (Denis Antrushin) bug 131197 r=peterl, sr=beard, a=asa
2002-03-26 06:33:48 +00:00
peterlubczynski%netscape.com
2bf429bd6e
Making it so that we handle known image decoder mime types internally by default unless pref("plugin.override_internal_types", true); fixing bug 131230 r=av,biesi sr=beard a=asa
2002-03-26 06:30:33 +00:00
mscott%netscape.com
45547f8444
Backing out the change to nsDocumentviewer in Bug #70030 to see if it effects page load performance
2002-03-26 05:01:49 +00:00
leaf%mozilla.org
fea22549a9
backing myself out. for whatever reason, this change seems to turn *on* the
...
official defines.
2002-03-26 03:17:39 +00:00
mkaply%us.ibm.com
b72bc1dac5
#132474
...
Mistake in original checkin - fix from pedemont - was causing MAJOR OS/2 runtime bustage
2002-03-26 03:08:13 +00:00
morse%netscape.com
6cae9f323d
fix mac bustage. Sorry.
2002-03-26 03:07:30 +00:00
mkaply%us.ibm.com
63e9fa4f32
#132600
...
r=searge, sr=beard, a=asa
Refactor 4xplugin code so XP_OS2 section is more clear
2002-03-26 03:04:37 +00:00
justdave%syndicomm.com
e50ebe21a3
Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product.
...
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2
2002-03-26 02:53:39 +00:00
dmose%netscape.com
13dacd5d5d
Fix LDAP XPCOM SDK race condition which could cause LDAP entries to get dropped, or binds to fail entirely (bug 131447). The old code asked ldap_result() for all new messages received, including ones for operations that it did not yet know how to handle. That code has been changed to enumerate the pending operations, and ask for results of each of the pending operations that it knows about, and no others. r=sspitzer@netscape.com, dmose@netscape.com; sr=bienvenu@netscape.com; a=asa@mozilla.org
2002-03-26 02:51:27 +00:00
leaf%mozilla.org
7db4d42a4b
don't version mkdepend.exe; it doesn't need it, and it breaks, since
...
build_number is not built when mkdepend is built. r=cls, a=asa
2002-03-26 02:13:55 +00:00
morse%netscape.com
e4bc23d1c0
bug 130306, preparing to freeze nsiPasswordManager, r/sr=alecf/darin, a=asa
2002-03-26 01:54:04 +00:00
leaf%mozilla.org
5bec0e5b72
clean up clean up rules (use GARBAGE exclusively), update copyright year,
...
remove diagnostics module use. code from asasaki, r=leaf
2002-03-26 01:44:13 +00:00
attinasi%netscape.com
ce6e7ad4a2
Patched topcrash sites: checking for null before deref. b=121444 r=kmcclusk sr=roc+moz a=asa (drivers)
2002-03-26 01:22:31 +00:00
caillon%returnzero.com
fc3aeb3a7f
Bug 131645: Page Info gives info about first tab regardless of which tab is focused. Patch by Daniel Brooks <db48x@yahoo.com> r=timeless, sr=alecf, a=dbaron
2002-03-26 01:15:37 +00:00
morse%netscape.com
abc352e4f5
bug 130306, preparing to freeze nsiPasswordManager, r/sr = alecf/darin, a=asa
2002-03-26 01:13:39 +00:00
nicolson%netscape.com
95157c5425
Fix 130522: ASN.1 decoder asserts with corrupt input.
...
r=wtc
2002-03-26 01:13:23 +00:00
varada%netscape.com
9e9ef5f22c
fix for 132697;stop or send mail based on spellchecker dialog;r=cmanske;sr=bienvenue;a=asa
2002-03-26 01:11:25 +00:00
andreww%netscape.com
add2d8c14c
bugzilla 127082 r=shliang, sr=hewitt field in 'manage save data' too narrow. Changing default width to accomodate wider panels.
2002-03-26 01:10:35 +00:00
jj%netscape.com
9389b411d1
bug #131372 : set app's bundle bit. sr=sfraser, a=asa
2002-03-26 01:09:46 +00:00
akkana%netscape.com
4dec556ed2
70030: Stop animation with webNavigation.stop. Fix courtesy of Jim Song, jim.song@sun.com; r=akkana, sr=jst, a=asa
2002-03-26 01:05:03 +00:00
sfraser%netscape.com
1ddc4f1577
Fix for bug 117589: avoid popping up spurious context menus on Mac when event processing takes too long. r=pinkerton, sr=hyatt, a=asa.
2002-03-26 00:59:03 +00:00
caillon%returnzero.com
78e29a4942
Bug 127833, Entry point not found - library xpcom.dll (?GetSharedBufferHandle@nsPrivateSharableString@@UBEPBV?@G@@XZ)... Patch by Matthias Versen <Matti@epost.de> - r=curt@netscape.com, sr=dveditz, a=asa
2002-03-26 00:54:15 +00:00
cathleen%netscape.com
a1ae6c2317
fix linux static build installer. bug 128507, bug 130995, bug 130998 r=seawood sr=dveditz a=asa (verbal)
2002-03-26 00:53:30 +00:00
bienvenu%netscape.com
7cdec89efa
fix problems with selection going into and returning out of quick search, r=naving, sr=sspitzer 132117 and 132171
2002-03-26 00:53:18 +00:00
bienvenu%netscape.com
55909ccb0e
fix crash doing an imap sync while offline and problem loading imap message with images on cyrus server r=cavin, sr=sspitzer, a=asa 131531, 132616
2002-03-26 00:52:03 +00:00
bienvenu%netscape.com
5c2467063a
fix regression handling news urls r=sspitzer, sr=darin, a=asa 132699
2002-03-26 00:49:36 +00:00
wtc%netscape.com
29ce9176f6
Bugzilla bug 132461: changes suggested by Bob Relyea after his code review:
...
1. Add SECMOD_LoadModule back to nss.def.
2. Back out the SECMOD_AddModule/AddModuleEx changes.
I also updated the comments and made some changes to emulate the
indentation and comment styles of the original code.
Modifies files: nss/nss.def pk11wrap/pk11pars.c pk11wrap/pk11util.c
2002-03-26 00:43:04 +00:00
morse%netscape.com
b3a2517c03
bug 132944, fix typo in makefile resulting in wrong file getting exported, r=sgehani, sr=alecf, a=asa
2002-03-26 00:41:27 +00:00
rginda%netscape.com
fbe60ff5e7
Bug 131000, "IRC server port specification seems to not work..."
...
patch=cross@distal.com , r=me,peterv, a=asa
make ports work in IRC urls again
2002-03-26 00:41:18 +00:00