Commit Graph

561 Commits

Author SHA1 Message Date
joki%netscape.com
29182f432e Don't look for new webshell during link clicks if no target specified 1998-10-02 22:56:52 +00:00
rpotts%netscape.com
a26a8496c9 Added GetBrowserWindow() method and passed OnStatus and OnProgress messages out through the nsIBrowserWindow interface... 1998-10-02 18:44:56 +00:00
michaelp%netscape.com
db12868a7e modified for new fontmetrics/renderingcontext.
fixed memory leak.
1998-10-02 01:12:24 +00:00
joki%netscape.com
02fa10b9f2 Adding new js window methods/props, moving js string evaluation to UC strings. 1998-10-01 22:23:48 +00:00
rpotts%netscape.com
aba40ac4a7 Pass in a null nsIURLGroup to the image group... 1998-10-01 21:53:52 +00:00
rpotts%netscape.com
98bab44460 Fire the EndLoadURL(...) notification after all of the URLs have been loaded by the doc loader... 1998-10-01 21:49:50 +00:00
rpotts%netscape.com
ede9c6a479 The document loader now supports nsIURLGroup interface. 1998-10-01 21:48:12 +00:00
rpotts%netscape.com
dd005a8ca1 Added IsBusy() to determine if a doc loader is actively loading URLs... 1998-10-01 21:47:18 +00:00
scullin%netscape.com
87dc3a34cb Don't crash if the pref dll isn't registered. 1998-10-01 19:59:32 +00:00
mcafee%netscape.com
f44e8829c5 Rhapsody is building the viewer test app as the first stab at ybfe. 1998-10-01 07:51:49 +00:00
michaelp%netscape.com
db8e6bac64 we now defer plugin enumeration until we need to load one for real. 1998-09-30 18:59:03 +00:00
pierre%netscape.com
0391ba67cc removed LTextEdit.cp removed "cmd/macfe/restext" 1998-09-29 20:31:42 +00:00
pinkerton%netscape.com
1fff0d4271 Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon. 1998-09-29 17:11:00 +00:00
rods%netscape.com
807dac7936 Added the nsIToolbarItem interface and an additional init member to the interface and class 1998-09-29 00:12:09 +00:00
kostello%netscape.com
50f3bfd5ab raptor checkin, took out the asserts for reading in a file, just so the viewer will work correctly. While fix this soon. 1998-09-28 20:34:30 +00:00
michaelp%netscape.com
297b01ac59 removed libmsgc21.so from link list. 1998-09-28 00:28:17 +00:00
michaelp%netscape.com
9c75a12568 changes for new nsiplugininstanceowner. 1998-09-27 22:46:41 +00:00
rpotts%netscape.com
5df3b33a64 Reworked the way that refresh URLs are handled... 1998-09-25 22:25:21 +00:00
peterl%netscape.com
8e55589749 cleaned up markup to match descriptions
added text decoration color test
1998-09-24 23:28:10 +00:00
dcone%netscape.com
d519dd97a6 added a search path 1998-09-24 20:12:47 +00:00
karnaze%netscape.com
6fadda588f viewer saves compatibility mode preference 1998-09-24 00:21:20 +00:00
karnaze%netscape.com
a00d4400f4 viewer can set the compatibility mode 1998-09-23 23:02:54 +00:00
kmcclusk%netscape.com
24cbd0d16e Added nsIToolkit to registry 1998-09-23 19:16:59 +00:00
karnaze%netscape.com
75a9037d68 added image submit to first form 1998-09-23 17:55:28 +00:00
pierre%netscape.com
f8474ee65e handle menu events when there is no window 1998-09-23 09:23:07 +00:00
pierre%netscape.com
254d8d510d implemented menu events 1998-09-22 04:21:31 +00:00
pierre%netscape.com
133120ad84 removed nsMacResource.r 1998-09-22 04:17:51 +00:00
pierre%netscape.com
9db1bc44a0 updated menus 1998-09-22 04:16:39 +00:00
scullin%netscape.com
77d2843207 Added ngprefs test hooks. 1998-09-22 00:57:54 +00:00
scullin%netscape.com
4de7b0d5a5 Added ngprefs dir. 1998-09-22 00:56:07 +00:00
scullin%netscape.com
2081bda77e Removed. 1998-09-22 00:08:51 +00:00
scullin%netscape.com
d875fa60bc Added. 1998-09-22 00:08:27 +00:00
michaelp%netscape.com
b547115229 now correctly refreshes the window in ForceRefresh(). 1998-09-20 22:24:21 +00:00
mcafee%netscape.com
441239c07e Rhapsody doesn't like to link with -m 1998-09-19 08:48:00 +00:00
rpotts%netscape.com
0332bd965f Made the nsISupports interface threadsafe... 1998-09-19 07:06:48 +00:00
rpotts%netscape.com
7bd9994d24 Made the nsISupports and nsIRefreshURL interfaces threadsafe... 1998-09-19 07:06:07 +00:00
pierre%netscape.com
138574a372 added 'demo #0' 1998-09-19 01:38:37 +00:00
rpotts%netscape.com
d818b0e800 Fixed build bustage... 1998-09-18 05:25:15 +00:00
joki%netscape.com
c4af68389c Adding targetting of any named window 1998-09-18 00:35:55 +00:00
troy%netscape.com
fda3dbd970 Changed some AddRef/Release calls overto use XP-COM macros 1998-09-17 21:27:22 +00:00
vidur%netscape.com
4e3024a5f9 Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry. 1998-09-17 01:53:52 +00:00
valeski%netscape.com
bab22077b8 ? network/module/nsNetFactory.cpp
Added nsNetFactory implementation. This allows users to retrieve nsINetService pointers from the service factory manager.

M dom/src/base/nsGlobalWindow.cpp
M gfx/src/nsImageNetContextSync.cpp
M layout/html/document/src/nsHTMLDocument.cpp
M network/module/nsURL.cpp
Replaced NS_NewINetService() calls with nsServiceManager::GetService() calls.

M network/module/Makefile
M network/module/makefile.win
Added nsNetFactory.cpp to the builds.

M network/module/nsINetService.h
Added a #define for the class id of the nsNetService.

M network/module/nsIStreamListener.h
Removed the NS_DEFINE_IID of kIStreamListenerIID from the header file. Each module that wants this will need to delcare it themselves.

M network/module/nsNetFile.cpp
Fixed memory leak.

M network/module/nsNetService.cpp
Globalized the gNetlibService variable so the NetFactory can access it.

M webshell/src/nsDocLoader.cpp
M webshell/src/nsPluginViewer.cpp
NS_DEFINE_IID of kIStreamListenerIID

M webshell/tests/viewer/nsSetupRegistry.cpp
Added the netlib library to the list of libraries in the registry and register the nsNetFactory with the appropriate iid and clsids.
1998-09-17 00:55:35 +00:00
joki%netscape.com
2e6c42f08b Add null check before queryinterface call 1998-09-16 23:16:37 +00:00
pierre%netscape.com
702d73b95c XP_FileOpen() now supports aliases 1998-09-16 01:26:09 +00:00
valeski%netscape.com
de3f9dfd38 M webshell/public/nsIDocumentLoader.h
nsIDocumentLoader interface method change to LoadURL() we now accept a local ip address.


M webshell/public/nsIWebShell.h
1. Extended the nsIWebShell LoadURL() method to take an additional PRUint32 parameter which represents an ip address. If specified, this address will be bound to the socket prior to connection as the local/client ip address to be used. The caller is guarantees the validity of this address.
2. Extended the nsReloadType enumeration to allow both proxy and cache bypass.


M webshell/src/nsDocLoader.cpp
1. Extended nsDocumentBindInfo::Bind() to take an additional nsILoadAttribs pointer. (class definitaion change and implementation).

2. Extended nsDocLoaderImpl::LoadURL() to take an additional PRUint32 param which represents an optional local ip address to bind the connecting socket to, prior to connection. (class definitaion change and implementation) The docloader object maintains a pointer to an nsILoadAttribs interface.


M webshell/src/nsWebShell.cpp
Implemented new LoadURL() routine. Simple pass down to doc loader of PRUint32.


M webshell/tests/ComFactory/makefile.win
Added netlib to the list of prerequisites.
1998-09-16 00:40:20 +00:00
joki%netscape.com
357c55b191 More support for capturing, minor adjustments to window.open behavior. 1998-09-15 21:31:58 +00:00
michaelp%netscape.com
9f83e611ff jumping through links now works in full screen plugins. 1998-09-15 20:21:10 +00:00
thom%netscape.com
53bf2c767f First Checked In. 1998-09-15 19:51:15 +00:00
buster%netscape.com
dba2c241d4 added command line switches for setting window width and height 1998-09-15 18:06:19 +00:00
michaelp%netscape.com
14c7cc9f84 fixes for new plugin world. 1998-09-15 03:46:05 +00:00