blizzard%redhat.com
253e3e9a55
Hot tooltip love. Not part of the build.
2001-03-06 22:51:23 +00:00
blizzard%redhat.com
8248153f1b
Implement SIZE_TO, DESTROY_BROWSER, and OPEN_URI. Not part of the build.
2001-03-06 22:41:53 +00:00
blizzard%redhat.com
a24e423807
New embedding widget files. Not Yet Quite Part Of The Build, Folks
2001-03-06 21:56:57 +00:00
disttsc%bart.nl
277181c660
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
disttsc%bart.nl
a6f2f5861a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
dougt%netscape.com
128f95aa9b
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
blizzard%redhat.com
a2449b9e72
Fix bug #68158 . This should fix the crash after the second window is closed. Use a GtkWidget instead of a GdkWindow. r=bryner sr=alecf
2001-02-13 02:44:05 +00:00
disttsc%bart.nl
3d2d80d536
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
1b9ca82439
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
blizzard%redhat.com
90d96ec1d7
Fix bug #68057 . Track visibility changes so that windows opened via window.open() actually open properly.
2001-02-08 20:12:13 +00:00
blizzard%redhat.com
16e7e36da8
Fix bug #67843 . This removes the hang when popups are created in the embedding widget. r=jst sr=shaver
2001-02-07 07:05:33 +00:00
danm%netscape.com
cdda7836f7
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
blizzard%redhat.com
b66f7a9e59
Fix bug #64027 . Tooltips should work on the mozilla embedding widget. r=pavlov, sr=shaver
2001-02-07 02:47:34 +00:00
blizzard%redhat.com
b09e388273
Fix for bug #60083 . Check for QI return code and help prevent crashes. r=me sr=shaver
2001-02-07 00:19:15 +00:00
locka%iol.ie
ceb2b2bcea
Reinstated some lines accidentally removed during porting to nsIWebBrowserSiteWindow. b=46852
2001-02-02 19:24:28 +00:00
locka%iol.ie
aa7b314eba
Updated to use new nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 15:53:46 +00:00
dbaron%fas.harvard.edu
a7cfe87403
Fix previous bustage fix: NS_INTERFACE_MAP_ENTRY_AMBIGUOUS(nsISupports, nsIWebProgressListener) only adds an entry for nsISupports, not nsIWebProgressListener. r=jag, valeski
2001-02-01 01:41:57 +00:00
valeski%netscape.com
5e07b2a24e
resolving ambiguities
2001-01-31 22:08:35 +00:00
valeski%netscape.com
7d3acb0d42
r=ccarlen, sr=rpotts. 65925. adding support for listener queueing in the webbrowser, and weak reference support to webprogress listeners.
2001-01-31 21:03:40 +00:00
blizzard%redhat.com
4ef6cabd23
Fix bug #66882 . Turn off the _MOZILLA_REMOTE property on the hidden window otherwise the embedded widget will respond to remote requests. r=pavlov, sr=alecf-the-x-head
2001-01-30 20:35:14 +00:00
ccarlen%netscape.com
d9dd3b5321
Fix for bug 64501 - allow embedding apps to specify app registry location. Moves appfilelocprovider into xpcom.
r=dougt@netscape.com, sr=brendan@mozilla.org
2001-01-18 22:51:57 +00:00
blizzard%redhat.com
dd2e74d79f
Fix bug #64369 . Crash when using streaming into embedding widget. r=bryner, sr=brendan
2001-01-07 17:58:22 +00:00
blizzard%redhat.com
6ae44692a4
Fix bug #64031 . This should get the apphelper dialog working when mozilla is embedded. r=pavlov, sr=alecf
2001-01-04 22:11:31 +00:00
dbaron%fas.harvard.edu
344b70f16e
Add pref to REQUIRES line to fix red senna tinderbox from blizzard's checkin.
2001-01-02 14:38:15 +00:00
blizzard%redhat.com
efb8c9f79a
Fix bug #49223 . Add a profile api to the embedding widget. r=conrad, sr=alecf
2001-01-02 00:50:31 +00:00
blizzard%redhat.com
67c42f66d0
Fix bug #51130 . Use common dialogs for nsIPrompt in the embedding widget. r=danm, sr=brendan
2000-12-07 21:09:43 +00:00
blizzard%redhat.com
a41523d292
Fix bug #60516 . This should fix problems with named targets in the embedding widget. Patch from rusty.lynch@intel.com. r=adamlock sr=blizzard
2000-11-29 23:23:32 +00:00
cls%seawood.org
66a18fcbbf
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
danm%netscape.com
6080aa8aba
empty implementations for new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:17:09 +00:00
blizzard%redhat.com
91c0f5ad9f
Fix for bug #59033 . Properly detach the content progress listener and the container window to help with some shutdown crashes in the embedding widget. r=jst,valeski sr=mscott,brendan
2000-11-06 23:29:33 +00:00
blizzard%redhat.com
3cd057ef05
Fix bugs #58325 , #58430 . Change declaration names in class headers to what they actually should be - cosmetic only. Fix marshaler type to be STRING instead of POINTER. r=mmarker sr=mscott
2000-10-30 22:04:23 +00:00
blizzard%redhat.com
6ab03780a5
Fix bug #57544 . Add text/plain to the list of types that we support for the embedding widget. r=valeski sr=mscott
2000-10-30 19:48:53 +00:00
warren%netscape.com
cd56c0575b
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
9a6d92a433
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
blizzard%redhat.com
244053ab13
fixing bugs 54351 and 54013. this should get the embedding widget working again after the jar landing. it also fixes streaming ( patch from ramiro. ). mini-nav.xul should work again too as a side effect.
2000-10-05 05:39:37 +00:00
locka%iol.ie
b78abdf560
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2000-09-20 12:23:53 +00:00
dougt%netscape.com
c2923c8476
+ Added OnSecurityChange() to nsIWebProgressListener interface.
...
+ Added dummy function to all users of nsIWebProgressListener
+ Added new security event sink.
+ Hooked up new event sink to docloader and friends.
+ Fixed memory leaks and crashes in nsSecureBrowserImpl.
+ Added AlertPrompt to nsIPrompt Interface.
+ Enabling xpcom test on unix.
Fixes bug 46872. r=valeski/rpotts
2000-09-14 22:56:56 +00:00
locka%iol.ie
4214bd38ee
Added new x, y, width & height parameters to createBrowserWindow method. b=46851,r=valeski
2000-09-14 11:09:51 +00:00
rayw%netscape.com
0257791053
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
blizzard%redhat.com
405ad02bed
remove call to unset session history object. a=brendan
2000-09-08 14:51:57 +00:00
dbaron%fas.harvard.edu
2108c7088c
Copy cls's hack to another makefile to fix nebiros bustage. This prevents time.h from being included on Sun's WorkShop compiler. r=scc
2000-08-30 12:29:39 +00:00
blizzard%redhat.com
4330e6f11e
final bits of key and mouse listener support for the embedding widget. r=dougt, a=waterson
2000-08-29 14:43:02 +00:00
locka%iol.ie
ecebe2ac21
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
blizzard%redhat.com
f7a2d8ca5c
infastructure for bug 41966 - getting key bindings working for the gtk embedding widget r=valeski, a=waterson
2000-08-23 03:38:27 +00:00
dbaron%fas.harvard.edu
9eb6bb49b6
Attempt to fix build bustage by adding not-implemented functions.
2000-08-22 13:34:05 +00:00
jband%netscape.com
96b9880c3c
fix bustage after nsIBaseStream removal
2000-08-22 09:21:32 +00:00
warren%netscape.com
95331705a3
Updated nsIBufferInputStream to nsIInputStream.
2000-08-22 08:25:05 +00:00
mcafee%netscape.com
6615478f18
Ignore generated files.
2000-08-16 22:44:35 +00:00
blizzard%redhat.com
d94fa02b74
fix for bug #48640 . fix UMR in offscreen window initialization. a=brendan
2000-08-12 17:34:44 +00:00
conrad%ingress.com
c806604746
Added appfilelocationprovider lib
r=valeski
2000-08-11 20:17:55 +00:00