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

277 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 24d30150b4 NOT PART OF BUILD. Added exports for nsEmbedAPI.h, fixed a duff dependency rule 2000-06-21 13:05:21 +00:00
locka%iol.ie 3cff9ee392 NOT PART OF BUILD. Added preliminary header file for embedding API 2000-06-21 13:03:05 +00:00
locka%iol.ie f7f3466649 Added nsIContextMenuListener to build 2000-06-21 12:50:38 +00:00
locka%iol.ie 523fb4112c New nsIContextMenuListener interface 2000-06-21 12:49:58 +00:00
locka%iol.ie 17165a3ac4 Commented out both embedding hacks by default 2000-06-21 12:48:11 +00:00
radha%netscape.com bf05711448 Dummy implementation for 2 new methods in nsIWebNavigation. fix burning tree. 2000-06-21 07:28:45 +00:00
rpotts%netscape.com 4bae1234c4 Fixed the GTK_MOZ_EMBED_STATUS enum to have the *correct* decimal values of their corrosponding NS_ERROR codes. 2000-06-20 06:19:40 +00:00
dougt%netscape.com 2b54cbad7c THIS IS NOT PART OF THE BUILD.
Update nsIWebProgressListener to match rpotts work.

r/a = valeski@netscape.com
bug 43054
2000-06-20 04:30:41 +00:00
dougt%netscape.com 84c5ec9099 THIS IS NOT PART OF BUILD
This is the window test harness for embedding.

r/a=valeski@netscape.com
bug number: 43054
2000-06-20 03:22:47 +00:00
rpotts%netscape.com 49c54755fc Reworked the nsIWebProgress interfaces and implementation... 2000-06-19 05:54:37 +00:00
warren%netscape.com 06dd25d8b6 Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
rbs%maths.uq.edu.au 29f1b6960b Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com 2000-06-15 09:54:41 +00:00
conrad%ingress.com f3134dfda0 Not part of the build! This class now descends from LControl instead of LView. 2000-06-12 21:54:05 +00:00
conrad%ingress.com 6e60f835db Not part of the build! This class now descends from LControl instead of LView. 2000-06-12 21:48:56 +00:00
conrad%ingress.com 1a220863b1 Not part of the build! Holds a ref to the nsIWebBrowser. 2000-06-12 21:48:13 +00:00
conrad%ingress.com 596d7c7ba8 Not part of the build! Updated implementation of nsIPrompt for its changed API. Implemented SetWebBrowser. 2000-06-12 21:47:14 +00:00
conrad%ingress.com 2134725722 Not part of the build! Can be compiled without using PowerPlant PCH. 2000-06-12 21:45:18 +00:00
conrad%ingress.com 93f54365f4 Not part of the build! Added accessor to get the CBrowserShell. 2000-06-12 21:41:47 +00:00
conrad%ingress.com b656827daa Not in the build! Now tells its chrome about its CBrowserShell's nsIWebBrowser. No longer loads a URL on FinishCreateSelf. When the window is resized, resizes the widget first before calling inherited method. This bug caused the throbber not to redraw when the window was enlarged. 2000-06-12 21:40:29 +00:00
conrad%ingress.com b63a49bcba Not in the build! Added accessor for nsIWebBrowser. 2000-06-12 21:37:47 +00:00
conrad%ingress.com a9d800f249 Not in the build! Removed nsIPref instance variable since now we use service. 2000-06-12 21:36:16 +00:00
conrad%ingress.com 952aadcb72 Not in the build! Use prefs service instead of creating instance. 2000-06-12 21:35:28 +00:00
conrad%ingress.com ea60723091 Not in the build! Changed definition of throbber. 2000-06-12 21:33:55 +00:00
conrad%ingress.com 1d874861a7 Not in the build! Removed unused access path. 2000-06-12 21:32:36 +00:00
locka%iol.ie ee6d60d255 NOT PART OF BUILD
Added refcounting to Init/Term for balanced calling. Added a bogus call to create a string bundle on the main thread.
2000-06-12 15:39:43 +00:00
locka%iol.ie 9af63e0f5d NOT PART OF BUILD!
New embedding APIs for *simple* initialisation by hiding all the XPCOM initialisation and kludges that embedding apps have to do.
2000-06-06 18:28:01 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
blizzard%redhat.com 18cafcaee3 bring test case in sync with new header file definitions 2000-05-24 23:24:39 +00:00
blizzard%redhat.com f9e4793241 make enums more gtklike. r=pavlov, a=waterson 2000-05-24 23:18:23 +00:00
valeski%netscape.com f46e0c7972 updating impl list 2000-05-23 18:47:46 +00:00
blizzard%redhat.com 38db325e85 add the ability to interrupt a uri load 2000-05-17 06:44:59 +00:00
blizzard%redhat.com 43e3ff65e2 add the ability to stream in data into the widget. r=valeski 2000-05-17 05:42:17 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
locka%iol.ie 7db2265bb7 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 6d7daf9f92 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 97e71196a8 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 4d1711e5f8 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 b0140fa8a4 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 3ef5d6f133 no message 2000-05-11 18:56:11 +00:00
locka%iol.ie 6af7187608 Fixed the popup window code 2000-05-11 18:55:48 +00:00
locka%iol.ie 1bcea615cd Changed error message text 2000-05-11 18:55:22 +00:00
blizzard%redhat.com f699d209bf 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 1e6139d9e2 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 8ee4cf8ea1 Quiet down the debug noise a tiny bit. 2000-05-09 22:09:32 +00:00
blizzard%redhat.com f55a271846 add code for forward/back/reload 2000-05-09 21:34:54 +00:00
cls%seawood.org 1fec62484f Add <string.h> include for HP build. 2000-05-09 06:17:14 +00:00
blizzard%redhat.com 47187bfe18 better test program for testing embedding widget. 2000-05-09 03:02:11 +00:00
blizzard%redhat.com ca5e217a22 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 ec06bd5d5e Added some explanatory error messages for common problems 2000-05-09 01:54:23 +00:00
locka%iol.ie 44ea04c0b2 Fixed a crash caused by accidentally calling an overridden version of MessageBox 2000-05-09 00:12:09 +00:00
erik%netscape.com 30ed5fb982 local .cvsignore file 2000-05-07 17:29:44 +00:00
locka%iol.ie 83aea6d179 Moved mozctl.dll out of components directory 2000-05-06 00:08:39 +00:00
blizzard%redhat.com 6d373c27ac 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 c9ddc78f42 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 80ba24fbcd 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 f0bcc218c6 Added activex to build
Not part of build
2000-05-03 22:41:39 +00:00
blizzard%redhat.com 5cea93a98f add some signal tests 2000-05-03 21:21:18 +00:00
blizzard%redhat.com cb7f1cb7b0 more work on signals 2000-05-03 21:20:55 +00:00
locka%iol.ie a312409c93 Fixed more coding style issues
Not part of build
2000-05-03 17:56:02 +00:00
blizzard%redhat.com 3f17f6c4c3 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 ad7c9a339c Use nsString::AssignWithConversion to build nsStrings from char strings. 2000-05-03 01:27:15 +00:00
conrad%ingress.com 741f893194 Added nsIPrompt implementation. 2000-05-03 01:24:54 +00:00
conrad%ingress.com cd28a745dc Use AssignWithConversion to make nsString. 2000-05-03 01:23:13 +00:00
conrad%ingress.com ed35421751 Use AssignWithConversion to create nsAutoString from char string. 2000-05-03 01:21:59 +00:00
conrad%ingress.com 7472831e60 Added resource IDs for nsIPrompt implementation. 2000-05-03 01:09:32 +00:00
conrad%ingress.com 4fe9ead097 Added resources for nsIPrompt implementation. 2000-05-03 01:07:37 +00:00
locka%iol.ie 719087cb78 Obselete files removed
Not part of build
2000-05-02 23:27:18 +00:00
locka%iol.ie c7c548dec3 Removed references to nsString
Not part of build
2000-05-02 23:25:44 +00:00
blizzard%redhat.com 363ad11bdc 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 58aac2e6af OS/2 Makefile.in tweaks. Batch 10 & 11. Bug #34106 2000-05-02 01:18:46 +00:00
locka%iol.ie 84d34ade4c Added minimize/maximize button.
Not part of build
2000-05-01 16:21:22 +00:00
locka%iol.ie e41c95a008 Added explicit call to release webbrowser during destruction
Not part of build
2000-05-01 16:20:25 +00:00
locka%iol.ie ccfd818a9e Added back some broken project references
Not part of build
2000-04-29 01:14:02 +00:00
locka%iol.ie 1e4cf6c0c2 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 3e269cf851 Add author section to header
Not part of build
2000-04-29 01:11:34 +00:00
locka%iol.ie 8d87b08d79 Renamed WebShellContainer deps to WebBrowserContainer
Not part of build
2000-04-29 01:09:05 +00:00
locka%iol.ie e9ec753978 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 a65981a3d0 Renamed WebShellContainer.cpp to this
Not part of build
2000-04-29 01:06:12 +00:00
locka%iol.ie bdb22a3003 MSDev project for editing control 2000-04-29 00:59:08 +00:00
pavlov%netscape.com 277c84681a string changes 2000-04-27 22:29:04 +00:00
mjudge%netscape.com 48f046e6b3 ender lite checkin. 2000-04-27 07:37:12 +00:00
tor%cs.brown.edu d5602f2f61 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 cd3d62db6d Ignore binary, TestGtkEmbed 2000-04-26 14:23:08 +00:00
cls%seawood.org 966fe87e27 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 e24ff61135 Made access paths within the CW folder more specific. 2000-04-24 03:49:08 +00:00
conrad%ingress.com 5bca3ffcd8 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 0085cedd5b Removed BeginDocumentLoad/EndDocumentLoad. This functionality is handled by OnStatusNetStart/OnStatusNetStop. 2000-04-24 03:40:53 +00:00
conrad%ingress.com 8f30bba596 Removed implementation of nsIDocumentLoaderObserver. Its functionality is now handled by nsIWebProgressListener. 2000-04-24 03:37:55 +00:00
conrad%ingress.com 3e66fd6576 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 33edc21c9c 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 7950b57f00 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 14922edc37 fix solaris by calling .Length() explicitly 2000-04-21 15:13:22 +00:00
blizzard%redhat.com a90c0b7ea4 turn on the embedding widget 2000-04-21 14:35:03 +00:00
blizzard%redhat.com 643913b152 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 278339d012 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 6af01cc3e2 Added declaration of NS_PREF_CID 2000-04-20 22:59:20 +00:00
mccabe%netscape.com aa82cfca15 Ignore some generated Makefiles 2000-04-20 01:08:17 +00:00
locka%iol.ie fba2d27cd8 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 244e0255f3 Fixed a build dependency problem with the idl file 2000-04-19 17:13:00 +00:00
locka%iol.ie 453d3d1acf Removed MIDL autogenerated header file 2000-04-19 17:09:59 +00:00