Commit Graph

216 Commits

Author SHA1 Message Date
rbs%maths.uq.edu.au
26742e611c 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
383ddecafc 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
278ca8c42a 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
fd1d842dc6 Not part of the build! Holds a ref to the nsIWebBrowser. 2000-06-12 21:48:13 +00:00
conrad%ingress.com
59332eb3c3 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
43c06c1e69 Not part of the build! Can be compiled without using PowerPlant PCH. 2000-06-12 21:45:18 +00:00
conrad%ingress.com
2a85a59d9f Not part of the build! Added accessor to get the CBrowserShell. 2000-06-12 21:41:47 +00:00
conrad%ingress.com
b20131a2e2 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
bcc53826a3 Not in the build! Added accessor for nsIWebBrowser. 2000-06-12 21:37:47 +00:00
conrad%ingress.com
5300b8e34e Not in the build! Removed nsIPref instance variable since now we use service. 2000-06-12 21:36:16 +00:00
conrad%ingress.com
34bc9f4f9c Not in the build! Use prefs service instead of creating instance. 2000-06-12 21:35:28 +00:00
conrad%ingress.com
ab216067cf Not in the build! Changed definition of throbber. 2000-06-12 21:33:55 +00:00
conrad%ingress.com
b593cf8cc6 Not in the build! Removed unused access path. 2000-06-12 21:32:36 +00:00
locka%iol.ie
2b0e2115c8 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
d9d7e2e3d7 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
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
blizzard%redhat.com
7afefe87b3 bring test case in sync with new header file definitions 2000-05-24 23:24:39 +00:00
blizzard%redhat.com
18f3af947e make enums more gtklike. r=pavlov, a=waterson 2000-05-24 23:18:23 +00:00
valeski%netscape.com
5fd50abf2c updating impl list 2000-05-23 18:47:46 +00:00
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