tbogard%aol.net
d71fd705e4
Changed to do the Close on the treeOwner rather than trying to do so on the old webShell interfaces. Fixed a leak of the top object after it has been retrieved. r=hyatt
2000-02-14 10:55:04 +00:00
valeski%netscape.com
3fe7d54b0d
single sign-on code wasn't setting the bool return value when the user hit cancel. r=mcafee (for the one in the PromptPassword(), I added the other two after he reviewed)
2000-02-14 05:46:08 +00:00
morse%netscape.com
ab8b1c4e77
remove incorrect Release statements, r=dp
2000-02-14 02:12:23 +00:00
svn%xmlterm.org
f66155b04f
XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD.
...
Migrated from WebShell to DocShell; compiles with Feb12 tree.
(WebShell still used by mozSimpleContainer, as in viewer/nsBrowserWindow.cpp)
2000-02-14 01:17:55 +00:00
morse%netscape.com
d97b136d31
fix bug in last checkin, r=dp
2000-02-13 23:53:15 +00:00
morse%netscape.com
488bf93099
remove commented-out code
2000-02-13 21:16:40 +00:00
morse%netscape.com
9f772b50d5
remove wallet, bug 27027, r=dp
2000-02-13 20:26:01 +00:00
morse%netscape.com
d801064755
remove wallet, bug 27027, r=dp
2000-02-13 19:55:05 +00:00
morse%netscape.com
c3aa908751
no coding change -- added id's in preparation for removing wallet, bug 27027
2000-02-13 19:23:08 +00:00
morse%netscape.com
76cb6d2758
fix bug 26672, move files from peoplestage to mozilla.org, r=sspitzer
2000-02-12 19:51:59 +00:00
morse%netscape.com
ff4d62cd8c
fix bug 27491, rejects not displayed in signon viewer. Trivial coding change, not reviewed
2000-02-12 05:55:38 +00:00
morse%netscape.com
99594f57e8
white-space changes only
2000-02-12 02:21:18 +00:00
morse%netscape.com
1dfdb74399
cleanup interface to stream generators, r=dp
2000-02-12 02:10:03 +00:00
morse%netscape.com
99193fc040
correct the handling of unichar characters, r=dp
2000-02-12 02:04:25 +00:00
sspitzer%netscape.com
a991b211fe
fix warnings. fix bug #27458 , add HaveData() interface for alecf
...
so he can check if there is data in the single signon database
for a given url. r=alecf
2000-02-12 00:28:46 +00:00
morse%netscape.com
7fff2869ed
changed master password to database key per product marketings request.
2000-02-11 22:28:54 +00:00
tomk%mitre.org
0d616d4d03
Fixed MAC build problem where MozillaProcessingInstruction.cpp was too long of
...
a file name. Some changes were also made to testMozDOM.cpp to test other
appects of the wrapper classes. (TransforMIIX is not part of the regular
Mozilla building process, and is not build automatically)
2000-02-11 12:47:27 +00:00
leaf%mozilla.org
4e0af8ecb6
checking in updates to fix xmlterm build (not part of regular build yet)
2000-02-10 04:23:06 +00:00
dp%netscape.com
c723a257bd
Enabling use of gKeyedStreamGenerator. Fixing shutdown crash due to
...
static destructors being called. r=scc
2000-02-09 07:45:29 +00:00
dp%netscape.com
49c299dbff
Changing comments to indicate contract of weak reference.
2000-02-09 07:31:39 +00:00
morse%netscape.com
35fe8c3244
protect against failure to get database key, r=travis
2000-02-09 01:18:22 +00:00
tbogard%aol.net
f5d81c3e9c
GlobalWindow now calls up nsIDocShellTreeOwner rather than nsIBrowserWindow. GlobalWindow has mostly been re-organized as well as cleaned up to provide this new functionality. DocShellTreeOwners got implementations filled in and many bugs fixed. nsIScriptGlobalObject now talks in terms of docShells instead of webShells. Fixed a number of cases where people were walking through content viewers etc to get to a presShell and changed them to simply ask for the presShell from the docShell. GlobalWindow now deals completely in terms of docShells. r=vidur
2000-02-08 13:40:10 +00:00
dp%netscape.com
f3df5472c7
Using weak refs for holding passwordSink. This prevents circular refs. r=scc
2000-02-08 06:37:59 +00:00
dp%netscape.com
756f266a2e
Using NS_HTTP_STARTUP_CATEGORY for lazily startup cookies.
2000-02-08 06:34:05 +00:00
morse%netscape.com
7a14f81392
extending hyatt's changes to cookie viewer to signon viewer to fix bug 25432
2000-02-08 03:53:00 +00:00
morse%netscape.com
142828f165
extend patchhyatt previously made to fix bug 25432
2000-02-08 03:46:23 +00:00
morse%netscape.com
6e1bcc4f3c
fix bug 26561, extra dialog for saving password, r=neeti
2000-02-08 02:08:05 +00:00
hyatt%netscape.com
45cba2f810
Bug fixes.
2000-02-08 01:02:47 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
dp%netscape.com
4ff902df95
Clearing gNeedsSetup on key transition from set to notset. r=morse
2000-02-07 01:03:51 +00:00
morse%netscape.com
09cf00f6f9
fix crash on bad password, r=dp
2000-02-07 00:46:55 +00:00
morse%netscape.com
5bb9378150
fix crash on exit, fix bug 26738, r=dp
2000-02-06 23:36:49 +00:00
bryner%uiuc.edu
b173011b53
Removing erroneous comments. r=ben.
2000-02-06 22:24:06 +00:00
dp%netscape.com
fd34ff95cd
Removing platform ifdefs. r=morse
2000-02-06 17:57:29 +00:00
morse%netscape.com
e5a6fdc8f1
fix bug 26380, wallet files being downloaded to early, r=dp
2000-02-06 17:01:42 +00:00
sspitzer%netscape.com
342e1501db
fix windows build bustage for dp.
2000-02-06 10:08:40 +00:00
dp%netscape.com
c6c3d9892a
- Wallet Service implements nsIPasswordSink
...
- Wallet uses BasicStreamGenerator to do obscuring
- Changed Wallet_KeySet() to Wallet_IsKeySet()
- Setter Wallet_InitKeySet() for gIsKeySet() implemented
2000-02-06 09:48:27 +00:00
dp%netscape.com
1c74a6ee7b
dummy
2000-02-06 09:40:51 +00:00
davidm%netscape.com
fe41e25299
Bug 25949 update access paths for codewarrior update.
2000-02-06 04:38:30 +00:00
morse%netscape.com
9a09edfbcb
Cookie Permission file was not getting read in, r=dp
2000-02-05 05:42:02 +00:00
morse%netscape.com
a21b73feae
fix bug 26305, wallet editor is empty, r=ben
2000-02-05 01:36:47 +00:00
sspitzer%netscape.com
4d4f77f272
use nsXPIDLCStrings to make the code cleaner and prevent possible leaks.
...
r=alecf,dp,morse
2000-02-04 23:05:33 +00:00
morse%netscape.com
2d0e44eee8
clear list of saved sigons when database timeout occurs, r=pnunn
2000-02-04 03:09:23 +00:00
morse%netscape.com
4b7a8fe3c0
added a title line, not reviewed
2000-02-04 01:36:57 +00:00
morse%netscape.com
19b6445dea
minor cleanup, r=waterson
2000-02-03 08:30:57 +00:00
morse%netscape.com
e0f081c716
implement disginguished-schema in wallet, r=waterson
2000-02-03 08:09:04 +00:00
morse%netscape.com
ee77915520
bug 26324, changed a boolean from true to false, not reviewed
2000-02-03 07:37:24 +00:00
sspitzer%netscape.com
1f40184cfe
make mailnews use the "no stripping url" wallet interface.
...
fix the url mangler and single signon to work when we use the "no stripping url" interface.
2000-02-03 06:43:12 +00:00
sspitzer%netscape.com
20bb93971d
change to allow someone to use the "no strip url" interface in wallet.
...
no one is using it yet, because it doesn't work.
r=mscott
2000-02-03 05:01:42 +00:00
bryner%uiuc.edu
b3b74e864a
Adding finger protocol. To use it, enter a URL such as
...
"finger:user@host". This is not hooked up to the build yet. r=valeski.
2000-02-02 22:48:55 +00:00
tomk%mitre.org
167300f8c4
The implementation of the Mozilla DOM wrapper classes. testMozDOM.cpp is an
...
example of how to use/test the classes and makedom is a sample make file for
building the test app and all classes.
2000-02-02 18:44:48 +00:00
tomk%mitre.org
dc16d6df05
Removed these files so they can be replaced with the actual Mozilla DOM wrapper
...
classes following the Mozilla* naming convention.
2000-02-02 18:32:45 +00:00
tomk%mitre.org
781302ab65
Changes and additions to support DOM wrapper classes.
2000-02-02 18:17:30 +00:00
morse%netscape.com
f6642985b6
minor textual changes
2000-02-02 13:34:04 +00:00
morse%netscape.com
60e8771870
cancelling out of change-password was resulting in being asked for database key twice, r=pnunn
2000-02-02 01:34:54 +00:00
morse%netscape.com
7d40e094be
remove compile-time warnings
2000-02-01 23:27:50 +00:00
pinkerton%netscape.com
02674553b8
native clipboard/d&d impls now handle text/plain internally, always providing text/unicode to a client. fixes bugs 8427 and 24010. r=scc.
2000-02-01 22:26:21 +00:00
tor%cs.brown.edu
c997e6def0
Remove extraneous semicolons that trip up the SUNWspro compiler. r=scc
2000-02-01 22:26:12 +00:00
pp%ludusdesign.com
207f05242d
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-01 14:26:27 +00:00
morse%netscape.com
60ec1ee500
get rid of compile-time warning message
2000-02-01 10:56:45 +00:00
waterson%netscape.com
b77367a990
fix build bustage
2000-02-01 09:34:01 +00:00
sspitzer%netscape.com
40b08d3c88
make it so we can stuff a value given to us by the user from a Prompt()
...
can be stuffed into the single signon database, just like a password
can be. auth news needs this. r=dp,alecf
2000-02-01 08:43:48 +00:00
dp%netscape.com
ce42c0556b
added files: mozilla/extensions/wallet/src/nsBasicStreamGenerator.cpp
2000-02-01 08:20:40 +00:00
morse%netscape.com
8562e49772
getting ready to support encrytion, r=jar
2000-02-01 08:11:11 +00:00
dp%netscape.com
a0c42a5f4c
Fixing build breakage.
2000-02-01 08:03:42 +00:00
dp%netscape.com
8ce7ef73bd
Adding nsBasicStreamGenerator on windows. r=sspitzer
2000-02-01 07:55:39 +00:00
sspitzer%netscape.com
bd58298da3
fix build bustage for dp.
2000-02-01 07:44:00 +00:00
dp%netscape.com
6c28ea8dc7
Implementing BasicKeyedStreamGenerator.
2000-02-01 07:03:57 +00:00
dp%netscape.com
b99f9b9f12
Removing unused NS_DEFINE_IID and changing used ones to NS_GET_IID() r=morse
2000-02-01 07:01:00 +00:00
dp%netscape.com
759113cbcb
Changing comments to reflect new semantics of interface.
2000-02-01 05:09:18 +00:00
dp%netscape.com
a3ca20853d
Using NS_METHOD to satisfy windows compiler instead of nsresult.
2000-01-31 22:57:28 +00:00
rginda%netscape.com
cfac58f17b
-- CHATZILLA CHANGES ONLY --
...
* irc.js
verify nickname after login (001)
call changeNick with mixed case nick (regression introduced by previus checkin.)
2000-01-31 22:17:36 +00:00
ben%netscape.com
6bf673eb6b
updated wallet text strings file, removing some of the geekyness
2000-01-30 02:28:14 +00:00
mscott%netscape.com
6161e6c59e
api sync for doc loader service
...
r=travis
2000-01-29 06:11:44 +00:00
mscott%netscape.com
f32013b54a
Fix mac build breakage.
2000-01-29 01:18:15 +00:00
sspitzer%netscape.com
6f352e2541
turn nsIWalletService.h into nsIWalletService.idl r=morse
2000-01-29 00:52:55 +00:00
sspitzer%netscape.com
4d3a461e53
added files: mozilla/extensions/wallet/public/nsIPasswordSink.idl, mozilla/extensions/wallet/public/nsIKeyedStreamGenerator.idl, mozilla/extensions/wallet/public/nsIWalletService.idl
2000-01-29 00:52:28 +00:00
rginda%netscape.com
25a4151415
Remove some console debug writes
2000-01-28 23:29:28 +00:00
sspitzer%netscape.com
46362c1976
spell offset right. not part of the build.
2000-01-28 17:30:58 +00:00
dp%netscape.com
0f4666d165
Backing out previous change until NS_CALLBACK issue on win is figured out.
2000-01-28 11:19:34 +00:00
dp%netscape.com
fb65dde4a6
Calling cookie register and unregister proc into the category from
...
generic module.
2000-01-28 10:22:47 +00:00
sspitzer%netscape.com
ebdc01a1e2
fix it, to use less %{C++ crap. thanks to mscott for the pointers on how.
...
next step, remove nsIWalletService.h from the build.
2000-01-28 06:24:41 +00:00
sspitzer%netscape.com
5063bb5ec0
change the name from index to offset
2000-01-28 04:42:05 +00:00
sspitzer%netscape.com
a137fde9df
use unsigned longs, and not longs, for the salt and the offset
2000-01-28 04:41:29 +00:00
sspitzer%netscape.com
44848ccef3
taking a crack at turning nsIWalletService.h into nsIWalletService.idl
...
not part of the build yet.
2000-01-28 04:09:14 +00:00
sspitzer%netscape.com
b9c0333367
adding this interfaces, they will be used when we make the storing
...
of passwords in single signon "safer".
2000-01-28 04:08:16 +00:00
beard%netscape.com
affc548dd4
added myself as a contributor.
2000-01-28 01:14:11 +00:00
rginda%netscape.com
24986171e9
more fixes to the ctcp regex
2000-01-27 10:13:27 +00:00
rginda%netscape.com
66569ef9e7
Add slashnet, dalnet, and undernet networks
2000-01-27 09:57:06 +00:00
rginda%netscape.com
f45210b218
fix regex in onCTCP
2000-01-27 09:49:30 +00:00
rginda%netscape.com
bd0975cef7
Initial add.
2000-01-27 09:45:48 +00:00
rginda%netscape.com
56419e6fff
* connection-rhino.js
...
Various changes to make it Right
* events.js
parameterize hook functions to allow arbitrary hook arrays to be used.
search hooks in reverse order of add
* irc.js
check to see if server is connected before trying to disconnect on net.quit()
watch for exception on connect()
move auto-join-channel into on001 handler.
watch for java.lang.ThreadDeath if running under rhino.
fix onNick for the undernet network
* utils.js
define dd under rhino.
allow functions as patterns in matchObject().
* ircbot.js
define gc() for rhino.
add initPersonality hook.
add support for script line continuation with "\"
* chatzilla.xul
include globalOverlay.xul (why?)
comment out style change menu.
* handlers.js
read prefs before initialization.
add updateTitle() calls where appropriate.
* readprefs.js
Add comment to explain valid prefs.
add style prefs.
* static.js
Fix matchMyNick to match if nick is anywhere in the message (bug 24860.)
Hook up user styles in output window.
add updateTitle(), (bug 24671.)
* chatzilla.css
remove window size designation (resize issues.)
* output-default.css
remove font size attributes.
swap mark=odd and directed-to-me declaration order, to make directed-to-me take
precedence.
* output-marble.css
tab->space changes
2000-01-27 09:45:11 +00:00
morse%netscape.com
51f735919d
one more attempt to fix bug 24907, r=dp
2000-01-26 07:45:37 +00:00
morse%netscape.com
151cbe7abe
fix bug 24907 again, require old password when changing password, r=dp
2000-01-26 06:28:59 +00:00
morse%netscape.com
7035f4f3b9
fix real stupid error, r=dp
2000-01-26 03:31:57 +00:00
morse%netscape.com
32bf4fce26
fix bug 24909, don't display signons if database hasn't been unlocked, r=dp
2000-01-26 02:46:09 +00:00
morse%netscape.com
391474cfe5
fix bug 24907, require old password when user tries to change password, r=dp
2000-01-26 02:45:31 +00:00
morse%netscape.com
4fdeffd25f
new wallet editor, r=ben
2000-01-26 00:29:15 +00:00
morse%netscape.com
5f942377fd
fix bug 23892, minor glitches in wording in signon viewer, not reviewed
2000-01-25 04:52:22 +00:00
morse%netscape.com
81000db67f
bug 23913, new wallet editor, r=ben
2000-01-25 03:30:33 +00:00
morse%netscape.com
d511479333
bug 23913, new wallet editor, r=dp
2000-01-25 03:21:22 +00:00
morse%netscape.com
54e25f2808
fix minor coding bug, r=dp
2000-01-25 03:20:35 +00:00
morse%netscape.com
109b852512
minor wording change in dialog, not reviewed
2000-01-25 03:20:04 +00:00
dougt%netscape.com
18fc5010ac
nsIFile Landing
2000-01-24 21:31:43 +00:00
neeti%netscape.com
bd34885f0b
fix for memory leak of EventQueueEntry, bug - 24090, r=warren/morse
2000-01-24 14:15:10 +00:00
dp%netscape.com
5e7d00646e
Moving CID definition back into nsICookieService.h
...
Other code seems to be expecting it here. :-(
2000-01-22 23:13:58 +00:00
dp%netscape.com
a068fb0984
Removing unused header file
2000-01-22 22:47:39 +00:00
dp%netscape.com
c5a4faab1c
Preparing cookies for merging with necko.
...
- Eliminated interdepency betn CookieService and CookieHTTPNotify
- CID/Progid for CookieHTTPNotify
2000-01-22 22:46:13 +00:00
morse%netscape.com
e2f4de2d3c
fix bug 24516, cookies file was being read one byte at a time, r=neeti
2000-01-22 20:24:48 +00:00
morse%netscape.com
563b315d04
fix corruption of username in saved password database, r=dp,waterson, a=jar
2000-01-20 20:58:41 +00:00
sfraser%netscape.com
3369b61d04
First Checked In.
2000-01-20 01:18:09 +00:00
morse%netscape.com
ef7af73856
speed up download of wallet tables, r=dp
2000-01-19 01:14:53 +00:00
rginda%netscape.com
6107e22d59
remove munger warning, bug 22048 is fixed
2000-01-18 08:58:07 +00:00
rginda%netscape.com
b9890176c1
-- CHATZILLA CHANGES ONLY --
...
* static.js
Adjust IMAGEDIR and CSSDIR to use chrome:// urls
Append IMAGEDIR to gifs used in smiley insertion
* chatzilla.css
Background color in userlist
(border seems to bring back bug 24195)
2000-01-18 08:56:22 +00:00
rginda%netscape.com
10e891ca0c
Initial add
2000-01-18 03:32:43 +00:00
rginda%netscape.com
00b8fd91dd
-- CHATZILLA CHANGES ONLY --
...
* Makefile.in, makefile.win
Install files under chrome directory instead of bin. smfr will adjust mac next.
* connection-xpcom.js, utils.js, readprefs.js
Remove getPriv call (not needed for chrome:// url.)
* irc/xul/content/*, irc/xul/skin/*
Copied test3* files from test directory into new structure. Renamed test3* to chatzilla*.
2000-01-18 03:29:17 +00:00
sford3%swbell.net
948579bb84
Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
2000-01-17 22:32:13 +00:00
svn%xmlterm.org
83ef03b719
XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD
...
Implemented full screen operations for LineTerm only; works with Jan12 build
2000-01-17 01:16:14 +00:00
rginda%netscape.com
61a967c222
-- CHATZILLA CHANGES ONLY --
...
* makefile.win, Makefile.in
Remove test1 and test2 files from install.
* connection-xpcom.js
replace enablePrivlege() calls with getPriv().
* utils.js
added jsenv.HAS_SECURITYMANAGER
replace enablePrivlege() calls with getPriv().
add getPriv() function.
* test3-handlers.js
fix onError funciton name.
* test3-readprefs.js
Add MPL (doh!)
replace enablePrivlege() calls with getPriv().
* test3-static.js
Adjust version reply string
Add check/error report for proper privs.
enable munger by default (Again)
* test3.xul
Show check in munger menu entry when page is loaded.
2000-01-16 05:07:01 +00:00
morse%netscape.com
b3dcafaa61
fix bug 21324, remove one level of dialog, r=pnunn
2000-01-15 19:36:29 +00:00
morse%netscape.com
64e19f2610
trivial two-character change to remove build warning, no review
2000-01-15 17:25:58 +00:00
morse%netscape.com
4ed3b04732
just a table change, no code review
2000-01-15 16:30:46 +00:00
morse%netscape.com
7d504e4d77
just a table change, no code review
2000-01-15 15:56:13 +00:00
morse%netscape.com
8c77c4d886
fix bug 23937, unnecessary saving of prefs file, r=alecf
2000-01-15 13:21:57 +00:00
morse%netscape.com
f94b2339b6
fix bustage on mac
2000-01-15 10:44:40 +00:00
morse%netscape.com
272e005b47
fix bugs 23037,23930,23912, r=dp
2000-01-15 10:03:22 +00:00
morse%netscape.com
62c289db73
another fix for bug 22117, cookie viewer display not working, r=goodger
2000-01-15 05:10:40 +00:00
rginda%netscape.com
ac7a989463
Remove the bslib from the build, r=leaf
2000-01-15 01:39:40 +00:00
sfraser%netscape.com
43dc74a7b7
First Checked In.
2000-01-15 01:29:00 +00:00
beard%netscape.com
fe2b81f4ce
Using byte array buffer to implement sock read.
2000-01-14 02:26:50 +00:00
waterson%netscape.com
29ac20ea28
Fix build bustage.
2000-01-13 00:05:46 +00:00
rjc%netscape.com
2b8149285c
(Really morse) Fix Mac bustage. Review: sdagley, rjc
2000-01-12 23:32:23 +00:00
morse%netscape.com
0fa19e70bd
attempt to fix build bustage
2000-01-12 22:55:14 +00:00
morse%netscape.com
acdd159d01
fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp
2000-01-12 21:53:32 +00:00
valeski%netscape.com
6ea2e883bf
r=rhp. datetime protocol wasn't initializing properly which would cause a datetime url without a host to spin
2000-01-11 22:16:19 +00:00
norris%netscape.com
416a981c72
Get IRCChat working without compromising security.
...
Fix bugs 20261, 23518
r=rginda,mstoltz
2000-01-11 22:02:06 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
rpotts%netscape.com
3e79b2aec1
Made contentType a read/write attribute of nsIChannel
2000-01-08 06:26:04 +00:00
rgoodger%ihug.co.nz
0d8d377efa
making signonviewer not be white. r=me
2000-01-08 01:37:47 +00:00
rginda%netscape.com
7c3f943cb8
-- CHATZILLA CHANGES ONLY --
...
* connection-rhino.js
formatting changes.
* connection-xpcom.js
Necko-only implementation courtesy peter.vanderbeken@pandora.be .
* irc.js
Fixed bug in error message.
* munger.js
Added ability to temporarily disable all rules.
* test3-handlers.js
not-implemented placeholder function.
hide, delete, and clear current view functions.
munger-toggle function.
* test3-static.js
disable munger by default.
fix rheet regex.
deleteToolbutton function.
* test3.xul
xul hookup for new functions.
2000-01-07 05:15:32 +00:00
morse%netscape.com
dcbb207ec5
fix minor glitches with single signon, r=davidm
2000-01-05 03:17:43 +00:00
morse%netscape.com
dc94d5dc33
add UniversalDialog, r=davidm
2000-01-05 03:17:11 +00:00
blizzard%redhat.com
8ec176345e
Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579 . Checking in for sford. r=scc,r=blizzard
1999-12-30 22:03:58 +00:00
rpotts%netscape.com
e4d36a4fca
Removed obsolete arguments from nsIDocumentLoaderObserver OnEndDocumentLoad and OnStartURLLoad.
1999-12-29 07:32:59 +00:00
svn%xmlterm.org
29d163a7b4
NOT PART OF SEAMONKEY BUILD;
...
Many changes to XMLterm; updated for M12 Mozilla release,
autodetection of markup, document display using IFRAMEs,
Javascript command line
1999-12-26 15:19:45 +00:00
morse%netscape.com
32055ee2ce
textual change necessitated because wallet is moved from edit menu to task menu
1999-12-23 17:27:28 +00:00
morse%netscape.com
3e345d6829
fix bug 22117 again, cookie viewer raising exception, r=rgoodger
1999-12-23 14:31:33 +00:00
vidur%netscape.com
a65b33ad5c
Fix for bug 16787. Added nsICookieService::CookieEnabled. a=don r=neeti/morse
1999-12-22 22:41:18 +00:00
morse%netscape.com
ec4b2f3241
fix minor single-signon bugs, r=dp, a=dp
1999-12-22 22:24:55 +00:00
rgoodger%ihug.co.nz
b02ef44859
fixing js exception thrown when cookie deleted from cookie viewer.
1999-12-22 04:03:57 +00:00
sspitzer%netscape.com
7411c47023
warnings fixes, and fix for #21901 , all password dialogs to have titles
...
if the user passes one in, or use "Password" if they pass null.
1999-12-21 23:03:29 +00:00
valeski%netscape.com
0baa09fd90
NOT IN BUILD. updating datetime protocol to add/remove itself from the load group
1999-12-21 19:40:05 +00:00
valeski%netscape.com
54bce75ff9
NOT IN BUILD. Adding date time protocol handler files
1999-12-20 21:48:15 +00:00
morse%netscape.com
8789a639a1
final fixup for mac build
1999-12-20 00:15:04 +00:00
morse%netscape.com
887a1021d4
fix bustage
1999-12-19 21:54:21 +00:00
morse%netscape.com
d2553d73df
band-aid to fix mac bustage
1999-12-19 19:34:25 +00:00
morse%netscape.com
3199512b93
add SelectDialog, bug=3110, coded by davidm, r=morse, a=chofmann
1999-12-19 18:32:21 +00:00
morse%netscape.com
741303b745
continue implementing reject-foreign-cookies pref, bug=13655, r=rjc, a=chofmann
1999-12-19 03:44:34 +00:00
morse%netscape.com
9a9641f632
fix memory leak, bug=22104, r=rjc, a=chofmann
1999-12-19 02:54:47 +00:00
morse%netscape.com
81d4cbacbc
fix bug 22117, cookie viewer stopped working because arguments array just got deprecated, r=bgoodger, a=chofmann
1999-12-19 00:02:34 +00:00
morse%netscape.com
b7d4644762
implement foreign-cookie pref, bug 13655, r=neeti, a=chofmann
1999-12-18 05:48:26 +00:00
sfraser%netscape.com
cfbd89759b
Fix for 22065, cookies are read twice. a=sspitzer, r=leaf
1999-12-17 20:47:46 +00:00
mscott%netscape.com
fcb8e0e82c
fix circular reference between cookie notify and the cookie service.
...
remove circular reference on the cookie service.
r=morse
1999-12-17 00:42:33 +00:00
scc%netscape.com
8014ce6a0f
Make observers support weak references. Wallet service needs refcount stabilization in constructor to avoid premature release. Bug #18682 ; r=dp. a=dp.
1999-12-14 18:51:41 +00:00
beard%netscape.com
5137c1d14a
not used by anything in the default build. r=rginda, a=leaf
1999-12-12 02:52:37 +00:00
leaf%mozilla.org
1edf124211
removing pics from the build process; no bug number. r=cyeh a=chofmann
1999-12-12 01:29:04 +00:00
rgoodger%ihug.co.nz
f68f77ede6
fixing 21130, js error with cookietree onselect.
1999-12-08 05:07:03 +00:00
svn%xmlterm.org
b836663625
XMLterm changes; NOT PART OF SEAMONKEY BUILD; fixed Solaris bug in makemake;
1999-12-08 02:55:56 +00:00
svn%xmlterm.org
c199c01fcf
XMLterm changes; NOT PART OF SEAMONKEY BUILD;
...
fixed Solaris bug in makemake; removed reference to nsIScriptContextOwner in
mozXMLTermUtils; updated documentation
1999-12-08 02:50:54 +00:00
svn%xmlterm.org
fbb2530cac
Removed unnecessary files in XMLterm; NOT PART OF SEAMONKEY BUILD
1999-12-08 02:45:52 +00:00
rginda%netscape.com
f7476a749d
-- CHATZILLA CHANGES ONLY --
...
Raised max input history to 50 (was set to 2 for debugging, oops)
1999-12-07 22:25:20 +00:00
morse%netscape.com
957dbfeb73
fix bug 20946, memory leak in wallet code, r=buster
1999-12-07 22:06:47 +00:00
scc%netscape.com
f4ad22b9d9
Make observers support weak references. Bug #18682 ; r=dp.
1999-12-07 14:06:36 +00:00
rginda%netscape.com
f0309f778c
-- CHATZILLA CHANGES ONLY --
...
* index.html
Updated sll.js changes, added link to the m.o chatzilla page.
* test3-handlers.js, test3-static.js
Added input-history stuff.
1999-12-07 07:04:22 +00:00
fur%netscape.com
d2ac28ac9d
Replaced spaces with tab to fix build bustage for rgoodger
1999-12-07 02:17:24 +00:00
tbogard%aol.net
c24c54da60
Checkin for valeski:"r=travis, fixing eval of un-init'd rv".
1999-12-07 02:06:25 +00:00
rgoodger%ihug.co.nz
f4dc48db7b
signonviewer skinnability, keyboard mappings. r=morse
1999-12-07 01:25:36 +00:00
rgoodger%ihug.co.nz
df3e1e2b62
cookie viewer keyboard mappings, skin update. r=morse
1999-12-07 01:21:25 +00:00
dp%netscape.com
63ea9e61f9
Checking error status on no url spec and returning error properly. r=morse@netscape.com
1999-12-06 23:29:41 +00:00
dp%netscape.com
3ae2057cf2
Fixing leak of atoms. r=beard@netscape.com, morse@netscape.com
1999-12-06 23:28:26 +00:00
svn%xmlterm.org
611390ef85
Initial import of XMLterm extension; not part of default SeaMonkey build
1999-12-06 06:32:12 +00:00
waterson%netscape.com
de23c3ae77
Support skins. r=hyatt
1999-12-05 18:58:31 +00:00
waterson%netscape.com
83af6d5963
Make wallet editor skinnable. r=hyatt
1999-12-05 09:34:31 +00:00
rginda%netscape.com
8f4b4ac5cf
-- CHATZILLA CHANGES ONLY --
...
* events.js, utils.js
Clean up "Function does not always return a value" errors.
* ircbot.js
Got rid of literal tabs
Assorted anti-bit-rot changes
1999-12-05 03:47:18 +00:00
warren%netscape.com
bf4ef9672f
Added buffer size parameters to NewChannel. Allows for optimization of amount of image data consumed. Bug #20408
1999-12-04 10:01:32 +00:00
bryner%uiuc.edu
9567136f82
More delete --> NS_RELEASE fixes. r=morse.
1999-12-04 00:57:44 +00:00
valeski%netscape.com
6229cb8e6d
r=sdagley. 20669. we were sending a cookie header for *every* url request; empty for urls that didn't have a cookie associated with them. Now we only set cookies when we have one to set
1999-12-03 07:01:23 +00:00
bryner%uiuc.edu
7b12131f67
Make sure to use NS_RELEASE for XPCOM objects. This fixes some leaks of nsFileSpecImpl. r=morse.
1999-12-03 06:46:07 +00:00
rginda%netscape.com
7dcab5fd9a
-- CHATZILLA CHANGES ONLY --
...
* test3-handlers.js
Map function keys to available views
* test3-readprefs.js
Removed debugging output.
* test3-static.js
Wiring for fn key->view mapping
Tweak smiley regexp to require spaces on each side.
Ignore view change if new view == current view
Apply munger rules on TOPIC messages in addition to PRIVMSG and ACTIONs
1999-12-03 06:24:29 +00:00
morse%netscape.com
c630e81acf
fix bug 20164, cookie viewer crashed on long cookies, r=andreas.otte
1999-12-02 14:23:28 +00:00
rgoodger%ihug.co.nz
de790b47e8
cookieviewer UI polish, r=morse
1999-12-02 05:46:24 +00:00
rgoodger%ihug.co.nz
761fa751fe
more cosmetic changes to cookieviewer, r=morse
1999-12-02 04:51:58 +00:00
morse%netscape.com
e3f9de67f7
fix bug 20539, cookie & signon viewer display blank lines, r=davidm
1999-12-02 01:32:33 +00:00
rgoodger%ihug.co.nz
3ff73c3bb5
selection fix, keyboard shortcuts, r=morse
1999-12-01 03:08:09 +00:00
rgoodger%ihug.co.nz
30088bba34
fixed selection problems, added keyboard stuff. r=morse
1999-12-01 03:05:57 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
dougt%netscape.com
efe8369dae
fix for 18078. r=mstoltz,warren
1999-11-30 00:16:09 +00:00
dp%netscape.com
44bfeef78a
Delinking nsCookieHTTPNotify and cookie internal apis. Now the
...
nsCookieHTTPNotify calls the cookie api using the cookieservice. This
gets us to removing the nsCookieHTTPNotify off the cookie dll into
apprunner which would cause a delayed on demand load of the cookie
dll. r=neeti@netscape.com
1999-11-29 22:02:20 +00:00
dp%netscape.com
6e19dd7919
- Removed IID defines
...
- Using GenericModule
1999-11-29 21:07:48 +00:00
rginda%netscape.com
131db27bf6
-- CHATZILLA CHANGES ONLY --
...
* Makefile.in, makefile.win
Install new files: munger.js, test3-readprefs.js, and face-*.gif (9 files)
* irc.js
Update regexps to 1.5 syntax.
* test3-commands.js
Wire whois command.
* test3-handlers.js
readPrefs() on startup.
Show checkmark on debug message menu.
Clear inputbox after a /command.
Send eval output to currentobject, instead of *client*
Fix for /join #channelname joining ##channelname.
Whois command implementation.
Factor _addToUserList out of onJoin so it can be used from onNick as well.
Whois reply display code.
* test3-output-*.css
New styles for munger tags.
Assorted style changes.
* test3-static.js
Change linuxnet->moznet.
Munger hookup.
newInlineText creates spans instead of anchors.
notifyActivity blinks indicator if it is already lit.
s/parity/mark
* test3.css
Assorted ui style changes: tbuttons in groove, color changes, etc.
* test3.xul
Include new js file.
Put statusbar in a toolbox.
1999-11-29 03:57:45 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
kvisco%ziplink.net
4991af52cd
Added preliminary DocumentHandler.h
...
Added changes from Bob Miller (kbob@oblix.com ) which fix some
memory leaks.
1999-11-25 03:03:07 +00:00
dp%netscape.com
f831e45a95
Adding back implementation for nsINetNotify. This got removed in the
...
previous checkin.
1999-11-23 22:05:18 +00:00
dp%netscape.com
8360c57b6b
- Converting to using COMPtrs
...
- Caching of Atoms
- Making code readable
- Removing Create() method. Adding Init() method.
r=neeti
1999-11-23 21:57:05 +00:00
dp%netscape.com
a7beecfe5c
Improving readability of code.
1999-11-23 21:55:50 +00:00
waterson%netscape.com
fd0a392be4
Be sure to release the mCookieHTTPNotify object.
1999-11-23 20:55:58 +00:00
dp%netscape.com
dd0a36666d
Beautify...
1999-11-23 07:54:25 +00:00
dp%netscape.com
45c4a7e947
Removing unused factory implementations
1999-11-21 06:44:34 +00:00
dp%netscape.com
16d01b73cc
- Converting to nsGenericModule and nsGenericFactory
...
- Using NS_IMPL_ISUPPORTS[0-9]
- Removing exported NS_New*() functions
- Moving the implementation definitions to their headers
r=morse@Netscape.com
1999-11-21 05:29:16 +00:00
dp%netscape.com
9e2826569a
First version. Implementation header of Wallet Viewer.
1999-11-21 05:17:41 +00:00
dp%netscape.com
01a1c7d23d
First version. Implementation header of single signon viewer.
1999-11-21 05:17:16 +00:00
dp%netscape.com
03b26576eb
First version. Implementation header of wallet editor.
1999-11-21 05:16:45 +00:00
dp%netscape.com
235f20b9c0
First version. Header of Cookie Viewer implementation.
1999-11-21 05:15:46 +00:00
dp%netscape.com
e5bba2fb70
- Converting to GenericModule
...
- Using NS_IMPL_ISUPPORTS[0-9]
- Removing unused NS_DEFINE_CID/IID
- Removing NS_New exports
r=morse@Netscape.com
1999-11-21 03:43:55 +00:00
dp%netscape.com
612bf27cbd
- Convering to GenericModule.
...
- Removing NS_DEFINE_IID
- Using NS_ISUPPORTS_IMPL1
1999-11-20 20:19:01 +00:00
dp%netscape.com
166f34a590
Removing extra semi-colon
1999-11-20 08:04:59 +00:00
morse%netscape.com
f0d2cd713e
fix bug 15111, mac not reading cookies file, r=rjc
1999-11-19 10:13:44 +00:00
kvisco%ziplink.net
719073de41
*** empty log message ***
1999-11-18 04:40:02 +00:00
warren%netscape.com
aaf83521f5
Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott
1999-11-17 08:14:52 +00:00
morse%netscape.com
063357464d
undoing last check-in now that bug 18479 has really been fixed
1999-11-16 23:05:49 +00:00
morse%netscape.com
c24ca874df
work-around for bug 18479, safe form-fill comes up blank, r=rods
1999-11-16 20:50:40 +00:00
tbogard%aol.net
65790643ab
Changed calls to nsIWebShell::GetRootWebShellEvenIfChrome() and further QI's to use the new nsIWebShell::GetTopLevelWindow().
1999-11-16 20:05:21 +00:00
jdunn%netscape.com
d70d78c6bf
Fixing all unresolved symbols on unix. The bug has the diff's
...
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rchen%netscape.com
db3cf859df
Add L10N notes
1999-11-16 02:48:47 +00:00
rchen%netscape.com
f56c1d3e10
Add L10N Notes
1999-11-16 02:03:08 +00:00
morse%netscape.com
afe2708767
fix bug 17945, string concatenation in localizable strings, r=erik
1999-11-15 20:53:16 +00:00
nisheeth%netscape.com
8a090c1995
Checkin won't affect build. Re-applying mozilla specific defines that weren't included in the source drop from Keith.
1999-11-15 07:48:36 +00:00
tbogard%aol.net
4465f2b8b2
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov
1999-11-15 07:29:23 +00:00
tbogard%aol.net
59ee64277a
Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. Fixed some refcounting (or lack there of). This module NEEDS SERIOUS XPCOM work and review. r=pavlov
1999-11-15 07:28:44 +00:00
nisheeth%netscape.com
eece311721
Checkin not part of build Checking in new files for Transformiix from Keith Visco (keith@ziplink.net)
1999-11-15 07:28:04 +00:00
nisheeth%netscape.com
6f01c5de64
Checkin not part of build. New version of Transformiix from Keith Visco (kvisco@ziplink.net)
1999-11-15 07:13:17 +00:00
morse%netscape.com
cbdaa5f91a
fix bug 17957, confirmation when changing password, r=dp
1999-11-14 16:17:01 +00:00
cls%seawood.org
b68d17371a
Removing dependency upon security/freenav module. r=alecf
1999-11-13 23:51:49 +00:00
morse%netscape.com
4a465dfb25
fix bug 18603, grammar error in dialog, r=cpratt
1999-11-12 01:11:21 +00:00
morse%netscape.com
71bb9432d9
fix bug 65552, integrating ftp authentication with single signon, r=neeti
1999-11-10 03:37:35 +00:00
waterson%netscape.com
31b6848b26
Bug 18256. Fix nsIDocument leak in WLLT_OnSubmit. r=morse, a=chofmann
1999-11-09 23:39:36 +00:00
cls%seawood.org
def1bb1371
Moved the handling of extensions into configure.in.
...
Changed allmakefiles.sh to only generate Makefiles for extensions directories that are specified.
Added support for --with-extensions=none & --without-extensions
The following options have been superceded by --with-extensions:
--disable-cookie-management
--disable-client-wallet
--disable-single-signon
1999-11-09 23:30:32 +00:00
cls%seawood.org
311b18a2a2
Replaced NO_SECURITY ifdef with MOZ_SECURITY one. This causes pref_VerifyLockFile to always return PR_TRUE rather than linking against the dummy secfree library. This replacement also removed the last dependency upon that dummy library so it will no longer be built (next patch).
1999-11-09 23:13:53 +00:00
leaf%mozilla.org
7eac81d8a6
removing NECKO #define, adding irc to windows build, a=chofmann
1999-11-09 04:36:08 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
davidm%netscape.com
4ce1ba32e8
3110
r= morse
modification to get single sign on back
1999-11-03 06:07:53 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
morse%netscape.com
dd10222a7c
fix bug 17645, high-order bit on cookie character getting garbled, r=dp
1999-11-02 20:56:13 +00:00
morse%netscape.com
2f872a1b35
fix ui regressons in cookie viewer, code=rgoodger, r=morse
1999-11-02 05:04:57 +00:00
morse%netscape.com
ee20a3af80
fix ui regressons in signon viewer, code=rgoodger, r=morse
1999-11-02 05:04:19 +00:00
tbogard%aol.net
c9198a207c
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
evaughan%netscape.com
86fd1321dd
Made tabs us visibility instead of shrinking their children to 0,0.
...
Made it possible to change the look for the selected tab.
1999-10-29 22:13:57 +00:00
morse%netscape.com
e8e459bcc0
get ready for integration with http/ftp authentication, r=davidm
1999-10-29 04:51:27 +00:00
rginda%ndcico.com
e2c7a685a7
** NOT PART OF THE SEAMONKEY DEFAULT BUILD **
...
* xul/tests/index.html
Content update.
* xul/tests/test3-output-loud.css
Added ugly style.
* Makefile.in, makefile.win
Updated to install new style.
1999-10-29 03:33:01 +00:00
morse%netscape.com
803654136f
bug 17339, document.cookie throwing exception, r=neeti
1999-10-27 22:43:49 +00:00