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

899 Коммитов

Автор SHA1 Сообщение Дата
scc%netscape.com 5d1ab99e36 making string conversions explicit 2000-04-03 05:01:30 +00:00
scc%netscape.com b93b044066 making string conversions explicit 2000-04-03 04:53:32 +00:00
scc%netscape.com a9fbaea615 making string conversions explicit 2000-04-02 21:04:49 +00:00
svn%xmlterm.org 70cdc123b5 xmlterm changes only;
Made changes to lineterm, especially the PTY code, to get it to compile on
FreeBSD (bug 32923). Now it does compile and run on FreeBSD. There still a few
glitches though; PTY resizing fails in FreeBSD, for example.
2000-04-01 23:42:18 +00:00
cls%seawood.org cd487cbabb Set SHORT_LIBNAME in cases that library name will exceed 8 chars for OS/2. Bug #34106 a=leaf 2000-04-01 10:18:48 +00:00
morse%netscape.com e9e2380bbb add log-out ability to password manager 2000-03-31 15:41:04 +00:00
kvisco%ziplink.net 85ce86aeb0 latest changes 2000-03-31 10:21:34 +00:00
kvisco%ziplink.net ec4be74b9a added a test to check for proper result type conversion 2000-03-31 10:16:38 +00:00
rickg%netscape.com 4070be753e removed reference to nsString2 2000-03-31 10:13:22 +00:00
kvisco%ziplink.net 5ad520bac1 updated to support changes to String.h/cpp 2000-03-31 07:11:29 +00:00
kvisco%ziplink.net 303bee7d02 Fixed a memory leak when using the Translate function,
also made change to use the String::toUnicode method instead
of String::toCharArray
2000-03-31 07:10:12 +00:00
kvisco%ziplink.net 9492c6f504 changed the AttributeValueTemplate parsing to be unicode safe 2000-03-31 07:08:44 +00:00
kvisco%ziplink.net 159a398e15 updated to support changes in String.cpp 2000-03-31 07:07:24 +00:00
svn%xmlterm.org 8747d1f24c xmlterm changes only;
Removed all wchar dependence by recoding the primitive Unicode string
functions used by lineterm. (FreeBSD doesn't have a wchar implementation!)
2000-03-31 04:14:39 +00:00
morse%netscape.com e7b2c6c380 fix bug 26760, download wallet tables only if they've changed 2000-03-31 04:04:25 +00:00
tbogard%aol.net 4ac35be0c1 nsIDocShell::LoadURI now takes a nsIDocShellLoadInfo parameter to do fancier loads which include replacing current history slots and passing in a referrer. In the future more things may be set on the nsIDocShellLoadInfo interface. This allows us to not have to add a new parameter for every new type of load info that might be needed in different loads. 2000-03-30 22:38:32 +00:00
tomk%mitre.org 1aa66b645c Changed toChar to toCharArray in String and MozillaString. Also provided is a
version of the function which creates its own char* buffer.  These classes are
part of TransforMIIX and are not part of the automatic build process for the
rest of Mozilla.
2000-03-30 20:47:34 +00:00
jim_nance%yahoo.com dc0e139673 Bug 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
days for module owners to comment on.  r=troy@netscape.com
2000-03-30 03:21:26 +00:00
gayatrib%netscape.com b344ded683 Fixing all the callers of profile manager to use it's new i18n friendly interface. r=dveditz 2000-03-30 01:35:15 +00:00
dougt%netscape.com a45113c1c6 adding psm-glue.js to the export list. bug 31167. r=valeski@netscape.com. 2000-03-30 00:15:40 +00:00
dougt%netscape.com e8cb28a3d5 Fix for 25912. Making the security advisor in the Task menu not display any
information about the current page.
2000-03-30 00:00:05 +00:00
svn%xmlterm.org b2128cbd57 xmlterm changes only;
Changed Makefile so that xmlterm compiles only on Linux and Solaris.
On other platforms, compilation is skipped even if the extension is enabled.
(People have been trying to compile xmlterm on Neutrino and FreeBSD and
 reporting bustage.)
2000-03-29 15:56:17 +00:00
kvisco%ziplink.net 96db65b3d8 added Olivier's fix, as well as removed some debug code 2000-03-29 08:56:07 +00:00
warren%netscape.com 727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
sspitzer%netscape.com 6d18d7e78a only I should see my debugging printf. 2000-03-28 21:17:57 +00:00
brade%netscape.com 675af16f89 File Removed. 2000-03-28 15:35:12 +00:00
dougt%netscape.com 6281edae85 Adding psm-glue preferences javascript. These are the prefs that we should
have defaults for.
2000-03-28 12:24:17 +00:00
dougt%netscape.com 5ccf538285 Adding PostToInsecure text. 2000-03-28 11:47:31 +00:00
dougt%netscape.com 692741286f Fix for 33529. We were using mControl before it was initialed. Now, when
PassPrefs() is called before the control connection is established, we
simply return ok.
2000-03-28 03:52:44 +00:00
dougt%netscape.com c9015727b4 Fix to improve the dialog title. 2000-03-28 03:50:48 +00:00
jdunn%netscape.com 2a90954c1c adding -lmozjs to the link line (nsPSMUICallbacks.cpp forces the dependency)
also cleaned up the various other libs.

r= nobody... I sent a couple of emails out last week to all involved, heard nothing.
then posted on netscape.public.mozilla.unix.  Sorry wasn't sure what else I could do
2000-03-28 03:39:11 +00:00
dougt%netscape.com b27aabefa0 Fixing 24891. Minor default pref changes. 2000-03-28 00:16:01 +00:00
kvisco%ziplink.net b992b9d35a enumerated changes 2000-03-27 22:39:04 +00:00
kvisco%ziplink.net 63c392bddb Fixed "dot" bug with CNAME reported by Nathan Pride 2000-03-27 22:32:20 +00:00
svn%xmlterm.org 71fea30e97 xmlterm changes only;
Changed call to LoadURI in response to DocShell changes.
2000-03-27 15:40:12 +00:00
kvisco%ziplink.net 47beb32357 added latest changes 2000-03-27 09:21:10 +00:00
kvisco%ziplink.net ceb470fbad added Marina Mechtcheriakova 2000-03-27 07:34:16 +00:00
kvisco%ziplink.net d02fef31f1 fixed unicode issues (Marina Mechtcheriakova) 2000-03-27 07:30:18 +00:00
kvisco%ziplink.net bd8b390132 added Peter Van der Beken's changes for integration with Mozilla 2000-03-27 07:12:10 +00:00
morse%netscape.com 5a5e50d442 implement a better test for determining foreign images 2000-03-26 23:36:03 +00:00
morse%netscape.com 1bfd0227f7 Implemented ability to start up cookie viewer in the image tab 2000-03-26 21:18:15 +00:00
morse%netscape.com e2002f766d Implement API to add a permission 2000-03-26 20:26:15 +00:00
scc%netscape.com 64a65ee85f small changes for clients of string converting APIs 2000-03-26 14:37:30 +00:00
scc%netscape.com b9eb8da352 small changes to clients of string converting APIs 2000-03-26 08:05:46 +00:00
scc%netscape.com 8bc480cf4f small changes to clients using string converting APIs 2000-03-26 01:40:41 +00:00
scc%netscape.com 122b0b8fb7 small changes to clients of string converting APIs 2000-03-26 01:35:54 +00:00
morse%netscape.com e8536fa03f fix bug 33317, memory leak 2000-03-25 22:23:09 +00:00
morse%netscape.com 13c45f26b4 fix bug 33198 -- bad wording in places 2000-03-24 21:20:38 +00:00
sford3%swbell.net f61eda63b9 wallet reorg 2000-03-24 09:07:36 +00:00
sford3%swbell.net 38aeeaba6f wallet reorg 2000-03-24 08:52:52 +00:00