Commit Graph

516 Commits

Author SHA1 Message Date
rgoodger%ihug.co.nz
8d601d883c fixing 21130, js error with cookietree onselect. 1999-12-08 05:07:03 +00:00
svn%xmlterm.org
d20323f09b XMLterm changes; NOT PART OF SEAMONKEY BUILD; fixed Solaris bug in makemake; 1999-12-08 02:55:56 +00:00
svn%xmlterm.org
95076a3faa 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
fbcf0edda5 Removed unnecessary files in XMLterm; NOT PART OF SEAMONKEY BUILD 1999-12-08 02:45:52 +00:00
rginda%netscape.com
1273e94862 -- 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
f14811c83c fix bug 20946, memory leak in wallet code, r=buster 1999-12-07 22:06:47 +00:00
scc%netscape.com
db5cd594e2 Make observers support weak references. Bug #18682; r=dp. 1999-12-07 14:06:36 +00:00
rginda%netscape.com
ae6347dc49 -- 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
3db2d1fd05 Replaced spaces with tab to fix build bustage for rgoodger 1999-12-07 02:17:24 +00:00
tbogard%aol.net
b20bdd6cd5 Checkin for valeski:"r=travis, fixing eval of un-init'd rv". 1999-12-07 02:06:25 +00:00
rgoodger%ihug.co.nz
0f7a29f233 signonviewer skinnability, keyboard mappings. r=morse 1999-12-07 01:25:36 +00:00
rgoodger%ihug.co.nz
362d99b752 cookie viewer keyboard mappings, skin update. r=morse 1999-12-07 01:21:25 +00:00
dp%netscape.com
8c0df8068f 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
f71c099df5 Fixing leak of atoms. r=beard@netscape.com, morse@netscape.com 1999-12-06 23:28:26 +00:00
svn%xmlterm.org
47ea3daece Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00
waterson%netscape.com
ca3472d185 Support skins. r=hyatt 1999-12-05 18:58:31 +00:00
waterson%netscape.com
3e91748c8e Make wallet editor skinnable. r=hyatt 1999-12-05 09:34:31 +00:00
rginda%netscape.com
ae2479af9b -- 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
6af4802e75 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
ec41e37033 More delete --> NS_RELEASE fixes. r=morse. 1999-12-04 00:57:44 +00:00
valeski%netscape.com
940d90a9cd 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
b058c98ccd 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
92b8ee0132 -- 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
0579150f1d fix bug 20164, cookie viewer crashed on long cookies, r=andreas.otte 1999-12-02 14:23:28 +00:00
rgoodger%ihug.co.nz
0c9ce708fb cookieviewer UI polish, r=morse 1999-12-02 05:46:24 +00:00
rgoodger%ihug.co.nz
844aec39d2 more cosmetic changes to cookieviewer, r=morse 1999-12-02 04:51:58 +00:00
morse%netscape.com
c23a406906 fix bug 20539, cookie & signon viewer display blank lines, r=davidm 1999-12-02 01:32:33 +00:00
rgoodger%ihug.co.nz
e33490999d selection fix, keyboard shortcuts, r=morse 1999-12-01 03:08:09 +00:00
rgoodger%ihug.co.nz
42095f30be fixed selection problems, added keyboard stuff. r=morse 1999-12-01 03:05:57 +00:00
warren%netscape.com
2db26922a6 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
5bd0548f65 fix for 18078. r=mstoltz,warren 1999-11-30 00:16:09 +00:00
dp%netscape.com
e456544de3 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
b7812f0747 - Removed IID defines
- Using GenericModule
1999-11-29 21:07:48 +00:00
rginda%netscape.com
3f34d95584 -- 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
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
kvisco%ziplink.net
bc747e5bab 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
2520310d3d Adding back implementation for nsINetNotify. This got removed in the
previous checkin.
1999-11-23 22:05:18 +00:00
dp%netscape.com
1aadc2164e - 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
08fee5cdf7 Improving readability of code. 1999-11-23 21:55:50 +00:00
waterson%netscape.com
befc4cdd0c Be sure to release the mCookieHTTPNotify object. 1999-11-23 20:55:58 +00:00
dp%netscape.com
0b38786a86 Beautify... 1999-11-23 07:54:25 +00:00
dp%netscape.com
f377df5bef Removing unused factory implementations 1999-11-21 06:44:34 +00:00
dp%netscape.com
9551c4aee8 - 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
a755d7cc0f First version. Implementation header of Wallet Viewer. 1999-11-21 05:17:41 +00:00
dp%netscape.com
06f4efe23b First version. Implementation header of single signon viewer. 1999-11-21 05:17:16 +00:00
dp%netscape.com
f633991c9b First version. Implementation header of wallet editor. 1999-11-21 05:16:45 +00:00
dp%netscape.com
6060839af3 First version. Header of Cookie Viewer implementation. 1999-11-21 05:15:46 +00:00
dp%netscape.com
f4b44a7e7f - 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
a70196fb80 - Convering to GenericModule.
- Removing NS_DEFINE_IID
- Using NS_ISUPPORTS_IMPL1
1999-11-20 20:19:01 +00:00
dp%netscape.com
da2839b347 Removing extra semi-colon 1999-11-20 08:04:59 +00:00