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

65789 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com 79b8feafb7 Fix for crashing in forward - reply - Bug #: 45216 - r: alecf 2000-07-13 04:02:35 +00:00
brendan%mozilla.org b718a50b56 Uh oh. Back out last change until I'm sure I'm not an idiot. 2000-07-13 04:00:33 +00:00
brendan%mozilla.org d727cfab13 Fix ancient bugs: compare-and-swap is not threadsafe given A-B-A address replay via malloc/free; release to mark in pool->first empty arena would not free anything, as troy@tellme.com found (41381, r=wtc@netscape.com). 2000-07-13 03:49:22 +00:00
idk%eng.sun.com ade81c8d29 ** NOT PART OF TBOX BUILDS**
Addon to previous check in
2000-07-13 03:41:24 +00:00
idk%eng.sun.com a5f7f0fae1 ** NOT PART OF TBOX BUILDS**
Upgraded blackConnect for M16.
Added make files for win
2000-07-13 03:36:02 +00:00
waterson%netscape.com 4330728237 Inline 'operator PRUnichar*()', 'operator char*()'; add inline 'get()' methods. r=brendan 2000-07-13 03:20:28 +00:00
sgehani%netscape.com e780fb724d *** NOT PART OF TBOX BUILDS ***
1> Enabling talkback in Unix and Mac builds [bugscape nsbeta2+ b=1405]
2> Adding en-US and en-GB language packs to installers [nsbeta2+ b=41054]

[r=ssu]
2000-07-13 02:56:21 +00:00
jst%netscape.com a6b72fdee6 Fixing nsbeta2+ bug 44022. Loading javascript: URL's from a plugin wasn't always working. r=vidur@netscape.com 2000-07-13 02:44:14 +00:00
brendan%mozilla.org 871c8b6b4c Avoid costly GetScheme on nsSimpleURI, and avoid yet another "javascript:" string literal and the consequent PL_strcasecmp call, in favor of a fast NUL first-char test. 2000-07-13 02:30:16 +00:00
beard%netscape.com c85b319f3b need <stdio.h> for fopen on the Mac. 2000-07-13 02:23:55 +00:00
morse%netscape.com e51ec7a348 restore what I backed out last night -- it wasn't breaking the build after all 2000-07-13 01:45:55 +00:00
beard%netscape.com 7d2456d02a fixing readEvalFile to save off important Context data members. implemented identical_Default for string 2000-07-13 01:35:57 +00:00
mscott%netscape.com 56d58922d8 quick patch to fix the mac build. Mac doesn't seem to like NS_LITERAL_STRING for a const char * defined using a #define. 2000-07-13 00:49:53 +00:00
beard%netscape.com 4a274478e3 fixing readEvalFile() by creating another Context 2000-07-13 00:44:30 +00:00
law%netscape.com 1a7cc4e5cb Bug 43583; tweaks to new helper app launch dialog; r=ben@netscape.com 2000-07-13 00:44:26 +00:00
rogerl%netscape.com bc2242f4d4 Switching to generic binary operator in order to distinguish situation
where Operators package had been loaded and be able to generate typed
versions of the binary operators otherwise.
2000-07-13 00:14:54 +00:00
hyatt%netscape.com 626e695c97 Additional fix for not scrolling to bottom of tree (dogfood bug), r=bryner 2000-07-13 00:12:38 +00:00
ssu%netscape.com 46e6808d6b fixing bug #45256 - added comments to config.ini for localization scripts to key off of. Not part of tinderbox build. nsbeta2+. r=sgehani 2000-07-13 00:11:52 +00:00
ssu%netscape.com bbf39adab7 to aid in fixing bug #45256. These files are not part of the build, and won't be. They are tools to help the localization team 2000-07-13 00:09:41 +00:00
dougt%netscape.com 2acfb4c6b2 Fixing bustage. 2000-07-12 23:59:33 +00:00
vidur%netscape.com 924aceef9e Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
jfrancis%netscape.com 9fcd96ddad fix for 36570; mail signature shows up in middle of quoted text 2000-07-12 23:44:56 +00:00
dougt%netscape.com c422448137 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
pnunn%netscape.com d6bafb8d3b fix for bug#40785, #40767: added new state so gif load can be aborted without
an error. pnunn   rev:kin@netscape.com
2000-07-12 23:27:54 +00:00
jfrancis%netscape.com 8683ca1ef4 fix for 43903; making a list after inline contnet doesnt work 2000-07-12 23:21:49 +00:00
ruslan%netscape.com bebe73117c Fix MAC bustage 2000-07-12 23:20:04 +00:00
dmose%mozilla.org a9d7b7519c added a few issues that came up while revamping the callback model 2000-07-12 23:08:11 +00:00
dmose%mozilla.org 2356d8245c a per-connection nsILDAPMessageListener is no longer necessary. removed. a=r=(not built) 2000-07-12 23:06:37 +00:00
dmose%mozilla.org c8b1840fe1 Revamped callback code so that nsILDAPMessageListener is a per operation attribute rather than a per connection attribute. This allows for much more flexibility in handling LDAP messages received, as well as sharing of LDAP connections (a performance win). Also modified nsISupports proxy usage so that I can callback to nsILDAPMessageListeners implemented in JS (thanks dougt). a=r=(not built) 2000-07-12 23:05:27 +00:00
bienvenu%netscape.com c795cf491b fix 45184 crash involving rdf literals r=alecf 2000-07-12 22:54:45 +00:00
mscott%netscape.com 89de88cbdf Bug #44635 --> when replying or forwarding a message, we were passing in a bogus channel when we tried to fetch
the message for quoting purposes. As a result, the content type (which includes the charset information for the message)
was not getting set on the right channel. I changed things so we pass in the real channel and not a bogus one.

r=alecf
2000-07-12 22:54:19 +00:00
syd%netscape.com d850b14bbe r=law, vishy
This is part of a ns commercial nsbeta2+ bug fix. Instead of hardcoding the
DDE application name (e.g., Mozilla), read it from a string table for win32.
2000-07-12 22:45:11 +00:00
mcgreer%netscape.com 52cdc08b80 fingerprint had to handled in certutil for now since SECU_PrintCertificate receives a decoded DER. see #45303 2000-07-12 22:42:57 +00:00
mkaply%us.ibm.com e1bd878984 #40177
r=cls, a=brendan
Tinderbox break - need MOZ_JS_LIBS - cls approved on #mozilla
2000-07-12 22:42:41 +00:00
ruslan%netscape.com ee368698e2 Fix 45061, a/r=gagan 2000-07-12 22:41:26 +00:00
jdunn%netscape.com 79a7d94f44 do not include -lm for HPUX (as well as BeOS)
r= leaf@mozilla.org
2000-07-12 22:41:17 +00:00
mkaply%us.ibm.com ecf70ef274 r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME - for some things
2000-07-12 22:38:28 +00:00
akkana%netscape.com d82bb344a7 Partial fix for 42885: several of the bindings weren't there, but even
when they're there, the XBL events still don't work right. r=saari
2000-07-12 22:34:16 +00:00
dougt%netscape.com 8c5c1d8cb5 removing -nologo. It is reduntant. ra=leaf@mozilla.org 2000-07-12 22:33:55 +00:00
hyatt%netscape.com 8b2b14874d Fix for smoketest blocker. r=saari, bug#=35952 2000-07-12 22:24:29 +00:00
mcgreer%netscape.com 5508e4906a add fingerprints to info dumped with certificate 2000-07-12 20:48:47 +00:00
brade%netscape.com c9db1af28d add id to print item; r=kin; bug #43904 2000-07-12 14:48:13 +00:00
rhp%netscape.com 338e95b382 Properties change for prompt language change - Bug #: 1429 - r: sol 2000-07-12 14:04:42 +00:00
Jerry.Kirk%Nexwarecorp.com 2d2cd58a52 Added new Photon Embedding directories. 2000-07-12 13:56:39 +00:00
Jerry.Kirk%Nexwarecorp.com a1c918af2b NOT PART OF BUILD - PHOTON ONLY
Adding the PtMozilla widget for the first time.
Submited by briane@qnx.com
r=kirkj
2000-07-12 13:53:29 +00:00
ben%netscape.com 03d7db39a9 fix for profile manager header (fix circle and icon) 2000-07-12 07:55:58 +00:00
dprice%netscape.com 331ffeef9d NOT IN THE BUILD
adding jar.mn file to chatzilla for the eventual repackaging of the chrome into jar files.
2000-07-12 07:52:02 +00:00
dprice%netscape.com 19e5947ac1 NOT IN THE BUILD 2000-07-12 07:50:37 +00:00
dprice%netscape.com d0a85cdb5d NOT IN THE BUILD
Modified the xinstall:: rule
2000-07-12 07:45:26 +00:00
dprice%netscape.com 1a05bc611e fixed a crasher when getting the length of an empty string. 2000-07-12 07:39:34 +00:00