Граф коммитов

426 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 165e6177e0 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie 9f66c82f30 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 d691caaaf3 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 d776fad240 Must put .c source files in CSRCS. 1999-09-13 05:49:20 +00:00
ramiro%netscape.com 8fa4990bf6 Forgot a .c file. 1999-09-11 09:06:38 +00:00
ramiro%netscape.com 434dcff398 ressurect 1999-09-11 00:24:33 +00:00
ramiro%netscape.com 2ed71364d2 This one should be ignored. 1999-09-10 23:33:17 +00:00
ramiro%netscape.com 655a983187 Fix a small typo. 1999-09-10 23:30:39 +00:00
ramiro%netscape.com c37b257dab Forgot some stuff. 1999-09-10 22:07:50 +00:00
ramiro%netscape.com ffe42c86fb More unix embedding examples, contributed by
Milind Changire <milindc@corel.com>.
NOT PART OF BUILD.
1999-09-10 20:29:28 +00:00
kipp%netscape.com 20b9f0b85a Fixed build hosage 1999-09-09 23:10:30 +00:00
alla%lysator.liu.se 7bbf2672e9 Fixed the runtime crash in GtkMozilla. 1999-09-07 12:58:06 +00:00
cls%seawood.org 2578acdc11 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 1a9963ad09 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
locka%iol.ie 1c4f36b031 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie a4e7f00dbd Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
cyeh%netscape.com df37c0fb33 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
locka%iol.ie 557da81554 Editor mode toolbar and new partial success test icon 1999-08-29 16:02:28 +00:00
locka%iol.ie c7b8b1e1d9 Added more editor mode support 1999-08-29 16:01:25 +00:00
locka%iol.ie 98f602bbcc Added dependency for IOleCommandTargetImpl.h 1999-08-29 15:59:52 +00:00
locka%iol.ie fba85d5257 Fixed problem with GetIDispatch 1999-08-29 15:59:12 +00:00
locka%iol.ie 1158975bc3 Made a basic working editor mode. 1999-08-29 15:58:49 +00:00
locka%iol.ie 45864ee7a8 Made callback mechanism slightly easier 1999-08-29 15:57:45 +00:00
cls%seawood.org fe89c4ac40 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 f1ff898be2 Removed hardcoded -fno-rtti & -fno-exceptions. They are now autodetected by configure. 1999-08-29 05:27:26 +00:00
cls%seawood.org 1e80e126d2 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
beard%netscape.com 28bcad085f wasn't calling __intialize/__terminate. 1999-08-28 02:58:35 +00:00
sspitzer%netscape.com d5b275e0f3 ignore generated files 1999-08-27 06:18:20 +00:00
cls%seawood.org 3060384694 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 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
ramiro%netscape.com 828f57386e Link NS_NewTimer() directly into the embedding app. 1999-08-25 05:06:03 +00:00
ramiro%netscape.com e1f2489b0c Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ramiro%netscape.com e830a4efd6 Add a config makefile that can be set by the toplevel config. 1999-08-24 14:43:44 +00:00
blizzard%redhat.com 7a76067ba4 add example of how to handle a size allocation change 1999-08-23 00:52:31 +00:00
blizzard%redhat.com df120023cd fix build for xlib embedding 1999-08-23 00:30:42 +00:00
ramiro%netscape.com 015120c88a Add embedding samples. 1999-08-22 15:36:56 +00:00
ramiro%netscape.com a4fc36131f Add embedding samples. 1999-08-22 15:31:13 +00:00
ramiro%netscape.com c70564c852 Add -fno-rtti and -fno-exceptions flags. 1999-08-22 15:02:50 +00:00
mccabe%netscape.com b95a2bdd54 Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
ramiro%netscape.com 1d23cab69b Cleanup the jsdom and jsurl linking mess. 1999-08-22 11:05:45 +00:00
cls%seawood.org f3c9aece1c 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 8229ca37a8 Dont link in neckoutil. 1999-08-21 17:13:43 +00:00
ramiro%netscape.com 92d84df3d2 Yank -lmozreg. 1999-08-21 16:50:18 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com f99be8b987 Make the proxy rules more robust. 1999-08-20 14:21:42 +00:00
ramiro%netscape.com eff4f86872 Make it work with the gtkmozilla makefiles. 1999-08-20 12:15:06 +00:00
ramiro%netscape.com 4565d56034 Ressurect post necko. Streams broken for now. 1999-08-20 11:16:19 +00:00
locka%iol.ie 024d060959 Preliminary editor test support 1999-08-19 21:02:22 +00:00
locka%iol.ie 8766a22786 Changes to DHTML model 1999-08-19 21:00:44 +00:00
locka%iol.ie 72882b89bd Added some more files 1999-08-19 20:59:11 +00:00
locka%iol.ie 8d8478cdba Moved command target stuff in base class 1999-08-19 20:58:31 +00:00
locka%iol.ie 618fc7952a Fixed more interface changes 1999-08-19 20:56:00 +00:00
locka%iol.ie 0de6507c12 Added editor headers 1999-08-19 20:55:03 +00:00
locka%iol.ie 83b0ea056b Added editor class ids 1999-08-19 20:54:16 +00:00
locka%iol.ie cadc80e9c6 Added IOleCommandTarget to site 1999-08-19 20:53:56 +00:00
locka%iol.ie ec3777001c Preliminary work for edit mode 1999-08-19 20:52:48 +00:00
danm%netscape.com 1d4d71b2ca Landing modal dialogs from JS. More like a feature than stabilization. Apologies. approved: chofmann,don 1999-08-12 22:08:17 +00:00
edburns%acm.org 1706f2c458 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
alecf%netscape.com 4d8ee9345a remove nsMsgCompPrefs from the build 1999-08-09 23:01:48 +00:00
tague%netscape.com d309045006 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
valeski%netscape.com 493ae6bd9e 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
locka%iol.ie 55666e4c21 Added field to allow user to turn on logging (for Mozilla not IE) 1999-08-03 23:06:00 +00:00
locka%iol.ie 704624ea4c Fixed some interface changes that broke the build 1999-08-03 23:03:16 +00:00
sspitzer%netscape.com 1abcb26db3 fix build bustage. libreg.so is now libmozreg.so 1999-07-29 04:23:49 +00:00
briano%netscape.com ea37bbc00a Trivial elimination of some pointless macros as discussed in bug 8568. Approved by leaf@mozilla.org. 1999-07-29 01:18:12 +00:00
briano%netscape.com d99daeea9b 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
joki%netscape.com deb676cd44 Event fixes to allow key event handling by GFX widgets and fixes for window.defaultStatus. 1999-07-26 15:02:19 +00:00
danm%netscape.com 2e39eab67d removing IsMenuBarVisible -- it was a mistake, and unused 1999-07-22 23:41:50 +00:00
rpotts%netscape.com a19cd44112 Fixed build bustage due to interface changes... 1999-07-22 08:38:24 +00:00
gagan%netscape.com 20c0996ab2 Replaced resource:// with resource:/ to be more compliant with our parsing rules. 1999-07-21 11:48:56 +00:00
warren%netscape.com 7bcb94a320 Changed around load group insertion/removal to happen on mozilla thread. 1999-07-20 08:46:33 +00:00
ramiro%netscape.com ca57fc99d2 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 b69b9faa9a 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 342b5083f1 Landing timer move on unix. 1999-07-17 14:22:51 +00:00
ramiro%netscape.com fa4d13863c Do nothing if MOZ_ENABLE_GTK_MOZILLA is not set. 1999-07-16 13:47:20 +00:00
warren%netscape.com c5684bf4d7 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
sfraser%netscape.com 815c2ea4f3 Removal of nsCaretProperties 1999-07-14 22:18:29 +00:00
rpotts%netscape.com 8a41f2cfce Fixed build bustage due to changes to the nsIBrowserWindow and nsIStreamObserver interfaces... 1999-07-12 05:49:51 +00:00
valeski%netscape.com 2fc2311b4d getbuffer to tonewcstring change 1999-07-07 14:47:19 +00:00
ramiro%netscape.com f6afae5b6e Bring back from the dead. Also, install the sample programs. 1999-07-07 11:15:17 +00:00
ramiro%netscape.com a0a19f9901 Fix undefined macros. 1999-07-07 10:34:41 +00:00
ramiro%netscape.com 9a7f30cb47 Ressurect. 1999-07-07 09:48:28 +00:00
ramiro%netscape.com abf0cc4a0f Define the toolkit flags in one place an reuse that. Hopefully this will
put an end to the cut-n-paste insanity.
1999-07-07 04:38:18 +00:00
rpotts%netscape.com 189635588e And now for something completely different... Fixing build bustage when NECKO is defined... 1999-07-03 10:02:28 +00:00
rpotts%netscape.com 56604c8e81 Fixed more build bustage... I backed out my changes from yesterday :-) 1999-07-02 21:30:58 +00:00
dveditz%netscape.com 5dd9cff22d Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles 1999-07-02 11:50:19 +00:00
rpotts%netscape.com c02adc62c9 Fixed more build bustage... 1999-07-01 22:38:18 +00:00
rpotts%netscape.com 345b1246a8 Fixed bustage due to the change in arguments to CreatePopup(...) 1999-07-01 22:03:29 +00:00
warren%netscape.com 8462929dda Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
locka%iol.ie df60d880ed Enables control's drop target support 1999-06-30 22:42:57 +00:00
locka%iol.ie 484897d4df Added some comments 1999-06-30 22:41:39 +00:00
locka%iol.ie 8f28baac12 Added initial drop target implementation
Browser now acquires it's pref object from the available services
1999-06-30 22:40:34 +00:00
locka%iol.ie 2843edab6c Renamed structure 1999-06-30 22:38:23 +00:00
locka%iol.ie f5b8113088 Added DropTarget.cpp/h 1999-06-30 22:37:31 +00:00
locka%iol.ie e1f6b6f4bc Added nsIBrowserWindow IID 1999-06-30 22:36:54 +00:00
locka%iol.ie 42734d7ce8 Now use xpfe's nsSetupRegistry.cpp 1999-06-30 22:36:16 +00:00
locka%iol.ie e49d94ae61 Added nsIBrowserWindow interface 1999-06-30 22:35:50 +00:00
locka%iol.ie a297d1b003 Fixed problem with mkctldef.bat when being built from Win98 1999-06-30 22:35:24 +00:00
locka%iol.ie a9b3f4d34f Added DropTarget files 1999-06-30 22:29:46 +00:00
locka%iol.ie 5664957c1a Put sensible values for ambient back and fore colours 1999-06-30 22:27:11 +00:00
locka%iol.ie 56926d8855 Fixed comment 1999-06-30 22:26:20 +00:00
locka%iol.ie 01cca008ef Basic impl of IDropTarget 1999-06-30 22:25:49 +00:00
warren%netscape.com f5e1196f42 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
ramiro%netscape.com 05ae9c3868 Changes to turn gfxps into a true component. Thanks to alecf@netscape.com
for providing the base patch.
1999-06-25 09:38:26 +00:00
rpotts%netscape.com 328fce9f59 Added #include <mshtmhst.h> to fix the build... 1999-06-23 21:56:56 +00:00
locka%iol.ie a2a815c96f no message 1999-06-23 20:44:20 +00:00
locka%iol.ie 362a53d865 First working version, hurrah! 1999-06-23 20:43:27 +00:00
warren%netscape.com 23864df5e3 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
locka%iol.ie 8f635ea51a Moved interface defs into a macro for easy derivation from this class 1999-06-21 22:02:44 +00:00
locka%iol.ie c7d93436b9 Added IErrorInfo descriptions for call failures in calles IWebBrowser(2/App) 1999-06-21 22:01:41 +00:00
locka%iol.ie fd2ac138c5 Derived from control site to implement doc host UI interfaces 1999-06-21 21:53:20 +00:00
locka%iol.ie 9ebd39f7ae no message 1999-06-21 21:50:58 +00:00
valeski%netscape.com 487d9ea921 NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061. 1999-06-18 17:34:08 +00:00
sdagley%netscape.com 67dd013973 Finish landing XP Beep() functionality (bug #6911). Approved chofmann, reviewed saari & mcafee. 1999-06-16 23:23:45 +00:00
rpotts%netscape.com 7c0928323d Fix build bustage... nsIDocumentLoaderObserver interface was changed :-( 1999-06-15 19:33:29 +00:00
radha%netscape.com f2d7e4c640 New arguments to OnEndDocumentLoad() 1999-06-14 23:37:37 +00:00
hyatt%netscape.com b84d2f62d5 Altering the args for createPopup. 1999-06-09 08:36:06 +00:00
alla%lysator.liu.se 5aed16123a Now compiles with HEAD
Had to do a ugly -DMOD_DLL_SUFFIX=\".so\" in the Makefile.
Will break on some platforms, but i suck at autoconf...
1999-06-08 21:10:18 +00:00
locka%iol.ie a6a535c8f6 Added some dynamic window resizing 1999-06-08 19:29:52 +00:00
alla%lysator.liu.se 241f762695 First shot at streaming html or xml data to the widget.
Try it out.
I've not updated to the tip yet, so i hope it works.
1999-06-07 23:00:10 +00:00
briano%netscape.com e9e302b454 Handle the (Unix) platform-specific DLL naming conventions properly. 1999-06-04 22:17:30 +00:00
leaf%mozilla.org 44300938df updating to new nsString implementation (fix courtesy shaver) 1999-06-01 18:06:14 +00:00
alla%lysator.liu.se 7e14357c86 Update licence to MPL 1.1 1999-05-29 12:38:22 +00:00
ramiro%netscape.com 93702e2afe Add support for building gtk widget as part of mozilla builds. 1999-05-28 12:43:59 +00:00
ramiro%netscape.com a6f0ec9a5b Fix it so it works in the xpcom2.0 world. Add cvsignore stuff. 1999-05-28 12:06:56 +00:00
ramiro%netscape.com cf04d5fef6 Importing Alexander Larsson's (alex@signum.se) gtkmozilla widget to the tree.
gtkmozilla is a GTK+ widget which can be used to embed mozilla in any gtk
application.
1999-05-28 11:34:26 +00:00
alecf%netscape.com b37b02c0a8 GetCharPref() is going away for nsIPref scriptability - use CopyCharPref instead 1999-05-28 00:56:53 +00:00
mcmullen%netscape.com f4bd7dc337 Removed obsolete base.shlb/baseDebug.shlb 1999-05-27 21:40:58 +00:00
locka%iol.ie f319c8cd85 New test for post data 1999-05-27 21:29:12 +00:00
locka%iol.ie ec1b6fdff8 New tab dialogs 1999-05-27 21:28:46 +00:00
locka%iol.ie a08d912154 Revamped layout and fixed some refcount problems 1999-05-27 21:28:13 +00:00
locka%iol.ie 56a5df3329 no message 1999-05-27 21:27:35 +00:00
locka%iol.ie 2b92ed9a72 Added activescript mime type 1999-05-27 21:27:20 +00:00
locka%iol.ie d07e0277ae Added #include for ActiveScript.h and ItemContainer.h 1999-05-27 21:26:28 +00:00
locka%iol.ie d65b980a06 Added framework for plugin to support VBScript and JScript files 1999-05-27 21:24:47 +00:00
locka%iol.ie 857c316429 Removed. DEF file is generated from a script now 1999-05-27 21:23:35 +00:00
locka%iol.ie 9cec8ba468 Fixed new window navigation code (bad return op) 1999-05-27 21:22:42 +00:00
locka%iol.ie d4d1d9d9d5 Added ItemContainer.cpp/obj targets
Added targets for building npmozctl in plugin or control only modes
Added target to create npmozctl.def using a batch file
1999-05-27 21:21:34 +00:00
locka%iol.ie c99f7a21fb Move Ole item container stuff into separate class 1999-05-27 21:20:00 +00:00
locka%iol.ie 9579422907 no message 1999-05-27 21:18:29 +00:00
locka%iol.ie 3c7839792d Ole item container methods seperated from control site class 1999-05-27 21:16:06 +00:00
locka%iol.ie d38bf3214b Batch file for creating npmozctl.def depending on the settings 1999-05-27 21:15:08 +00:00
dp%netscape.com c225a77dc7 stdafx.h 1999-05-26 05:03:05 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
hyatt%netscape.com c575f00e29 Added an arg to createPopup. 1999-05-16 07:52:02 +00:00
hyatt%netscape.com 9f66a3ec43 Adding a method to the webshell container for creating popup/context menus. 1999-05-14 22:40:03 +00:00
locka%iol.ie c053a7b509 Removed some assertions.
Moved some code around to make the control site partially sane when the control cannot be created
1999-05-10 23:21:13 +00:00
locka%iol.ie cffdddfab0 Removed some junk comments.
Added an error message when a control cannot be created
1999-05-10 23:19:31 +00:00
locka%iol.ie b22d5bc2b7 Added some ifdefs to the source and makefile to optionally compile control support.
Plugin support works again (yay!)
1999-05-10 21:27:15 +00:00
locka%iol.ie 90f2ddf02d Added a directory picker so exe can be run from anywhere and still register the correct Mozilla dir 1999-05-08 12:10:26 +00:00