Commit Graph

734 Commits

Author SHA1 Message Date
rginda%netscape.com
3a88810065 * 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


git-svn-id: svn://10.0.0.236/trunk@58918 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-27 09:45:11 +00:00
morse%netscape.com
d5a3ef8da7 one more attempt to fix bug 24907, r=dp
git-svn-id: svn://10.0.0.236/trunk@58750 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 07:45:37 +00:00
morse%netscape.com
5591252967 fix bug 24907 again, require old password when changing password, r=dp
git-svn-id: svn://10.0.0.236/trunk@58739 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 06:28:59 +00:00
morse%netscape.com
a0ae4abc82 fix real stupid error, r=dp
git-svn-id: svn://10.0.0.236/trunk@58723 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 03:31:57 +00:00
morse%netscape.com
79c0d9914e fix bug 24909, don't display signons if database hasn't been unlocked, r=dp
git-svn-id: svn://10.0.0.236/trunk@58713 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 02:46:09 +00:00
morse%netscape.com
3cc4c7d296 fix bug 24907, require old password when user tries to change password, r=dp
git-svn-id: svn://10.0.0.236/trunk@58712 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 02:45:31 +00:00
morse%netscape.com
c1f4aff58d new wallet editor, r=ben
git-svn-id: svn://10.0.0.236/trunk@58650 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-26 00:29:15 +00:00
morse%netscape.com
d59724c469 fix bug 23892, minor glitches in wording in signon viewer, not reviewed
git-svn-id: svn://10.0.0.236/trunk@58562 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 04:52:22 +00:00
morse%netscape.com
a37aeaed5d bug 23913, new wallet editor, r=ben
git-svn-id: svn://10.0.0.236/trunk@58551 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 03:30:33 +00:00
morse%netscape.com
739db895e9 bug 23913, new wallet editor, r=dp
git-svn-id: svn://10.0.0.236/trunk@58545 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 03:21:22 +00:00
morse%netscape.com
3dd859364d fix minor coding bug, r=dp
git-svn-id: svn://10.0.0.236/trunk@58542 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 03:20:35 +00:00
morse%netscape.com
1a33327923 minor wording change in dialog, not reviewed
git-svn-id: svn://10.0.0.236/trunk@58541 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-25 03:20:04 +00:00
dougt%netscape.com
16f05fa730 nsIFile Landing
git-svn-id: svn://10.0.0.236/trunk@58491 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 21:31:43 +00:00
neeti%netscape.com
7d4b7e4aac fix for memory leak of EventQueueEntry, bug - 24090, r=warren/morse
git-svn-id: svn://10.0.0.236/trunk@58470 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-24 14:15:10 +00:00
dp%netscape.com
2b951372c5 Moving CID definition back into nsICookieService.h
Other code seems to be expecting it here. :-(


git-svn-id: svn://10.0.0.236/trunk@58419 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 23:13:58 +00:00
dp%netscape.com
57812295a4 Removing unused header file
git-svn-id: svn://10.0.0.236/trunk@58417 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 22:47:39 +00:00
dp%netscape.com
b0c62b3acb Preparing cookies for merging with necko.
- Eliminated interdepency betn CookieService and CookieHTTPNotify
- CID/Progid for CookieHTTPNotify


git-svn-id: svn://10.0.0.236/trunk@58416 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 22:46:13 +00:00
morse%netscape.com
7b9bf9f48b fix bug 24516, cookies file was being read one byte at a time, r=neeti
git-svn-id: svn://10.0.0.236/trunk@58410 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-22 20:24:48 +00:00
morse%netscape.com
c01401dc95 fix corruption of username in saved password database, r=dp,waterson, a=jar
git-svn-id: svn://10.0.0.236/trunk@58317 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 20:58:41 +00:00
sfraser%netscape.com
d54dda950e First Checked In.
git-svn-id: svn://10.0.0.236/trunk@58279 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-20 01:18:09 +00:00
morse%netscape.com
86d35354b8 speed up download of wallet tables, r=dp
git-svn-id: svn://10.0.0.236/trunk@58185 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-19 01:14:53 +00:00
rginda%netscape.com
4f6efa5a96 remove munger warning, bug 22048 is fixed
git-svn-id: svn://10.0.0.236/trunk@58085 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 08:58:07 +00:00
rginda%netscape.com
1c2cd89c19 -- 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)


git-svn-id: svn://10.0.0.236/trunk@58084 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 08:56:22 +00:00
rginda%netscape.com
c08a2ead97 Initial add
git-svn-id: svn://10.0.0.236/trunk@58070 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 03:32:43 +00:00
rginda%netscape.com
ef2c53da64 -- 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*.


git-svn-id: svn://10.0.0.236/trunk@58069 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-18 03:29:17 +00:00
sford3%swbell.net
09c9265da7 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi
git-svn-id: svn://10.0.0.236/trunk@58041 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 22:32:13 +00:00
svn%xmlterm.org
01365fba95 XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD
Implemented full screen operations for LineTerm only; works with Jan12 build


git-svn-id: svn://10.0.0.236/trunk@57985 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-17 01:16:14 +00:00
rginda%netscape.com
405224f13a -- 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.


git-svn-id: svn://10.0.0.236/trunk@57963 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-16 05:07:01 +00:00
morse%netscape.com
4a6f7421c4 fix bug 21324, remove one level of dialog, r=pnunn
git-svn-id: svn://10.0.0.236/trunk@57951 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 19:36:29 +00:00
morse%netscape.com
6e31b124d5 trivial two-character change to remove build warning, no review
git-svn-id: svn://10.0.0.236/trunk@57948 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 17:25:58 +00:00
morse%netscape.com
bd3a46bf0d just a table change, no code review
git-svn-id: svn://10.0.0.236/trunk@57939 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 16:30:46 +00:00
morse%netscape.com
6c56a4f2ea just a table change, no code review
git-svn-id: svn://10.0.0.236/trunk@57937 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 15:56:13 +00:00
morse%netscape.com
c17b26e799 fix bug 23937, unnecessary saving of prefs file, r=alecf
git-svn-id: svn://10.0.0.236/trunk@57933 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 13:21:57 +00:00
morse%netscape.com
7728d65e37 fix bustage on mac
git-svn-id: svn://10.0.0.236/trunk@57932 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 10:44:40 +00:00
morse%netscape.com
9a389dbd58 fix bugs 23037,23930,23912, r=dp
git-svn-id: svn://10.0.0.236/trunk@57931 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 10:03:22 +00:00
morse%netscape.com
4e019da8c3 another fix for bug 22117, cookie viewer display not working, r=goodger
git-svn-id: svn://10.0.0.236/trunk@57905 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 05:10:40 +00:00
rginda%netscape.com
006d259619 Remove the bslib from the build, r=leaf
git-svn-id: svn://10.0.0.236/trunk@57867 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 01:39:40 +00:00
sfraser%netscape.com
3a74bacdbe First Checked In.
git-svn-id: svn://10.0.0.236/trunk@57858 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-15 01:29:00 +00:00
beard%netscape.com
756707f403 Using byte array buffer to implement sock read.
git-svn-id: svn://10.0.0.236/trunk@57777 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-14 02:26:50 +00:00
waterson%netscape.com
92fc77e9e0 Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@57594 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-13 00:05:46 +00:00
rjc%netscape.com
46d4d14033 (Really morse) Fix Mac bustage. Review: sdagley, rjc
git-svn-id: svn://10.0.0.236/trunk@57589 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 23:32:23 +00:00
morse%netscape.com
007712e487 attempt to fix build bustage
git-svn-id: svn://10.0.0.236/trunk@57586 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 22:55:14 +00:00
morse%netscape.com
ad09c5c861 fix bug 23037, allow autofill to use double-byte characters for i18n, r=dp
git-svn-id: svn://10.0.0.236/trunk@57572 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-12 21:53:32 +00:00
valeski%netscape.com
bc1b812270 r=rhp. datetime protocol wasn't initializing properly which would cause a datetime url without a host to spin
git-svn-id: svn://10.0.0.236/trunk@57444 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:16:19 +00:00
norris%netscape.com
66694f8a98 Get IRCChat working without compromising security.
Fix bugs 20261, 23518
r=rginda,mstoltz


git-svn-id: svn://10.0.0.236/trunk@57437 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 22:02:06 +00:00
pp%ludusdesign.com
b5787cf895 Converting usage of ::GetIID() to NS_GET_IID().
Bug #20232, r=scc@netscape.com


git-svn-id: svn://10.0.0.236/trunk@57423 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-11 20:49:15 +00:00
rpotts%netscape.com
50c3fad132 Made contentType a read/write attribute of nsIChannel
git-svn-id: svn://10.0.0.236/trunk@57178 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 06:26:04 +00:00
rgoodger%ihug.co.nz
e9941322a7 making signonviewer not be white. r=me
git-svn-id: svn://10.0.0.236/trunk@57147 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-08 01:37:47 +00:00
rginda%netscape.com
402703148f -- 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.


git-svn-id: svn://10.0.0.236/trunk@57072 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-07 05:15:32 +00:00
morse%netscape.com
fcb9a01baf fix minor glitches with single signon, r=davidm
git-svn-id: svn://10.0.0.236/trunk@56805 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-05 03:17:43 +00:00