Commit Graph

2590 Commits

Author SHA1 Message Date
rpotts%netscape.com
8026dca974 bug #15342 and #15560. Refactored the LoadGroup and DocumentLoader... 1999-11-22 05:46:03 +00:00
leaf%mozilla.org
f05ff4b0e5 checkin to fix build bustage. 1999-11-22 01:08:36 +00:00
buster%netscape.com
d8a7ef6556 don't know how this got through, I must not have saved the file from my IDE? 1999-11-19 08:43:27 +00:00
buster%netscape.com
93551f1751 moved content-specific data and methods from nsIWebShell to appropriate content viewer interface
no bug number, this is for webshell redesign work
r=rickg, travis
1999-11-19 07:35:27 +00:00
warren%netscape.com
59ef7fadbf Removed the nsICapabilities interface in favor of nsIInterfaceRequestor. 1999-11-18 07:36:41 +00:00
mscott%netscape.com
48c40aade9 Bug #14928 --> phase one of uri dispatching landing. IF uri dispatching is turned on,
invoke the uri loader instead of opening the document ourselves.

Various changes for uri dispatching....

r=travis
1999-11-18 07:07:33 +00:00
mscott%netscape.com
1e3db6851b Bug #14928 --> phase one of uri dispatching landing. webshell is a nsIURIContentListener.
r=travis.
1999-11-18 07:06:39 +00:00
mscott%netscape.com
e911d3f3df Bug #14928 --> phase one of uri dispatching landing. add ability to get/set content listener parent on the webshell
r=travis
1999-11-18 07:06:07 +00:00
mscott%netscape.com
65c51b2064 Bug #14928 --> phase one of uri dispatching landing. add ability for doc loader to load
an opened channel
r=travis
1999-11-18 07:05:47 +00:00
valeski%netscape.com
442edcfdf4 r=rhp. nsDocumentBindInfo was returning NO_INTERFACE when asked for nsISupports. I can't believe we made it this far w/ that object not able to support nsISupports :/ 1999-11-18 02:19:13 +00:00
warren%netscape.com
5b5fb803e9 Fix for bustage due to channel retargeting changes. 1999-11-17 09:33:13 +00:00
warren%netscape.com
3ba707aec7 Fix for linux bustage due to channel retargeting changes. 1999-11-17 09:11:03 +00:00
warren%netscape.com
34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
tbogard%aol.net
aae2cde858 Fixed a warning. 1999-11-17 04:19:39 +00:00
blizzard%redhat.com
808efc0995 land SUPERWIN 1999-11-17 04:06:21 +00:00
blizzard%redhat.com
6f07eb8d2c add gtksuperwin to the link line for viewer 1999-11-17 04:05:41 +00:00
tbogard%aol.net
d972c34518 Removed nsIWebShell::GetRootWebShellEvenIfChrome(). Added nsIWebShell::GetTopLevelWindow(). Made GetRootWebShellEvenIfChrome implementation a protected member function. 1999-11-16 20:06:12 +00:00
jdunn%netscape.com
e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
tbogard%aol.net
0e82732097 Changed nsDocLoader to get Container by asking nsIWebShell rather than nsIContentViewerContainer. 1999-11-16 01:03:57 +00:00
tbogard%aol.net
0145acf6d4 Moved GetContainer() from nsIContentViewerContainer to nsIWebShell. r=pavlov 1999-11-16 01:02:17 +00:00
tbogard%aol.net
e34b530b18 Fixed ambigous cast. 1999-11-15 23:26:50 +00:00
tbogard%aol.net
2611ac719c Removed temporary QI to nsIContentViewerContainer as nsISupports is what is needed on the parameter anyway. r=pavlov 1999-11-15 07:47:01 +00:00
tbogard%aol.net
c1c0a44226 Changed references to nsIContentViewerContainer to nsISupports in the march to get rid of nsIContentViewerContainer. r=pavlov 1999-11-15 07:29:23 +00:00
tbogard%aol.net
9eb64e3cf9 Removed QueryCapability to reflect changes in nsIContentViewerContainer API. Casting change when calling nsIContentViewer::SetContainer. r=pavlov 1999-11-14 10:11:26 +00:00
tbogard%aol.net
870636b2e2 Changed Set and GetContainer to deal with nsISupports instead of nsIContentViewerContainer. r=pavlov 1999-11-14 10:10:32 +00:00
tbogard%aol.net
67d2ca4ced Removed QueryCapability as it is no longer used. r=pavlov 1999-11-14 10:10:05 +00:00
beard%netscape.com
65a3476676 pork jockey paint fixes. bug=18140, r=kmcclusk,pavlov 1999-11-14 02:51:25 +00:00
tbogard%aol.net
1ea38abf06 Changed the QueryInterface to be a QUERY using the macros. r=scc 1999-11-13 05:31:36 +00:00
tbogard%aol.net
956aa1737e Made webshell implement nsIInterfaceRequestor. This paves the way for me to start changing people to not use nsIContentViewerContainer::QueryCapability(). r=pavlov 1999-11-13 04:06:23 +00:00
sspitzer%netscape.com
56d01e76b9 fix build bustage.
#include "nsIDOMDocument.h"
not
#include "nsIDOMDOcument.h"
1999-11-12 00:19:00 +00:00
Jerry.Kirk%Nexwarecorp.com
e855259618 I left some junk in this file on the last check-in. This only effects
Photon.
r=kedl
1999-11-11 23:14:35 +00:00
buster%netscape.com
e9f930c225 added nsIWebShell::SetDocument, a new interface for loading a pre-fabricated content model
into a webshell synchronously.
This has NOT yet been reviewed, and is not yet used anywhere in the system.
I *will* get a formal code review before enabling it's use.  However, I want to get the code into
the tree because keeping my tree in synch is becoming a burden.
1999-11-11 22:32:13 +00:00
jdunn%netscape.com
0c7a249849 removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'.
NOTE: trying to compile a ';' fails on AIX
1999-11-11 21:35:34 +00:00
Jerry.Kirk%Nexwarecorp.com
80cfda67ae Added signal handler to call the Photon function what cleans up any
allocated shared memory in the event we crash or are closed abnormally
with a CTRL-C command.
r=kedl
1999-11-11 14:42:03 +00:00
valeski%netscape.com
a619ab8a51 11869, r=brendan (for everything but the case where we check for keyword url load failure). Hooking up keywords to webshell. we now kick non-qualified hosts to the keyword server (if keywords are enabled (they're defaulted to off), on windows. and if a non-qualifed host lookup fails we kick that to the keyword server (on all platforms, if keywords are enabled). If keywords are disabled (default case) we do the www.*.com trick ourselves in the client. 1999-11-11 03:26:18 +00:00
nisheeth%netscape.com
ecf204e501 a=sdagley. Move over to new timing macros... 1999-11-10 03:41:09 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nisheeth%netscape.com
716e6e11a8 r=norris,warren,radha. a=chofmann. Fix for bug 1646. Javascript: URLS were not getting loaded properly because the webshell was changing its notion of the current document (by setting mURL and mReferrer) too eagerly. Now, it does so only after the nsDocLoader::LoadDocument() in DoLoadURL() returns successfully. 1999-11-04 22:09:46 +00:00
radha%netscape.com
a0e755871b Fix for bug # 17893. Pass the url to nsISessionHistory::Add().Don't set
nsWebShell::mURL too early in the loading process.
r=law,nisheeth
1999-11-03 22:30:44 +00:00
cls%seawood.org
bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
valeski%netscape.com
f051272c90 adding some keyword support back in 1999-11-02 07:18:44 +00:00
valeski%netscape.com
e52e34b4e3 putting www.*.com trick back in 1999-11-02 06:43:19 +00:00
valeski%netscape.com
4e76992f28 pulling non-qualified host-to-keyword server logic 1999-11-02 06:18:01 +00:00
valeski%netscape.com
00924492ac missed a case 1999-11-02 04:22:12 +00:00
valeski%netscape.com
13ec852729 11869, r = travis. we no longer to the www.*.com trick as it is handled by the keyword protocol handler. we now kick qualifying requests to the keyword protocol handler. 1999-11-02 04:00:07 +00:00
beard%netscape.com
2e05fff9a0 need to be able to Quit viewer via AppleEvent. r=sfraser 1999-11-02 01:49:52 +00:00
cls%seawood.org
1f9bd12490 Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>. 1999-11-02 01:24:16 +00:00
kipp%netscape.com
597ef271e8 Fixed compilation bustage by using nsIFrameDebug to invoke list and regression data methods 1999-11-01 23:29:05 +00:00
troy%netscape.com
1585a751fb Moved a bunch of stuff out to a nsIFrameDebug interface 1999-11-01 22:12:45 +00:00
radha%netscape.com
d0520f1d7f Remove the extra AddRef to nsHistoryLayoutState. r=pollmann, bug #16496 1999-11-01 21:47:54 +00:00
Jerry.Kirk%Nexwarecorp.com
c50b186228 Remove call to nsIThread::SetMainThread() and clean up things a bit.
r=kedl
1999-11-01 20:52:52 +00:00
beard%netscape.com
44de11a49c changed the CID for "component://netscape/gfx/region" to use new NS_SCRIPTABLEREGION_CID. r=pavlov 1999-10-31 02:28:32 +00:00
brendan%mozilla.org
f81d5969c6 (13163, r=alecf, scc, waterson, others; names available on request)
- Fix most of bug 13163 (see TODO for rest).  This entails adding a version-string argument to nsIScriptContext::EvaluateString and passing it around lots of places in content sinks. 

- Fix leaks and confusion about mSecurityManager and mNameSpaceManager in nsJSEnvironment.cpp.  These still need to move from nsJSContext to nsGlobalWindow or thereabouts, jband and vidur are looking at that. 

- Added comments and expanded tabs in nsJSEnvironment.cpp, esp. to EvaluateString.  Also changed various nsresult vars to be named rv.  Also restored brace/style conformity to nsJSProtocolHandler.cpp. 

- Factored CompileFunction from AddScriptEventListener to pave the way for brutal sharing of compiled JS event handlers via JS_CloneFunctionObject. 

- Lots of nsCOMPtr uses added.  I'm using one for mNameSpaceManager.  Hold mSecurityManager as a service explicitly, on the other hand (awaiting scc's fix to allow comptrs for services), and release in nsJSContext's dtor (fixing a leak).  These two managers should be moved to the window object -- TODO item below. 

- Hold JSRuntimeService along with JSRuntime for live of nsJSEnvironment, fix for shaver. 

- Fix window.setTimeout etc. so the filename and line number of the timeout expr is propagated.  This meant factoring nsJSUtils.cpp code. 

- Fix all content sinks to use the same, and up-to-date JavaScript version parsing (whether for script type or for old language attribute); also fix SplitMimeType clones to strip whitespace. 

- With waterson, fix bug in brutal-sharing version of XUL content sink: script src= should not evaluate the inline content of its tag.
1999-10-31 00:43:30 +00:00
syd%netscape.com
425c75b01c Add xpcom.dll to link line so test will link with scc changes make about this time. r=scc 1999-10-31 00:22:53 +00:00
dp%netscape.com
126d4cbb56 Fixing viewer starup assert on SetMainThread() happening twice. 1999-10-30 17:17:12 +00:00
troy%netscape.com
914c067b76 Removed call to SetMainThread() because it was triggering an assert. Turns
out NS_InitXPCOM() does it so we don't need to do it twice
1999-10-30 16:44:04 +00:00
troy%netscape.com
a12c3d6c5d Folded reflow functions into nsIFrame and eliminated nsIFrameReflow and
nsIHTMLReflow. This saves 4 bytes per frame and cleans things up
1999-10-30 02:52:11 +00:00
beard%netscape.com
03a2863cca Removed statically constructed nsAutoString LinkCommand, moved inside nsWebShell::LoadURL(). This prevents calling printf before main runs on MacOS, which messes up the console window. r=sfraser 1999-10-30 01:23:01 +00:00
evaughan%netscape.com
bb8b139772 Fixed bug in example. -r hyatt 1999-10-29 23:27:26 +00:00
warren%netscape.com
bb7537da50 Moved purify stuff into xpcom/base for the benefit of all. 1999-10-29 03:28:22 +00:00
kipp%netscape.com
0e326d49bf nuked another silly warning because I got tired of seeing it 1999-10-29 02:06:33 +00:00
kipp%netscape.com
10949bfd27 I added logic to the viewers browser window to disable javascript initiated popups during web crawling; I also fixed the web crawler to only initiate a new load after a previous document ends not a subdocument (again!) 1999-10-29 02:06:09 +00:00
kipp%netscape.com
2a1378d3ff I added logic to the viewers browser window to disable javascript initiated popups during web crawling 1999-10-29 02:05:16 +00:00
radha%netscape.com
7634ef385a Fix for form values not maintained while going forward. bug # 16377. r=law 1999-10-28 20:29:43 +00:00
kmcclusk%netscape.com
81a82a507c Removed stray semi-colon after NS_DECL_ISUPPORTS bug=17235 r=rods@netscape.com 1999-10-28 20:24:19 +00:00
hoa.nguyen%intel.com
b7d200f3ef Initialize cookie manager. Allows cgi scripts to set and retrieve cookies through viewer. r=edburns@acm.org 1999-10-27 23:58:49 +00:00
locka%iol.ie
63f17b75e3 Fixed some bugs in the copy to clipboard operation.
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie
837b96edac Added a menu to the dialog.
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
bienvenu%netscape.com
7a53af86e4 add accessor for load group on doc loader r=rpotts 1999-10-27 04:44:42 +00:00
troy%netscape.com
2ea886f3be Changed view to be stored as a frame property instead of a member data
of nsFrame
1999-10-27 03:56:14 +00:00
warren%netscape.com
2550bd6aa3 Fixed missed change to NewInputStreamChannel 1999-10-26 09:51:01 +00:00
troy%netscape.com
87afecabc0 Changed SetView/GetView to take an additional argument which is the
pres context
1999-10-26 04:44:41 +00:00
kmcclusk%netscape.com
8b37802ce3 Register nsFormProcessor service to exercise nsIFormProcessor interface.
bug 17060. r=karnaze@netscape.com
1999-10-25 22:54:12 +00:00
norris%netscape.com
906d924312 Expose referrer from web shell.
r=travis
needed for bug 11963.
1999-10-25 22:20:10 +00:00
beard%netscape.com
fb3b49b8a6 removed obsolete access paths. r=sfraser 1999-10-24 02:45:17 +00:00
troy%netscape.com
5fc05be5eb Removed a comment 1999-10-23 02:27:07 +00:00
radha%netscape.com
9cf9ffe640 Clean up of Session History apis. Corresponding changes to the users of SH. r=mcafee. No bug #. 1999-10-22 20:48:07 +00:00
locka%iol.ie
dd5f4dec71 Changed scope of some helper methods 1999-10-21 20:44:06 +00:00
locka%iol.ie
c6b7d66ec5 Added support for drag and drop of Internet Shortcut files 1999-10-21 20:32:52 +00:00
ramiro%fateware.com
20f4b6a571 Fix #ifdef DEBUG_ramiro build bustage. 1999-10-21 19:30:29 +00:00
pierre%netscape.com
a966f87a22 Enabled MOZ_PERF_METRICS in the Mac build: - updated DefinesMozilla.h - fixed stopwatch.cpp - created libutilIDL.mcp - added StopWatch exports to libutil.exp - added xpcom.shlb to libutil.mcp - added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp 1999-10-21 05:41:45 +00:00
waterson%netscape.com
a6bff4a24e Change nsTraceRefcnt::WalkTheStack() to accept stream. 1999-10-21 03:45:12 +00:00
nisheeth%netscape.com
007e5bc033 Should not affect build. Include stopwatch object code if MOZ_PERF is defined. 1999-10-21 02:47:56 +00:00
beard%netscape.com
9a212b70a9 use nsILeakDetector service. r=gordon, bug=15906 1999-10-21 00:13:07 +00:00
danm%netscape.com
140296a2c5 no longer used 1999-10-20 20:51:16 +00:00
cls%seawood.org
2628bfcc79 Some compilers complain if you declare variables after a potential goto call so move the declarations to the top of the function. Should fix the linux libc5 SM-Ports tinderbox & gcc 2.95 builds.
a=mscott
1999-10-20 05:40:05 +00:00
nisheeth%netscape.com
ef75c33b3c Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS. 1999-10-19 22:27:20 +00:00
alla%lysator.liu.se
9436a61696 Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
locka%iol.ie
f96f1cbb98 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks 1999-10-19 21:39:42 +00:00
rpotts%netscape.com
08c8e88004 bug #15560. Changed the LoadGroup to fire notifications via PLEvents to stop reenterency. 1999-10-19 19:42:55 +00:00
locka%iol.ie
c041069a12 Updated to include new registry entries 1999-10-19 19:06:31 +00:00
radha%netscape.com
8d24b5be4e Mail news regresion with replying to a message. r=mscott bug # 16550 1999-10-18 19:09:27 +00:00
danm%netscape.com
504b2a8862 removing nsIModalWindowSupport r:hyatt@netscape.com 1999-10-18 15:05:17 +00:00
Jerry.Kirk%Nexwarecorp.com
efb6d8fdb8 Fix for viewer bustage on Neutrino. Added call to nsIThread::SetMainThread
in main() of viewer so that it can retrieved in other cases. R=vidur
1999-10-15 21:39:30 +00:00
vidur%netscape.com
417bef5e05 Fix for viewer bustage on Windows. Added call to nsIThread::SetMainThread in main() of viewer so that it can retrieved in other cases. R=kipp 1999-10-15 21:09:46 +00:00
kipp%netscape.com
fd38c7e478 Removed old netlib code; changed url loading when crawling to use the event queue to fix some re-entrancy issues somewhat 1999-10-15 14:09:19 +00:00
kipp%netscape.com
5b74d16c65 Added sorting to the debug dump data for show-frame-size and show-content-size 1999-10-15 14:08:14 +00:00
radha%netscape.com
b3928cdd07 Send out OnStartDocumentLoad(0 notifications for visits to
anchors in a page. bug # 11631 15441. r=law. Got clearance from travis too
1999-10-15 03:50:47 +00:00
kipp%netscape.com
85ec47cc23 Make necko work with the viewer again 1999-10-14 14:43:59 +00:00
locka%iol.ie
f434a949fe Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys. 1999-10-14 07:46:55 +00:00
locka%iol.ie
5d0072d2b5 Added context popup menu resources 1999-10-14 07:44:40 +00:00
locka%iol.ie
847e3a4dae Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar. 1999-10-14 07:43:50 +00:00
gagan%netscape.com
209816b7fe Argh... fix my last fix. 1999-10-13 12:16:08 +00:00
gagan%netscape.com
f488dd54a9 Fix build bustage on windows. 1999-10-13 11:50:14 +00:00
gagan%netscape.com
19e35c44ca Removed an unneccesary include statement. No bug number. 1999-10-13 10:28:10 +00:00
gagan%netscape.com
f1203c259d Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren 1999-10-13 10:24:12 +00:00
radha%netscape.com
c1ee066eb7 XPIDised session history. Corresponding changes to users of nsISessionHistory.
Bug # 15437. r=law
1999-10-12 04:37:43 +00:00
waterson%netscape.com
8241422540 Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur 1999-10-12 02:10:08 +00:00
evaughan%netscape.com
f3a2112f38 Integrated Gfx scrollbars. 1999-10-12 00:16:06 +00:00
nisheeth%netscape.com
7487a52273 Changes not part of build. We now use the new RAPTOR_STOPWATCH_DEBUGTRACE macro to annotate all manipulations of the timers. 1999-10-11 23:33:14 +00:00
dveditz%netscape.com
ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
beard%netscape.com
3427de714a added "Dump Leaks" menu item. r=jar, bug=15906 1999-10-09 03:01:44 +00:00
beard%netscape.com
06cd4b05ba added dump leaks command. added explicit calls to NS_InitXPCOM/NS_ShutdownXPCOM. r=jar, bug=15906 1999-10-09 03:01:43 +00:00
cls%seawood.org
af793c22b3 Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.
1999-10-09 02:41:01 +00:00
kipp%netscape.com
869850d839 Enable NS_FreeImageManager now that the call is part of the tip 1999-10-08 20:41:49 +00:00
kipp%netscape.com
db7fb105b8 nuked 1999-10-08 20:41:21 +00:00
kipp%netscape.com
65f6ba5343 Cleanup moz-decl-counter usage and fix NS_LOG_ADDREF usage 1999-10-08 20:41:19 +00:00
warren%netscape.com
8c71c45537 Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty. 1999-10-08 01:49:06 +00:00
mscott%netscape.com
c0a1bfafc4 Bug #12198 --> don't dereference a null ptr for the uri. return gracefully.
r=sspitzer
1999-10-07 23:29:13 +00:00
rpotts%netscape.com
8bd067892e Removed dead code inside of #if 0 blocks... 1999-10-06 21:43:21 +00:00
mgleeson1%netscape.com
4200161bd1 r=kipp removed unnecessary include for dlfcn.h 1999-10-06 18:53:41 +00:00
warren%netscape.com
8603974025 Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski) 1999-10-06 08:26:01 +00:00
rpotts%netscape.com
73346ebf2d bug #15605. Reviewed by nisheeth. Check the return code from GoToAnchor(...) :-) 1999-10-06 05:15:13 +00:00
kipp%netscape.com
429c91ee8d Cleanup special viewers too 1999-10-06 00:00:18 +00:00
kipp%netscape.com
aee944905d Implement ShowContentSize; fixed a bug where we weren't removing the browser window as a doc-loader observer which sometimes triggers a crash when the -f argument to the viewer is used 1999-10-05 23:59:59 +00:00
kipp%netscape.com
dd815430d4 Work around a flaw in the doc-loader not handling a RemoveObserver call during an observer notification 1999-10-05 23:57:20 +00:00
kipp%netscape.com
b2b1eab47b r=dp; Added in ctor/dtor counting 1999-10-05 14:53:20 +00:00
radha%netscape.com
98ab0bb7c2 Fix for bug #13329 . Back and forward not consistent all the time.
Fix already checked in to the M10 branch. Merging changes to tip.
1999-10-05 04:49:58 +00:00
rpotts%netscape.com
89f54ea1ae bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
kipp%netscape.com
7b7c3b1eb6 Disabled leak cleanup until other reviews come in 1999-10-05 01:26:14 +00:00
shawnp%earthling.net
017409f3ab Added missing entries to the menus. Added key accessors for menu items that
were missing them. Reviewed by ramiro@netscape.com.
1999-10-05 01:21:29 +00:00
kipp%netscape.com
ce0e9a63f0 r=dp; more leak tracking hooks added 1999-10-05 00:08:41 +00:00
kipp%netscape.com
b8fa545444 r=dp; tidy up exit logic to release more global junk (space team work) 1999-10-04 23:41:53 +00:00
kipp%netscape.com
2d86782610 r=dp,vidur,beard; close up some memory leaks related to shutdown of the viewer 1999-10-04 23:41:25 +00:00
beard%netscape.com
208d328010 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:47:12 +00:00
beard%netscape.com
e684f9a224 changed from directly using "MSL AppRuntime.Lib" to using "NSAppStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:43:01 +00:00
beard%netscape.com
01f6019676 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:37:53 +00:00
hyatt%netscape.com
0c1aef9920 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
vidur%netscape.com
d2d27887f3 Removed parser entries from nsSetupRegistry. Parser is now a module. To be reviewed by RickG. 1999-09-30 22:09:51 +00:00
kipp%netscape.com
208b561b6d Close up a memory leak 1999-09-30 21:38:56 +00:00
rods%netscape.com
24d9e54d0f Added closing tags for several option elements 1999-09-30 11:58:45 +00:00
morse%netscape.com
07080efeb1 fix bug 14958 -- approved chofmann 1999-09-29 05:39:18 +00:00
beard%netscape.com
ff93b2bee6 removed link dependency on view.shlb. 1999-09-29 00:17:51 +00:00
mscott%netscape.com
7cec99d246 Bug #12198 --> bullet proof this code. return if we don't have a nsIURI instead of trying to dereference it. r=sspitzer 1999-09-28 22:11:26 +00:00
ramiro%netscape.com
b4b18c7a85 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
dp%netscape.com
9926752843 Removing pref and ifndef necko dlls from registration. 1999-09-27 23:57:15 +00:00
beard%netscape.com
6a98c41e75 fixing leaked nsIAppShell 1999-09-27 23:39:29 +00:00
beard%netscape.com
a3886abf5a breaking cycle between crawler and browser window to fix a leak, using NS_WITH_SERVICE to manage metacharset service. 1999-09-27 23:39:03 +00:00
kipp%netscape.com
dfbdc6f2a7 Fixed shutdown crash found by warren 1999-09-27 16:33:05 +00:00
warren%netscape.com
cdd8569e05 Fixed history state leak 1999-09-26 10:07:49 +00:00
warren%netscape.com
483f34ce5d Added Purify menu. 1999-09-26 05:52:24 +00:00
kipp%netscape.com
3a42b306dc More build bustage fixes 1999-09-25 22:11:08 +00:00
kipp%netscape.com
5b078c4d89 Fixed the throbber 1999-09-25 21:23:38 +00:00
kipp%netscape.com
200f5df587 added files: mozilla/webshell/tests/viewer/nsThrobber.cpp 1999-09-25 21:17:02 +00:00
kipp%netscape.com
29c7fcb9b4 new 1999-09-25 20:11:47 +00:00
kipp%netscape.com
1f0953ddad shutdown xpcom and the image library to help leak anlaysis 1999-09-25 20:10:59 +00:00
kipp%netscape.com
e477d1f16f Switch to local throbber 1999-09-25 20:10:29 +00:00
kipp%netscape.com
2ac86155c5 Removed throbber from registry setup 1999-09-25 20:10:02 +00:00
kipp%netscape.com
46af1fd20e removed files: mozilla/webshell/src/nsThrobber.cpp 1999-09-25 20:09:52 +00:00
kipp%netscape.com
d3958d2bfb Removed throbber from factory 1999-09-25 20:08:52 +00:00
kipp%netscape.com
303f6054de Don't build nsThrobber - its moved 1999-09-25 20:08:40 +00:00
kipp%netscape.com
2848f39658 Don't export nuked nsIThrobber 1999-09-25 20:08:21 +00:00
mscott%netscape.com
349dfbb9f1 Bug #14813 --> we are leaking all nsIURI's that go through here. Using a nsCOMPtr fixes the leak.
r=vidur, a=leaf.
1999-09-24 21:03:58 +00:00
nisheeth%netscape.com
4df0e5010a a=chofmann. If MOZ_PERF is defined in the environment, set up the RAPTOR_PERF_METRICS compiler define for windows. 1999-09-24 19:26:00 +00:00
nisheeth%netscape.com
38d524ab94 Use NSPR logging rather than printf's for stopwatch output. 1999-09-24 08:57:36 +00:00
nisheeth%netscape.com
d0bb69aaaa a=chofmann. Add a stopwatch to measure total (layout+page load) time in the webshell. 1999-09-24 07:13:39 +00:00
dp%netscape.com
5118758633 Removing unused servMgr. 1999-09-24 06:07:19 +00:00
dp%netscape.com
e2b0e5ab83 Removing unused servicemanager in Init and Shudown XPCOM. 1999-09-24 06:05:28 +00:00
briano%netscape.com
53bf6a9543 Fixed for compilers that don't permit a comma at the end of an enum list. 1999-09-23 21:30:07 +00:00
ftang%netscape.com
f15fddd967 fix bug 13946 1999-09-23 03:27:53 +00:00
rpotts%netscape.com
e0096d3c31 bug #14457. Getting the webcrawler working again for QA... 1999-09-22 22:58:29 +00:00
briano%netscape.com
8ab8db4608 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
shaver%netscape.com
c0d314734c missed an NS_DEBUG->DETECT_WEBSHELL_LEAKS 1999-09-22 03:14:44 +00:00
nisheeth%netscape.com
1965d582ce Changed the ifdef NS_DEBUG around webshell leak detection code to ifdef DETECT_WEBSHELL_LEAKS. 1999-09-22 01:24:20 +00:00
cls%seawood.org
3e2bfa5eb5 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
kmcclusk%netscape.com
853ad0e68d Added test_weight.html to exercise CSS font weight. 1999-09-21 22:06:07 +00:00
scc%netscape.com
a1ff4d8cc5 take action to prevent re-entering the destructor 1999-09-21 21:10:22 +00:00
sfraser%netscape.com
b15861f35e Removed some obsolete files that are no longer needed (allxpstr.c, xp_foo.c, pwcapi.c etc) 1999-09-21 21:04:21 +00:00
rjc%netscape.com
85d1810ae8 Expose clipboard to JS and start hooking up bookmark window's cut/copy/paste/delete/select-all menu items. 1999-09-21 12:34:16 +00:00
mscott%netscape.com
9f4482f2c5 The doc loader should release the underlying channel once the channel issues a OnStopRequest. This allows the
channel to go away after we load the url instead of making it stick around until the next url comes in (that's
when we used to get rid of the previous channel).
r=rpotts.
1999-09-21 05:36:49 +00:00
vidur%netscape.com
979ab6a214 Changed nsIWebShell::GoTo to use LOAD_HISTORY as the load flag - going to the current entry shouldn't reload. 1999-09-21 05:27:35 +00:00
mike%neoplanet.com
2acf11c8fe Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
hyatt%netscape.com
0dd1266ea1 chrome event stuff 1999-09-21 01:02:29 +00:00
vidur%netscape.com
46982161df webshell now gets its nsIPrompt reference from its container and not its observer. restored ftang's webshell change that i inadvertantly removed in a prior checkin. 1999-09-21 00:04:31 +00:00
locka%iol.ie
5fdf2b068d Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie
af97cd068f Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie
7400eda93c A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
bienvenu%netscape.com
9f48620357 fix listener leak r+a=mscott,valeski 1999-09-20 21:10:46 +00:00
radha%netscape.com
2c83b5f862 Clean up leaks 1999-09-20 21:09:16 +00:00
warren%netscape.com
bde1055a86 Fixed warnings. 1999-09-20 20:57:21 +00:00
warren%netscape.com
68e64ab5e6 freed global service manager in NS_ShutdownXPCOM 1999-09-20 20:53:49 +00:00
warren%netscape.com
50eed17971 freed mWebCrawler in nsBrowserWindow 1999-09-20 20:53:40 +00:00
warren%netscape.com
88f126ca95 cleaned up nsWebShell's use of services 1999-09-20 20:53:31 +00:00
beard%netscape.com
04361a6b14 bug #6251: changed Repaint() method to call nsIViewManager::UpdateAllViews() to force a globa redraw. 1999-09-19 00:54:55 +00:00
beard%netscape.com
478deb6e42 registering the JVMManager component. 1999-09-18 22:39:55 +00:00
davidm%netscape.com
5b8ba03b42 Add extra chrome flag for the sidebar and taskbar 1999-09-18 03:23:52 +00:00
bienvenu%netscape.com
eca0ce0538 fix inadvertent checkin of nsBrowserWindow.cpp 1999-09-17 22:02:52 +00:00
bienvenu%netscape.com
0c7e3ece03 fix build bustage 1999-09-17 22:00:15 +00:00
warren%netscape.com
aac2ad9fe7 Added a -x option to viewer to allow us to test for shutdown leaks. Eliminated leaks. 1999-09-17 21:00:54 +00:00
vidur%netscape.com
378030e7f4 Fixed leak of service manager 1999-09-17 20:19:00 +00:00
rpotts%netscape.com
eae00c990c DocLoader cleanup... Also trying to get the notifications correct :-) 1999-09-17 07:56:03 +00:00
rpotts%netscape.com
9886532136 Removed NECKO ifdefs... 1999-09-17 07:54:11 +00:00
vidur%netscape.com
f7d252970b Further corrections in referrer propagation. 1999-09-17 06:54:58 +00:00
vidur%netscape.com
21477c4cd3 Document referrer propagation through webshell and docloader. 1999-09-17 04:26:02 +00:00
jdunn%netscape.com
f0ee4dbce2 add support for MOZ_POST_PROGRAM_COMMAND to process $(PROGRAM): in rules.mk
and the binaries in viewer/Makefile.in
1999-09-17 00:53:36 +00:00
danm%netscape.com
7c7d8c7d8d stop webshell embed if the the window in which to embed has been destroyed. fixes bug 14020 1999-09-16 23:35:05 +00:00
dp%netscape.com
d0ccf9a6eb Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
ftang%netscape.com
65c7799cdb fix 5974 by receiving parser command as optional argument 1999-09-16 14:15:16 +00:00
briano%netscape.com
a1c5f09502 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted. 1999-09-16 06:01:39 +00:00
warren%netscape.com
7d5e565fd5 Factored file transport service out of file: protocol. 1999-09-16 01:16:22 +00:00
sfraser%netscape.com
7bc683bd82 Removed security.o 1999-09-16 01:13:04 +00:00
ramiro%netscape.com
3cd9f5596e Make the stack output more useful. 1999-09-16 00:22:01 +00:00
briano%netscape.com
3bfa9ab2b4 General cleanup. 1999-09-16 00:03:08 +00:00
rods%netscape.com
672cddb8f7 a few fixes to my tests 1999-09-15 22:28:50 +00:00
rods%netscape.com
d5a5ed21a0 Added a lot of tests for the select. 1999-09-15 22:04:04 +00:00
radha%netscape.com
9f00583602 When invoking the mail composer upon on a click on a mailto: link, make
sure the to, cc, subject arguments are passed to the composer
1999-09-15 19:33:46 +00:00
valeski%netscape.com
a162f60fbe removed stream converter stuff from webshell 1999-09-15 17:46:56 +00:00
ramiro%netscape.com
e8ba593918 Cleanup the neckutil linking thing. 1999-09-15 02:15:11 +00:00
kipp%netscape.com
a5662fff6f Removed #ifdef NECKO noise 1999-09-15 00:23:40 +00:00
radha%netscape.com
30ae7065dc Pass OnStartDocumentLoad() notifications received for child frames up to the DocLoaderListeners 1999-09-14 21:49:21 +00:00
ramiro%netscape.com
f8e5598b73 Add CRAWL_STACK_ON_SIGSEGV to crawl and dump the stack on SIGSEGV and
workaround the totally losing linux development experience.
1999-09-14 13:54:46 +00:00
troy%netscape.com
b09c6bfe4e Changed Run() to give priority to system messages over application messages 1999-09-13 18:45:03 +00:00
valeski%netscape.com
6a276ed201 added user agent language portion initialization 1999-09-13 18:38:02 +00:00
Jerry.Kirk%Nexwarecorp.com
518ccedc23 Add new (old?) Event Debugging options to Viewer for Photon 1999-09-13 14:13:57 +00:00
locka%iol.ie
1daecbf647 Replace the hand-crafted QueryInterface with a macro one 1999-09-13 13:11:40 +00:00
locka%iol.ie
f4d7f54e55 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie
d7890b6393 Added safe for scripting check to site class and changed some BOOLs to bitfields 1999-09-13 13:08:17 +00:00
locka%iol.ie
2ced386a5b Added recursion to methods so that get_all operation on IHtmlDocument finally works the way its supposed to (sort of) 1999-09-13 13:06:58 +00:00
cls%seawood.org
fd901c54d0 Must put .c source files in CSRCS. 1999-09-13 05:49:20 +00:00
cls%seawood.org
9403bee785 Add -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 as appropriate with __STRICT_ANSI__ defined in <prinet.h> 1999-09-13 05:09:53 +00:00
cls%seawood.org
adf94e4618 Add -D_POSIX_SOURCE to DEFS to get rid of those useless 'index shadow' warnings. Add either -D_BSD_SOURCE or -D_XOPEN_SOURCE=500 to whichever Makefile.ins need it to accommodate for Posix' strictness. Add check for getopt.h for nsinstall.c. 1999-09-12 14:25:28 +00:00
ramiro%netscape.com
e036f0750c Forgot a .c file. 1999-09-11 09:06:38 +00:00
vidur%netscape.com
9749f2fcf0 Fixed memory leak related to UrlDispatcher 1999-09-11 02:25:59 +00:00
ramiro%netscape.com
c5c34882ec ressurect 1999-09-11 00:24:33 +00:00
ramiro%netscape.com
e2e11788fc This one should be ignored. 1999-09-10 23:33:17 +00:00
ramiro%netscape.com
a7b2911bcd Fix a small typo. 1999-09-10 23:30:39 +00:00
ramiro%netscape.com
5cf52ec0aa Forgot some stuff. 1999-09-10 22:07:50 +00:00
ramiro%netscape.com
c223f99fe8 More unix embedding examples, contributed by
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.
1999-09-10 20:29:28 +00:00
valeski%netscape.com
c6a7cf8cf3 adding FTP dir listing stream conv registration 1999-09-10 16:01:36 +00:00
Jerry.Kirk%Nexwarecorp.com
8d90b21de0 Fix the Menubar which wasn't being created 1999-09-10 12:52:35 +00:00
briano%netscape.com
586ed41a6c Needs to be XP_LIBS, because the EXTRA_DEPS 'amazingness' doesn't like search path flags. 1999-09-10 02:35:09 +00:00
vidur%netscape.com
56c104a8a3 Fixed circular references. nsDocLoader now supports weak references to it. Init() method moves out of constructor. nsDocLoader now has Destroy() method to start breakdown process. 1999-09-09 23:53:55 +00:00
colin%theblakes.com
de42666720 Add MOZ_TIMER_LIBS to EXTRA_DSO_LDOPTS 1999-09-09 23:49:02 +00:00
kipp%netscape.com
e33ca93a02 Fixed build hosage 1999-09-09 23:10:30 +00:00
briano%netscape.com
dc62137ae9 Enable the use of Talkback, if available. 1999-09-09 21:45:28 +00:00
vidur%netscape.com
0f91376aa8 Fixed leak in LoadURL 1999-09-09 14:52:07 +00:00
ramiro%netscape.com
7688cf5b92 Anal cosmetic thing. 1999-09-09 03:51:07 +00:00
ramiro%netscape.com
b76f526bd0 Make event debuggin more useful in windows. 1999-09-09 03:47:56 +00:00
ramiro%netscape.com
0dd37aec4a Add better event debugging. 1999-09-09 02:32:54 +00:00
briano%netscape.com
b660ad4475 General cleanup. 1999-09-09 02:14:10 +00:00
briano%netscape.com
9042bc1580 Minor cleanup and removal of the obsolete non-NECKO stuff. 1999-09-09 01:49:14 +00:00
briano%netscape.com
6074b8b8a4 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:11:48 +00:00
vidur%netscape.com
b325137126 Added nsIScriptContextOwner::ReportScriptError. 1999-09-08 23:16:49 +00:00
mscott%netscape.com
79046fde76 LoadDocument and LoadSubDocument now take nsIURIs instad of unicode strings. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 04:00:08 +00:00
mscott%netscape.com
d8ee120a9e Support LoadURI which is a new method on the webshell which takes a nsIURI. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:59:21 +00:00
mscott%netscape.com
f5609d9205 LoadDocument and LoadSubDocument now take an nsIURI instead of a unicode string. This is part of a webshell optimization
to cut down on the number of nsIURI objects which we currently create in order to run a url in the webshell.
1999-09-08 03:58:57 +00:00
ramiro%netscape.com
563928f869 Add VIEWER_FLASH_PAINT_AREA menu item for debuggin paint events. 1999-09-07 19:36:45 +00:00
alla%lysator.liu.se
54e2c2aeaa Fixed the runtime crash in GtkMozilla. 1999-09-07 12:58:06 +00:00
brendan%mozilla.org
a84076e44e Expand tabs to spaces per Emacs modeline; other space cleanups. 1999-09-06 22:59:11 +00:00
cls%seawood.org
689113d465 Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Had to regenerate the Makefiles on a machine with the proper version of automake.
1999-09-06 04:26:10 +00:00
cls%seawood.org
d4fd34d75a Added mozilla-config script so that external modules (like say GtkMozilla) can built with the same config (defines) that Mozilla proper does. This has been killing GtkMozilla for libc5 boxes for awhile now. Moved -DMOZILLA_CLIENT out of DEFS. Currenlty, only mozilla-config --cflags returns something useful.
Set $prefix to `pwd`/dist .
Removed -DUSE_AUTOCONF.
1999-09-06 04:20:50 +00:00
beard%netscape.com
7d6cc001a0 renamed all kC*IID to kC*CID, added progID strings for GFX. 1999-09-05 23:55:20 +00:00
mscott%netscape.com
0cc0bf5862 If the to content type is message/rfc822 then we need to call into the stream converter service to find an appropriate
converter.
1999-09-05 19:54:28 +00:00
locka%iol.ie
1d89a7ffb8 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie
1b3569c314 Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
danm%netscape.com
e68f60f671 implemented intrinsic sizing method on DOM Window 1999-09-03 22:41:56 +00:00
dcone%netscape.com
fa47e1b487 added the PopUpCID 1999-09-03 13:34:50 +00:00
shawnp%earthling.net
295a198fbe CreateViewerMenus() now returns the menu bar height. 1999-09-03 01:08:20 +00:00
shawnp%earthling.net
5179b84bd4 Fixed up inserting of separators into the menus. Now return the menu bar
height through CreateViewerMenus().
1999-09-03 01:06:38 +00:00
shawnp%earthling.net
d5b25b2633 Now return the proper value in nsNativeBrowserWindow::GetMenuBarHeight(). 1999-09-03 01:04:20 +00:00
radha%netscape.com
dd092fdc48 Hook up session history with the history state object.
Let LoadURL() accept a historystate as an argument
1999-09-02 21:39:01 +00:00
bienvenu%netscape.com
72b550a943 fix build bustage 1999-09-02 20:08:23 +00:00
shaver%netscape.com
65327d1dd8 fix bustage-causing typo 1999-09-02 19:44:38 +00:00
scc%netscape.com
6679c3caef added dlldeps 1999-09-02 18:58:35 +00:00
scc%netscape.com
b0a9fc07ba First Checked In. 1999-09-02 18:51:57 +00:00
kipp%netscape.com
78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
pinkerton%netscape.com
87f33acbde give progid's to transferable and the drag service. 1999-09-02 06:53:32 +00:00
valeski%netscape.com
02f3298de1 added a context param to the stream converter service 1999-09-02 02:18:28 +00:00
beard%netscape.com
6cf9aae05b landed stream converter stuff on XP_MAC. 1999-09-01 21:50:55 +00:00
beard%netscape.com
4dbb793c3e fixed a memory leak (was leaking the strdup("?"), landed stream converter stuff on Mac. 1999-09-01 21:50:32 +00:00
beard%netscape.com
e6985e475d added mozilla/netwerk/streamconv/converters to access paths. 1999-09-01 21:48:56 +00:00
danm%netscape.com
51ba321184 removing groady hack from rev 3.140, unnecessary since yesterday's changes in security (caps) 1999-09-01 20:26:04 +00:00
slamm%netscape.com
09d51b6c8b Add 'select all' 1999-09-01 20:14:02 +00:00
ramiro%netscape.com
b0bda3ec10 Fix for bug 12878. Hack the viewer menubar into submission. 1999-09-01 10:48:28 +00:00
ramiro%netscape.com
e92068f7aa Improve the dependencies a bit. 1999-09-01 10:41:13 +00:00
cyeh%netscape.com
1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
norris%netscape.com
ec9d253f50 Add all-powerful system principals. Remove some dead code from the build. 1999-09-01 00:54:35 +00:00
nisheeth%netscape.com
7cd59d0ec7 - Added a setter for history state to nsIWebShell. The history state should be set before loading a document on which state needs to be restored. If the history state is set, the webshell will set that history state on the pres shell inside nsWebShell::Embed() once the document viewer has been created. 1999-08-31 14:49:21 +00:00
danm%netscape.com
6d1e456319 temporary groady hack to fix breakage in NS_OpenURI 1999-08-31 06:49:26 +00:00
kipp%netscape.com
afb711c9aa Implement ShowFrameSize 1999-08-31 03:18:03 +00:00
kipp%netscape.com
87bd3bb98b Add in default stdout arg to ShowFrameSize for symmetry 1999-08-31 03:17:39 +00:00
nisheeth%netscape.com
9a163fb67f Added a GetHistoryState method to be use by session history to ask layout for
the current document's state.
1999-08-30 22:45:46 +00:00
kin%netscape.com
24215934c2 Fixed bug that prevented typing when in Editor mode. 1999-08-30 13:35:40 +00:00
rickg%netscape.com
f06b290a9b enlarged the buffer size used for logging 1999-08-30 05:54:37 +00:00
rickg%netscape.com
4dea02ede3 replaced call to deprecated method in nsString 1999-08-29 17:44:48 +00:00
locka%iol.ie
90a7eacf68 Editor mode toolbar and new partial success test icon 1999-08-29 16:02:28 +00:00
locka%iol.ie
7c6130b8d4 Added more editor mode support 1999-08-29 16:01:25 +00:00
locka%iol.ie
31319af096 Added dependency for IOleCommandTargetImpl.h 1999-08-29 15:59:52 +00:00
locka%iol.ie
c7ad0ff2ae Fixed problem with GetIDispatch 1999-08-29 15:59:12 +00:00
locka%iol.ie
061c6a5a26 Made a basic working editor mode. 1999-08-29 15:58:49 +00:00
locka%iol.ie
f4866fea9b Made callback mechanism slightly easier 1999-08-29 15:57:45 +00:00
valeski%netscape.com
dbe2768ae6 changed SUCCEEDED to NS_SUCCEEDED 1999-08-29 15:35:01 +00:00
valeski%netscape.com
53c1a87a7b added stream converter functionality to the doc loader. also initialize/register the multipartmixedreplace stream converter in the webshell 1999-08-29 14:31:08 +00:00
cls%seawood.org
55e15e0dc8 Removed hardcoded -lpthread for bug #12739 . Configure now checks for -lpthread and responds to --without-pthreads. 1999-08-29 05:56:43 +00:00
cls%seawood.org
4a1ee4cb60 Removed hardcoded -fno-rtti & -fno-exceptions. They are now autodetected by configure. 1999-08-29 05:27:26 +00:00
cls%seawood.org
8bdd892a17 GtkMozilla shouldn't know about Mozilla's dist path as it can be changed by setting DIST. 1999-08-29 04:52:37 +00:00
radha%netscape.com
9515dd4321 Set title for the current entry in session history 1999-08-28 23:51:12 +00:00
sspitzer%netscape.com
d60eff6c76 fix warning 1999-08-28 17:32:51 +00:00
beard%netscape.com
ae4c1402d3 wasn't calling __intialize/__terminate. 1999-08-28 02:58:35 +00:00
kipp%netscape.com
0996dfb654 use weird name for neckolib so that cls/shaver hack can mangle it back to what we want in the first place 1999-08-27 22:28:47 +00:00
jdunn%netscape.com
54560aa3f9 each of these modules/apps require that libnechoutil_s.a be linked in
because they access NS_MakeAbsoluteURI and NS_OpenURI.  Ramiro and Andreas
have both looked this over
1999-08-27 20:55:45 +00:00
scc%netscape.com
b7a6312362 export 1999-08-27 14:01:44 +00:00
scc%netscape.com
33fe68f9ed better make that member function public 1999-08-27 12:56:52 +00:00
scc%netscape.com
5a86efb7dd all changes are NS_DEBUG only. added a private static member variable to count outstanding webshells; code in constructor and destructor to do the counting; a static member function to retrieve the value; and a global function that calls that 1999-08-27 12:32:20 +00:00
scc%netscape.com
19f8875aae added a declaration for a global function that reports the number of webshells that have been created but have not yet been destroyed 1999-08-27 12:32:18 +00:00
gagan%netscape.com
48a6252554 More mem leak fixes. 1999-08-27 10:03:07 +00:00
ramiro%netscape.com
ef23a412ce Remove the depenency on the toolkit service. 1999-08-27 06:21:43 +00:00
sspitzer%netscape.com
9b93a6290a ignore generated files 1999-08-27 06:18:20 +00:00
pinkerton%netscape.com
5bdf529593 really fix nsIContentConnector removal. 1999-08-27 05:21:23 +00:00
pinkerton%netscape.com
12348ba7a9 remove nsIContentConnector references. 1999-08-27 05:14:19 +00:00
rpotts%netscape.com
0085d83ab0 M9 BRANCH landing... 1999-08-26 22:45:55 +00:00
rods%netscape.com
5fbfb26e7d Removed call to EnableFileDrop 1999-08-26 14:56:35 +00:00
cls%seawood.org
02e29e7b71 Added support for --with-nspr so that GtkMozilla can find the nspr headers & includes when they are installed separate from the mozilla tree. Incidentally, this was also breaking for any tinderbox that uses the build-moz-smoke.pl script which includes a number of SeaMonkey-Ports builds. Why wasn't this caught before? 1999-08-25 15:07:13 +00:00
ramiro%netscape.com
7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com
a9fdd68238 Dont hardcode the dll suffix. 1999-08-25 14:09:26 +00:00
ramiro%netscape.com
5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
ramiro%netscape.com
a03794f612 Link NS_NewTimer() directly into the embedding app. 1999-08-25 05:06:03 +00:00
rickg%netscape.com
ed88afd607 fixed bug 11523 1999-08-25 03:27:37 +00:00
akkana%netscape.com
ff7a19a5bd Revise the doc encoder and content sink APIs yet again to make it easier
to add new flags (pass a flag in the constructor, rather than specific
booleans.  This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
troy%netscape.com
161acbaff9 Changed GetLinkState() to remember that it failed to load the global
history service and that way it won't repeatedly try and fail. That was
causing performance problems for viewer
1999-08-24 18:20:30 +00:00
ramiro%netscape.com
ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ramiro%netscape.com
c472f184a9 Set the timer lib flags in one place. 1999-08-24 14:46:43 +00:00
ramiro%netscape.com
a0facefaf3 Add a config makefile that can be set by the toplevel config. 1999-08-24 14:43:44 +00:00
ramiro%netscape.com
a488cd15db Yank debugging code. 1999-08-24 12:37:40 +00:00
ramiro%netscape.com
91b4632993 Add real link time dependencies for $(PROGRAM). 1999-08-24 12:37:15 +00:00
mscott%netscape.com
52c29f6bae Fix the build breakage due to some wallet changes in an effort to help get the tree green again. 1999-08-24 02:34:57 +00:00
troy%netscape.com
25ea0ed397 Removed nsString object that was defined but never used 1999-08-23 01:15:57 +00:00
blizzard%redhat.com
824a66f240 add example of how to handle a size allocation change 1999-08-23 00:52:31 +00:00
blizzard%redhat.com
d700698be4 fix build for xlib embedding 1999-08-23 00:30:42 +00:00
mccabe%netscape.com
a900e17559 Replace declarations of interface methods in implementation classes with xpidl-generated NS_DECL_NSIFOO.
Remainder of the netwerk portion of the NS_DECL_NSIFOO spam.
1999-08-22 23:52:07 +00:00
ramiro%netscape.com
b0fb6e8169 Add embedding samples. 1999-08-22 15:36:56 +00:00
ramiro%netscape.com
6ede5e93ad Add embedding samples. 1999-08-22 15:31:13 +00:00
ramiro%netscape.com
5c8cde1e57 Add -fno-rtti and -fno-exceptions flags. 1999-08-22 15:02:50 +00:00
ramiro%netscape.com
2e60bb6535 Finish support for building more than one toolkit at once. 1999-08-22 14:06:52 +00:00
mccabe%netscape.com
17cdc659d1 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
mccabe%netscape.com
381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com
56b62f3790 Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
cls%seawood.org
153a9e0afc Added support to configure.in for running configure in subprojects. This included adding tmp variables to preserve the initial args set for configure so that they can be passed pristinely to the subprojects.
Modified to run configure of webshell/embed/gtk from the main configure rather than during the export phase.
1999-08-21 18:02:45 +00:00
ramiro%netscape.com
860a816119 Dont link in neckoutil. 1999-08-21 17:13:43 +00:00
ramiro%netscape.com
0057174a64 Anal spacing. 1999-08-21 16:51:26 +00:00
ramiro%netscape.com
5830d10f25 Yank -lmozreg. 1999-08-21 16:50:18 +00:00
ramiro%netscape.com
ffa4e9f67f Yank -lmozdbm , not needed. 1999-08-21 16:40:49 +00:00
ramiro%netscape.com
2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com
e79be3c24a Make the proxy rules more robust. 1999-08-20 14:21:42 +00:00
ramiro%netscape.com
b3de72ee63 Make it work with the gtkmozilla makefiles. 1999-08-20 12:15:06 +00:00
ramiro%netscape.com
feab886864 Ressurect post necko. Streams broken for now. 1999-08-20 11:16:19 +00:00
morse%netscape.com
1080edca8b remove build warnings 1999-08-20 02:16:05 +00:00
locka%iol.ie
91918207c1 Preliminary editor test support 1999-08-19 21:02:22 +00:00
locka%iol.ie
431c52c35a Changes to DHTML model 1999-08-19 21:00:44 +00:00
locka%iol.ie
83759789b7 Added some more files 1999-08-19 20:59:11 +00:00
locka%iol.ie
2975f6552c Moved command target stuff in base class 1999-08-19 20:58:31 +00:00
locka%iol.ie
b5e7d41279 Fixed more interface changes 1999-08-19 20:56:00 +00:00
locka%iol.ie
047ce603b2 Added editor headers 1999-08-19 20:55:03 +00:00
locka%iol.ie
62780c3328 Added editor class ids 1999-08-19 20:54:16 +00:00
locka%iol.ie
d7d024e761 Added IOleCommandTarget to site 1999-08-19 20:53:56 +00:00
locka%iol.ie
e80b31825a Preliminary work for edit mode 1999-08-19 20:52:48 +00:00
vidur%netscape.com
43c7cb9748 Changed method signature of EvaluateScript to return nsresult. Added nsJSThreadContextStack pushing and popping around script evaluation. 1999-08-19 20:36:31 +00:00
pavlov%netscape.com
b6f4f995aa make viewer happy with my last changes 1999-08-19 19:52:50 +00:00
ramiro%netscape.com
e0d59d2b5e Took out linking of widdget, gfx and parser. Its not needed and it currently
breaks on some platforms, like Neutrino.
1999-08-19 14:57:36 +00:00
ramiro%netscape.com
0e603cc971 Dont link in raptorhtml, raptorweb, raptorwidget, or raptorhmlpars. These are components
which shouldnt be linked in.
1999-08-19 14:23:32 +00:00
rods%netscape.com
82d9a43419 make minor changes to fix warnings 1999-08-18 14:54:01 +00:00
rhp%netscape.com
74bc28bd69 Fix for I18N reload issue 1999-08-18 01:39:20 +00:00
ramiro%netscape.com
6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
leaf%mozilla.org
42e7456310 fixing the -lsecfree problem: temporary hack until ramiro checks in
fixes for the -lpref situation
1999-08-18 00:06:09 +00:00
ramiro%netscape.com
4ef23c965a CLeanup the nsWidgetSupport.cpp mess on windows. Moved it to its own place. Its only
needed by test apps.
1999-08-17 16:31:52 +00:00
ramiro%netscape.com
fc948c159d Cleanup the nsWidgetSupport.cpp mess on unix. Windows next. 1999-08-17 16:09:40 +00:00
ramiro%netscape.com
ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com
4e0e44c35a Dont link in the webshell into the app. 1999-08-17 14:42:25 +00:00
ramiro%netscape.com
04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
ramiro%netscape.com
2835075ab2 Remove the TOOLKIT_EXORCISM hack. Make non-monolithic toolkit linking the
default for Linux and Solaris.  Need testing on other platforms (HELP!)
That means that toolkit libraries are not linked into the app - for truly
XP apps such as the apprunner.  The gecko viewer still needs to link in
the toolkit, cause it has toolkit code in its main().
Replace the hack with something more useful.  There is a
--enable-monolithic-toolkit flag for platforms with dumb linkers and runtime
loaders.

Also landed the remainder of Shawn Packwood's qt port.
1999-08-17 09:33:48 +00:00
ramiro%netscape.com
476704b7d2 Ignore moc generated files. 1999-08-17 09:14:44 +00:00
ramiro%netscape.com
ee45c1b17b Protect against a null mWebShell. 1999-08-17 07:09:44 +00:00
dp%netscape.com
267d23573a gLogModule defined only inside of NS_DEBUG. Protecting access. 1999-08-17 01:28:58 +00:00
radha%netscape.com
71dd9b7ee4 Fix for bug 11877. Kin and ftang reviewed the code. dp approved it. Put back the old
history code in webshell since it breaks viewer.
1999-08-17 00:29:09 +00:00
danm%netscape.com
3da241e524 Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
shawnp%earthling.net
bc9d9f8e96 Additional files needed to get viewer working with qt port. Only basic
functionality is present - enough to get it working.
1999-08-12 02:56:33 +00:00
edburns%acm.org
76832ecb8b This fix is for http://bugzilla.mozilla.org/show_bug.cgi?id=5429.
This fix enables the Tasks->Java Console menu item to show the Java
Console provided by the JRE plugin if it is installed.

It also exposes nsIJVMManager as a full XPIDL citizen, with the progid
component://netscape/oji/jvm-mgr.  see modules/oji/public/nsIJVMManager.idl
for the methods that can be called.

Thanks to Trevor, John Bandauer, Brendan Eich and Robert Yang.
1999-08-12 01:56:18 +00:00
pinkerton%netscape.com
97ca917d0b fix, and update for new tri-state checkbox built off of html:input. 1999-08-11 04:46:56 +00:00
kmcclusk%netscape.com
60deae35eb Added PR_MAX calls to Layout method to prevent negative values from being passed to
nsIWidget::Resize.
1999-08-10 22:31:59 +00:00
danm%netscape.com
ae834a75d9 open new windows from anchor links with proper chrome. fixes bug 9792. 1999-08-10 21:36:38 +00:00
karnaze%netscape.com
6751c08640 removed caption saying border-collapse was disabled 1999-08-10 00:44:35 +00:00
alecf%netscape.com
a0d80e452d remove nsMsgCompPrefs from the build 1999-08-09 23:01:48 +00:00
karnaze%netscape.com
5000e23383 table caption reflects border-collapse disabled 1999-08-09 22:01:07 +00:00
vidur%netscape.com
e6f812551a changed name of NS_CreateContext to NS_CreateScriptContext 1999-08-09 19:14:49 +00:00
ramiro%netscape.com
3d579a37f9 More qt support from Shawn Packwood. 1999-08-09 17:53:04 +00:00
dcone%netscape.com
5648e95834 took out the assert for mWindow as null, and put in support that
allows the webshell to run with a null mWindow-- needed for printing frames
1999-08-09 14:30:32 +00:00
sfraser%netscape.com
50c6e7a261 Synch up with editor API changes 1999-08-09 01:43:24 +00:00
dp%netscape.com
22cc3e20d1 Fixing build error on unix. 1999-08-09 00:26:02 +00:00
radha%netscape.com
7803e0b316 Use nsISessionHistory for all history needs. This change obsoletes
mHistory and mHistoryIndex. Shall physically remove these members
at a later date.
1999-08-09 00:03:12 +00:00
radha%netscape.com
a3a21709ae Fix for bug 11307. comparison between char * and XPIDLCString causing Compilation
problem in few unix platforms.
1999-08-08 02:15:53 +00:00
tague%netscape.com
a9fcf214b2 Fixed bug #10566 - embeding directory has problems when MSSDK is installed and no ACTIVEX controll is built. 1999-08-08 02:11:13 +00:00
morse%netscape.com
d877f03c04 remove signon viewer because of general spring cleaning of singsign.cpp 1999-08-07 14:14:31 +00:00
danm%netscape.com
36cefdc1d3 corrected chrome behaviour in window.open. removed warnings in nsWebShellWindow. 1999-08-07 02:51:03 +00:00
nisheeth%netscape.com
10dd3815f7 Fix for bug 7401. We now print out error messages for failed url loads. 1999-08-06 21:54:25 +00:00
rpotts%netscape.com
7b95979c70 Removed an *extra* release of the PostData stream... This was causing random crashes... 1999-08-06 21:38:09 +00:00
waterson%netscape.com
d56c2a024e Fix compiler warning. 1999-08-06 18:28:15 +00:00
sspitzer%netscape.com
e4fdf6de87 use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly 1999-08-06 07:44:37 +00:00
morse%netscape.com
e3092f3888 cleaned up dialogs 1999-08-06 00:29:10 +00:00
evaughan%netscape.com
3a03b5d8cc Fixed test to work with new boxes. 1999-08-05 23:44:56 +00:00
ramiro%netscape.com
b7e6ce22cb Dont link in zlib, its not needed. 1999-08-05 22:38:08 +00:00
cmanske%netscape.com
e80a6f5011 Fixed build bustage 1999-08-05 20:35:55 +00:00
ramiro%netscape.com
811bd6416f Dont link -lxp, its not needed. 1999-08-05 13:46:52 +00:00
ramiro%netscape.com
8baa89d5f1 Dont link in libcaps. Its not needed. 1999-08-05 13:00:14 +00:00
waterson%netscape.com
7c47d57c84 Add global history. 1999-08-05 05:14:45 +00:00
valeski%netscape.com
567fee5488 moved to the higher level LoadURL() call to get more observer handling 1999-08-05 04:49:38 +00:00
valeski%netscape.com
0efb259cfa api change to nsIWebShell and nsIDocumentLoaderObserver. I've replaced all the old method delarations with the new versions. We now pass 'nsresult' types into the On*() methods instead of PRInt32. The PRInt32 arg type was causing data loss.
I also checked in a fix for bug 10848 (which prompted the api change), and 10549 (these changes were in nsWebShell.cpp).
1999-08-05 01:28:30 +00:00
radha%netscape.com
f1c16eeb4f Don't load a page thro' necko when going to a anchor with in the same page or going
back from an anchor to the top of the page. Modify
EqualBaseURL() so that it will do the right thing.
1999-08-04 22:46:49 +00:00
valeski%netscape.com
5367ffe834 added new url munging code. we now take a swing at the urlbar string w/ the uri parsing code first, then fallback to munging if we have to 1999-08-04 21:18:24 +00:00
gagan%netscape.com
265933872a POST requests for HTTP work now! Go file bugs using apprunner now... 1999-08-04 15:06:51 +00:00
cmanske%netscape.com
eb4c379701 Remove param from test method 1999-08-04 02:05:16 +00:00
locka%iol.ie
7a258d1350 Added field to allow user to turn on logging (for Mozilla not IE) 1999-08-03 23:06:00 +00:00
locka%iol.ie
da0cb229c8 Fixed some interface changes that broke the build 1999-08-03 23:03:16 +00:00
vidur%netscape.com
34e2caf4f8 Fix for build bustage from Judson. Inclusion of config.mak is necessary before we depend on the NECKO symbol. 1999-08-03 23:00:19 +00:00
ramiro%netscape.com
54d0ca6f1d Fix build bustage on unix. 1999-08-03 22:11:11 +00:00
valeski%netscape.com
0edfda477b 10720 fix - we now do meta tag refreshes 1999-08-03 21:48:40 +00:00
mcafee%netscape.com
6da92dc13c Converting to stream implementation of HTTP posting, this obsoletes nsIPostData and nsIPostToServer. a=warren 1999-08-03 20:51:41 +00:00
nisheeth%netscape.com
07dd1525ca Remove DEBUG_nisheeth protected code. 1999-08-03 00:00:50 +00:00
Jerry.Kirk%Nexwarecorp.com
57f9b18615 Fix problem where menubar shows up on top of toolbar for Photon 1999-08-02 21:43:39 +00:00
ramiro%netscape.com
e560b3661b Landing unix toolkit exorcism changes. #ifdef-ed OFF for now. 1999-08-02 13:53:49 +00:00
bienvenu%netscape.com
c36645bd43 back out fix for timing problem for Warren so OnEndLoadDocument will get called 1999-07-31 19:51:20 +00:00
warren%netscape.com
ec70a82de6 Reverted yesterday's change to solve the timing/perf measurement problem. Now I think the main problem was caused by the fact that redirects weren't getting inserted into the group, causing the load to terminate prematurely. That's now solved in the http protocol code. 1999-07-31 06:33:50 +00:00
warren%netscape.com
abb94bdcc3 Fixes for the 'timing' problem, where load time is reported incorrectly. Things seem to work now, except the very first load. 1999-07-30 07:50:35 +00:00
warren%netscape.com
4863d69146 Clean up of nsDocumentBindInfo::OnStopRequest. Debug error messages for necko failure. 1999-07-30 04:20:34 +00:00
sspitzer%netscape.com
7b6d1afc43 fix build bustage. libreg.so is now libmozreg.so 1999-07-29 04:23:49 +00:00
mscott%netscape.com
b7905187d5 fix build breakage....include config.mak 1999-07-29 04:19:17 +00:00
mscott%netscape.com
aa51635bc8 fix build breakage...include config.mak 1999-07-29 03:59:32 +00:00
briano%netscape.com
5ca4aa0b87 Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
warren%netscape.com
880104ba1d Added NS_ShutdownXPCOM to facilitate leak detection in purify. 1999-07-28 08:03:49 +00:00
briano%netscape.com
007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
kmcclusk%netscape.com
f9b64e775c bug #7032 Changed nsIWidget::Resize(...), nsIWidget::Move(...) to
use PRInt32 instead of PRUInt32. Modified Mac, and Linux to match.
bug #2010 Applied David Barrons patch for MakeSide ins CSSRendering.
nsIWidget - removed GetAbsoluteBounds - Not needed. Can use WidgetToScreen instead.
1999-07-27 23:26:36 +00:00
nisheeth%netscape.com
5871849136 Fix for bug 4559 in the Necko builds. Earlier this code change was made in code that affected non-Necko builds. 1999-07-27 21:21:13 +00:00
pavlov%netscape.com
96b4208fe4 window creation changes 1999-07-27 04:27:17 +00:00
joki%netscape.com
f1c8421c61 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
Jerry.Kirk%Nexwarecorp.com
834214bb63 Add Demo Names to Menu for Photon 1999-07-26 13:23:14 +00:00
rickg%netscape.com
89911e8db8 replaced call to deprecated string API 1999-07-26 00:40:34 +00:00
hoa.nguyen%intel.com
d96a2d2641 Within SetupRegistry, intialize the metacharacter service so that the charset field in the http content-type header is recognized and acted upon correctly. 1999-07-25 23:28:13 +00:00
Jerry.Kirk%Nexwarecorp.com
00ad4167a9 Fix problem with viewer under Photon, if you opened multiple windows
it would send the menu events only to the first window/browser
1999-07-25 19:51:19 +00:00
sdagley%netscape.com
8291c87cd2 Necko specific change. The IOService component is self registering so it doesn't belong here any more. 1999-07-25 01:55:26 +00:00
mcafee%netscape.com
5923d98342 Adding caps library to fix Solaris linkage. 1999-07-24 10:40:42 +00:00
pavlov%netscape.com
aa997cf227 actually add the sound test 1999-07-24 05:01:29 +00:00
danm%netscape.com
b4e60f5b6c removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
nisheeth%netscape.com
a14ff6dcb2 Fix for bug 10028. We handle mixed case mailto urls properly now. 1999-07-22 22:34:28 +00:00
ramiro%netscape.com
0b23e40576 Removed un needed stubs. 1999-07-22 19:21:19 +00:00
rpotts%netscape.com
b177bc8359 Fixed build bustage due to interface changes... 1999-07-22 08:38:24 +00:00
zuperdee%penguinpowered.com
cbd1d1b871 Fixing another instance of bug 8227. 1999-07-21 19:49:13 +00:00
valeski%netscape.com
1d79ac4dce necko - had to turn off www.*.com trick until we can identify dns failures 1999-07-21 16:41:07 +00:00
valeski%netscape.com
951e14a6a2 necko www.*.com trick 1999-07-21 14:54:45 +00:00
gagan%netscape.com
14c1cb2c49 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
danm%netscape.com
5b90e50be0 make window.open windows visible 1999-07-21 06:37:58 +00:00
troy%netscape.com
9e34bfe2f7 Removed Repaint() call from OnEndDocumentLoad() 1999-07-21 04:48:21 +00:00
warren%netscape.com
bf8423a769 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
briano%netscape.com
ce8e1867e9 Fixed the logic and cleaned it up. 1999-07-19 23:31:33 +00:00
jfrancis%netscape.com
9f8fbd3fe6 assorted work to expose nav html dtd to editor 1999-07-19 22:52:48 +00:00
rickg%netscape.com
23b232d248 switch to faster string search API 1999-07-19 03:29:56 +00:00
zuperdee%penguinpowered.com
4edfdb00a7 Fixes to get the Motif port to compile on Solaris 7 with native compiler (5.0). Special thanks to Tomi Leppikangas (tomilepp@ousrvr2.oulu.fi) for this patch. 1999-07-19 02:23:52 +00:00
peterl%netscape.com
75257fa888 synt to new color api 1999-07-18 00:35:51 +00:00
ramiro%netscape.com
fda4120340 Step 3 of cleaning up link time toolkit dependencies. Name the timer libs
according to the toolkit they match.  Also set the damn name in one place to
make it easy to change in the future.
1999-07-17 23:52:12 +00:00
ramiro%netscape.com
f26f7f5fa2 Step 2 of cleaning up link time toolkit dependencies. Change the names of
the gfx and widget dsos to be readable by normal human beings that expect
some kind of spacer between cryptic acronyms.  Thank you.
1999-07-17 22:24:49 +00:00
ramiro%netscape.com
ba8ba82cc6 Landing timer move on windows. 1999-07-17 15:52:01 +00:00
ramiro%netscape.com
a09ea8b7ca Landing timer move on unix. 1999-07-17 14:22:51 +00:00
beard%netscape.com
06085c800b added <iostream.h> 1999-07-17 01:58:38 +00:00
sspitzer%netscape.com
fb5fa96ffe warren blew away my DEBUG_pnunn changes. Adding it back. 1999-07-17 01:51:27 +00:00
nisheeth%netscape.com
4b73654f45 Fix for bug 9255. We were not trimming leading and trailing whitespace from the url typed in the location bar. Now we do. 1999-07-16 22:45:38 +00:00
ramiro%netscape.com
a5443a6fd2 Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set. 1999-07-16 13:47:20 +00:00
warren%netscape.com
84bd74a4fd Big changes for Necko load groups. Things are much happier now. Now images work (on pages, but not in chrome). 1999-07-16 11:14:36 +00:00
nisheeth%netscape.com
4065f6d487 Fix for bug 4559. We would scroll the document to the named anchor target when a named anchor was clicked even when form data needed to get submitted. Now, we go ahead and submit the form data. 1999-07-15 23:17:29 +00:00
dcone%netscape.com
c1fcc698aa Added a IsBusy() method. 1999-07-15 14:22:06 +00:00
sfraser%netscape.com
eeb1dfbdf1 Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
kmcclusk%netscape.com
d42e178f95 fixed bugs #6303, #6753, #6756, #6759
Re-wrote nsComboboxFrame.
removed the obsolete nsHTMLAtoms: comboText,comoTextSelected,comTextSelectedFocus,dropDownVisible,
dropdownHidden, dropDownBtnOut, dropDownBtnPressed,
Added nsHTMLAtoms::combobox, nsLayoutAtoms::popupList
Renamed dropDownList to dropDownListPseudo
Added "arrow.gif" as to be used the background-image for the combobox button
ua.css - added rules for select to differentiate between comboboxes and listboxes.
Added style rules to more closely match the XPTOOLKIT XPWidgets look.
removed the following :-moz-combobox-text, -moz-combobox-textselected
nsIFormControlFrame.h - Added SetSuggestedSize method.
nsButtonControlFrame - Implemented SetSuggestedSize.
nsCSSFrameConstructor.cpp - Rewrote ConstructSelectFrame.
nsIWidget.h -Added GetAbsoluteBounds method.
nsWindow.cpp - Implemented GetAbsoluteBounds.
1999-07-14 22:00:24 +00:00
ftang%netscape.com
f02ce2355d fix 3965. The default value of the Default Character Set will look at pref first now 1999-07-14 20:57:57 +00:00
andreas.otte%primus-online.de
a6747fa713 NECKO only: fix build bustage when doing a clobber build 1999-07-14 20:47:55 +00:00
akkana%netscape.com
a3fb11b98f Restructure the editor output routines to allow passing in
a mime type and a flag argument.  Also fix the following bugs:
9746: get rid of bogus empty <style> in head.
8143: save wrap column in editor shell in case it's set before the
      editor is created.
9470, 9488: allow explicit specification of formatted output.
1999-07-14 18:54:29 +00:00
sspitzer%netscape.com
5274d6abfd wrap with DEBUG_pnunn. pnunn owns bug #8244. the rest of us don't need to see this message a billion times a day. 1999-07-13 23:57:47 +00:00
sspitzer%netscape.com
618a7fe6fd only spit out this on debug builds. 1999-07-13 19:06:22 +00:00
rpotts%netscape.com
1df9ee3359 Removed call to NET_InitJSProtocol for NECKO only... This should help fix the build bustage when NECKO is defined. 1999-07-13 07:21:44 +00:00
rpotts%netscape.com
6b07c4b5f6 Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces... 1999-07-12 05:49:51 +00:00
duncan%be.com
bccc6db380 Changes to get BeOS tinderbox to work.
BeOS only changes authorized by cyeh.
1999-07-11 09:51:51 +00:00
warren%netscape.com
8b0ad2bf4f Added outer param to NewLoadGroup. 1999-07-10 11:27:05 +00:00
nisheeth%netscape.com
2ace78659d Fix for bug 9387. Reviewed by vidur. Approved by chofmann. NS_NewURL's return value is checked for error in DoLoadURL(). We no longer crash when mailto links are clicked. 1999-07-10 00:13:25 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
hyatt%netscape.com
36b3eb4b1d Fixing this god-damn hack. 1999-07-08 22:53:16 +00:00
hyatt%netscape.com
6561ffc3d8 Fixes for repainting problems. This is probably the wrong thing to do, but
dammit, it works.  Making all webshells repaint when their document gets
loaded.
1999-07-08 08:16:49 +00:00
nisheeth%netscape.com
843d74733d Fix Necko build bustage. 1999-07-08 02:09:50 +00:00
nisheeth%netscape.com
7c3c3f7366 Fix for bug 9358. Page reloads were not working because the webshell was trying to scroll the document rather than loading it via netlib. Now, we are fine. Some work needs to happen in session history to pass in a newly define url reload type so that the webshell can be smart about scrolling the document for history traversal rather than loading via netlib. Will work with Radha to make the necessary session history changes. 1999-07-08 01:40:50 +00:00
waterson%netscape.com
7fe181791d Fix necko build bustage. 1999-07-08 01:23:56 +00:00
valeski%netscape.com
ddf0252fa5 getbuffer to tonewcstring change 1999-07-07 14:47:19 +00:00
ramiro%netscape.com
b38dc666f8 Bring back from the dead. Also, install the sample programs. 1999-07-07 11:15:17 +00:00
nisheeth%netscape.com
6f3aabd2a9 Fix for bug 1755. Separated out functionality of nsWebShell::Stop() into two methods, StopBeforeRequestingURL() and StopAfterURLAvailabl(). The former is called before sending a new url load request to the doc loader. The latter is called once the doc loader notifies the webshell via OnStartURLLoad() that the stream created from the URL is ready to be consumed. 1999-07-07 10:47:35 +00:00
ramiro%netscape.com
59cbe509d4 Fix undefined macros. 1999-07-07 10:34:41 +00:00
ramiro%netscape.com
81e978722f Ressurect. 1999-07-07 09:48:28 +00:00