Commit Graph

355 Commits

Author SHA1 Message Date
blizzard%redhat.com
70e16d27d0 unused files for simple embedding shell 2000-08-17 19:12:23 +00:00
mcafee%netscape.com
6615478f18 Ignore generated files. 2000-08-16 22:44:35 +00:00
ducarroz%netscape.com
d167b02285 Fix Mac bustage. Added nsICommandHandler.cpp to the project 2000-08-16 16:40:49 +00:00
ducarroz%netscape.com
10d7c885fe Fix Mac bustage. Added nsIContextMenuListener.idl and nsICommandHandler.idl to the project 2000-08-16 16:40:17 +00:00
locka%iol.ie
75c715d6d4 Changed implementation of OnShowContextMenu to reflect updated IDL. b=48270 a=valeski 2000-08-16 09:00:44 +00:00
locka%iol.ie
ff60eb83e6 Added nsICommandHandler and nsCommandHandler.cpp to build. b=48270 a=valeski 2000-08-16 08:56:37 +00:00
locka%iol.ie
ad36681f37 Added newline to end of file. b=48270 a=valeski 2000-08-16 08:54:49 +00:00
locka%iol.ie
67c5ed70e6 Change consts to unsigned long. b=48270 a=valeski 2000-08-16 08:53:57 +00:00
locka%iol.ie
9ea803e364 Added mouse DOM listener to listen for context menu events and notify the embedding client. b=48270 a=valeski 2000-08-16 08:51:58 +00:00
locka%iol.ie
8dc8cb2777 Fixed some incorrect embedding issues. b=48270 a=valeski 2000-08-16 08:50:00 +00:00
locka%iol.ie
1b4e274b2c Added newline to end of file. b=48270 a=valeski 2000-08-16 08:47:57 +00:00
locka%iol.ie
b3563a26b8 Added command handler to module's factory list b=48270 a=valeski 2000-08-16 08:44:58 +00:00
conrad%ingress.com
75afe2361d Not part of build. 1. Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib. 2. Added routine to show how to start up the app with a given profile. 2000-08-14 03:04:08 +00:00
conrad%ingress.com
8a4ae1ad25 Not part of build. Removed MMozillaApp mixin class from project. This is now handled by EmbedAPI lib. 2000-08-14 03:03:05 +00:00
conrad%ingress.com
efb3e08b96 Not part of build. Added EmbedAPI lib to project. 2000-08-14 03:01:10 +00:00
conrad%ingress.com
951422d4e5 Not part of the build! 2000-08-14 02:49:08 +00:00
blizzard%redhat.com
d94fa02b74 fix for bug #48640. fix UMR in offscreen window initialization. a=brendan 2000-08-12 17:34:44 +00:00
conrad%ingress.com
c806604746 Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
conrad%ingress.com
f2f2206c38 Changed call of NS_InitEmbedding. r=adamlock 2000-08-11 20:14:31 +00:00
conrad%ingress.com
b0ef367be6 Changed params to NS_InitEmbedding. 2000-08-11 20:14:02 +00:00
conrad%ingress.com
baac730b44 Changed call of NS_InitEmbedding. 2000-08-11 20:13:41 +00:00
conrad%ingress.com
ef5c0e00fb 1. Removed NS_Init which took a path. 2. Added appfilelocation provider param. r=dougt 2000-08-11 20:10:06 +00:00
conrad%ingress.com
ccd4d7da0f 1. Uses appfilelocationprovider. Can pass one in or pass nsnull and default is made. 2. Removed version of NS_InitEmbedding which took char* path. r=dougt 2000-08-11 20:09:05 +00:00
jgaunt%netscape.com
2386a87345 a=blizzard@redhat.com r=jgaunt@netscape.com
fixing hp bustage
2000-08-10 19:55:25 +00:00
valeski%netscape.com
376d8a682e backing out 2000-08-10 06:51:30 +00:00
valeski%netscape.com
0458b909bd backing out 2000-08-10 06:46:00 +00:00
valeski%netscape.com
ad226d12a6 fixing windows linkage problems 2000-08-10 03:50:12 +00:00
conrad%ingress.com
6372403ef4 Changed params to NS_InitEmbedding. 2000-08-10 03:43:06 +00:00
valeski%netscape.com
c0d62b4aeb fixing build bustage on linux 2000-08-10 03:37:36 +00:00
valeski%netscape.com
595ab0d8c2 fixing bustage 2000-08-10 03:29:50 +00:00
valeski%netscape.com
ccacdf4b4c checking in for conrad to fix build bustage 2000-08-10 03:27:21 +00:00
valeski%netscape.com
1b88c9cdf0 temp fix for build problem 2000-08-10 03:15:57 +00:00
conrad%ingress.com
856f8ed033 1. Uses appfilelocationprovider. Can pass one in or pass nsnull and default is made. 2. Removed version of NS_InitEmbedding which took char* path. r=dougt 2000-08-10 03:07:25 +00:00
blizzard%redhat.com
1997361fdf add some extra test cases for the embedding widget 2000-08-09 02:52:09 +00:00
blizzard%redhat.com
cc66c63ae2 warning fixes in gtkmozembed.h. fix for bug #46279. reparent the mozilla window to an offscreen window when unrealizing since you might get re-realized later. r=pavlov, a=waterson 2000-08-09 02:46:53 +00:00
blizzard%redhat.com
8db4d2172a fix the following bugs: #39560, #47141, #46928, #47949. use nsIPipe for the stream impl, seperate XPCOM startup, add a resize callback so content with a width and height are sized correctly, fix problems with gtkmozembed widgets on gtk notebook widgets. also, add some new signals for progress loading and net changes. r=dougt, a=waterson 2000-08-08 03:58:03 +00:00
blizzard%redhat.com
27099452d0 fix makefile to work with objdir r=dougt a=waterson 2000-08-03 22:05:31 +00:00
locka%iol.ie
f031e63037 NOT PART OF BUILD. Completed nsICommandHandler implementation. Added [retval] tag to out param in IDL file to make Javascript invocation easier. 2000-08-03 12:44:38 +00:00
locka%iol.ie
2efdaffe94 NOT PART OF BUILD.
New nsICommandHandler interface and C++ implementation for embedders who want their XUL to be able to call their webbrowser container with the minimum of effort.
2000-08-02 11:14:57 +00:00
warren%netscape.com
da15eda254 Getting jar files in shape. Mostly works on unix, status bar missing (not in build yet). 2000-08-02 06:48:45 +00:00
dougt%netscape.com
a6349dde4f Minor changes. Using service manager returned from NS_InitXPCOM. 2000-08-01 01:37:44 +00:00
dougt%netscape.com
9673ce80c4 Ton of changes. Basically using nsIWebBrowserChrome now.
valeski@netscape.com
47003
2000-08-01 01:37:07 +00:00
dougt%netscape.com
7f64e09423 slashes wrong way.
Not part of build.
2000-07-29 08:09:21 +00:00
cls%seawood.org
fe4fa475dc Always use |PR_TRUE| instead of |true| as some compiler don't define |true|. 2000-07-28 08:58:02 +00:00
cls%seawood.org
665cb2de73 Add WS5.0 std::tm workaround for build bustage 2000-07-28 08:20:51 +00:00
blizzard%redhat.com
5fc87ad509 clean up some service usage in the emedding widget. also, be picky about when to shut down XPCOM. use gtk_set_locale() in the testing program so people who use XIM will be able to use that input method. r,a=waterson 2000-07-28 04:34:46 +00:00
mkaply%us.ibm.com
2168fcea6b OS/2 Tinderbox breakage
Just because someone uses the unix Makefiles doesn't mean they have GTK
2000-07-28 03:01:03 +00:00
mcafee%netscape.com
63ed07fdc2 Ignore generated files. 2000-07-27 22:31:40 +00:00
mcafee%netscape.com
8c6547eda4 Ignore generated files 2000-07-27 22:27:20 +00:00
mcafee%netscape.com
a6f3579917 Adding gtkEmbed tests to build (43055). r=dougt 2000-07-27 22:25:23 +00:00