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

177 Коммитов

Автор SHA1 Сообщение Дата
erik%netscape.com 751817a15b local .cvsignore file 2000-05-07 17:29:44 +00:00
locka%iol.ie 1d8e53ce80 Moved mozctl.dll out of components directory 2000-05-06 00:08:39 +00:00
blizzard%redhat.com f426ff690a add signals to monitor loading, progress values, start and stop and the ability to stop a network load. 2000-05-04 03:53:30 +00:00
locka%iol.ie 6beaccda07 Added a cast to a return value to stop a pointer comparison assert from firing. 2000-05-03 23:44:15 +00:00
locka%iol.ie 5decdee35f Add more explanatory warning for people coding with _MSC_VER set to 1100
Not part of build (until after this)
2000-05-03 22:55:08 +00:00
locka%iol.ie acbe001a37 Added activex to build
Not part of build
2000-05-03 22:41:39 +00:00
blizzard%redhat.com bcdad23ae6 add some signal tests 2000-05-03 21:21:18 +00:00
blizzard%redhat.com f93ea40135 more work on signals 2000-05-03 21:20:55 +00:00
locka%iol.ie a92ffe181a Fixed more coding style issues
Not part of build
2000-05-03 17:56:02 +00:00
blizzard%redhat.com 3dbb4c8d9b work on getting status messages to the widget that is embedding. link gtk libraries explicitely for platforms that need all symbols resolved at compile time. 2000-05-03 05:13:36 +00:00
conrad%ingress.com 506d08959e Use nsString::AssignWithConversion to build nsStrings from char strings. 2000-05-03 01:27:15 +00:00
conrad%ingress.com 8b9ed74a88 Added nsIPrompt implementation. 2000-05-03 01:24:54 +00:00
conrad%ingress.com d21a262f7c Use AssignWithConversion to make nsString. 2000-05-03 01:23:13 +00:00
conrad%ingress.com 5d73d4b682 Use AssignWithConversion to create nsAutoString from char string. 2000-05-03 01:21:59 +00:00
conrad%ingress.com 4db8b141c2 Added resource IDs for nsIPrompt implementation. 2000-05-03 01:09:32 +00:00
conrad%ingress.com 6664c88aea Added resources for nsIPrompt implementation. 2000-05-03 01:07:37 +00:00
locka%iol.ie b84b3dfb52 Obselete files removed
Not part of build
2000-05-02 23:27:18 +00:00
locka%iol.ie 9504e4ec49 Removed references to nsString
Not part of build
2000-05-02 23:25:44 +00:00
blizzard%redhat.com d1d04c053f Change the root widget for the embedding control to the GtkBin class so we can be a container that contains a mozilla window. Start work on load progress. Start work on over link message. Remove the superwin creation since the widget classes now will now honor a GtkContainer as a parent. Add an unrealize handler that will properly shut down the Mozilla window when the widget is destroyed. 2000-05-02 03:41:46 +00:00
cls%seawood.org 04417332fe OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
locka%iol.ie 89655a10cc Added minimize/maximize button.
Not part of build
2000-05-01 16:21:22 +00:00
locka%iol.ie 9d2de4211c Added explicit call to release webbrowser during destruction
Not part of build
2000-05-01 16:20:25 +00:00
locka%iol.ie 16082a1fac Added back some broken project references
Not part of build
2000-04-29 01:14:02 +00:00
locka%iol.ie 5dcdc7704d Removed some cruft
Moved some CID/IID declarations here from other files
Not part of build
2000-04-29 01:13:28 +00:00
locka%iol.ie 6d8951cfb8 Add author section to header
Not part of build
2000-04-29 01:11:34 +00:00
locka%iol.ie 62f6ff61cd Renamed WebShellContainer deps to WebBrowserContainer
Not part of build
2000-04-29 01:09:05 +00:00
locka%iol.ie 426bd6a622 Made first steps in conforming to the Mozilla coding guidelines.
Did some cleanups of inconsistencies
Removed some cruft
Not part of build
2000-04-29 01:08:29 +00:00
locka%iol.ie c8266a8e26 Renamed WebShellContainer.cpp to this
Not part of build
2000-04-29 01:06:12 +00:00
locka%iol.ie 4130e6a62a MSDev project for editing control 2000-04-29 00:59:08 +00:00
pavlov%netscape.com 2eb6c0c4e0 string changes 2000-04-27 22:29:04 +00:00
mjudge%netscape.com 2c0953e1be ender lite checkin. 2000-04-27 07:37:12 +00:00
tor%cs.brown.edu fa3a74deaa Include <time.h> so glib's definition of "struct tm" doesn't
confuse SUNWspro5.0.
2000-04-26 21:10:05 +00:00
slamm%netscape.com b2510edde9 Ignore binary, TestGtkEmbed 2000-04-26 14:23:08 +00:00
cls%seawood.org 8df9167f1c Build fixes for BeOS. Bug 36924 & bug 36926. Thanks to Justin Morey <justin@68k.org> for the patches. 2000-04-25 02:05:08 +00:00
conrad%ingress.com 3d07f48e15 Made access paths within the CW folder more specific. 2000-04-24 03:49:08 +00:00
conrad%ingress.com 9c83923bc7 In SetTopLevelWindow, no longer calling AddProgressListener. This is redundant because the call to nsIWebBrowser::SetTopLevelWindow already makes the chrome the progress listening parent. The redundancy makes each of the nsIWebProgressListener methods in the chrome get called an extra time. 2000-04-24 03:47:43 +00:00
conrad%ingress.com cb2d3585f7 Removed BeginDocumentLoad/EndDocumentLoad. This functionality is handled by OnStatusNetStart/OnStatusNetStop. 2000-04-24 03:40:53 +00:00
conrad%ingress.com a883264dcd Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2000-04-24 03:37:55 +00:00
conrad%ingress.com 0003fa9f28 1. Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2. Fixed OnStatusChange. More than one status bit could be set and it was not handling this. 2000-04-24 03:37:10 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
tor%cs.brown.edu dd1a38aa24 Build bustage fix: include <stdlib.h> so we don't pick up glib's
erroneous definition of NULL.
2000-04-21 21:22:46 +00:00
blizzard%redhat.com 3aebe31b8b fix solaris by calling .Length() explicitly 2000-04-21 15:13:22 +00:00
blizzard%redhat.com 0b7b0fb183 turn on the embedding widget 2000-04-21 14:35:03 +00:00
blizzard%redhat.com 81ff245873 add more safety to the embedding initialization functions, start on signals ( just an enum now ) 2000-04-21 14:34:35 +00:00
locka%iol.ie 4816e3c914 Moved away some obselete CID/IID decls
Added method CheckForBinDirPath to request the user to set the path when there is not registry entry for it
2000-04-20 23:34:08 +00:00
locka%iol.ie cf4ebb316e Added declaration of NS_PREF_CID 2000-04-20 22:59:20 +00:00
mccabe%netscape.com ad73a83e3d Ignore some generated Makefiles 2000-04-20 01:08:17 +00:00
locka%iol.ie 37185bda55 Removed .sbr file generation C flag
Added the bin directory to the PATH so control can be registered
2000-04-19 22:46:22 +00:00
locka%iol.ie 26b5bfc5bd Fixed a build dependency problem with the idl file 2000-04-19 17:13:00 +00:00
locka%iol.ie 50c663269e Removed MIDL autogenerated header file 2000-04-19 17:09:59 +00:00