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

402 Коммитов

Автор SHA1 Сообщение Дата
ducarroz%netscape.com cda692d33d Fix Mac bustage. Added nsIContextMenuListener.idl and nsICommandHandler.idl to the project 2000-08-16 16:40:17 +00:00
locka%iol.ie 50994eaca7 Changed implementation of OnShowContextMenu to reflect updated IDL. b=48270 a=valeski 2000-08-16 09:00:44 +00:00
locka%iol.ie 1ac76e97b6 Added nsICommandHandler and nsCommandHandler.cpp to build. b=48270 a=valeski 2000-08-16 08:56:37 +00:00
locka%iol.ie 279d6bd041 Added newline to end of file. b=48270 a=valeski 2000-08-16 08:54:49 +00:00
locka%iol.ie de7d0a6489 Change consts to unsigned long. b=48270 a=valeski 2000-08-16 08:53:57 +00:00
locka%iol.ie 9eee783e8a 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 1bba4a9d8e Fixed some incorrect embedding issues. b=48270 a=valeski 2000-08-16 08:50:00 +00:00
locka%iol.ie 4629ae6222 Added newline to end of file. b=48270 a=valeski 2000-08-16 08:47:57 +00:00
locka%iol.ie e6d9add4ad Added command handler to module's factory list b=48270 a=valeski 2000-08-16 08:44:58 +00:00
conrad%ingress.com e98e347d11 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 7451179096 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 cd092efd9d Not part of build. Added EmbedAPI lib to project. 2000-08-14 03:01:10 +00:00
conrad%ingress.com 97c044a7a1 Not part of the build! 2000-08-14 02:49:08 +00:00
blizzard%redhat.com 8878b574ca fix for bug #48640. fix UMR in offscreen window initialization. a=brendan 2000-08-12 17:34:44 +00:00
conrad%ingress.com a5b268b8de Added appfilelocationprovider lib r=valeski 2000-08-11 20:17:55 +00:00
conrad%ingress.com f55a2bb02a Changed call of NS_InitEmbedding. r=adamlock 2000-08-11 20:14:31 +00:00
conrad%ingress.com 521927c758 Changed params to NS_InitEmbedding. 2000-08-11 20:14:02 +00:00
conrad%ingress.com b8b5d2c127 Changed call of NS_InitEmbedding. 2000-08-11 20:13:41 +00:00
conrad%ingress.com bc10d4058f 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 9b674df6c3 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 0874f937bc a=blizzard@redhat.com r=jgaunt@netscape.com
fixing hp bustage
2000-08-10 19:55:25 +00:00
valeski%netscape.com 3e47c27e06 backing out 2000-08-10 06:51:30 +00:00
valeski%netscape.com 2dcce96813 backing out 2000-08-10 06:46:00 +00:00
valeski%netscape.com 5c07271df2 fixing windows linkage problems 2000-08-10 03:50:12 +00:00
conrad%ingress.com b5580d4dad Changed params to NS_InitEmbedding. 2000-08-10 03:43:06 +00:00
valeski%netscape.com 883fd675f1 fixing build bustage on linux 2000-08-10 03:37:36 +00:00
valeski%netscape.com 7900689208 fixing bustage 2000-08-10 03:29:50 +00:00
valeski%netscape.com 54f2ea5ce4 checking in for conrad to fix build bustage 2000-08-10 03:27:21 +00:00
valeski%netscape.com bf151ebc77 temp fix for build problem 2000-08-10 03:15:57 +00:00
conrad%ingress.com 312a538082 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 3a62c82e10 add some extra test cases for the embedding widget 2000-08-09 02:52:09 +00:00
blizzard%redhat.com ddedeb2752 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 425685290d 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 3b9bdf630e fix makefile to work with objdir r=dougt a=waterson 2000-08-03 22:05:31 +00:00
locka%iol.ie c79e5f1401 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 353b29b337 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 4967b0a7cc 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 473c66645a Minor changes. Using service manager returned from NS_InitXPCOM. 2000-08-01 01:37:44 +00:00
dougt%netscape.com 0248791f75 Ton of changes. Basically using nsIWebBrowserChrome now.
valeski@netscape.com
47003
2000-08-01 01:37:07 +00:00
dougt%netscape.com c8b74abeeb slashes wrong way.
Not part of build.
2000-07-29 08:09:21 +00:00
cls%seawood.org ea9a450b61 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 cbee5ced3a Add WS5.0 std::tm workaround for build bustage 2000-07-28 08:20:51 +00:00
blizzard%redhat.com c866f3aac5 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 a08e1ffdc0 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 6597c436ca Ignore generated files. 2000-07-27 22:31:40 +00:00
mcafee%netscape.com aa023be989 Ignore generated files 2000-07-27 22:27:20 +00:00
mcafee%netscape.com 31970dcf09 Adding gtkEmbed tests to build (43055). r=dougt 2000-07-27 22:25:23 +00:00
locka%iol.ie 7e35d5eea1 Reinstated macro that prevented browser site from being QI'd for its nsISupports interface 2000-07-26 22:46:05 +00:00
locka%iol.ie 54a2979d70 Fixed for windowless controls attempting to get a DC from the ActiveX plugin 2000-07-26 22:45:22 +00:00
blizzard%redhat.com 5227869544 typo fix to get the dtd installing to the right location. r/a=brendan 2000-07-26 14:50:10 +00:00
blizzard%redhat.com 6697e4488c add makefiles to get mini chrome for embedding installed on unix. a=waterson,dougt 2000-07-25 20:47:09 +00:00
warren%netscape.com 7ac7233df8 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
dougt%netscape.com 03425ff7a3 backing out libwebbrwsr. it is needed to startup. I need to look into this. 2000-07-25 05:30:33 +00:00
dougt%netscape.com f3d5bcfdc8 Updating config files
Adding require (ftang needs to review) i18n res files
removing xpfe webbrowser.
removing test xpt files
2000-07-25 05:22:51 +00:00
dougt%netscape.com e95808cfe4 disable test. damn sunos. 2000-07-20 03:21:31 +00:00
dougt%netscape.com 34c0aca67c Fixing sunos bustage. 2000-07-20 03:17:58 +00:00
dougt%netscape.com 3c5b33681f removing unneeded include. 2000-07-20 01:53:09 +00:00
dougt%netscape.com 80a0eb94cf Adding gtk embedding test application.
a=valeski@netscape.com - bug 43055
2000-07-20 01:12:25 +00:00
dougt%netscape.com 9013608747 creating makefile for unix to export base browser depends for embedding
adjusting/update manifest file.
2000-07-20 01:08:43 +00:00
valeski%netscape.com c51822679c removing webshell lib dependency, the webshell is now built into the docshell 2000-07-19 03:26:04 +00:00
valeski%netscape.com 3f6c274d00 45723. r=rpotts. webshell-docshell consolodation changes. 2000-07-18 23:13:07 +00:00
mcafee%netscape.com 9daaedae9a Ignore generated files. 2000-07-15 15:57:43 +00:00
dougt%netscape.com e85e15713e First draft of a unix export file.
(not part of build)
2000-07-14 18:44:40 +00:00
dougt%netscape.com a61905952f Updating with the latest and greatest listing. 2000-07-14 17:26:58 +00:00
Jerry.Kirk%Nexwarecorp.com d76b4783c5 NOT PART OF MAIN BUILD - PHOTON ONLY
I needed export a few more files for the test app and add a new virtual
method that has been added since I last checked in this code.
r=jerry.kirk
2000-07-14 14:54:04 +00:00
dougt%netscape.com f8cba29a06 *NOT PART OF BUILD*
Embedding exporter.
2000-07-13 20:40:21 +00:00
vidur%netscape.com 924aceef9e Fix for bug 44608. Added nsIDocShellTreeOwner::ExitModalLoop() and nsIWebBrowserChrome::ExitModalEventLoop(). r=rpotts,a=valeski 2000-07-12 23:56:14 +00:00
dougt%netscape.com c422448137 bug 40750.
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org.
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
Jerry.Kirk%Nexwarecorp.com a1c918af2b NOT PART OF BUILD - PHOTON ONLY
Adding the PtMozilla widget for the first time.
Submited by briane@qnx.com
r=kirkj
2000-07-12 13:53:29 +00:00
cls%seawood.org 8f8d7cd8d0 Fix for BeOS bustage. 2000-07-12 06:08:19 +00:00
blizzard%redhat.com 91315ab4ba fix for bug #44790. Fix TestGtkEmbed crash on startup. Ignore the return value from nsIChromeRegistry::CheckForNewChrome(). Also, clean up event queue start up and shut down, fix tabs in file, some 80 col violations and some other code formatting cleanups. r,a=brendan 2000-07-08 02:16:34 +00:00
mcafee%netscape.com 0d5d088504 Ignore generated files 2000-07-07 23:27:47 +00:00
rpotts%netscape.com bd98ffaa86 Moved session history methods from nsIWebNavigation into a new interface called nsIDocShellHistory. Also made docshells persist layout state before being destroyed (this is necesssary for framesets). 2000-07-05 23:10:29 +00:00
dougt%netscape.com d02f2a8dee Adding files to cvs for test application. 2000-07-04 22:42:09 +00:00
dougt%netscape.com 7b70dd2ac7 44113, 44190, 44191.
r/a=valeski@netscape.com

nsDocShellTreeOwner not handling chrome/content correctly.
Asserts when no toplevel window set.
Need to start chrome up from NS_InitEmbedding()
Test App changes.
2000-07-04 21:53:27 +00:00
locka%iol.ie 74e99ea2e8 Fixed problem with chrome content docshells 2000-06-30 12:40:52 +00:00
locka%iol.ie fa5482ef88 NOT PART OF BUILD. Update the address field url after clicking on link 2000-06-30 12:37:05 +00:00
locka%iol.ie f13eec8257 NOT PART OF BUILD. Tiny graphics for mini-nav 2000-06-30 12:25:49 +00:00
locka%iol.ie 0d9dda6090 NOT PART OF BUILD. Win32 only. Simple test of embedding APIs dumps out memory statistics. 2000-06-30 10:40:12 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
radha%netscape.com 5b8603911e More code for feature 36547. CODE NOT PART OF THE BUILD. Will provide reviewer when
feature is enabled.
2000-06-29 21:48:18 +00:00
valeski%netscape.com 364cb11a5d bustage fix 2000-06-29 01:19:45 +00:00
valeski%netscape.com 371961f38e 43050. r=dougt. null checking and ctor null init'ing 2000-06-29 00:49:13 +00:00
locka%iol.ie 78489c1b05 added missing files 2000-06-28 21:15:09 +00:00
locka%iol.ie 660b574366 Now uses embedding API. Added some context menu & property page support 2000-06-28 20:42:50 +00:00
locka%iol.ie 34761e3087 Updated VC project 2000-06-28 20:40:29 +00:00
locka%iol.ie f11718db6f Added property dialogs 2000-06-28 20:40:10 +00:00
locka%iol.ie 89b50fe4f2 Added clipboard interfaces. Added interface refcount debugging 2000-06-28 20:39:42 +00:00
locka%iol.ie f31a6fab39 Added proper MPL header 2000-06-28 20:38:53 +00:00
locka%iol.ie f15399c733 Changed makefile.win to use embedding APIs 2000-06-28 20:37:39 +00:00
locka%iol.ie 217dc53d20 Added code for write/writeln to IE DOM. Thanks to Arne de Bruijn <arne@knoware.nl> for this contribution 2000-06-28 20:35:51 +00:00
locka%iol.ie e29455c315 Removed unused CIDs and IIDs 2000-06-28 20:31:43 +00:00
locka%iol.ie e2af8ac54a Changed diagnostic macro 2000-06-28 20:30:33 +00:00
locka%iol.ie a5661e709b Added nsIContextMenuListener. Fixed some memory leaks 2000-06-28 20:29:49 +00:00
locka%iol.ie 076bc83d1f NOT PART OF BUILD. Added a DTD and localized the file somewhat 2000-06-28 20:27:51 +00:00
locka%iol.ie ef9c4e3b85 NOT PART OF BUILD. Added some strings 2000-06-28 20:27:15 +00:00
locka%iol.ie 7c32978baa NOT PART OF BUILD. Removing obselete file 2000-06-28 20:26:28 +00:00
blizzard%redhat.com 67eeb727cc fix bug #41820. The gtk embedding widget will now startup and shutdown XPCOM properly. Also, fix code that was broken when the nsIWebProgress changes happened. Only build tests when tests are built. Add interface to get the nsIWebBrowser object from the embedding widget. r=dougt,bryner a=brendan 2000-06-28 20:24:28 +00:00
tao%netscape.com 94465539c5 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2000-06-27 22:13:23 +00:00
dougt%netscape.com dc3bc94909 Adding windows embedding test harness to build.
43054
r=valeski
a=valeski & pdt.
2000-06-27 21:10:25 +00:00