dougt%netscape.com
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
locka%iol.ie
94701a5c10
Removed "const" on the aResult parameter on CWebShellContainer override of nsIBrowserWindow::GetTitle
1999-11-30 00:21:29 +00:00
locka%iol.ie
cc4eabc7dd
Added CommandStateChangeConstants
1999-11-30 00:19:53 +00:00
locka%iol.ie
6c79eca1ca
Removed FPKLUDGE hack for Delphi
1999-11-28 16:31:21 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
tbogard%aol.net
2e490a5284
Free pointer returned by GetTitle since it no longer returns a const pointer to the internal string storage.
1999-11-27 02:29:17 +00:00
dmose%mozilla.org
4bd28ccf2e
added newline to EOF to keep Solaris sed from whining, r=mcafee@netscape.com
1999-11-24 22:04:23 +00:00
mike%neoplanet.com
1734f364a8
Added preliminary cookie support. Enabled preferences to be read from the default preference file. Corrected/Added DWebBrowser events: DownloadBegin, DownloadComplete, StatusTextChange, and TitleChange. Added support for ExecWB->SaveAs.
1999-11-24 03:34:34 +00:00
rpotts%netscape.com
1b29417bc8
fix build bustage - NS_NewLoadGroup(...) no longer takes a parent load group as an argument...
1999-11-22 06:20:51 +00:00
leaf%mozilla.org
88dff92bb2
checkin to fix build bustage.
1999-11-22 01:08:36 +00:00
warren%netscape.com
424c0f3c4a
Fix for linux bustage due to channel retargeting changes.
1999-11-17 09:11:03 +00:00
dmose%mozilla.org
8535dda53e
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:43:54 +00:00
cls%seawood.org
14ef08310e
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
cls%seawood.org
999f41f3d0
Added detection for alphaev6. Submitted by Matt Wilson <msw@redhat.com>.
1999-11-02 01:24:16 +00:00
locka%iol.ie
9aee0c87bb
Fixed some bugs in the copy to clipboard operation.
...
Control now calls NS_ShutdownXPCOM during destruction
1999-10-27 23:19:27 +00:00
locka%iol.ie
179f27b2ef
Added a menu to the dialog.
...
Implemented tests for cut, copy, paste, select all
1999-10-27 23:17:51 +00:00
warren%netscape.com
6de4787195
Fixed missed change to NewInputStreamChannel
1999-10-26 09:51:01 +00:00
locka%iol.ie
8f442df582
Changed scope of some helper methods
1999-10-21 20:44:06 +00:00
locka%iol.ie
3c786ac0a1
Added support for drag and drop of Internet Shortcut files
1999-10-21 20:32:52 +00:00
cls%seawood.org
8da9c55823
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
32b276b7f4
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
dffca67ca3
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
56c77f5731
Updated to include new registry entries
1999-10-19 19:06:31 +00:00
locka%iol.ie
fd38dcba74
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
1843299922
Added context popup menu resources
1999-10-14 07:44:40 +00:00
locka%iol.ie
ce0f27547d
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
2b60c91417
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
46f425db3f
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
248e31bd70
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
cc6a945ce4
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
6dd1b8db08
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
be6b1333d1
new
1999-09-25 20:11:47 +00:00
briano%netscape.com
28159a27f5
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
5843ef4e5c
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
7a862ca0cb
Implemented cut/copy/paste. Added stubs for a couple other functions.
1999-09-21 02:39:53 +00:00
locka%iol.ie
3e92a74352
Added some documentation
1999-09-20 22:07:09 +00:00
locka%iol.ie
9be60db63b
Added safe for scripting support
1999-09-20 22:00:30 +00:00
locka%iol.ie
233b3217ad
A long lost file finds its way into the world
1999-09-20 21:59:30 +00:00
briano%netscape.com
e9bd78c726
Fixed my stupid mistake that caused the generated Makefile to be immediately deleted.
1999-09-16 06:01:39 +00:00
briano%netscape.com
03fa8b4585
General cleanup.
1999-09-16 00:03:08 +00:00
locka%iol.ie
bc1d5123f4
Replace the hand-crafted QueryInterface with a macro one
1999-09-13 13:11:40 +00:00
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