locka%iol.ie
f6c2033f87
Updated VC project
2000-06-28 20:40:29 +00:00
locka%iol.ie
b99693626c
Added property dialogs
2000-06-28 20:40:10 +00:00
locka%iol.ie
b6d51802a7
Added clipboard interfaces. Added interface refcount debugging
2000-06-28 20:39:42 +00:00
locka%iol.ie
ab18b5b227
Added proper MPL header
2000-06-28 20:38:53 +00:00
locka%iol.ie
0762547d92
Changed makefile.win to use embedding APIs
2000-06-28 20:37:39 +00:00
locka%iol.ie
5202f29e38
Added code for write/writeln to IE DOM. Thanks to Arne de Bruijn <arne@knoware.nl> for this contribution
2000-06-28 20:35:51 +00:00
locka%iol.ie
08999a057a
Removed unused CIDs and IIDs
2000-06-28 20:31:43 +00:00
locka%iol.ie
c774b2036b
Changed diagnostic macro
2000-06-28 20:30:33 +00:00
locka%iol.ie
89028ad1d7
Added nsIContextMenuListener. Fixed some memory leaks
2000-06-28 20:29:49 +00:00
locka%iol.ie
3d70813dd1
NOT PART OF BUILD. Added a DTD and localized the file somewhat
2000-06-28 20:27:51 +00:00
locka%iol.ie
1af23a1b26
NOT PART OF BUILD. Added some strings
2000-06-28 20:27:15 +00:00
locka%iol.ie
e3d35ffbd4
NOT PART OF BUILD. Removing obselete file
2000-06-28 20:26:28 +00:00
blizzard%redhat.com
ae64676a46
fix bug #41820 . The gtk embedding widget will now startup and shutdown XPCOM properly. Also, fix code that was broken when the nsIWebProgress changes happened. Only build tests when tests are built. Add interface to get the nsIWebBrowser object from the embedding widget. r=dougt,bryner a=brendan
2000-06-28 20:24:28 +00:00
tao%netscape.com
c094568ffd
39790: [L12y] Move all localizable prefs into chrome://.r=alecf.
2000-06-27 22:13:23 +00:00
dougt%netscape.com
b53b8ff245
Adding windows embedding test harness to build.
...
43054
r=valeski
a=valeski & pdt.
2000-06-27 21:10:25 +00:00
blizzard%redhat.com
9443e53336
turn on base directory for unix ( part of previous checkin )
2000-06-27 20:55:11 +00:00
blizzard%redhat.com
eedbd4534a
build the embedding/base code on unix. fix trailing newline in nsEmbedBase.h and put the thread hack back in until we get a long term solution. bug #43952 . r=adamlock,valeski a=brendan
2000-06-27 20:54:15 +00:00
locka%iol.ie
b198e2c388
NOT PART OF BUILD. Added popup menus
2000-06-27 12:01:24 +00:00
dougt%netscape.com
888cb9091a
simplify, simplify, simplify...
...
added editor support.
added multiple document support.
reduced what interfaces were needed by the WebBrowser class.
Not Part of build!
2000-06-27 01:30:20 +00:00
locka%iol.ie
6f2afac9f1
NOT PART OF BUILD. Fixed DTD makefile
2000-06-26 14:50:53 +00:00
locka%iol.ie
5bcb10555f
NOT PART OF BUILD. First working cut of the mini navigator chrome
2000-06-26 14:49:39 +00:00
locka%iol.ie
9337cf2baa
NOT PART OF BUILD. Fixed some path problems in makefiles & manifest
2000-06-26 14:48:54 +00:00
conrad%ingress.com
e695347dab
* Not part of build *
Filled in some nsIWebBrowserChrome and nsIBaseWindowMethods which were only stubbed out before.
2000-06-26 02:25:16 +00:00
conrad%ingress.com
9d1f31ba99
* Not part of build *
Changd nsAllocator::Free() to nsCRT::free()
2000-06-26 02:23:10 +00:00
conrad%ingress.com
5cd62834ce
* Not part of build *
Hooked up progress UI
2000-06-26 02:21:51 +00:00
conrad%ingress.com
008dba3d35
* Not part of build *
Hooked up progress UI.
2000-06-26 02:21:27 +00:00
conrad%ingress.com
092e59c638
* Not part of build *
Added SetWebBrowser()
2000-06-26 02:20:54 +00:00
conrad%ingress.com
f01ee3a471
* Not part of build *
Took out calls to Repeater and PR_Sleep.
Added SetWebBrowser()
2000-06-26 02:20:04 +00:00
conrad%ingress.com
56f54580dc
* Not part of build *
Moved calls to Repeater to ProcessEvent(). This used to be done in the SpendTime() method of each CBrowserShell which was wrong.
2000-06-26 02:18:32 +00:00
conrad%ingress.com
b52c87855a
* Not part of build *
Added res ID for plain browser window.
2000-06-26 02:13:19 +00:00
conrad%ingress.com
f12006415b
* Not part of build *
Added progress bar.
2000-06-26 02:12:32 +00:00
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
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
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
conrad%ingress.com
718c4b9891
First Checked In.
2000-04-17 12:27:12 +00:00
conrad%ingress.com
33dce6c501
First Checked In.
2000-04-17 12:19:56 +00:00
danm%netscape.com
9fb82f7058
adding 'centered' chrome flag
2000-04-13 20:06:19 +00:00
locka%iol.ie
3070fc8846
Removed last vestiges of nsIWebShellContainer (hurrah!)
...
Made first effort to fix various IE events which have either misfired or not fired at all for a while
Not part of build
2000-04-13 16:30:25 +00:00
locka%iol.ie
a78eccf8bf
Removed last vestiges of nsIWebShell (hurrah!)
...
Not part of build
2000-04-13 16:28:43 +00:00
locka%iol.ie
aa79e0d31d
Removed #includes for nsIWebShell added #includes for nsIWebProgress & nsIWebProgressListener
...
Not part of build
2000-04-13 16:27:08 +00:00
locka%iol.ie
8823495ca6
Removed references to webshellcontainer
...
Not part of build
2000-04-13 16:23:53 +00:00
locka%iol.ie
6d95fdddec
Moved control to components folder.
...
Put some hacks in around the calls to the non-reentrant NS_InitXPCOM so that the control can be used from VB
2000-04-12 22:54:54 +00:00
tbogard%aol.net
60994d2347
Changed tab spacing to say 3 to be accurate.
2000-04-11 23:49:08 +00:00
ramiro%fateware.com
235fbbdb97
If an argument is given on the command line, load it as a url to test loading
...
of urls before the widget is realized.
2000-04-10 22:57:27 +00:00
ramiro%fateware.com
aa89b1bdd5
Constify gtk_moz_emged_load_url. If the widget aint realized on url load,
...
save the url for later.
2000-04-10 22:52:54 +00:00
locka%iol.ie
878c3400bd
Fixed link clicking assert
2000-04-10 21:09:46 +00:00
locka%iol.ie
dbe8b9d75f
Removed some vestiges of when plugin used to be part of the control project
2000-04-10 21:09:07 +00:00
blizzard%redhat.com
fb639838ae
add .cvsignore file
2000-04-03 02:06:14 +00:00
tbogard%aol.net
8a9cd7de65
The parent content listener now doesn't have to implement every method. It can just implement the ones it wants and return NS_ERROR_NOT_IMPLEMENTED on the others.
2000-04-03 00:45:25 +00:00
blizzard%redhat.com
a0d0284b26
remove the nsIDocShell hackery that was in there since travis checked in code to fix the problem that I was having. this is not part of the build.
2000-04-03 00:05:30 +00:00
scc%netscape.com
1195013f98
Adding NSPR to both debug and optimized builds; this should fix the build bustage. r=bruce
2000-04-02 23:19:24 +00:00
blizzard%redhat.com
2b5d867757
use C++ mode for C++ files for emacs users
2000-04-02 21:19:56 +00:00
tbogard%aol.net
ff39fd1ee9
added files: mozilla/embedding/browser/webBrowser/nsWBURIContentListener.cpp
2000-04-02 21:01:51 +00:00
tbogard%aol.net
76bc88c235
Implemented the nsWBURIContentListener class and hooked it up to the build. It now sets itself as the parentURIListener for the internal docShell. Doing this makes the webBrowser control now the preferred handler for most webBrowser type loads. This fixes the problem where people who were embedding with this would always get a new window. Added a method to nsIWebBrowser to allow setting a parent URI Listener. Split the destruction of the webBrowser object into an InternalDestroy method. This fixes the odd construct where the destructor was calling Destroy and then having to clean up the Init structure that the Destroy method created.
2000-04-02 21:01:18 +00:00
blizzard%redhat.com
978f1937f1
add work around for problems in nsIWebBrowser by registering the chrome object as the URIContentListener of the docshell. this solves the problem where clicking in links creates a new toplevel window.
2000-04-02 20:50:57 +00:00
blizzard%redhat.com
3bb2e243e1
make the default size bigger
2000-04-02 20:49:28 +00:00
locka%iol.ie
fa85f40609
Replaced some more nsIWebShell references.
...
Changed browser to call LoadURI on nsIWebNavigation instead of the old webshell LoadURL method
2000-04-02 13:58:36 +00:00
locka%iol.ie
9bbfbb399d
Replaced FindNamedBrowser method with FindNamedBrowserItem
2000-04-02 13:57:25 +00:00
cls%seawood.org
da66e49516
Adding a script to print out which of a given list of files do not end with a newline. Source files that do not end with a newline break at least the HP-UX compiler. Adding newlines to all of the source files found at this point.
2000-04-02 07:17:25 +00:00
tbogard%aol.net
426b4e98dd
First checkin of new files for the content listener in the webBrowser.
2000-04-02 07:05:39 +00:00
danm%netscape.com
4a0f6c4a45
add alwaysraised/lowered chrome flags
2000-04-01 22:02:18 +00:00
locka%iol.ie
4e09e35e37
Fixed problem with browser opening as a popup and not a control.
...
Removed some webshell references
2000-04-01 16:30:43 +00:00
blizzard%redhat.com
908043d11a
more work on the embedding widget. not part of the build. a=leaf
2000-04-01 04:21:40 +00:00
ramiro%fateware.com
7f259009b5
Changed the signature GtkMozEmbedChrome::FindNamedBrowserItem() for the l+g
...
embedding changes. nsIDocShellTreeItem vs. nsIWebBrowser.
2000-03-31 09:09:45 +00:00
tbogard%aol.net
0b8ca33dce
Renamed the parameters to be *Child* instead of *Self* to be better in sync with the function name OnChildProgressChange().
2000-03-29 10:11:36 +00:00
tbogard%aol.net
32d9a7b5d0
In the implementation of FindItemWithName, make sure to pass the tree owner the docShell knows about and not another higher level requestor.
2000-03-28 09:40:14 +00:00
tbogard%aol.net
124c297b47
Changed the FindNamedBrowser to be FindNamedBrowserItem. This is important because it's possible that a frame needs to be returned, not just a toplevel browser object. So we need to be able to return a destination frame from this call. So now the API talks in terms of a frame.
2000-03-28 09:24:12 +00:00
tbogard%aol.net
70be3f48e8
Make sure the embedding control is properly setting itself as the tree owner. This should fix the current assertion when running viewer.
2000-03-28 07:40:10 +00:00
locka%iol.ie
4e856f87f6
Added impl of new interface method
2000-03-27 23:18:44 +00:00
locka%iol.ie
5378dcc162
Fixed plugin to match only against *.ocx and *.dll files
2000-03-26 15:06:32 +00:00
locka%iol.ie
d19e156b80
Fixed up CBrowse to work from its new home
2000-03-26 15:05:05 +00:00
locka%iol.ie
24bc3a47cc
First cut at a working control after the move to the new APIs. It works but the content appears in a popup window for some reason
2000-03-26 15:01:44 +00:00
tbogard%aol.net
f5e337633e
Removed the cookie from AddWebBrowserListener and RemoveWebBrowserListener because frankly that parameter was dumb. :) Updated the implementation of nsIWebProgressListener to reflect changes in the API (removal of the cookie there too). Removed the UpdateListeners function as that will no longer be needed.
2000-03-26 04:52:16 +00:00
tbogard%aol.net
8a8c101ec9
Implementation for the new method onLocationChange added to the nsIWebProgressListener interface.
2000-03-25 01:00:05 +00:00
blizzard%redhat.com
ecfda23b80
explicitly link in the superwin library. not part of the build.
2000-03-24 03:21:21 +00:00
blizzard%redhat.com
10cdf9e2ce
initial code checkin for the new gtk embedding widget. bug #31905 . This is not feature complete and is not being built yet.
2000-03-23 23:55:18 +00:00
locka%iol.ie
048759be2a
Fixed up to build (but not work) against the latest webshell stuff
2000-03-23 22:43:23 +00:00
locka%iol.ie
740327a269
Moved from webshell/embed/ActiveX
2000-03-21 22:35:48 +00:00
locka%iol.ie
6a1f81da10
Moved from webshell/embed/ActiveX
2000-03-21 22:22:47 +00:00
locka%iol.ie
83fa6cf316
Updated source with changes from old activex control folder
2000-03-21 22:15:35 +00:00
locka%iol.ie
bc3a508029
Relocated ActiveX control test source
2000-03-21 00:05:33 +00:00
tbogard%aol.net
02b7661f7a
Implemented FindItemWithName and ContentShellAdded. Changed FindNamedBrowserChrome to deal with nsIWebBrowser instead of nsIWebBrowserChrome and changed the name to FindNamedBrowser. Changed FindNamedBrowser and GetNamedBrowser to return the type instead of having it as an out parameter. This is cleaner for JS.
2000-03-15 04:32:16 +00:00
tbogard%aol.net
7eff142623
Removing nsIProgress and nsIProgressListener as they aren't used and are replaced in intent by nsIWebProgress and nsIWebProgressListener.
2000-03-14 11:28:11 +00:00
scc%netscape.com
1c29216af2
Removed "nsIProgress.idl" and "nsIProgressListener.idl" for travis since Camelot is down. This is really travis' checkin.
2000-03-14 11:23:20 +00:00
tbogard%aol.net
cbe2df7576
Remove include of nsIProgress as the interface is going away.
2000-03-14 11:16:08 +00:00
tbogard%aol.net
e1c5c39fd6
Use the generic factory to create the actual objects for the nsWebBrowserSetup and nsWebBrowser classes. Got rid of the unneeded ::Create methods on those classes.
2000-03-14 07:20:17 +00:00
tbogard%aol.net
cad70d2abc
nsDocShellTreeOwner now implements nsIWebProgressListener. nsIInterfaceRequestor is not a required interface of the embedding owner. Provided basic implementation for most of the nsIDocShellTreeOwner Methods. Provided basic implementation for most of nsIBaseWindow. Implementation for nsIWebProgressListener.
2000-03-14 07:10:08 +00:00
tbogard%aol.net
f4be7fb6ae
Updated paramaters to GetNewBrowserChrome() and changed it to GetNewBrowser() to reflect changes in the API. Added new functions SizeBrowserTo() and ShowAsModal() that were added to the nsIWebBrowserChrome API.
2000-03-14 07:06:07 +00:00
tbogard%aol.net
d2b9d12fc5
webBrowser now depends on the docShell implementing nsIWebProgress interface. It now passes all the work on to it as well.
2000-03-14 07:05:08 +00:00
danm%netscape.com
b4a513454f
added factory source files
2000-03-14 03:13:54 +00:00
danm%netscape.com
f6c608b41f
two more source files necessary for webBrowser.mcp
2000-03-14 03:12:07 +00:00
tbogard%aol.net
c2bcda31ca
Changed to a generic module.
2000-03-13 07:21:36 +00:00
tbogard%aol.net
1ff8c41b96
Made the constructor public so we can access it from the generic module code.
2000-03-13 07:11:21 +00:00
tbogard%aol.net
18cc1f5b7c
Made the constructor public.
2000-03-13 07:09:54 +00:00