Commit Graph

66 Commits

Author SHA1 Message Date
dbaron%fas.harvard.edu
aa4fec2b67 Header include dependency cleanup. b=64023 r=jag rs=brendan 2001-07-16 02:40:48 +00:00
jaggernaut%netscape.com
5a6317b8a5 Bug 88413: Remove |GetUnicode()| from nsString (and replace it with |get()|). r=dbaron, rs=scc.
This removes all call-sites I can currently fix. Tomorrow I'll try to get someone to checkin my changes to security/ and I'll get some help with the Netscape side of things.

nsString::GetUnicode()'s final death-blow will be dealt soon. Please keep this in mind as you add new code :-)
2001-06-30 11:02:25 +00:00
waterson%netscape.com
b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
radha%netscape.com
a175f5f11f 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
faa7681f86 change window ownership model to match Mozilla's (self-referential). bug 76522 r=adamlock,hyatt 2001-05-21 22:49:18 +00:00
locka%iol.ie
ad3dc26b7d Fix activates/deactivates browser window when test app winEmbeds frame becomes active/inactive r=disttsc@bart.nl b=78610 2001-05-15 14:33:43 +00:00
arik%netscape.com
96627cc8b7 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
eec73874cf fix for 70224 (need nsIWebBrowserChromeFocus for embedding). r=danm, sr=hyatt, a=asa 2001-04-25 02:04:56 +00:00
danm%netscape.com
9c5107d72a 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
727db81742 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
c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
ccarlen%netscape.com
2ad2b9adcf 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
ccarlen%netscape.com
0108a738a8 Sample code - not part of the process. Bug 74120 - remove refs to old cache. r=valeski. 2001-04-03 14:32:01 +00:00
locka%iol.ie
fc607f8500 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
dc96923387 NOT PART OF BUILD. Added WindowCreator.cpp & h to project 2001-03-23 11:50:18 +00:00
locka%iol.ie
ef155ca1f9 Fixed problem of double clicking on a profile from the selection dialog caused winEmbed to quit. 2001-03-23 11:49:46 +00:00
locka%iol.ie
7130099c42 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
1970ad7b0e NOT PART OF BUILD. MSVC++ project file for winEmbed 2001-03-13 13:34:19 +00:00
locka%iol.ie
2e80d6b227 Updated to use nsIEmbeddingSiteWindow sr=blizzard@mozilla.org b=68581 2001-03-13 12:48:33 +00:00
danm%netscape.com
1c99ca8f94 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
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
danm%netscape.com
10f8095e22 reorder includes more appropriately, get rid of no longer correct comment 2001-02-26 02:19:26 +00:00
danm%netscape.com
38a93a8cef change name of WindowCreator function to fix inexplicable Windows error necessitating careful ordering of includes files 2001-02-26 02:17:02 +00:00
danm%netscape.com
6d73a9622d fix bad declaration 2001-02-26 00:35:41 +00:00
danm%netscape.com
dfec3854b8 teach GetInterface about nsIDOMWindow. bug 67369 r=hyatt,jst 2001-02-26 00:34:57 +00:00
danm%netscape.com
1bc94a1177 adding ability to WindowWatcher to open windows without parents. bug 67368 r=hyatt,pinkerton 2001-02-17 02:45:42 +00:00
danm%netscape.com
cfe4586da0 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
danm%netscape.com
c9c554fa5c implementation of WindowCreator callback. bug 67368 r=hyatt,pinkerton 2001-02-17 02:24:53 +00:00
valeski%netscape.com
9297191086 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
7d35744237 rearranging window creation (see WebBrowserChrome.cpp 1.15), adding subwindow null checks supporting chromeless dialog (see winEmbed.rc 1.8) r=scc,valeski 2001-02-07 05:15:55 +00:00
danm%netscape.com
d97a613d0a 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
danm%netscape.com
1c6087d002 rearranging window creation; a function needed to be shared. thus a new header file. bug 65229 (peripherally) r=scc,valeski 2001-02-07 05:04:38 +00:00
danm%netscape.com
2ea78653a5 adding chromeless browser dialog definition r=scc,valeski 2001-02-07 01:46:13 +00:00
radha%netscape.com
bf7f2b2d35 Test code for history listener r=valeski sr=rpotts 2001-02-07 00:33:11 +00:00
locka%iol.ie
b9b3a6093c 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
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
locka%iol.ie
77daa803c6 Added a timer to the message loop to prevent 100% cpu usage when the message queue was empty. b=58701 2001-01-23 14:15:57 +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
locka%iol.ie
e2be8ec844 Changed winEmbed to use the new embedding idle loop routines. b=44120 2001-01-18 14:10:50 +00:00
locka%iol.ie
b07eaf72d1 Added an Auto HScroll bit to the URL address control. This flag allows long URLs (longer than the width of the control) to be typed in. 2001-01-02 15:11:07 +00:00
pinkerton%netscape.com
f53d582d4a clean up interface, per directions. adding copyLinkLocation(), and specifying semantics of selectNone() wrt insertion point location. Implemented selectNone(). r=saari/a=hyatt. bug#s 46867, 63001 2000-12-22 01:13:46 +00:00
locka%iol.ie
c18d688c59 winEmbed gets a face lift. sr=rpotts, b=60299 2000-12-13 13:47:16 +00:00
waterson%netscape.com
f3b36cdf1d Bug 59282. Specify URL at command line. r=dougt, sr=rpotts 2000-12-06 02:07:38 +00:00
waterson%netscape.com
f293b6a6da 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
0e82a3bb83 Fixes 60886. r=adamlock 2000-11-27 19:35:03 +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
dougt%netscape.com
d911acd2bb changing default startpage of embedding examples to point to the embedding projects home page. s=jband@netscape.com, r=dougt@netscape.com 2000-10-24 21:57:35 +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