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

1613 Коммитов

Автор SHA1 Сообщение Дата
javi%netscape.com 95ec8d85e4 bug #51568
r=thayes,ddrinan a=brendan

Modify the inputs to open PSM windows so that SDR password windows work properly.
2000-09-21 01:51:15 +00:00
warren%netscape.com 181bb2dcb2 Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani 2000-09-20 19:35:24 +00:00
cls%seawood.org 11fbc65df2 Added include so that LOAD_FLAGS_NONE is actually found. Now, maybe the ports will go green...err, orange again. 2000-09-20 19:26:44 +00:00
mkaply%us.ibm.com 038e615119 Tinderbox bustage - Ports SUNOS, Ports LinuxPPC
locka missed a LoadURI in xmlterm
a=leaf
2000-09-20 16:22:06 +00:00
locka%iol.ie b78abdf560 Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha 2000-09-20 12:23:53 +00:00
warren%netscape.com 2867755dc0 added contents.rdf files - not in build yet 2000-09-20 12:00:57 +00:00
ben%netscape.com 6070214c4f a bunch more ViXEn stuff, not part of build! 2000-09-20 08:25:39 +00:00
svn%xmlterm.org a3325e5e32 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Fixed missing caret problem. Updated jar.mn for locale stuff.
2000-09-19 23:01:42 +00:00
svn%xmlterm.org 0335ce1201 --NOT PART OF DEFAULT BUILD--
XMLterm changes only.
Locale chrome changes. Added makefiles to handle xmltermOverlay.dtd
2000-09-19 22:58:39 +00:00
hewitt%netscape.com 9a48263674 #52872 - removed extra tabs on form manager, r=hangas, a=ben 2000-09-19 22:51:09 +00:00
sspitzer%netscape.com ece84d85ec part of the fix for #46888. after cancelling a news message, you can't
select another message.  fix by naving@netscape.com.  r=sspitzer,a=mscott
also a couple bullet proofing fixes to prevent crashes.
2000-09-19 22:40:52 +00:00
Peter.VanderBeken%pandora.be ead285ac6f Adding MozillaObjectWrapper.cpp. Not part of default build. a=leaf. 2000-09-18 06:18:55 +00:00
Peter.VanderBeken%pandora.be 8ed3b0164a Fix bug #51494. Not part of default build. a=leaf. 2000-09-18 06:06:10 +00:00
warren%netscape.com 97ef33943d Fixed comment 2000-09-18 00:28:41 +00:00
Peter.VanderBeken%pandora.be 42e80d8d81 Enabling XSLT hooks in layout in default build. Bug #42228. r=axel@pike.org, a=waterson@mozilla.org. 2000-09-16 20:53:08 +00:00
mj%digicool.com 0e464020fb Fixing XML-RPC client bustage, r=jag, a=waterson
- Fix RayW's changes to actually work
- Fix bug #48564
2000-09-15 09:15:31 +00:00
hewitt%netscape.com 541b71c0f2 #52522 - password manager tab alignment fix. r=morse, 2nd half of checkin started before close. a=mscott 2000-09-15 09:11:30 +00:00
warren%netscape.com 6be2561bee Bug 52701 - bringing MOZ_DISABLE_JAR_PACKAGING back to life. 2000-09-15 08:08:11 +00:00
jglick%netscape.com cb966bc59e fixes for bugs: 44581, 52491, 52524, 52490, 52560, 52571, 52353, 52357, 52349, 43358. Spelling, wording and capitalization fixes. New Folder Dialog fixes. r=hangas 2000-09-15 06:41:01 +00:00
rayw%netscape.com 3cd14f5878 Bug fix for 52648 -- remaining stash of progids which I missed on
the mega-change yesterday.  This will fix a few more issues.

r=warren
2000-09-14 23:20:49 +00:00
dougt%netscape.com c2923c8476 + Added OnSecurityChange() to nsIWebProgressListener interface.
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.

Fixes bug 46872.  r=valeski/rpotts
2000-09-14 22:56:56 +00:00
bryner%uiuc.edu d34e3feff0 Fixing Mac bustage for real. 2000-09-14 20:22:21 +00:00
bryner%uiuc.edu 370aeeba6d More bustage fixing. 2000-09-14 20:21:01 +00:00
bryner%uiuc.edu a68555f9c4 Forgot a file, sorry. Fixes the win32 bustage. 2000-09-14 20:17:29 +00:00
bryner%uiuc.edu 75b7b0b823 Fixing bustage. 2000-09-14 20:12:50 +00:00
bryner%uiuc.edu 3b6b570d1f removed files: mozilla/extensions/psm-glue/public/nsISSLSocketProvider.idl, mozilla/extensions/psm-glue/public/nsISecretDecoderRing.idl, mozilla/extensions/psm-glue/public/nsISecureBrowserUI.idl 2000-09-14 19:28:12 +00:00
bryner%uiuc.edu 14b39559f7 This is the rest of the checkin to remove mozilla's dependency on building psm-glue. All security glue
interfaces and resources that aren't specific to PSM have moved to security/base.  The remaining psm-glue
interfaces which are used elsewhere in the code have been abstracted to be non-PSM-specific, and the call
sites changed to use the abstracted interface.  Bug 18352.  r=brendan,pavlov,shaver.  a=brendan.
2000-09-14 19:27:23 +00:00
morse%netscape.com 59c12cbc54 bug 51338, cookie nag box for foreign cookies is not modal, r=valeski 2000-09-14 14:49:30 +00:00
mjudge%netscape.com e2be918716 small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575 2000-09-14 11:45:01 +00:00
rginda%netscape.com 5be106ad71 -- CHATZILLA ONLY --
fis "multiple hello" messages bug 52131
2000-09-14 08:21:14 +00:00
morse%netscape.com 486de2ed10 bug 51671, wallet doesn't work with frames, r=jst 2000-09-14 05:14:56 +00:00
vishy%netscape.com 6fbb9dbc07 Jar packaging fixup - changes by warren. Looked at by dveditz and ssu.
r=vishy. verified this solution works for mozilla, commercial and shrimp.
dont have bug number handy but this should be world++. basically from
now on, jar.mn rules will both create the jar and publish the flat files
to dist. the flat files are needed so that installers can compose the
files into a new naming system or delete some or whatever.
2000-09-14 04:45:15 +00:00
mcafee%netscape.com 61bd6d21c1 First add. Not part of build, need to add makefile stuff. 2000-09-14 04:44:28 +00:00
mcafee%netscape.com 2ff0765df8 Adding accelerators for xmlterm, irc (51418). r=pavlov 2000-09-14 04:43:19 +00:00
rayw%netscape.com 0257791053 Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jdunn%netscape.com fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
mcafee%netscape.com b848ebc39d Playing position games to get menus to show up in the right order (51418). 2000-09-13 09:38:02 +00:00
morse%netscape.com 8e6302d6d0 bug 52026, crash when remembering cookie decisions, r=dveditz 2000-09-13 04:23:52 +00:00
ddrinan%netscape.com 9dd689471c Fix for bug 47435 2000-09-11 23:08:19 +00:00
valeski%netscape.com 0e846ae2d1 50188. forcing stderr/out output to be debug only 2000-09-11 22:08:43 +00:00
ben%netscape.com 5755515170 [ViXEn] Start laying groundwork for using Transaction Manager to handle editing requests.
Not part of build.
2000-09-11 00:57:35 +00:00
BlakeR1234%aol.com 72652578a0 Fix bug 51266, allow cookie blocking for local files and the about: protocol. r=morse a=morse 2000-09-09 05:20:09 +00:00
pchen%netscape.com 100acdfe21 bug 51756, r=pinkerton, only pass in ONE 'security-button' DOM element 2000-09-07 23:36:06 +00:00
pchen%netscape.com d6037ef203 bug 51756, r=pinkerton, add security button tooltip text to bundle 2000-09-07 23:36:02 +00:00
pchen%netscape.com a5cbae4973 bug 51756, r=pinkerton, remove mCertificateAuthorityDisplay and added SetBrokenIcon() method 2000-09-07 23:35:58 +00:00
pchen%netscape.com 911b9fa4fa bug 51756, r=pinkerton, remove mCertificateAuthorityDisplay and changed all references to the object to use mSecurityButton, also added SetBrokenIcon() method to consolidate duplicate code 2000-09-07 23:35:53 +00:00
pchen%netscape.com 61022657b5 bug 51756, r=pinkerton, remove certauth parameter in Init(), which just happened to be exactly the same as button for tooltip stuff 2000-09-07 23:35:49 +00:00
bryner%uiuc.edu 3c518ddb8a Changing NPL to MPL license, and correcting the Initial Developer to be
myself.  Change has been approved by all contributors to this code.
2000-09-07 21:26:29 +00:00
ccarlen%netscape.com f66f6a4d7e Removed call to nsIProfile method which used nsFileSpec - #36968 r=dougt 2000-09-07 13:09:21 +00:00
morse%netscape.com 8027eb271c added some defensive coding to previous checkin 2000-09-07 07:21:42 +00:00