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
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
karnaze%netscape.com
6751c08640
removed caption saying border-collapse was disabled
1999-08-10 00:44:35 +00:00
karnaze%netscape.com
5000e23383
table caption reflects border-collapse disabled
1999-08-09 22:01:07 +00:00
ramiro%netscape.com
3d579a37f9
More qt support from Shawn Packwood.
1999-08-09 17:53:04 +00:00
sfraser%netscape.com
50c6e7a261
Synch up with editor API changes
1999-08-09 01:43:24 +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
sspitzer%netscape.com
e4fdf6de87
use nsCOMPtr. use NS_DEFINE_CID and NS_DEFINE_CID correctly
1999-08-06 07:44:37 +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
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
cmanske%netscape.com
eb4c379701
Remove param from test method
1999-08-04 02:05:16 +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
mscott%netscape.com
b7905187d5
fix build breakage....include config.mak
1999-07-29 04:19:17 +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
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
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
ramiro%netscape.com
0b23e40576
Removed un needed stubs.
1999-07-22 19:21:19 +00:00
zuperdee%penguinpowered.com
cbd1d1b871
Fixing another instance of bug 8227.
1999-07-21 19:49:13 +00:00
danm%netscape.com
5b90e50be0
make window.open windows visible
1999-07-21 06:37:58 +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
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