236 Commits

Author SHA1 Message Date
dougt%netscape.com
8b638a4c67 I IDL-ifying the nsProxyObjectManager.
I have updated all users that I found
grepping the source tree.

r=valeski@netscape.com
a=waterson@netscape.com
b=43131

Also checking in changes to the window's embed test which is NOT
hooked up to the build system.
2000-06-24 00:03:10 +00:00
radha%netscape.com
359b620c41 More checkins for feature bug 36547. CODE NOT PART OF THE BUILD. reviewer will be provided
when feature is enabled.
2000-06-23 23:54:30 +00:00
locka%iol.ie
6477076a2e NOT PART OF BUILD. Prototype (and currently non-functional) chrome for embedding apps 2000-06-23 10:17:13 +00:00
bryner%uiuc.edu
bb67ece49c Moving persistence-related methods from nsIXULWindow to
nsIWebBrowserChrome as a basis for fixing bug 15555.  r=valeski.
2000-06-21 22:05:28 +00:00
dougt%netscape.com
19d04442a7 removing lame asserts so you can see it work.
NOT PART OF BUILD - test app work
2000-06-21 21:05:39 +00:00
blizzard%redhat.com
4fbc56ac2c fix backwards check in GtkMozEmbedChrome::FindNamedBrowserItem as pointed out by Steven Work <steve@renlabs.com> r,a=brendan,waterson 2000-06-21 19:26:38 +00:00
locka%iol.ie
82d98577c0 NOT PART OF BUILD. Fixed a memory leak. Added a stop button. Added code to update the URL field when a page is loaded 2000-06-21 13:30:31 +00:00
locka%iol.ie
7987d5a2ce NOT PART OF BUILD. Created variant of NS_InitEmbedding that accepts an nsILocalFile object as a parameter 2000-06-21 13:19:12 +00:00
locka%iol.ie
765cfbc2d5 NOT PART OF BUILD. Moved API declarations into nsEmbedAPI.h 2000-06-21 13:05:49 +00:00
locka%iol.ie
f79e5690f7 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
37bde33290 NOT PART OF BUILD. Added preliminary header file for embedding API 2000-06-21 13:03:05 +00:00
locka%iol.ie
49ca1a3c68 Added nsIContextMenuListener to build 2000-06-21 12:50:38 +00:00
locka%iol.ie
39c38fda51 New nsIContextMenuListener interface 2000-06-21 12:49:58 +00:00
locka%iol.ie
18134a8655 Commented out both embedding hacks by default 2000-06-21 12:48:11 +00:00
radha%netscape.com
66e13fed21 Dummy implementation for 2 new methods in nsIWebNavigation. fix burning tree. 2000-06-21 07:28:45 +00:00
rpotts%netscape.com
6ec868b960 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
b45f97f9a2 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
4a52af62ab 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
44dfb4b825 Reworked the nsIWebProgress interfaces and implementation... 2000-06-19 05:54:37 +00:00
warren%netscape.com
1927d0a1ce Bug 41390. js prompt() contains remember this value checkbox. r=morse 2000-06-17 01:57:36 +00:00
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