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

197 Коммитов

Автор SHA1 Сообщение Дата
blizzard%redhat.com 3dcae8aa52 add the ability to interrupt a uri load 2000-05-17 06:44:59 +00:00
blizzard%redhat.com 32debe05de add the ability to stream in data into the widget. r=valeski 2000-05-17 05:42:17 +00:00
pavlov%netscape.com 803190ad4b changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
locka%iol.ie b48260b477 Changed a few calls to GetIID to use the NS_GET_IID macro.
Put in a mouse listener on the web shell container (non functional at present)
2000-05-16 22:07:09 +00:00
locka%iol.ie a234c1d4b2 Swapped around the order files were #include'd to get around a problem with ERROR being defined by wingdi as 0 when nsIDOMEvent.h tried to define it in an enum 2000-05-16 22:05:52 +00:00
locka%iol.ie 6debaa67c5 Added property notify sink
Fire ready state property change when the control has finished loading
2000-05-16 22:04:44 +00:00
warren%netscape.com 618d468469 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
blizzard%redhat.com 58dda5544f add code to handle the destruction of a window via JS, add support for FindNamedBrowserItem and fix some destruction related bugs in the widget. 2000-05-12 03:14:42 +00:00
locka%iol.ie daf994e18e no message 2000-05-11 18:56:11 +00:00
locka%iol.ie 056b9782a6 Fixed the popup window code 2000-05-11 18:55:48 +00:00
locka%iol.ie 11740087a1 Changed error message text 2000-05-11 18:55:22 +00:00
blizzard%redhat.com eb03dced5f add tests for new window and for visibility changes. make sure to destroy the widget when it's requested 2000-05-10 21:55:36 +00:00
blizzard%redhat.com f1fc191267 add new_window + visibility change signals. add map method to widget so that you can use the show and realize methods in the right order. 2000-05-10 21:54:53 +00:00
ramiro%fateware.com 4459a217ab Quiet down the debug noise a tiny bit. 2000-05-09 22:09:32 +00:00
blizzard%redhat.com 2f3c0d0250 add code for forward/back/reload 2000-05-09 21:34:54 +00:00
cls%seawood.org 1f3265f5ab Add <string.h> include for HP build. 2000-05-09 06:17:14 +00:00
blizzard%redhat.com e97ef02b1d better test program for testing embedding widget. 2000-05-09 03:02:11 +00:00
blizzard%redhat.com 73c394b953 fix bug where we were returning the js status string instead of the location. remove the toplevel window handling code for now. reverse the cur + max totals for progress updates since it makes more sense that way. fix signal marshallers to assume that int != int32. fix wrong marshaler for net_status and progress signals. change prototypes from GtkWidget * to GtkMozEmbed * since that's the Gtk way. make sure to actually pass the flags during a net_status signal. 2000-05-09 03:01:41 +00:00
locka%iol.ie d60cc8ac22 Added some explanatory error messages for common problems 2000-05-09 01:54:23 +00:00
locka%iol.ie 724731a7c3 Fixed a crash caused by accidentally calling an overridden version of MessageBox 2000-05-09 00:12:09 +00:00
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