mscott%netscape.com
c8e236c42b
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
git-svn-id: svn://10.0.0.236/trunk@54577 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 21:00:14 +00:00
bienvenu%netscape.com
00e9964d93
remove newline, fix 19128 spurious n in error msg
...
git-svn-id: svn://10.0.0.236/trunk@54576 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:57:29 +00:00
waterson%netscape.com
ca6783642d
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
...
git-svn-id: svn://10.0.0.236/trunk@54575 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:53:40 +00:00
brendan%mozilla.org
81777e8de7
Fix refcnt underflow bug, defend against null myObj (r=vidur@netscape.com).
...
git-svn-id: svn://10.0.0.236/trunk@54574 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:44:36 +00:00
sspitzer%netscape.com
57bcc5d977
remove workaround for #14312 , it is no longer needed.
...
git-svn-id: svn://10.0.0.236/trunk@54573 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:41:23 +00:00
sspitzer%netscape.com
ccdb1964d1
fix warnings
...
git-svn-id: svn://10.0.0.236/trunk@54572 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:40:39 +00:00
bryner%uiuc.edu
441b7717d1
Minor changes to fix building on Linux with --enable-oji. r=shaver.
...
git-svn-id: svn://10.0.0.236/trunk@54571 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 20:27:00 +00:00
larryh%netscape.com
1ca16c0791
BugZilla: 19247. Add support for VMS, QNX, NTO
...
git-svn-id: svn://10.0.0.236/trunk@54570 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 19:42:11 +00:00
tbogard%aol.net
3255f4c635
Updated the UNIX makefiles to be in sync with the Windows ones. (Not Part of the build).
...
git-svn-id: svn://10.0.0.236/trunk@54569 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 18:42:33 +00:00
tbogard%aol.net
1f92049a42
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).
...
git-svn-id: svn://10.0.0.236/trunk@54568 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 18:41:59 +00:00
tbogard%aol.net
71e137989b
Added a readonly attribute to get the PresShell. (Not Part of the build)
...
git-svn-id: svn://10.0.0.236/trunk@54567 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 18:40:06 +00:00
shaver%netscape.com
df20a09801
track nsIFile changes (not part of build)
...
git-svn-id: svn://10.0.0.236/trunk@54564 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 15:17:57 +00:00
shaver%netscape.com
2c78142979
- 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
git-svn-id: svn://10.0.0.236/trunk@54563 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 14:55:03 +00:00
andreas.otte%primus-online.de
5d2117bae7
Adding res-protocol makefiles r=warren
...
git-svn-id: svn://10.0.0.236/trunk@54562 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 10:10:21 +00:00
jfrancis%netscape.com
ed38a43f75
* 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
git-svn-id: svn://10.0.0.236/trunk@54561 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 08:28:46 +00:00
tbogard%aol.net
a4caa04804
Implemented GetPositionAndSize.... Fixed some calls to DOMHandleEvent.
...
git-svn-id: svn://10.0.0.236/trunk@54560 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 07:47:20 +00:00
blizzard%redhat.com
1630fa09b2
make sure that windows are destroyed when the Destroy() method is called. fix for bug #18801 . r=syd
...
git-svn-id: svn://10.0.0.236/trunk@54559 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 07:44:22 +00:00
idk%eng.sun.com
2a95e241e9
20114
...
added null checking
git-svn-id: svn://10.0.0.236/trunk@54558 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 07:26:37 +00:00
hyatt%netscape.com
dfb64c2671
More skin work. r=pavlov
...
git-svn-id: svn://10.0.0.236/trunk@54557 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 06:51:24 +00:00
cls%seawood.org
caf7536557
Removed unneeded -e argument to grep.
...
Changed print-depth-path.sh to check for Makefile instead of Makefile.in for objdir builds.
git-svn-id: svn://10.0.0.236/trunk@54556 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 06:15:04 +00:00
tbogard%aol.net
a75802872d
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.
...
git-svn-id: svn://10.0.0.236/trunk@54555 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 06:04:15 +00:00
tbogard%aol.net
392a39500b
Flipped the default of the Windows Warning box that can come up. It now requires an environment variable be set to come up.
...
git-svn-id: svn://10.0.0.236/trunk@54554 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 05:50:22 +00:00
cls%seawood.org
ecf79b0ac2
Oops, added '-o $@' to necessary MKSHLIB definitions.
...
git-svn-id: svn://10.0.0.236/trunk@54553 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 05:27:26 +00:00
cls%seawood.org
4ef5544fff
Added preliminary autoconf support for solaris. Untested.
...
git-svn-id: svn://10.0.0.236/trunk@54552 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 04:46:11 +00:00
rhp%netscape.com
49000dbf99
Changes to build this on Unix
...
git-svn-id: svn://10.0.0.236/trunk@54551 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 03:58:20 +00:00
rginda%netscape.com
a839a57ff8
-- 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.
git-svn-id: svn://10.0.0.236/trunk@54550 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 03:57:45 +00:00
rhp%netscape.com
d4c8f42880
Change for new code that is not part of the build!
...
git-svn-id: svn://10.0.0.236/trunk@54549 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 03:51:31 +00:00
rhp%netscape.com
b4694ec541
Just adding files to the tree. NOT PART OF THE BUILD YET!
...
git-svn-id: svn://10.0.0.236/trunk@54548 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 03:37:47 +00:00
blizzard%redhat.com
83d6fa9563
[MLK] make sure to destroy the region before creating a new one
...
git-svn-id: svn://10.0.0.236/trunk@54547 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 03:08:49 +00:00
cls%seawood.org
633d5407a8
Fixed tabbing problems with emacs caused by the mode header.
...
Added preliminary autoconf support for aix, dgux, freebsd and hpux. All untested.
git-svn-id: svn://10.0.0.236/trunk@54546 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 02:15:22 +00:00
rbs%maths.uq.edu.au
15cf3ce767
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.
...
git-svn-id: svn://10.0.0.236/trunk@54543 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 02:03:26 +00:00
edwin%woudt.nl
b8e47d1355
Added support for combobox and image
...
git-svn-id: svn://10.0.0.236/trunk@54542 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 00:44:34 +00:00
edwin%woudt.nl
c6505dafa7
Adding PageUI to the build
...
git-svn-id: svn://10.0.0.236/trunk@54541 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-29 00:43:54 +00:00
brendan%mozilla.org
aac42b0e3f
Destroy rt->stateChange condvar (also trim deadwood; 20168, r=beard@netscape.com).
...
git-svn-id: svn://10.0.0.236/trunk@54540 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 19:56:52 +00:00
tor%cs.brown.edu
e6626c027b
Incorporate MATH_ML code from gfx/src/gtk into the xlib version.
...
Also changes MAX to PR_MAX. r=blizzard
git-svn-id: svn://10.0.0.236/trunk@54539 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 19:14:23 +00:00
tor%cs.brown.edu
2ba35ab26e
Fix timers with interval greater than a second. r=blizzard
...
git-svn-id: svn://10.0.0.236/trunk@54538 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 19:12:10 +00:00
beard%netscape.com
134197fc4f
bug #19474 , r=ftang. fixes major memory leak of nsCharsetAlias2 object, which is (12) bytes but references a total of {52708} bytes.
...
git-svn-id: svn://10.0.0.236/trunk@54537 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 17:20:11 +00:00
locka%iol.ie
7b22bed0bb
no message
...
git-svn-id: svn://10.0.0.236/trunk@54536 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 16:39:50 +00:00
locka%iol.ie
8cf85733f6
Removed FPKLUDGE hack for Delphi
...
git-svn-id: svn://10.0.0.236/trunk@54535 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 16:31:21 +00:00
duncan%be.com
5941ff2111
Fix memory allocation checking bug 9828.
...
Fix DrawLine and DrawString rendering bugs (contributed by
Yannick Koehler <koehler@mythrium.com >).
r=syd
git-svn-id: svn://10.0.0.236/trunk@54534 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 10:53:47 +00:00
brendan%mozilla.org
96b0c7d20d
Whitespace/comment police.
...
git-svn-id: svn://10.0.0.236/trunk@54533 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 10:32:13 +00:00
brendan%mozilla.org
b09e389810
Whitespace police!
...
git-svn-id: svn://10.0.0.236/trunk@54532 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 10:26:53 +00:00
brendan%mozilla.org
49a807da2d
Fix decompiler to search function clone prototypes for args and vars (20160, r=rginda@netscape.com).
...
git-svn-id: svn://10.0.0.236/trunk@54531 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 09:46:33 +00:00
brendan%mozilla.org
b27b31a03e
Clean up whitespace/returns/braces, plus Ben's update to GetFields.
...
git-svn-id: svn://10.0.0.236/trunk@54530 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 06:37:13 +00:00
warren%netscape.com
0b48abec61
Forced Windows nslocale.dll to pull in NSGetFactory.
...
git-svn-id: svn://10.0.0.236/trunk@54529 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 05:40:40 +00:00
warren%netscape.com
cdfb005941
Forced Windows gkgfxwin to pull in NSGetFactory.
...
git-svn-id: svn://10.0.0.236/trunk@54528 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 05:39:46 +00:00
warren%netscape.com
6ac95efaf8
Checked in work-around for the fact that SeaMonkeyAll doesn't pull modules/makefile.win
...
git-svn-id: svn://10.0.0.236/trunk@54525 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 03:47:01 +00:00
warren%netscape.com
eb9a891946
Eliminated the libs build pass.
...
git-svn-id: svn://10.0.0.236/trunk@54523 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 03:05:01 +00:00
warren%netscape.com
6c48936998
Added new version that's used with new no-libs-pass make on Windows.
...
git-svn-id: svn://10.0.0.236/trunk@54522 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 02:48:59 +00:00
tbogard%aol.net
bbe91002db
Added do_GetInterface to the dlldeps so it is properly exported from the DLL.
...
git-svn-id: svn://10.0.0.236/trunk@54521 18797224-902f-48f8-a5cc-f745e15eee43
1999-11-28 02:17:24 +00:00