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

29 Коммитов

Автор SHA1 Сообщение Дата
mcafee%netscape.com eaeef283dc Removing bogus part of this skeleton file. 2000-05-17 05:13:07 +00:00
rginda%netscape.com e1e6c60287 -- chatzilla only --
* manifest.rdf
put chatzilla in the tasks menu.

* static.js
fixed js error on attach
2000-05-17 00:50:16 +00:00
brendan%mozilla.org 44ffcfa883 Enforce interCaps Mozilla XPIDL style (r=shaver). 2000-05-15 07:03:46 +00:00
rginda%netscape.com 7f03f3ce2a munger regex modifications 2000-05-15 06:30:34 +00:00
rginda%netscape.com cbee6f70c8 -- CHATZILLA CHANGES ONLY --
* irc.js
add ctcpTo(), ctcp() methods
forward unknown ctcp codes to onUnknownCTCP handler

* utils.js
add abbreviateWord function

* commands.js
add /ctcp command

* handler.js
make |this| refer to client.currentObject in /eval
implement /ctcp command
chop long hostnames onJoin
add onUnknownCTCP handler
redraw fixes in on366, onPart

* rdf.js
add getTreeRoot method

* static.js
comment fixes
add max word/nick display vars, implementations
updateTitle changes, show correct title based on client.currentObject
fix delete view issue
chop long nicks before displaying
2000-05-15 05:58:30 +00:00
axel%pike.org c28af247c3 Removing $(srcdir) from CHROME variables.
r=syd@netscape.com
2000-05-14 11:17:58 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
danm%netscape.com 49d1c9fe22 no longer used 2000-05-13 21:25:36 +00:00
rginda%netscape.com 1c483d887f -- CHATZILLA CHANGES ONLY --
* xul/content/MANIFEST
install new file.

* chatzilla.xul
remove old js file.
add new js file.
menu restructuring.
userlist as rdf populated tree.

* commands.js
hookup for quit, exit, clear, delete, hide, commands, names, toolbar, and statusbar commands.

* handlers.js
implement new commands.
userlist sorting.
tab completion reorg.
pgup/dn functionality.
userlist rdf related hookup.

* static.js
remove unused client.vars.
make version reply one line.
show activity in titlebar if toolbar is not visible.
fix scrolling AND redraw problems!!
userlist rdf related hookup.
2000-05-12 22:30:21 +00:00
rginda%netscape.com 8fc382656f -- CHATZILLA CHANGES ONLY --
Implemented supah-kewl tab completion
2000-05-10 22:23:35 +00:00
rginda%netscape.com b0d19c19d8 -- CHATZILLA CHANGES ONLY --
add /server, /quit, /exit commands
2000-05-10 07:08:33 +00:00
danm%netscape.com f116f169ed more chrome registration rearrangement 2000-05-10 02:17:03 +00:00
danm%netscape.com 6073141fbd chrome installation manifests 2000-05-10 02:02:13 +00:00
rginda%netscape.com d4704fde9d * Makefile.in, makefile.win, MAINFEST
install new image.

* chatzilla.xul
add type="checkbox" to appropriate menuitems

* handlers.js
implement onToggleToolbarIcons()

* readprefs.js
read new prefs extensions.irc.(munger, .toolbar.icons, .notify.aggressive)

* static.js
sync menu checkmarks on startup
add fix for Bug# 29301
move button code to styles

* munger.js
add MPL

* chatzilla.css
added new activity-button styles
2000-05-09 01:00:42 +00:00
rginda%netscape.com f6b8c1c19a ** CHATZILLA CHANGES ONLY **
* chatzilla.xul
add tasksoverlay
convert starusbar from html:table to box
html:input -> textfield

* handlers.js
prompt for a new nickname if default was not changed

* readprefs.js
read network pref

* static.js
titlebutton -> menubutton

* listbox.js
convert html thingies to xul thingies.  Quite broken, need to change quicklist to a tree

* chatzilla.css
deleted much, more skinnable now
2000-05-08 06:04:24 +00:00
rginda%netscape.com 010ca27f23 -- CHATZILLA CHANGES ONLY --
undoing damn's misplaced changes
2000-04-24 00:45:23 +00:00
rginda%netscape.com 7d1bdb74c7 -- CHATZILLA CHANGES ONLY --
checking in patch from Josh Gough, <exv@randomc.com>
muchas gracias!

irc.js
add whois, invite

utils.js
added map and mapObjFunc

chatzilla.xul
add cntxt menu for userlist

commands.js
hook up /away, op, deop, voice, devoice, echo, invite, and kick commands

hadlers.js
onload hack
whois, away, deop, op, voice, devoice, echo, invite, kick command implementations

static.js
more of the onload hack
addEventListener on toolbuttons

listbox.js
selection code

chatzilla.css
selicted list item style
2000-04-24 00:40:56 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
rginda%netscape.com e747b276af Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com 60f5a24084 Created irc menu item overlays under extensions/irc, in preparation for bug 28192 s fix. r=mcafee, a=jar 2000-02-24 03:38:05 +00:00
mcafee%netscape.com 28562c007d Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com c6a5bf2df5 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +00:00
rginda%netscape.com ecc7a6d6aa Remove some console debug writes 2000-01-28 23:29:28 +00:00
rginda%netscape.com d266ed9673 Add slashnet, dalnet, and undernet networks 2000-01-27 09:57:06 +00:00
rginda%netscape.com 8537a0885b * 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
sfraser%netscape.com de5b99c454 First Checked In. 2000-01-20 01:18:09 +00:00
rginda%netscape.com 163feff64f remove munger warning, bug 22048 is fixed 2000-01-18 08:58:07 +00:00
rginda%netscape.com 56d633b956 -- 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 2434e298f9 Initial add 2000-01-18 03:32:43 +00:00