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

348 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org 2628bfcc79 Some compilers complain if you declare variables after a potential goto call so move the declarations to the top of the function. Should fix the linux libc5 SM-Ports tinderbox & gcc 2.95 builds.
a=mscott
1999-10-20 05:40:05 +00:00
alla%lysator.liu.se 9436a61696 Update the GtkMozilla widget so it works. Also updated the streaming interface
so that it works with Necko. Small cleanups.
Fixes 16576 and 14975. r=shaver
1999-10-19 21:46:33 +00:00
locka%iol.ie f96f1cbb98 Implemented ShowContextMenu so that CBrowse can display custom popup menus in response to right mouse clicks 1999-10-19 21:39:42 +00:00
locka%iol.ie c041069a12 Updated to include new registry entries 1999-10-19 19:06:31 +00:00
locka%iol.ie f434a949fe Seperated webshell initialisation/termination out into their own methods. Added support to run Mozilla control from any directory with calls to the new NS_InitXPCOM and some new registry keys. 1999-10-14 07:46:55 +00:00
locka%iol.ie 5d0072d2b5 Added context popup menu resources 1999-10-14 07:44:40 +00:00
locka%iol.ie 847e3a4dae Added simple working implementation of drag and drop. Control now accepts a URL dragged and dropped from the IE address bar. 1999-10-14 07:43:50 +00:00
dveditz%netscape.com ff01d5e8f4 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
cls%seawood.org af793c22b3 Bug #13782 r=ramiro
Fixed the various clean targets so that a distclean is only performed on GtkMozilla when explicitly asked for.
1999-10-09 02:41:01 +00:00
rpotts%netscape.com 89f54ea1ae bug #15341 and bug #15344. Use the documentloader observer instead of a stream observer. 1999-10-05 04:04:16 +00:00
beard%netscape.com 01f6019676 changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:37:53 +00:00
ramiro%netscape.com b4b18c7a85 NOT PART OF SEAMONKEY. Ressurect GtkMozilla again. Apparently mozilla
dont work no without no prefs.  Blessed by Mr. Shaver.
1999-09-28 18:03:17 +00:00
kipp%netscape.com 29c7fcb9b4 new 1999-09-25 20:11:47 +00:00
briano%netscape.com 8ab8db4608 Backed out cls's change. When realclean is added to the list, the Tinderbox builds fail because they generate the Makefiles in webshell/embed/gtk, and then the realclean (aka distclean) deletes them. That's bad.... 1999-09-22 06:28:46 +00:00
cls%seawood.org 3e2bfa5eb5 Fix for the problem of GtkMozilla not being properly cleaned up from client.mk's cleansrcdir target. 1999-09-22 00:40:11 +00:00
mike%neoplanet.com 2acf11c8fe Implemented cut/copy/paste. Added stubs for a couple other functions. 1999-09-21 02:39:53 +00:00
locka%iol.ie 5fdf2b068d Added some documentation 1999-09-20 22:07:09 +00:00
locka%iol.ie af97cd068f Added safe for scripting support 1999-09-20 22:00:30 +00:00
locka%iol.ie 7400eda93c A long lost file finds its way into the world 1999-09-20 21:59:30 +00:00
briano%netscape.com a1c5f09502 Fixed my stupid mistake that caused the generated Makefile to be immediately deleted. 1999-09-16 06:01:39 +00:00
briano%netscape.com 3bfa9ab2b4 General cleanup. 1999-09-16 00:03:08 +00:00
locka%iol.ie 1daecbf647 Replace the hand-crafted QueryInterface with a macro one 1999-09-13 13:11:40 +00:00
locka%iol.ie f4d7f54e55 Removed the USE_NGPREF macro #ifdefs since prefs are pretty much mandatory now 1999-09-13 13:10:14 +00:00
locka%iol.ie d7890b6393 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 2ced386a5b 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 fd901c54d0 Must put .c source files in CSRCS. 1999-09-13 05:49:20 +00:00
ramiro%netscape.com e036f0750c Forgot a .c file. 1999-09-11 09:06:38 +00:00
ramiro%netscape.com c5c34882ec ressurect 1999-09-11 00:24:33 +00:00
ramiro%netscape.com e2e11788fc This one should be ignored. 1999-09-10 23:33:17 +00:00
ramiro%netscape.com a7b2911bcd Fix a small typo. 1999-09-10 23:30:39 +00:00
ramiro%netscape.com 5cf52ec0aa Forgot some stuff. 1999-09-10 22:07:50 +00:00
ramiro%netscape.com c223f99fe8 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 e33ca93a02 Fixed build hosage 1999-09-09 23:10:30 +00:00
alla%lysator.liu.se 54e2c2aeaa Fixed the runtime crash in GtkMozilla. 1999-09-07 12:58:06 +00:00
cls%seawood.org 689113d465 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 d4fd34d75a 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 1d89a7ffb8 Tweaked edit bar position code 1999-09-05 14:28:09 +00:00
locka%iol.ie 1b3569c314 Added italic/bold/underline editing 1999-09-05 14:26:55 +00:00
cyeh%netscape.com 1729151e74 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 01:24:51 +00:00
locka%iol.ie 90a7eacf68 Editor mode toolbar and new partial success test icon 1999-08-29 16:02:28 +00:00
locka%iol.ie 7c6130b8d4 Added more editor mode support 1999-08-29 16:01:25 +00:00
locka%iol.ie 31319af096 Added dependency for IOleCommandTargetImpl.h 1999-08-29 15:59:52 +00:00
locka%iol.ie c7ad0ff2ae Fixed problem with GetIDispatch 1999-08-29 15:59:12 +00:00
locka%iol.ie 061c6a5a26 Made a basic working editor mode. 1999-08-29 15:58:49 +00:00
locka%iol.ie f4866fea9b Made callback mechanism slightly easier 1999-08-29 15:57:45 +00:00
cls%seawood.org 55e15e0dc8 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 4a1ee4cb60 Removed hardcoded -fno-rtti & -fno-exceptions. They are now autodetected by configure. 1999-08-29 05:27:26 +00:00
cls%seawood.org 8bdd892a17 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 ae4c1402d3 wasn't calling __intialize/__terminate. 1999-08-28 02:58:35 +00:00
sspitzer%netscape.com 9b93a6290a ignore generated files 1999-08-27 06:18:20 +00:00