dougt%netscape.com
7f8aff45d1
backing out
2002-07-18 06:58:27 +00:00
dougt%netscape.com
ee613011bc
Fixes the following:
...
154047
This change cleans up the category manager in hopes to freeze it for 1.1 final. This change removes dead and unsupported methods from the interface as well as removes the C++ code from the interface. This should land for 1.1b since users of the current category manager will have to update their components.
157597
Make embedding base and examples use XPCOM Glue
This change makes our embedding samples use the XPCOM glue.
157625
nsLocalFile::Remove's file pointer is sometimes null afte...
This fixes a crash when we dereference null. It is a bandaide fix as the real problems involves retooling the directory enumerator.
157801
This fixes a terrible state which you can get into whereby XPCOM will fail to startup regardless of what you do. The fix is to cause autoreg to happen if the component registry (compreg.dat) is not found.
r/sr=alecf@netscape.com , rpotts@netscape.com . a=scc@mozilla.org
2002-07-18 05:09:10 +00:00
mjudge%netscape.com
543b9c1e7e
r=akkana sr=sfrasier 125146 a=asa This patch will make the embedding API's a better friend to all. It eliminates the use of multibyte strings in command names and also allows for simple command to not require the nsICommandParams interface to be filled.
2002-07-15 22:04:13 +00:00
locka%iol.ie
0136f0e511
winEmbed window sizing fixes on behalf of steve-w@dircon.co.uk. b=152853 r/a=adamlock@netscape.com
2002-07-03 20:52:05 +00:00
rods%netscape.com
3c244ca8d9
to fix the bustage
2002-07-02 02:05:54 +00:00
chak%netscape.com
c11e49a23c
Fix for #126869 - MfcEmbed OpenNewWindow opens Editor
...
r=adamlock, sr=rpotts
2002-07-01 20:45:48 +00:00
rods%netscape.com
4b14658ba0
Implement nsPrintingPromptService for MfcEmbed
...
Bug 154244 r=chak sr=rpotts
2002-07-01 20:30:18 +00:00
rods%netscape.com
267644a2dc
Minor fix up for improved dialog the min should have 30 to match mozilla
...
& in UI should have been &&
Implementing a better setup dialog
Bug 154239 r=chak rs=alecf
2002-06-28 13:29:06 +00:00
rods%netscape.com
252faecf0e
Implementing a better setup dialog
...
Bug 154239 r=chak rs=alecf
2002-06-27 12:01:30 +00:00
locka%iol.ie
c95cc8584a
Sample code changed to use MIT licence. b=82339
2002-06-19 14:48:07 +00:00
locka%iol.ie
677e5286b6
Sample code changed to use MIT licence. b=82339
2002-06-19 14:38:39 +00:00
locka%iol.ie
771b59029f
Sample code changed to use MIT licence. b=82339
2002-06-19 14:25:27 +00:00
locka%iol.ie
391ab5f184
Added nsIEmbeddingSiteWindow2 implementation. b=149307 r=rpotts@netscape.com sr=alecf@netscape.com
2002-06-19 11:41:25 +00:00
bnesse%netscape.com
a439879c74
Fix for bug 148444. Remove obsolete pref file references from embedding configs. r=adamlock, pinkerton. sr=cls.
2002-06-13 17:57:05 +00:00
chak%netscape.com
e42bf70459
Fix for #129582 - Chnages to demostrate MRE usage
...
r=adamlock, sr=rpotts, a=drivers
2002-06-11 20:35:27 +00:00
locka%iol.ie
98b7f2ebe9
(On behalf of Steve Williams <steve--w@dircon.co.uk>) Add activate message to fix focus in text areas. b=148613 r=adamlock@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-06-07 21:29:20 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
locka%iol.ie
e00b1c6a8f
Added unsupported warnings to winEmbed.
2002-06-04 21:29:04 +00:00
timeless%mac.com
fd1e87fe12
Bug 130853 crash in winembed.exe
...
scope observerService so it isn't held past embedding shutdown
r=smontagu moa=adamlock
2002-05-21 19:19:50 +00:00
rpotts%netscape.com
4d4116d281
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rods%netscape.com
3126531a7d
Adds a new arg to the PP call. The new arg is not being used, it is
...
for future and is needed for the API freeze.
Bug 144716 r=dcone sr=attinasi
2002-05-16 13:51:54 +00:00
dougt%netscape.com
e96df2ad1b
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
2002-05-15 18:55:21 +00:00
depstein%netscape.com
b4c940bd39
remove mfcembed.htm
2002-05-15 00:10:36 +00:00
rods%netscape.com
b45d33216e
This patch does the following:
...
1) Introduces a new public interface nsIPrintSettingService which emables consumers to create PS objects whithout a nsIWebBrowserPrint interface
2) The implementation is nsPrintOptionsImpl which now impls the private interface nsIPrintOptions and the public iface nsIPrintSettingsService
3) Several methods/attrs have been moved from nsIWebBrowserPrint iface to nsIPrintSettingsService
4) The CIDs for nsIPrintOptions and nsIPrinSettingsService are now the same.
5) There is no longer a CID "@mozilla.org/gfx/printoptions;1"
6) nsIWebBrowserPrint still has the "globalPrintSettings" attr so if you already have an nsIWebBrowserPrint you don't have to create the PS Service to get it.
7) A bug has been filed to rename the imlp of nsPrintOptionsImpl to nsPrintSettingsService.
Bug 144128 r=dcone sr=attinasi
2002-05-14 12:05:00 +00:00
rods%netscape.com
412a0cfeb3
The problem is thwe getting of the PS in the CreateBrowser method used to work.
...
But now the webBrowser no longer has a valid docshell.
But this patch now makes sure that it gets a Global PS at all the right places.
It also fixes PP. It checks the menu item when in PP and unchecks it when a
document is loaded. That way you can select the menu a second time and have it exit PP.
Bug 143346 r=chak sr=alecf
2002-05-13 22:33:24 +00:00
rods%netscape.com
2ef3e636bf
making a few adjustments to the APIs before the freeze
...
Bug 143248 r=conrad sr=attinasi
2002-05-09 22:02:44 +00:00
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
rods%netscape.com
b850da33e8
Turn on pluggable dialogs (second part of checkin, first part Bug 135441)
...
Bug 115136 r=dcone sr=attinasi
2002-05-07 12:03:37 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
bryner%netscape.com
cf3c67778a
Removing references to old XBL form control images and CSS. Not part of the build.
2002-04-26 21:11:04 +00:00
seawood%netscape.com
ce9e9903a5
Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
...
Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
2002-04-25 02:52:44 +00:00
blythe%netscape.com
4518458e10
Fix bug 135807
...
Embedding tests need module name to work with modsquad scripts.
r=cls sr=alecf
2002-04-16 21:52:25 +00:00
bryner%netscape.com
5aba5d213c
Removing the old versions of the xbl form controls from the tree (bug 137483). r=pinkerton, sr=ben.
2002-04-15 22:21:28 +00:00
blythe%netscape.com
04fd3b9088
Fix bug 127069
...
Default heap size of exes
This is the second patch for this bug and only affects gmake win32 builds
and test embed exes
r=dp, sr=scc, a=asa
2002-04-02 22:20:57 +00:00
locka%iol.ie
60c42b7e6e
NOT BUILT. Fix some typos in a QA document. b=130498
2002-03-25 13:50:39 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
blythe%netscape.com
44fc496a23
Fix bug 127069.
...
Reclaim .75 MB of VM on Win32.
r=dp sr=brendan a=shaver
2002-02-22 02:55:08 +00:00
mjudge%netscape.com
3f2ef8e134
new editor funcionality in embedding only. mfc test embed only
2002-02-18 09:57:08 +00:00
chak%netscape.com
4d0236ac89
Fix for #123981 - Add missing editor functionality to MfcEmbed
...
r=adamlock, sr=sfraser
2002-02-13 01:49:48 +00:00
alecf%netscape.com
2600020d23
dependency update
2002-02-06 22:52:53 +00:00
seawood%netscape.com
c7f24abb31
Fixing win32 gmake bustage
2002-02-06 09:38:23 +00:00
chak%netscape.com
fc9c1cc246
Fix for #123570 - Rearrange the editor embedding code in MfcEmbed
...
r=adamlock, sr=alecf
2002-02-06 05:13:44 +00:00
bzbarsky%mit.edu
11f34229a8
mfcEmbed has no Equals() on CString. Oops. Fixing mfcembed bustage.
2002-02-05 03:54:32 +00:00
chak%netscape.com
64902e800e
Fix for #123054 - Rearrange profile dlgs in MfcEmbed
...
r=adamlock, sr=alecf
2002-02-05 02:57:54 +00:00
bzbarsky%mit.edu
580e33204e
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
seawood%netscape.com
77590f08c7
s/command_handler/commandhandler/. Fixing win32 gmake bustage
2002-02-02 20:00:00 +00:00
mjudge%netscape.com
0444ffda5b
115922 embedding work. no changes should be observed in current product this will only affect the embedded effort. This moves the command handler stuff from content xul to embedding/components/commandhandler. a=judd r=saari built on mac/windows/gmake with this we will be able to finish removing editorshell from the app and have a true embedded editor.akkana will pick this up after me and finish the embedding work.
2002-02-02 05:13:56 +00:00
seawood%netscape.com
eaa060df43
Fixing win32 gmake bustage
2002-02-01 19:52:42 +00:00
rods%netscape.com
4a4dd9b44f
1) Removes the arg of nsIDOMWindow in the nsIWebBrowserPrint calls
...
2) Adds a couple of new methods and an attr to nsIWebBrowserPrint (navigate, is frameset, & exitPP)
3) Removes all but one method from nsIContentViewerFile.idl/h the remaining call is for print regression testing
4) Removes the "static" implementation of nsIContentViewerFile.h
5) Fixed up nsIContentViewerFile.idl and turned it back on so it is now generating the header file
6) Removed all uses of nsIContentViewerFile.h except for the WebCrawler (uses it for Printing Regression testing)
7) nsDocumentViewer.cpp now implements nsIWebBrowserPrint.idl this makes it easier to add new print functionality in one place
8) You can now ask an instance of the ContentViewer for a nsIWebBrowserPrint to do printing (it retruns the nsIWebBrowserPrint interface implemented by the nsDocumentViewer)
9) Anybody who was using nsIContentViewerFile to print will now use nsIWebBrowserPrint
10) You can now do a "GetInterface()" on a GlobalWindow for a nsIWebBrowserPrint
11) The browser UI now uses the GetInterface on the GlobalWindow to get a nsIWebBrowserPrint object to do printing and this can be used for all printing functionality
Bug 120622 r=dcone sr=waterson
2002-02-01 14:52:11 +00:00
locka%iol.ie
db756cf571
Obvious fix to stop deprecated winEmbed from crashing. b=120956
2002-02-01 14:33:33 +00:00
mjudge%netscape.com
28e47e6ecf
BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
2002-01-30 04:46:54 +00:00
mjudge%netscape.com
61263304ee
BUG115229 files not in build yet. checking in new files to make tree landing of editor embedded work go more smoothely
...
new bitmap for editor toolbar.
2002-01-30 04:45:18 +00:00
seawood%netscape.com
6a70bafd9e
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
timeless%mac.com
6aefe289af
[Bug 121003] Silly code checks for if (interfaceName) instead of if (instanceName)
...
r=bzbarsky sr=brendan@mozilla.org a=brendan@mozilla.org
2002-01-20 23:15:31 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
locka%iol.ie
a1ae2cd318
New parameters for nsIWebBrowserPersist saveURI & saveDocument. Caller may now specify target file as a uri or a file saveDocument has new flags for controlling encoding and line wrapping behaviour. b=110135 r=brade@netscape.com sr=rpotts@netscape.com
2002-01-14 12:41:27 +00:00
chak%netscape.com
c6188834dc
#111320 - Add ViewFrameSource/OpenFrameInNewWindo context menus
...
sr=jst
2002-01-12 15:11:06 +00:00
locka%iol.ie
4c9d98380d
Fixed context menus to work when right clicking over image links. Detabbed file too. b=114427 r=chak@netscape.com sr=blizzard@mozilla.org
2002-01-08 12:15:09 +00:00
seawood%netscape.com
26054e8541
Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917)
2002-01-02 05:34:00 +00:00
rods%netscape.com
1fde5f13f3
Switch public interfaces from nsIPrintOptions to nsIPrintSettings
...
Enabling XP Print Dialog for Windows
Enabling XP Print Progress Dialog
Enabling XP Page Setup Dialog
Fixing nsPrintPreviewContext to use nsIPrintPreviewContext
Bug 113917 r=dcone sr=attinasi
2002-01-01 12:58:53 +00:00
seawood%netscape.com
e5fc3853f2
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
5cd1b8e131
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
chak%netscape.com
7baf9c35e2
Fix #83568 - BASE tag inserted when downloading file to a local drive
...
r=adamlock, sr=rpotts
2001-12-06 22:06:45 +00:00
blythe%netscape.com
51e311e86f
Bug 112953, non debug trace-malloc on win32.
...
r=dp,sr=brendan
NOT part of normal build.
Change hinges on another change to nsprpub/gmakefile.win that should land
by those in charge of that module shortly.
2001-12-06 02:36:02 +00:00
vidur%netscape.com
88f1b0b60f
Better handling of progress indicator. [not part of build]
2001-12-01 01:20:46 +00:00
rpotts%netscape.com
a33a19e3d1
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
vidur%netscape.com
ac1cee8366
progress indicator and menu improvements. [not part of build]
2001-11-30 02:02:11 +00:00
vidur%netscape.com
28ae4fb9dc
Copy over installed-chrome.txt to get scrollbars working
2001-11-30 00:47:09 +00:00
vidur%netscape.com
96fcc32650
Removed absolute paths to framework. Relative paths *should* work.
2001-11-29 01:20:38 +00:00
vidur%netscape.com
e7d2d67e7e
Adding Cocoa test application to test Cocoa embedding wrapper framework. This is not part of the default build.
2001-11-28 22:40:06 +00:00
locka%iol.ie
95386ac6d9
Add -chrome argument to mfcembed so it can load chrome content. b=111627 r=chak@netscape.com sr=rpotts@netscape.com
2001-11-27 20:09:39 +00:00
rods%netscape.com
57b2ac3bb2
Initial checkin
...
Bug 108345 r=dchak,dcone sr=attinasi
2001-11-26 14:11:23 +00:00
rods%netscape.com
df3d24459a
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 13:45:36 +00:00
rods%netscape.com
555992e4c5
Change nsIWebBrowserPrint.h interface to use nsIPrintSettings
...
Also added minimal PageSetup dialog with support for Printing BGColors, BGIMages, and Scaling
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 12:51:39 +00:00
chak%netscape.com
b30a4540b2
Fix for #82708 - Using Find doesn't alert user when completed searching
...
r=adamlock, sr=rpotts
2001-11-21 23:11:36 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
bzbarsky%mit.edu
0dce65ed23
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
...
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
2001-11-14 01:33:42 +00:00
danm%netscape.com
65b60229a4
don't show a new chrome window immediately upon creation, but after chrome has loaded. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:22:58 +00:00
danm%netscape.com
3779efd362
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +00:00
locka%iol.ie
2bafd807d9
Move webbrowserpersist code to components/ directory. b=106554 r=brade@netscape.com sr=sfraser@netscape.com
2001-11-01 14:39:26 +00:00
jaggernaut%netscape.com
4a7f082fb7
Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc
2001-11-01 09:09:57 +00:00
dougt%netscape.com
eb9e0f1a2f
fixes 106736 and 106523. Regressions caused by nsIObserverService changes. r=chak@netscape.com r=morse@netscape.com
2001-10-26 00:10:54 +00:00
dougt%netscape.com
fdb581ad21
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
2001-10-22 22:01:27 +00:00
dougt%netscape.com
da7e1268bd
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
2001-10-19 20:52:59 +00:00
mcafee%netscape.com
ecb14ba94b
Removing gtkEmbed from the build (90526). r=adamlock, sr=blizzard
2001-10-19 08:28:51 +00:00
mcafee%netscape.com
ca63799eb9
Removing gtkEmbed (obsolete, bug 90526). r=adamlock, sr=blizzard
2001-10-19 01:51:09 +00:00
dbaron%fas.harvard.edu
69099893ca
Fix bustage. b=104763
2001-10-16 06:34:53 +00:00
dbaron%fas.harvard.edu
6e02410302
Fix bustage. b=104763
2001-10-16 06:34:32 +00:00
jaggernaut%netscape.com
fdc4078bc4
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
2001-09-29 08:28:41 +00:00
waterson%netscape.com
2799085e3a
Back out chak's changes to mfcembed until we can separate the PSM stuff out.
2001-09-26 23:58:44 +00:00
alecf%netscape.com
ca1e0f0d4d
bug 101761 - clean up embed components so we can better understand REQUIRES r=cls
2001-09-26 20:17:35 +00:00
chak%netscape.com
ebaae01c43
Fix for #94974 - Provide an interface for embeddors to access security info
...
r=rpotts,thayes
sr=rpotts
2001-09-26 19:57:34 +00:00
gerv%gerv.net
5d7331d24f
License changes, take 2. Bug 98089. mozilla/embedding/.
2001-09-25 22:58:40 +00:00
locka%iol.ie
a8adad6237
The all new web browser persist object plus changes to the assorted embedding samples to use it. b=77909 r=ccarlen@netscape.com sr=rpotts@netscape.com
2001-09-23 21:03:03 +00:00
cls%seawood.org
082f745e12
Updating REQUIRES list for mfcembed.
...
Bug #98371
2001-09-21 03:41:41 +00:00
gerv%gerv.net
2a80f3fea9
Oops.
2001-09-20 00:02:59 +00:00
scc%mozilla.org
da68f3ed78
bug #98089 : ripped new license
2001-09-19 22:39:41 +00:00
jaggernaut%netscape.com
e25262c61f
One module per line for REQUIRES. r=/sr=alecf
2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com
3826eb9902
Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf
2001-09-18 13:41:47 +00:00
alecf%netscape.com
cf9912aa80
Final REQUIRES changes for bug 98371, adding support for MOZ_TRACK_MODULE_DEPS to win32. r=cls (and tested by cls!)
2001-09-17 19:06:35 +00:00
jaggernaut%netscape.com
efc8c209fb
Bug 73353: move gfx from module layout to module gfx and fix up REQUIRES lines. r=cls
2001-09-14 05:37:29 +00:00
alecf%netscape.com
e5cc5abd22
Add REQUIRES to many modules for win32 support, bug 98372 r=cls
2001-09-12 20:32:40 +00:00
valeski%netscape.com
ac33036169
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
chak%netscape.com
38d1c7d645
Fix for #81808 - MfcEmbed must show lock icon in status bar
...
r=valeski, sr=blizzard
2001-08-15 04:44:44 +00:00
rpotts%netscape.com
da2959ee05
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
chak%netscape.com
9b24dd1600
Fix for #90538 - Downloading files crashes mfcembed.exe
...
r=valeski, sr=blizzard
2001-08-01 14:44:24 +00:00
chak%netscape.com
4e14e4ee6d
Fix #90538 - Downloading files crashes mfcembed.exe
...
r=valeski, sr=blizzard
2001-08-01 14:43:43 +00:00
jaggernaut%netscape.com
c14d9c09a1
Bug 86734: Remove NS_WITH_SERVICE. r=dbaron, rs=scc, a=asa
2001-07-25 07:54:28 +00:00
chak%netscape.com
d345c99a8e
Fix for #89966 - MfcEmbed's PromptService implementation not complete
...
r=ccarlen, sr=blizzard
2001-07-24 00:19:48 +00:00
jaggernaut%netscape.com
4d73a251ab
Bug 73353: clean up the REQUIRES lines in Makefiles.
2001-07-23 22:36:12 +00:00
depstein%netscape.com
5bcc5ec5d5
removed all files in directory. qa_mfcEmbed is obsolete. Replaced by testEmbed (/mozilla/embedding/qa/testembed)
2001-07-17 19:30:19 +00:00
dbaron%fas.harvard.edu
bf82abfd11
Header include dependency cleanup. b=64023 r=jag rs=brendan
2001-07-16 02:40:48 +00:00
mcafee%netscape.com
62ba5f17b9
Fixing IRIX linker bustage (90438). r=cls
2001-07-12 05:58:10 +00:00
mcafee%netscape.com
6981ef011d
Changing link order to fix linker error on IRIX. Part of my previous checkins this evening.
2001-07-11 04:54:48 +00:00
mcafee%netscape.com
f105897dad
Fixing REQUIRES line, fixes ports/objdir bustage
2001-07-11 02:55:53 +00:00
mcafee%netscape.com
82dc3fe734
Adding changes to get SSL working for gtkEmbed (83393). r=adamlock, sr=brendan. main.cpp has quite a bit of intent/whitespace cleanup, sorry about that.
2001-07-10 23:45:01 +00:00
jaggernaut%netscape.com
03ab87e4a1
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
depstein%netscape.com
9a881273b4
removing files in /qa_mfcembed and subdirs. This qa tool is obsolete.
2001-06-30 02:02:30 +00:00
locka%iol.ie
0c8b1015ce
Added code to adjust requested window size to account for the frame and client edge. b=84034 r=chak@netscape.com sr=blizzard@mozilla.org
2001-06-28 11:57:53 +00:00
waterson%netscape.com
0877b1a573
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
locka%iol.ie
356874855d
Implement ConfirmCheck so PSM doesn't abort form submits. b=84024 r=waterson@netscape.com sr=blizzard@mozilla.org a=tor@acm.org
2001-06-05 21:02:48 +00:00
pavlov%netscape.com
8470697f82
removing win32 checked in binary build stuff. wtf is this doing in the tree? are we going to have to get r= and sr= for things that arn't part of the build now? sigh.
2001-05-30 10:32:30 +00:00
amasri%netscape.com
625c9b54d6
adding embedding tests for qa. Not part of the build.
2001-05-30 02:50:49 +00:00
amasri%netscape.com
84cf7191f7
adding tests for qa embedding. not part of the build
2001-05-30 02:49:08 +00:00
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
dbaron%fas.harvard.edu
27929ede4b
Removed unused statically-constructed nsVoidArray since the static constructor crashes on startup for me. r=dougt sr=blizzard b=82146
2001-05-22 21:00:35 +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
ccarlen%netscape.com
6ed4b8ccf6
Bug 73951 - Enable global history by default for embedding apps. r=valeski/sr=rpotts
2001-05-19 18:31:20 +00:00
dougt%netscape.com
e8f9d89833
Fix for 66951. r=ftang@Netscape.com, sr=dougt@netscape.com.
2001-05-15 19:01:57 +00:00
locka%iol.ie
a96ff1bdbd
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
dbaron%fas.harvard.edu
1326c82680
Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding new header file dependencies from XPCDOM landing to REQUIRES.
2001-05-08 19:19:03 +00:00
ccarlen%netscape.com
df1a6e78a8
Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser
2001-05-06 15:03:55 +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
chak%netscape.com
11d1d7636c
Fix for #76730 - mfcembed/BrowserFrm.h contains compile time errors
...
r=me,adam
sr=blizzard
2001-04-27 21:22:53 +00:00
bnesse%netscape.com
19dccef1bc
Prefs API refactoring. Bug #46863 . r=valeski, sr=alecf.
2001-04-26 18:41:11 +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
6be0fec93b
fix bad exported function definitions. blocker bug 77176 code=jeff@tcbnetworks.com r=hyatt,me a=kysmith
2001-04-23 21:34:42 +00:00
danm%netscape.com
31544cb18b
implement nsIPrompt override component. bug 75745 r=blizzard,chak
2001-04-21 02:46:29 +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
bryner%uiuc.edu
cbc8cea88c
Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan.
2001-04-20 06:45:56 +00:00
bnesse%netscape.com
6a048b1a8f
Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard.
2001-04-19 22:21:39 +00:00
gordon%netscape.com
95411c87dd
bug 72528, removing old cache from build. sr=darin.
2001-04-17 10:40:13 +00:00
danm%netscape.com
269f5f62cd
hooking up windowwatcher active window. bug 44809,76011 r=chak,hyatt,saari
2001-04-16 20:34:33 +00:00
chak%netscape.com
4bc5c92b11
Fix for bug#66334 - Viewsource needs to be a protocol handler
...
Changes to make the mfcembed to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:00 +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
ccarlen%netscape.com
01fc9d2c76
Sample code - not part of the process. Bug 74120 - remove refs to old cache. r=valeski.
2001-04-03 14:32:01 +00:00
ccarlen%netscape.com
668a4ffada
Sample code - not part of the process. Bug 71387 - remove unneeded code to determine locale of profile defaults. r=tao
2001-04-03 14:29:01 +00:00
chak%netscape.com
909fc2f316
Fixes for the following bugs:
...
#74155 - MfcEmbed needs a prefs dlg box.
r=valeski, sr=blizzard
#71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 17:49:51 +00:00
disttsc%bart.nl
96f5f6cf31
Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna)
2001-03-30 10:39:06 +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
chak%netscape.com
2daf8f54c2
Fix for bug#71751 - Change default font sizes for MfcEmbed
...
r=ksosez@softhome.net ,chak
2001-03-27 15:18:03 +00:00
rods%netscape.com
ac1cbced14
This now enables print listeners, print progress and the cancelling of printing
...
Bug 70946 & Bug 70949 r=dcone,chak sr=attinasi
2001-03-27 12:04:30 +00:00
disttsc%bart.nl
6e48266508
Clean up REQUIRES lines. r=cls
2001-03-25 22:59:27 +00:00
locka%iol.ie
fc6fc1d0c1
NOT PART OF BUILD. Added WindowCreator.cpp & h to project
2001-03-23 11:50:18 +00:00
locka%iol.ie
37a0c0b948
Fixed problem of double clicking on a profile from the selection dialog caused winEmbed to quit.
2001-03-23 11:49:46 +00:00
chak%netscape.com
e7d49f6c3e
Bug#73037 - MfcEmbed needs a debug console window like winembed
...
r=adamlock
2001-03-23 02:27:13 +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
chak%netscape.com
450bac7e7b
Fix the previous checkin for Bug# 71994 - Add SetVisibility() to MfcEmbed
...
r=mao via IRC yesterday
2001-03-20 15:07:53 +00:00
chak%netscape.com
2406b1c4ee
Remaining Fixes for #68720 - EmbedAPI should use generic startup observers
...
r=ccarlen,sr=alecf
Fix for #71994
MfcEMbed must implement Get/SetVisibility of nsIEmbeddingSiteWindow
r=chak
2001-03-19 21:57:57 +00:00
locka%iol.ie
3ee67371f2
NOT PART OF BUILD. MSVC++ project file for winEmbed
2001-03-13 13:34:19 +00:00
locka%iol.ie
8b27a53fb3
Updated to use nsIEmbeddingSiteWindow sr=blizzard@mozilla.org b=68581
2001-03-13 12:48:33 +00:00
locka%iol.ie
8663a4a73c
Updated to use nsIEmbeddingSiteWindow, sr=blizzard@mozilla.org b=68581
2001-03-13 12:21:34 +00:00
chak%netscape.com
5d10d519e3
Fix for #71684 - Unable to copy/paste in mfcEmbed's url bar
...
r=chak
2001-03-13 06:28:44 +00:00
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
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
dougt%netscape.com
05379784aa
Cleaning up leaks in gtkEmbed test example.
2000-09-01 19:36:43 +00:00
dougt%netscape.com
47a3f3249c
Finishing up on bug 47003. Test Embedding GTK Application.
2000-08-30 03:51:50 +00:00
dougt%netscape.com
86497ec85e
47003. Make the test embedding application use the chrome interfaces.
...
The WebBrowserChrome.cpp/h are the same as the ones in winEmbed/.
2000-08-28 22:22: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
conrad%ingress.com
a5b268b8de
Added appfilelocationprovider lib
r=valeski
2000-08-11 20:17:55 +00:00
conrad%ingress.com
521927c758
Changed params to NS_InitEmbedding.
2000-08-11 20:14:02 +00:00
conrad%ingress.com
b8b5d2c127
Changed call of NS_InitEmbedding.
2000-08-11 20:13:41 +00:00
valeski%netscape.com
2dcce96813
backing out
2000-08-10 06:46:00 +00:00
valeski%netscape.com
5c07271df2
fixing windows linkage problems
2000-08-10 03:50:12 +00:00
conrad%ingress.com
b5580d4dad
Changed params to NS_InitEmbedding.
2000-08-10 03:43:06 +00:00
valeski%netscape.com
7900689208
fixing bustage
2000-08-10 03:29:50 +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
cls%seawood.org
ea9a450b61
Always use |PR_TRUE| instead of |true| as some compiler don't define |true|.
2000-07-28 08:58:02 +00:00
cls%seawood.org
cbee5ced3a
Add WS5.0 std::tm workaround for build bustage
2000-07-28 08:20:51 +00:00
mcafee%netscape.com
6597c436ca
Ignore generated files.
2000-07-27 22:31:40 +00:00
mcafee%netscape.com
31970dcf09
Adding gtkEmbed tests to build (43055). r=dougt
2000-07-27 22:25:23 +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
3c5b33681f
removing unneeded include.
2000-07-20 01:53:09 +00:00
dougt%netscape.com
80a0eb94cf
Adding gtk embedding test application.
...
a=valeski@netscape.com - bug 43055
2000-07-20 01:12:25 +00:00
dougt%netscape.com
d02f2a8dee
Adding files to cvs for test application.
2000-07-04 22:42:09 +00:00
dougt%netscape.com
7b70dd2ac7
44113, 44190, 44191.
...
r/a=valeski@netscape.com
nsDocShellTreeOwner not handling chrome/content correctly.
Asserts when no toplevel window set.
Need to start chrome up from NS_InitEmbedding()
Test App changes.
2000-07-04 21:53:27 +00:00
locka%iol.ie
0d9dda6090
NOT PART OF BUILD. Win32 only. Simple test of embedding APIs dumps out memory statistics.
2000-06-30 10:40:12 +00:00
dougt%netscape.com
dc3bc94909
Adding windows embedding test harness to build.
...
43054
r=valeski
a=valeski & pdt.
2000-06-27 21:10:25 +00:00
dougt%netscape.com
8a7c0a680f
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
dougt%netscape.com
e1274cde0a
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
dougt%netscape.com
dedece27d8
removing lame asserts so you can see it work.
...
NOT PART OF BUILD - test app work
2000-06-21 21:05:39 +00:00
dougt%netscape.com
2b54cbad7c
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
84c5ec9099
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