Commit Graph

47527 Commits

Author SHA1 Message Date
dp%netscape.com
d76755831f NS_RELEASE if there isn't a global service manager 1999-11-29 21:02:51 +00:00
nhotta%netscape.com
dfb97be9bf Change to pass empty string instead of null for setlocale, increased a local buffer size to hold larger locale name, bug 18338, r=tao. 1999-11-29 21:01:54 +00:00
mscott%netscape.com
debf580a73 temporary tweak to doc loader to use private uri loader
with post data stream support if we are trying to load
a url that has a post data stream.
r=travis
1999-11-29 21:01:15 +00:00
mscott%netscape.com
5c41a093ed changes to support private post stream data interface.
changes to support aWindowContext parameter and to remove
the content listener and progress sink as arguments. Instead,
use an interface requestor on the window context to get these.
I was also able to take out the capabilities class as well.
r=travis
1999-11-29 21:00:52 +00:00
mscott%netscape.com
2f9c200f1a add private interface for opening a url with post data
removed content listener and progress sink interfaces from
OpenURI and friends. Instead, pass in a nsISupports window
context. We can use the requestor interface to ask the
window context for the content listener and progress sink.
This reduced the number of arguments to OpenURI by one.
And eventually we'll query the window context for a
docshell / webshell interface which we could pass around.
r=travis
1999-11-29 21:00:14 +00:00
bienvenu%netscape.com
5a76d4c33c remove newline, fix 19128 spurious n in error msg 1999-11-29 20:57:29 +00:00
waterson%netscape.com
7e03717d55 Bug 20147. Make sure to correctly scope 'parent' when creating script objects. XUL document's parent is the window; XUL element's parent is the document. r=brendan 1999-11-29 20:53:40 +00:00
brendan%mozilla.org
63f8bf1ffe Fix refcnt underflow bug, defend against null myObj (r=vidur@netscape.com). 1999-11-29 20:44:36 +00:00
sspitzer%netscape.com
d4e455355d remove workaround for #14312, it is no longer needed. 1999-11-29 20:41:23 +00:00
sspitzer%netscape.com
31b6b85808 fix warnings 1999-11-29 20:40:39 +00:00
bryner%uiuc.edu
c19f2eda7f Minor changes to fix building on Linux with --enable-oji. r=shaver. 1999-11-29 20:27:00 +00:00
larryh%netscape.com
62fc21a701 BugZilla: 19247. Add support for VMS, QNX, NTO 1999-11-29 19:42:11 +00:00
tbogard%aol.net
02988c2379 Updated the UNIX makefiles to be in sync with the Windows ones. (Not Part of the build). 1999-11-29 18:42:33 +00:00
tbogard%aol.net
7c9a535d7a Changes to reflect the fact that the nsIDocShell API now has a GetPresShell. Used NS_STATIC_CAST on a comparison to 'this'. (Not Part of build). 1999-11-29 18:41:59 +00:00
tbogard%aol.net
e61394b1f9 Added a readonly attribute to get the PresShell. (Not Part of the build) 1999-11-29 18:40:06 +00:00
shaver%netscape.com
787094e942 track nsIFile changes (not part of build) 1999-11-29 15:17:57 +00:00
shaver%netscape.com
24299cc8ca - Portions of nsIFile and nsIDirectoryEnumerator implementations for Unix.
- Various missing-newline-at-end-of-file fixes from Andrew Taylor
  <Andrew.Taylor@cal.montage.ca>.
- Fixed case in nsIDirectoryEnumerator.idl
- Added |normalize()|, |truncate()| and |target|, |isSpecial()| to nsIFile.idl
- Changed |isExists()| to |exists()|, |fileName| to |leafName|, |isEqual()| to
  |equals| and added |in boolean recur| to |isContainedIn()|.
- Corrected widespread misspelling of |NS_ERROR_FILE_UNRECOGNIZED_PATH|.
- Partially updated Windows code to track changes.
Partially addresses 17948, r=dougt
1999-11-29 14:55:03 +00:00
andreas.otte%primus-online.de
6537e6e3f2 Adding res-protocol makefiles r=warren 1999-11-29 10:10:21 +00:00
jfrancis%netscape.com
d4edc684b8 * ported the html editor work for the "caret doesn't move when i hit return" bug (16715) back to the plaintext editor. * fixed a paste/rules interaction problem (19367) * introduced an init time pass over html documents to populate empty list items and table cells with special breaks so that the user can click in them and actually get a caret * fixed some warnings r = floppy moose 1999-11-29 08:28:46 +00:00
tbogard%aol.net
8abfb4a29e Implemented GetPositionAndSize.... Fixed some calls to DOMHandleEvent. 1999-11-29 07:47:20 +00:00
blizzard%redhat.com
359d777b1c make sure that windows are destroyed when the Destroy() method is called. fix for bug #18801. r=syd 1999-11-29 07:44:22 +00:00
idk%eng.sun.com
8f05b00e04 20114
added null checking
1999-11-29 07:26:37 +00:00
hyatt%netscape.com
9d73ef65cc More skin work. r=pavlov 1999-11-29 06:51:24 +00:00
cls%seawood.org
bc3b33bd63 Removed unneeded -e argument to grep.
Changed print-depth-path.sh to check for Makefile instead of Makefile.in for objdir builds.
1999-11-29 06:15:04 +00:00
tbogard%aol.net
85b5334721 nsXULDocument now uses the nsIBaseWindow interface for windowing stuff on webshell instead of nsIWebShell. This paves the way for the new docshell object to move in. 1999-11-29 06:04:15 +00:00
tbogard%aol.net
88639c509e Flipped the default of the Windows Warning box that can come up. It now requires an environment variable be set to come up. 1999-11-29 05:50:22 +00:00
cls%seawood.org
108efebf8a Oops, added '-o $@' to necessary MKSHLIB definitions. 1999-11-29 05:27:26 +00:00
cls%seawood.org
f0b3558b58 Added preliminary autoconf support for solaris. Untested. 1999-11-29 04:46:11 +00:00
rhp%netscape.com
c55e612ff1 Changes to build this on Unix 1999-11-29 03:58:20 +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
rhp%netscape.com
99f5ad93db Change for new code that is not part of the build! 1999-11-29 03:51:31 +00:00
rhp%netscape.com
4f76fe4ed3 Just adding files to the tree. NOT PART OF THE BUILD YET! 1999-11-29 03:37:47 +00:00
blizzard%redhat.com
7229cab6b5 [MLK] make sure to destroy the region before creating a new one 1999-11-29 03:08:49 +00:00
cls%seawood.org
f3c93f2e86 Fixed tabbing problems with emacs caused by the mode header.
Added preliminary autoconf support for aix, dgux, freebsd and hpux.  All untested.
1999-11-29 02:15:22 +00:00
rbs%maths.uq.edu.au
c3560e789f Removed a default arg. See where bug 19398 where axel@pike.org reported that a default arg is both in .h and .cpp, and Suns CC seems unhappy about this. 1999-11-29 02:03:26 +00:00
edwin%woudt.nl
7f9d7c07db Added support for combobox and image 1999-11-29 00:44:34 +00:00
edwin%woudt.nl
286728df84 Adding PageUI to the build 1999-11-29 00:43:54 +00:00
brendan%mozilla.org
ef9a60a3fb Destroy rt->stateChange condvar (also trim deadwood; 20168, r=beard@netscape.com). 1999-11-28 19:56:52 +00:00
tor%cs.brown.edu
3b0ab1a458 Incorporate MATH_ML code from gfx/src/gtk into the xlib version.
Also changes MAX to PR_MAX. r=blizzard
1999-11-28 19:14:23 +00:00
tor%cs.brown.edu
fcd6a5cce2 Fix timers with interval greater than a second. r=blizzard 1999-11-28 19:12:10 +00:00
beard%netscape.com
c9b19c6c0d bug #19474, r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes. 1999-11-28 17:20:11 +00:00
locka%iol.ie
dd942f46a6 no message 1999-11-28 16:39:50 +00:00
locka%iol.ie
2966b099a8 Removed FPKLUDGE hack for Delphi 1999-11-28 16:31:21 +00:00
duncan%be.com
9defa861bb Fix memory allocation checking bug 9828.
Fix DrawLine and DrawString rendering bugs (contributed by
Yannick Koehler <koehler@mythrium.com>).
r=syd
1999-11-28 10:53:47 +00:00
brendan%mozilla.org
62ebb4b490 Whitespace/comment police. 1999-11-28 10:32:13 +00:00
brendan%mozilla.org
b4fef52e82 Whitespace police! 1999-11-28 10:26:53 +00:00
brendan%mozilla.org
8e5a02d3ad Fix decompiler to search function clone prototypes for args and vars (20160, r=rginda@netscape.com). 1999-11-28 09:46:33 +00:00
brendan%mozilla.org
869d5f55c0 Clean up whitespace/returns/braces, plus Ben's update to GetFields. 1999-11-28 06:37:13 +00:00
warren%netscape.com
f2a5a70e3a Forced Windows nslocale.dll to pull in NSGetFactory. 1999-11-28 05:40:40 +00:00
warren%netscape.com
f31eff1b13 Forced Windows gkgfxwin to pull in NSGetFactory. 1999-11-28 05:39:46 +00:00