michaelp%netscape.com
b2438a38ca
added opacity example as demo #10 .
...
git-svn-id: svn://10.0.0.236/trunk@13454 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 18:07:14 +00:00
kipp%netscape.com
8dcb1aa63a
Test out new text-style support
...
git-svn-id: svn://10.0.0.236/trunk@13446 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-26 17:13:28 +00:00
michaelp%netscape.com
7da6419e6b
added blender.
...
git-svn-id: svn://10.0.0.236/trunk@13382 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-23 17:56:49 +00:00
karnaze%netscape.com
d89b691fba
implemented <LABEL>; document maintains list of forms as created; form element properly releases form controls.
...
git-svn-id: svn://10.0.0.236/trunk@13346 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-22 23:00:37 +00:00
kipp%netscape.com
5d5cbcf87e
Added - Raptor to the end of titles for the automation folks
...
git-svn-id: svn://10.0.0.236/trunk@13342 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-22 22:29:46 +00:00
vidur%netscape.com
a0e09b1568
Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
...
git-svn-id: svn://10.0.0.236/trunk@13207 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 17:07:23 +00:00
karnaze%netscape.com
b92a78c828
fixed bugs 1130, 1132, 1133
...
git-svn-id: svn://10.0.0.236/trunk@13117 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-19 20:37:40 +00:00
karnaze%netscape.com
9de8b01a90
html 4 <BUTTON> basic functionality
...
git-svn-id: svn://10.0.0.236/trunk@13048 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-17 00:35:32 +00:00
kipp%netscape.com
a256ceff0e
Rought support for the print-preview window
...
git-svn-id: svn://10.0.0.236/trunk@12942 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 23:23:04 +00:00
troy%netscape.com
438a628720
Removed use of NS_VMREFRESH_SCREEN_RECT which is deprecated and going away
...
git-svn-id: svn://10.0.0.236/trunk@12891 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-15 16:00:09 +00:00
spider%netscape.com
db6ed23d59
Fixes for linking on SunOS
...
git-svn-id: svn://10.0.0.236/trunk@12837 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-14 22:35:56 +00:00
karnaze%netscape.com
fd96ba4fea
fixed bug 958, checkboxes wrong background when not checked, select always multiple, text & texarea not reset. html 4 button work in progress.
...
git-svn-id: svn://10.0.0.236/trunk@12735 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-13 21:31:26 +00:00
scullin%netscape.com
144346e743
Fixed forward button.
...
git-svn-id: svn://10.0.0.236/trunk@12439 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 19:06:19 +00:00
rods%netscape.com
613b7ca9c8
Added nsISupports back in as the super class of nsViewerApp and
...
NS_INIT_REFCNT in the constructor
git-svn-id: svn://10.0.0.236/trunk@12430 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 17:25:36 +00:00
dcone%netscape.com
761517abf6
Addref on the nsViewerApp, so we dont destroy in the webcrawler on quit.
...
This is consistent with the window implementation, fixes crash on quit.
git-svn-id: svn://10.0.0.236/trunk@12429 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 17:13:21 +00:00
rpotts%netscape.com
fd159ded8f
Removed the Stop() call to the throbber from OnStopBinding... This should keep the throbber going throughout the entire document load...
...
git-svn-id: svn://10.0.0.236/trunk@12415 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-09 05:53:41 +00:00
karnaze%netscape.com
107df7ce69
inline, shrinkwrap support for fieldsets, legneds
...
git-svn-id: svn://10.0.0.236/trunk@12298 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 19:04:57 +00:00
karnaze%netscape.com
fbe88e6504
fieldset, legend support. fixed bug #987
...
git-svn-id: svn://10.0.0.236/trunk@12266 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-08 04:38:41 +00:00
valeski%netscape.com
5a91e6e10a
Removed the nsINetContainerApplication interface. The methods that were part of this interface are now implemented by nsINetService.
...
Changed mozilla\network\module\makefiles so they no longer export nsINetContainerApplication.h.
M dom/src/base/nsGlobalWindow.cpp
Changed javascript so it retreives the user-agent tokens via nsINetService.
M network/module/nsINetService.h
Added the application user-agent token methods to the nsINetService interface.
M network/module/nsNetFactory.cpp
The netservice constructor no longer takes a pointer to a nsINetContainerApplication.
M network/module/nsNetService.cpp
M network/module/nsNetService.h
Added the implementation of the application user-agent token methods.
M webshell/tests/viewer/nsViewerApp.cpp
M webshell/tests/viewer/nsViewerApp.h
Removed old containerapplication implementation
M xpfe/xpviewer/src/nsViewerApp.cpp
M xpfe/xpviewer/src/nsViewerApp.h
Removed old containerapplication implementation
git-svn-id: svn://10.0.0.236/trunk@12240 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 23:19:39 +00:00
kmcclusk%netscape.com
6582d8b4f9
Changed the name of the netlib.so to libnetlib.so to correctly match the file
...
that is built under unix. This makes the viewer run again.
git-svn-id: svn://10.0.0.236/trunk@12233 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 22:54:48 +00:00
dcone%netscape.com
535ab52072
updated the mac menu command to the new event structure type
...
git-svn-id: svn://10.0.0.236/trunk@12216 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-07 20:17:14 +00:00
pierre%netscape.com
eae35a983d
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
...
git-svn-id: svn://10.0.0.236/trunk@12017 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 03:00:28 +00:00
pierre%netscape.com
a2d4acfea1
implemented Copy for Mac
...
git-svn-id: svn://10.0.0.236/trunk@12015 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 02:54:00 +00:00
troy%netscape.com
098c316d23
Fixed ref counting problem that was causing a widget memory leak
...
git-svn-id: svn://10.0.0.236/trunk@12004 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-06 02:00:54 +00:00
joki%netscape.com
0cea84a3d0
Adding new js window methods/props, moving js string evaluation to UC strings.
...
git-svn-id: svn://10.0.0.236/trunk@11715 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-01 22:23:48 +00:00
scullin%netscape.com
39357fe461
Don't crash if the pref dll isn't registered.
...
git-svn-id: svn://10.0.0.236/trunk@11681 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-01 19:59:32 +00:00
pierre%netscape.com
023c4787b4
removed LTextEdit.cp
...
removed "cmd/macfe/restext"
git-svn-id: svn://10.0.0.236/trunk@11417 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-29 20:31:42 +00:00
pinkerton%netscape.com
c60a24416a
Updated projects for Pro4. Turned off mod-date caching for depend builds. Using InterfacesStubs wrapper where appropriate for Carbon.
...
git-svn-id: svn://10.0.0.236/trunk@11359 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-29 17:11:00 +00:00
kostello%netscape.com
aa8449482e
raptor checkin, took out the asserts for reading in a file, just so the viewer will work correctly. While fix this soon.
...
git-svn-id: svn://10.0.0.236/trunk@11255 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-28 20:34:30 +00:00
michaelp%netscape.com
529844045a
removed libmsgc21.so from link list.
...
git-svn-id: svn://10.0.0.236/trunk@11199 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-28 00:28:17 +00:00
peterl%netscape.com
67dd35cbe9
cleaned up markup to match descriptions
...
added text decoration color test
git-svn-id: svn://10.0.0.236/trunk@10981 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-24 23:28:10 +00:00
dcone%netscape.com
346151d956
added a search path
...
git-svn-id: svn://10.0.0.236/trunk@10936 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-24 20:12:47 +00:00
karnaze%netscape.com
9a9aaead6d
viewer saves compatibility mode preference
...
git-svn-id: svn://10.0.0.236/trunk@10863 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-24 00:21:20 +00:00
karnaze%netscape.com
f2395f2993
viewer can set the compatibility mode
...
git-svn-id: svn://10.0.0.236/trunk@10851 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-23 23:02:54 +00:00
kmcclusk%netscape.com
7931aee9d9
Added nsIToolkit to registry
...
git-svn-id: svn://10.0.0.236/trunk@10811 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-23 19:16:59 +00:00
karnaze%netscape.com
b7d77ef368
added image submit to first form
...
git-svn-id: svn://10.0.0.236/trunk@10804 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-23 17:55:28 +00:00
pierre%netscape.com
3bfb6cd196
handle menu events when there is no window
...
git-svn-id: svn://10.0.0.236/trunk@10792 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-23 09:23:07 +00:00
pierre%netscape.com
0c9c5041c3
implemented menu events
...
git-svn-id: svn://10.0.0.236/trunk@10683 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-22 04:21:31 +00:00
pierre%netscape.com
fa7548bafd
removed nsMacResource.r
...
git-svn-id: svn://10.0.0.236/trunk@10679 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-22 04:17:51 +00:00
pierre%netscape.com
422ab7fe0f
updated menus
...
git-svn-id: svn://10.0.0.236/trunk@10678 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-22 04:16:39 +00:00
scullin%netscape.com
3e8e5f4f7e
Added ngprefs test hooks.
...
git-svn-id: svn://10.0.0.236/trunk@10651 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-22 00:57:54 +00:00
michaelp%netscape.com
f5847039d8
now correctly refreshes the window in ForceRefresh().
...
git-svn-id: svn://10.0.0.236/trunk@10553 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-20 22:24:21 +00:00
rpotts%netscape.com
2845e43acc
Made the nsISupports interface threadsafe...
...
git-svn-id: svn://10.0.0.236/trunk@10503 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-19 07:06:48 +00:00
pierre%netscape.com
be6891db14
added 'demo #0 '
...
git-svn-id: svn://10.0.0.236/trunk@10467 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-19 01:38:37 +00:00
joki%netscape.com
44d5557928
Adding targetting of any named window
...
git-svn-id: svn://10.0.0.236/trunk@10327 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-18 00:35:55 +00:00
troy%netscape.com
54d2e9932f
Changed some AddRef/Release calls overto use XP-COM macros
...
git-svn-id: svn://10.0.0.236/trunk@10315 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-17 21:27:22 +00:00
vidur%netscape.com
e792ef87b8
Added constructors for DOM JS classes. nsIScriptObjectOwner::ResetScriptObject is now SetScriptObject. New factory for layout. New interface nsIDOMNativeObjectRegistry.
...
git-svn-id: svn://10.0.0.236/trunk@10238 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-17 01:53:52 +00:00
valeski%netscape.com
edf8a94dff
? 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.
git-svn-id: svn://10.0.0.236/trunk@10234 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-17 00:55:35 +00:00
joki%netscape.com
8f46a864ae
Add null check before queryinterface call
...
git-svn-id: svn://10.0.0.236/trunk@10215 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-16 23:16:37 +00:00
pierre%netscape.com
e4f07b9064
XP_FileOpen() now supports aliases
...
git-svn-id: svn://10.0.0.236/trunk@10113 18797224-902f-48f8-a5cc-f745e15eee43
1998-09-16 01:26:09 +00:00