ccarlen%netscape.com
8d27bb9639
Bug 65212 - profile support for kiosk mode. Also, removing profile change observer strings from header to cut dependencies. r=valeski@netscape.com, sr=alecf@netscape.com
2001-03-11 22:12:21 +00:00
chak%netscape.com
844c761496
Fix for Bug#71628 - MfcEmbed needs to persist the url list
...
r=chak
2001-03-11 19:03:40 +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
disttsc%bart.nl
6ca73d346f
Change implicit conversion from
...
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|nsLiteral[C]String|
|nsPromiseFlat[C]String|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where
possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
2001-03-08 09:45:01 +00:00
cls%seawood.org
a54e22bc28
Use NO_MFC to build without the MFC tainted bits.
...
Bug #71087 sr=leaf
2001-03-07 03:08:12 +00:00
disttsc%bart.nl
043186b34e
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
09cff0bc41
adding nsIDOMWindow to GetInterface. More hookup of WindowWatcher from last revision. bug 65229 r=brendan and by extension hyatt
2001-02-28 00:43:01 +00:00
danm%netscape.com
9bf577ea3c
hook up WindowWatcher. bug 65229 r=brendan,chak
2001-02-28 00:34:41 +00:00
danm%netscape.com
44bae3efb2
reorder includes more appropriately, get rid of no longer correct comment
2001-02-26 02:19:26 +00:00
danm%netscape.com
5482b478dd
change name of WindowCreator function to fix inexplicable Windows error necessitating careful ordering of includes files
2001-02-26 02:17:02 +00:00
disttsc%bart.nl
a556c94abd
Fix MOZ_TRACK_MODULE_DEPS=1 build (senna) bustage by adding windowwatcher to REQUIRES.
2001-02-26 01:29:27 +00:00
danm%netscape.com
c10ce3a5fa
adding ability to open windows from JS. code copied from winEmbed. r=hyatt
2001-02-26 00:42:17 +00:00
danm%netscape.com
b9dda1a10f
fix bad declaration
2001-02-26 00:35:41 +00:00
danm%netscape.com
b50ee05767
teach GetInterface about nsIDOMWindow. bug 67369 r=hyatt,jst
2001-02-26 00:34:57 +00:00
disttsc%bart.nl
744785129a
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
danm%netscape.com
78a2bd2e06
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
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
danm%netscape.com
0e5a22306b
implementation of WindowCreator callback. bug 67368 r=hyatt,pinkerton
2001-02-17 02:24:53 +00:00
chak%netscape.com
0ea0bb2b4e
Fix for bug # 67688 - mfcEmbed should be turned on in the builds.
...
r=ccarlen
2001-02-16 05:52:03 +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
chak%netscape.com
df3524b4ea
NOT PART OF THE BUILD.
...
Fixes for the following bugs:
#67970 - Fix MfcEmbed to reflect the FindNamedBrowserItem changes
#68190 - MfcEmbed must turn on Single Sign-on Support by default.
#68225 - MfcEMbed should implement nsIwebBrowserFind
r=adamlock, r=ccarlen
2001-02-12 06:09:07 +00:00
danm%netscape.com
67fdebe36a
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
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
danm%netscape.com
929499dbe3
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
c8640160cd
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
danm%netscape.com
514e3d9fa7
adding chromeless browser dialog definition r=scc,valeski
2001-02-07 01:46:13 +00:00
radha%netscape.com
659c48ea24
Test code for history listener r=valeski sr=rpotts
2001-02-07 00:33:11 +00:00
chak%netscape.com
984356c692
NOT PART OF THE BUILD
...
Fix for Bug#67490 - MfcEmbed needs to implement nsIWebBrowserSiteWindow
r=adamlock@netscape.com
2001-02-03 17:26:49 +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
locka%iol.ie
30c49a03ce
Changed gtkEmbed to use new nsIWebBrowserSiteWindow interface. b=46852, sr=blizzard@mozilla.org
2001-02-02 13:16:58 +00:00
chak%netscape.com
c4acd4ba00
NOT PART OF THE BUILD
...
Fix for Bug#66920
Forgot to add the makefile.win in prev checkin
r=valeski,sr=valeski
2001-01-31 23:59:33 +00:00
chak%netscape.com
279ba0fbce
NOT PART OF THE BUILD
...
Fix for Bug#66920
This is an MFC test harness for the embedding APIs
r=valeski,sr=valeski
2001-01-31 23:58:32 +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
40c0726dfd
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
15ac5b144d
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
c1a8c68eed
Changed winEmbed to use the new embedding idle loop routines. b=44120
2001-01-18 14:10:50 +00:00
locka%iol.ie
e37fecfd22
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
2ba8f7d189
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
waterson%netscape.com
e528e4b219
Bug 62383. Make 'dump memory' button do trace-malloc dump if NS_TRACE_MALLOC is on. r=kandrot,sr=rpotts
2000-12-18 21:40:32 +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
c93fa131ff
Bug 59282. Specify URL at command line. r=dougt, sr=rpotts
2000-12-06 02:07:38 +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
cls%seawood.org
8bd122b3d5
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
ae877b5f7f
empty implementations for new method IsModal. bug 56677 r=brendan,hyatt
2000-11-09 00:17:09 +00:00
dougt%netscape.com
03c91a42ac
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
ramiro%eazel.com
faf59c6da9
Bug 56795. Adding support for corel/eazel profiler. Build changes approved
...
and reviewed by cls. r=cls a=cls.
2000-10-20 14:59:13 +00:00
dougt%netscape.com
15a0d5f4db
Adding button to dump memory usage stat. r-valeksi, a-mscott
2000-09-27 22:15:08 +00:00
locka%iol.ie
69fd02310b
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
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