radha%netscape.com
1b49f073d3
Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
...
new semantics. r=valeski sr=alecf a=blizzard(drivers@mozilla.org )
2001-05-29 22:48:39 +00:00
danm%netscape.com
bd306441f5
change window ownership model to match Mozilla's (self-referential). bug 76522 r=adamlock,hyatt
2001-05-21 22:49:18 +00:00
arik%netscape.com
4dd69fe7eb
moved SizeToContent from nsIDOMWindowInternal to nsIDOMWindow and updated existing code. Fixes bug 69922, r=dr, sr=brendan, a=blizzard.
2001-04-28 02:42:23 +00:00
dr%netscape.com
dbfa6b68ad
fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa
2001-04-25 02:04:56 +00:00
danm%netscape.com
15247647b9
implement intrinsically sized chrome windows. useful when using default nsIPrompts, as winEmbed does. part of bug 75745. r=blizzard,ccarlen,hyatt a=chofmann
2001-04-24 23:05:34 +00:00
danm%netscape.com
d8d928b060
implement ShowAsModal and remove nsIPrompt implementation; requirements for fielding default nsIPrompts. bug 75745 r=blizzard,hyatt
2001-04-21 02:45:37 +00:00
ccarlen%netscape.com
fad24de4ee
Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard
2001-04-21 00:26:18 +00:00
ccarlen%netscape.com
7720f48f12
Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts.
2001-04-10 18:30:25 +00:00
locka%iol.ie
0807b595b9
Cleaned up code style, indentation, replaced tabs with spaces. Added dummy implementations of nsITooltipListener and nsIContextMenuListener.
2001-03-28 11:20:18 +00:00
locka%iol.ie
368a8fc0d8
Updated profile switching code. Fixed some chrome issues related to javascript open/close behaviour. Cleaned up the code somewhat. b=66533
2001-03-22 14:49:39 +00:00
locka%iol.ie
8b27a53fb3
Updated to use nsIEmbeddingSiteWindow sr=blizzard@mozilla.org b=68581
2001-03-13 12:48:33 +00:00
danm%netscape.com
a58e95682d
moving [GS]etPersistence from nsIWebBrowserChrome to nsIDocShellTreeOwner. embedding API review meeting made me do it. bug 69918 r=ccarlen,hyatt
2001-03-09 02:04:06 +00:00
danm%netscape.com
b50ee05767
teach GetInterface about nsIDOMWindow. bug 67369 r=hyatt,jst
2001-02-26 00:34:57 +00:00
danm%netscape.com
e7eacd23b9
cleaning up window ownership model a la scc@netscape.com, adding WindowCreator callback. bug 67368 r=hyatt,pinkerton
2001-02-17 02:43:58 +00:00
valeski%netscape.com
60fc41df35
sr=scc. 68187. making weak reference implementation on the browser listener part requirement explicit. API change.
2001-02-14 03:12:33 +00:00
danm%netscape.com
150f53b764
removing FindNamedBrowserItem, rearranging window creation (and hooking it up to nsDocShellTreeOwner), adding cheesy implementation of nsIPrompt and chrome flags
2001-02-07 05:10:46 +00:00
radha%netscape.com
659c48ea24
Test code for history listener r=valeski sr=rpotts
2001-02-07 00:33:11 +00:00
locka%iol.ie
086e3b229e
Implemented nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
...
Also added menu option for profile switching.
2001-02-02 13:24:50 +00:00
valeski%netscape.com
134c862eef
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
locka%iol.ie
a9722aa4ef
winEmbed gets a face lift. sr=rpotts, b=60299
2000-12-13 13:47:16 +00:00
waterson%netscape.com
71db0e0c21
Bug 59283. Don't let gtkEmbed/winEmbed open >1 window. r=dougt, sr=rpotts
2000-12-06 00:59:36 +00:00
dougt%netscape.com
6225353579
Fixes 60886. r=adamlock
2000-11-27 19:35:03 +00:00
danm%netscape.com
ae877b5f7f
empty implementations for new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:17:09 +00:00
dougt%netscape.com
c3c864a472
+ 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
6a308a5497
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
6cc70ebd6c
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
locka%iol.ie
c52f68cce4
API changes for embedding. b=46847, r=dougt, a=valeski
2000-08-25 18:39:46 +00:00
dougt%netscape.com
0248791f75
Ton of changes. Basically using nsIWebBrowserChrome now.
...
valeski@netscape.com
47003
2000-08-01 01:37:07 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
dougt%netscape.com
d02f2a8dee
Adding files to cvs for test application.
2000-07-04 22:42:09 +00:00