kmcclusk
|
67be9b7418
|
Added WIDGET_DLL, GDF_DLL, and VIEWER_DLL defines for unix
|
1998-06-05 00:04:51 +00:00 |
kmcclusk
|
e4c2850453
|
Removed duplicate references to .so's
|
1998-06-05 00:03:51 +00:00 |
kmcclusk
|
ac714e09fb
|
Added argc and argv to nsViewer:SetupViewer to pass to nsAppShell
|
1998-06-04 21:49:37 +00:00 |
kmcclusk
|
0c7dae79f2
|
Build .o files in the correct place.
|
1998-06-04 19:57:38 +00:00 |
kmcclusk
|
ec468ebe21
|
Removed nsStubs.cpp - no longer needed.
|
1998-06-04 19:51:56 +00:00 |
rods
|
f6dedc8c6c
|
added params to create of AppShell
|
1998-06-04 19:45:22 +00:00 |
kipp
|
1b865ee4fb
|
Made usage of crt debug conditional on using the debug RTL
|
1998-06-04 17:46:41 +00:00 |
kmcclusk
|
9f554df616
|
Added gmbaseunix.so to list of libraries to link against to resolve NS_NEW_Timer
|
1998-06-04 17:45:22 +00:00 |
rpotts
|
8023a4d901
|
Minor changes to nsIStreamListener interface... OnStartBinding(...) now passes out the stream content-type. User visible strings are now nsString arguments (for subsequent i18n)
|
1998-06-04 05:09:32 +00:00 |
kmcclusk
|
ea63032870
|
Added Stub file for missing externs when building the viewer
|
1998-06-04 00:50:34 +00:00 |
kmcclusk
|
af7e727048
|
Added nsLinkHandler.cpp back into the build
|
1998-06-03 23:38:21 +00:00 |
kmcclusk
|
3997d6b386
|
Removed nsLinkHandler from the unix Makefile to fix IRIX build
|
1998-06-03 23:17:22 +00:00 |
spider
|
1da87958cc
|
Fix IRIX build bustage
|
1998-06-03 23:09:29 +00:00 |
kmcclusk
|
da49af0ed0
|
Fix for IRIX build
|
1998-06-03 22:56:29 +00:00 |
kmcclusk
|
bada696a52
|
Added nsraptorwebwidget.so as a library to link against
|
1998-06-03 22:04:07 +00:00 |
kmcclusk
|
6f41c66b4c
|
Now the Linux Makefile actually compiles nsWebWidget and nsLinkHandler. Before it did nothing.
|
1998-06-03 21:09:08 +00:00 |
kmcclusk
|
8c23b5e154
|
Moved XP_PC around nsLinkHandler constructor PL_initEvent and PL_PostEvent
|
1998-06-03 20:59:32 +00:00 |
kmcclusk
|
db3eb663ad
|
Linux:Makefile for viewer - Added more sharable libs for the LINUX build
|
1998-06-03 17:43:03 +00:00 |
kipp
|
1d1a920147
|
Updated to COMized doc observer API
|
1998-06-03 16:01:51 +00:00 |
kmcclusk
|
0ad184f8fa
|
Modified Linux:viewer makefile - Added a few more libraries to link against
|
1998-06-03 00:47:22 +00:00 |
kmcclusk
|
ae6cb8d10f
|
In nsViewer::processArguments declared int i, outside of the block.
Placed XP_PC around PL_initialize and PL_event calls in nsViewer.cpp
In nsDocLoader::CancelAll Moved int i declaration out of the loop
|
1998-06-02 21:17:15 +00:00 |
kmcclusk
|
006be6d84c
|
Added clobber and install directives to viewer Makefile
|
1998-06-02 21:02:22 +00:00 |
kmcclusk
|
a83be2ebb6
|
Modified viewer Makefile to compile all viewer source files.
|
1998-06-02 20:34:52 +00:00 |
scullin
|
6e670d372c
|
Moved nettest into network/module/tests
|
1998-06-02 18:38:20 +00:00 |
kmcclusk
|
1f01bb0905
|
Removed nsDocLoader.cpp dependency on <windows.h>
Changed MAXPATHLEN to a constant 1024 for viewer
Moved XP_PC to include both event in OnLinkClickEvent::OnLinkClickEvent
|
1998-06-02 16:44:17 +00:00 |
troy
|
389ca96fe1
|
Changed SetBounds() to not request a repaint when resizing the window
|
1998-06-02 02:46:31 +00:00 |
rpotts
|
cf32dcf140
|
fixed typo in progress notification...
|
1998-06-02 00:03:49 +00:00 |
kmcclusk
|
5d65eb83ca
|
Added Makefile for LINUX viewer build
|
1998-06-01 22:28:38 +00:00 |
michaelp
|
55a62eef61
|
webwidget now specifies a framerate of 25 fps rather than relying on a good
default value in the viewmanager. added synchronous updates if we timeout
before timer fires.
|
1998-06-01 22:02:02 +00:00 |
kipp
|
12944e8c33
|
Made the DocObsever a link handler
|
1998-06-01 20:54:07 +00:00 |
kipp
|
093d99cd0f
|
Removed post data from OnOverLink method
|
1998-06-01 20:53:34 +00:00 |
troy
|
96dd72a330
|
Added additional parameter to nsIWidget Resize() member functions
|
1998-06-01 20:26:50 +00:00 |
kipp
|
76b2748e6f
|
Added OnOverLink hook for tracking mouse-over's over links
|
1998-06-01 19:59:13 +00:00 |
kipp
|
65491b04e7
|
Revised LoadURL to take an nsIStreamListener
|
1998-06-01 19:58:55 +00:00 |
kipp
|
4e5965bae4
|
Stub out OnOverLink method
|
1998-06-01 19:57:10 +00:00 |
kipp
|
71ff6a3a7a
|
Revised LoadURL API to take an nsIStreamListener and pass it to the document while loading
|
1998-06-01 19:56:53 +00:00 |
kipp
|
9b0b84dac5
|
Revised DocLoader to be an nsIStreamListener and then use it to LoadURL's so that it obsevers the nsIStreamListener notifications
|
1998-06-01 19:55:55 +00:00 |
kipp
|
1ca942ca8d
|
Pass in null for stream listener to LoadURL
|
1998-06-01 19:55:19 +00:00 |
kmcclusk
|
7d78f32465
|
Reorganized the viewer app to separate the platform specific code from the
cross-platform code. Converted as much of the WIN32 specific code to cross-platform
code as possible.
|
1998-06-01 17:14:40 +00:00 |
karnaze
|
5e23d7915a
|
simplified test8tab.html
|
1998-06-01 16:52:56 +00:00 |
kipp
|
f9f814bcd1
|
NS_IMETHOD'd some of the API's
|
1998-05-30 01:36:47 +00:00 |
karnaze
|
f65a3e4e87
|
event improvements
|
1998-05-29 22:44:13 +00:00 |
buster
|
d31d2b36e6
|
added an optional # to viewer.exe command line switch -p. If a number is provided, it is used as the last sample to load when running in purify. This is useful for running just a the first sample
in purify, or a small number of samples, for example.
|
1998-05-28 21:39:40 +00:00 |
kipp
|
c9ea9ff9f5
|
Port to new parser API
|
1998-05-28 18:40:23 +00:00 |
jevering
|
20cec267be
|
Added parser message dispatch loop for debug robot to pump netlib
and complete individual parsing.
|
1998-05-28 00:22:11 +00:00 |
karnaze
|
a73bfbfe46
|
post submission, file content submission
|
1998-05-27 17:51:41 +00:00 |
scullin
|
e0c7165879
|
Fix printing of nsString.
|
1998-05-23 00:28:02 +00:00 |
kipp
|
6d1b19813e
|
Added -md argument handling
|
1998-05-22 20:11:14 +00:00 |
buster
|
29b5e9e2c9
|
added -r # for specifying a repeat count for batch mode
|
1998-05-22 17:34:58 +00:00 |
shaver
|
8f508ae90e
|
added missing lib
|
1998-05-21 23:53:00 +00:00 |