bryner%netscape.com
6895b31905
Keep mfcembed from bouncing back if you minimize it by clicking on its taskbar icon (bug 201247). r=saari, sr=kin.
2003-04-21 23:42:12 +00:00
seawood%netscape.com
fd2883713e
Implement mozcomps static build variant.
...
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
locka%iol.ie
3eba5dc241
Test if shift key is depressed and force reload operations to fetch from network if it is. b=195512 r=danm@netscape.com sr=blizzard@mozilla.org
2003-04-07 13:06:09 +00:00
ccarlen%netscape.com
81f4105f97
Bug 200118 - Allow Cocoa embedding sample to build from the command line, including in obj dir builds. r=pinkerton/sr=bryner. Not part of build.
2003-04-04 21:24:56 +00:00
mkaply%us.ibm.com
c7c47f9531
#197446
...
r=cls
From Jessica Blanco -start building os2Embed
2003-04-02 22:53:16 +00:00
pinkerton%netscape.com
c9c1d6e3b7
update project files to get them working on the trunk and to pull in
...
security libs. (bug 198018 r/sr=sfraser,a=asa). not part of bulid.
2003-03-27 20:59:34 +00:00
mkaply%us.ibm.com
67009c3ca5
#197446
...
r=me
Changes to get os2Embed building
2003-03-24 14:54:04 +00:00
mkaply%us.ibm.com
c5487624e7
#188249
...
r=me, sr=blizzard (platform specific code)
OS/2 EMX work - low hanging fruit - strcmpi-> stricmp, itoa->_itoa, remove some headers, fix some syntax
2003-03-19 15:28:29 +00:00
dougt%netscape.com
0d2808c511
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
f3a28e9f42
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
cls%seawood.org
d1479589a2
Adding mingw makefile changes.
...
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
bryner%netscape.com
a27cc49c10
libmozz should no longer be required
2003-03-08 01:48:47 +00:00
locka%iol.ie
62d2069df4
Make mfcembed build in unicode when BUILD_UNICODE_MFCEMBED is defined. b=154426 r=yokoyama@netscape.com sr=blizzard@mozilla.org
2003-03-06 23:15:55 +00:00
bryner%netscape.com
b7f75e317f
add broken-image.gif and loading-image.gif. Not part of the default build.
2003-03-06 00:37:54 +00:00
chak%netscape.com
bcce21cbc8
Fix for #193479 - Implement InsertLink functionality in MfcEmbed editor
...
r=mjudge, sr=kin
2003-02-28 01:01:31 +00:00
locka%iol.ie
89396637a2
Add View Image item to link popup menu in mfcembed to catch image links. b=194954 r=chak@netscape.com sr=alecf@netscape.com
2003-02-26 14:54:37 +00:00
locka%iol.ie
384ae5f208
Fix context menu flags when right mousing on an image on a page that has a background image. Fix mfcembed menu code to exercise this functionality. b=178988 r=chak@netscape.c sr=blizzard@mozilla.org
2003-02-24 19:08:54 +00:00
bryner%netscape.com
972212c665
tell the BrowserView to activate, so focusing items works (bug 175029)
2003-02-20 02:14:40 +00:00
bryner%netscape.com
91d97e803a
Copy libmozz.dylib for now.
2003-02-20 00:10:30 +00:00
bryner%netscape.com
5022e50f92
Sync with the trunk. Not part of the build, a=dbaron.
2003-02-20 00:07:46 +00:00
chak%netscape.com
cf180b5900
Fix for #177972 - Cannot type anything in Editor of MfcEmbed build.
...
r=adamlock, sr=kin, a=asa
2003-02-12 22:26:38 +00:00
depstein%netscape.com
6642f31251
Fix for bug 143273.Remove "match whole word" from MfcEmbed's find dlog.
...
r=chak, sr=alecf
2003-01-30 00:11:12 +00:00
depstein%netscape.com
b93cd96532
Fix for bug 185627. Widens pixel area around find backwards button. r=chak, sr=alecf
2003-01-29 02:27:13 +00:00
mkaply%us.ibm.com
fff98436a4
No bug
...
r=mkaply, sr=blizzard
OS/2 only - initial checkin of os2Embed sample
2003-01-22 04:01:57 +00:00
locka%iol.ie
a3425b0dc7
Add CBrowserTooltip class and support for tooltips. Detab files. b=144880 r=chak@netscape.com sr=alecf@netscape.com
2003-01-17 00:40:45 +00:00
dougt%netscape.com
6508e0713e
move nsTraceMalloc out of XPCOM. Factory out stackwalking code into new files. 189221 r=chak, 186585 r=blythe sr=dbaron. Most of this patch was contributed by seawood.
2003-01-15 20:40:06 +00:00
locka%iol.ie
4514a26c79
Add cache key, referrer and extra headers parameters to nsIWebBrowserPersist::saveURI b=170722 r=bzbarsky@mit.edu sr=darin@netscape.com
2003-01-08 23:53:10 +00:00
dbaron%dbaron.org
5aadb9d382
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 20:32:55 +00:00
bryner%netscape.com
5ab59eca72
Merge changes from CHIMERA_M1_0_1_BRANCH.
2003-01-07 02:59:17 +00:00
locka%iol.ie
fb8d5bf2b4
Remove StdAfx.cpp / h. Checked on behalf of steve--w@dircon.co.uk r/a=adamlock@netscape.com
2003-01-06 13:50:44 +00:00
blythe%netscape.com
8887a0af98
Fix bug 170621
...
Static build changes to support viewer, mfcembed, winembed
r=cls
2002-12-23 22:32:22 +00:00
locka%iol.ie
f46f5eda96
Detabbed file. No code changes.
2002-12-12 23:14:24 +00:00
asasaki%netscape.com
f20a73e8ae
168580: unhardcode versions in embedding files. r=cls, build changes
...
with r=cls don't require sr=.
2002-12-12 01:18:52 +00:00
yokoyama%netscape.com
64bc0b7520
181559 MfcEmbed: Find in this page does not find Non-Ascii characters
...
Find string is correctly converted to unicode string.
/r=shanjian; /sr=kin
2002-12-04 01:19:56 +00:00
mjudge%netscape.com
2c50bde712
need to adjust and add the domwindow to the parameters
2002-11-12 23:49:23 +00:00
mkaply%us.ibm.com
0b6eee59d4
Bustage fix - Windows only
2002-11-11 23:38:51 +00:00
chak%netscape.com
a06b5d29ca
Fix for #178555 - Update Mozilla milestone in MfcEmbed on the trunk..
...
r=Ashish, sr=Darin Fisher
2002-11-06 01:16:01 +00:00
locka%iol.ie
bb37ab1c42
Add WS_CLIPCHILDREN to fix a painting problem. b=177637 r=jeff@tcbmi.com sr=blizzard@mozilla.org a=asa@mozilla.org
2002-11-02 12:27:52 +00:00
seawood%netscape.com
57e08a3f3a
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
...
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 06:47:01 +00:00
mjudge%netscape.com
6eb7e201b4
136774 adding param for makewindoweditable. just the default.
2002-10-09 02:15:15 +00:00
bryner%netscape.com
1bb489617c
Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls.
2002-10-05 02:49:02 +00:00
dougt%netscape.com
f8d04505a4
Backing out 157597
2002-09-24 01:56:37 +00:00
dougt%netscape.com
fe2a641b2c
removing nsCRT reference. 141451.
2002-09-23 17:36:35 +00:00
dougt%netscape.com
49c609d364
Relanding 157597 - Make embedding base and examples use XPCOM Glue. r=adamlock, sr=rpotts
2002-09-23 17:21:47 +00:00
curt%netscape.com
e4c95909b8
Using "mozilla.org" in install and Windows registry paths. Also, version 1.2b
...
(Bug #168751 , r=jbetak, sr=dveditz)
2002-09-18 19:46:03 +00:00
ccarlen%netscape.com
8f95a67ae1
Bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf
2002-09-16 00:13:37 +00:00
loadrunner%betak.net
3275efd052
DCCK - backing out initial checkin, not part of the build
2002-09-14 02:57:35 +00:00
loadrunner%betak.net
fd2a2e2e91
DCCK - initial checkin, not part of the build
2002-09-14 02:15:03 +00:00
chak%netscape.com
196cbe728a
Fix for #168255 - Change references to MRE into GRE in XPCOM/Embedding
...
r=dougt, sr=alecf
2002-09-13 22:18:43 +00:00
dougt%netscape.com
68faeb5241
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
alecf%netscape.com
7dd63a2e2a
fix for bug 164657, trace-malloc support in MFCEmbed
...
r=chak, sr=rpotts, a=rjesup
2002-09-06 17:42:40 +00:00
locka%iol.ie
79f95dba6f
Trivial fix for blocker. Restore control ids to the values that commdlg expects. b=166673
2002-09-04 21:50:02 +00:00
seawood%netscape.com
322da773fb
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
henry.jia%sun.com
8954de8e78
4th patch for bug 158080
...
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:56:22 +00:00
alecf%netscape.com
ce9641f2c1
fix bustage by #including nsCOMPtr.h
2002-07-25 19:44:15 +00:00
dougt%netscape.com
52771301fc
backing out
2002-07-18 06:58:27 +00:00
dougt%netscape.com
c2ec17237f
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
47e8fbc7bf
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
aaee4f863b
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
989a4bec4b
to fix the bustage
2002-07-02 02:05:54 +00:00
chak%netscape.com
5ef22fef01
Fix for #126869 - MfcEmbed OpenNewWindow opens Editor
...
r=adamlock, sr=rpotts
2002-07-01 20:45:48 +00:00
rods%netscape.com
a2e94034c6
Implement nsPrintingPromptService for MfcEmbed
...
Bug 154244 r=chak sr=rpotts
2002-07-01 20:30:18 +00:00
rods%netscape.com
009263bc3d
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
dbf4960c3f
Implementing a better setup dialog
...
Bug 154239 r=chak rs=alecf
2002-06-27 12:01:30 +00:00
locka%iol.ie
74dd7c3382
Sample code changed to use MIT licence. b=82339
2002-06-19 14:48:07 +00:00
locka%iol.ie
97e9649045
Sample code changed to use MIT licence. b=82339
2002-06-19 14:38:39 +00:00
locka%iol.ie
aeca349336
Sample code changed to use MIT licence. b=82339
2002-06-19 14:25:27 +00:00
locka%iol.ie
7f0509f4e9
Added nsIEmbeddingSiteWindow2 implementation. b=149307 r=rpotts@netscape.com sr=alecf@netscape.com
2002-06-19 11:41:25 +00:00
bnesse%netscape.com
6c13a461c3
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
0969ca0ed1
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
8e7e0b4a27
(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
bcf192e308
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
3d7fc0af50
Added unsupported warnings to winEmbed.
2002-06-04 21:29:04 +00:00
timeless%mac.com
0756b8de55
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
73de225b01
bug #46856 (r=valeski, sr=darin). API Changes to nsIWebProgress/nsIWebProgressListener)
2002-05-16 20:57:37 +00:00
rods%netscape.com
55cdb88790
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
c683a217ab
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
99433c7adb
remove mfcembed.htm
2002-05-15 00:10:36 +00:00
rods%netscape.com
0c5c90b638
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
169f8634ab
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
1d956bc3a5
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
6fd5862e6e
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
15a673155f
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
e554d83626
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
bryner%netscape.com
e439596f8f
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
c0ec608df6
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
44f2be5785
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
57db3f841d
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
9594c84aac
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
322b80b296
NOT BUILT. Fix some typos in a QA document. b=130498
2002-03-25 13:50:39 +00:00
darin%netscape.com
f1a6738b6c
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
blythe%netscape.com
0c699aeff9
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
b700779cde
new editor funcionality in embedding only. mfc test embed only
2002-02-18 09:57:08 +00:00
chak%netscape.com
f6a3c9c58b
Fix for #123981 - Add missing editor functionality to MfcEmbed
...
r=adamlock, sr=sfraser
2002-02-13 01:49:48 +00:00
alecf%netscape.com
a6c44d0c44
dependency update
2002-02-06 22:52:53 +00:00
seawood%netscape.com
e680097cc1
Fixing win32 gmake bustage
2002-02-06 09:38:23 +00:00
chak%netscape.com
0a3f63aaec
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
86ae59c1c9
mfcEmbed has no Equals() on CString. Oops. Fixing mfcembed bustage.
2002-02-05 03:54:32 +00:00
chak%netscape.com
d3a61dde4e
Fix for #123054 - Rearrange profile dlgs in MfcEmbed
...
r=adamlock, sr=alecf
2002-02-05 02:57:54 +00:00
bzbarsky%mit.edu
40d60f39ec
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
a2ed42f6e0
s/command_handler/commandhandler/. Fixing win32 gmake bustage
2002-02-02 20:00:00 +00:00
mjudge%netscape.com
726b5e82c1
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
fb11cdf4c9
Fixing win32 gmake bustage
2002-02-01 19:52:42 +00:00
rods%netscape.com
ab52751787
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
c1c82e0ebc
Obvious fix to stop deprecated winEmbed from crashing. b=120956
2002-02-01 14:33:33 +00:00
mjudge%netscape.com
ca4de4f1e9
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
bb03fef0ac
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
39ba085fc5
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
timeless%mac.com
518e4ed3ef
[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
e56e20b1dc
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
96f95d8b41
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
64158e99f8
#111320 - Add ViewFrameSource/OpenFrameInNewWindo context menus
...
sr=jst
2002-01-12 15:11:06 +00:00
locka%iol.ie
ab43b4f842
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
eea7fa29d0
Cleaning up win32 gmakefiles from xp print dialog changes (bug 113917)
2002-01-02 05:34:00 +00:00
rods%netscape.com
7929b953f5
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
128ac41103
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
45bfbf0658
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
97b0530073
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
15273ea50a
bug 78611. New XP threadsafe timer implementation. r=dougt sr=brendan
2001-12-16 06:13:17 +00:00
chak%netscape.com
a0d6f76ada
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
046f20a06d
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
0227e5c64a
Better handling of progress indicator. [not part of build]
2001-12-01 01:20:46 +00:00
rpotts%netscape.com
1f0cc6e6b9
bug #94205 (r=adamlock@netscape.com, sr=jst@netscape.com) nsIWebNavigation interface changes...
2001-11-30 22:35:33 +00:00
vidur%netscape.com
1d30755167
progress indicator and menu improvements. [not part of build]
2001-11-30 02:02:11 +00:00
vidur%netscape.com
5c4b247ed4
Copy over installed-chrome.txt to get scrollbars working
2001-11-30 00:47:09 +00:00
vidur%netscape.com
b7db2da319
Removed absolute paths to framework. Relative paths *should* work.
2001-11-29 01:20:38 +00:00
vidur%netscape.com
4e4eb22081
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
d065a40b8a
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
3683057add
Initial checkin
...
Bug 108345 r=dchak,dcone sr=attinasi
2001-11-26 14:11:23 +00:00
rods%netscape.com
39dd5e3615
Bug 108345 r=dcone,chak sr=attinasi
2001-11-26 13:45:36 +00:00
rods%netscape.com
497fb1e25e
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
6d588a866c
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
7733357d51
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
alecf%netscape.com
d49a4ba867
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
bzbarsky%mit.edu
f2ee8260a0
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
5cec28f952
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
09750f9a69
consolidating nsIWebBrowserChrome::CreateBrowserWindow and nsIWindowCreator::CreateChromeWindow. part of bug 88229 r=hyatt,rpotts
2001-11-06 01:19:39 +00:00
locka%iol.ie
f96023455f
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
2546ff75ba
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
a74e9d9e5d
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
0a62d4e8d5
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
d18d7e2b17
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
00fc97dad3
Removing gtkEmbed from the build (90526). r=adamlock, sr=blizzard
2001-10-19 08:28:51 +00:00
mcafee%netscape.com
5aad6b9804
Removing gtkEmbed (obsolete, bug 90526). r=adamlock, sr=blizzard
2001-10-19 01:51:09 +00:00
dbaron%fas.harvard.edu
6c15ac132f
Fix bustage. b=104763
2001-10-16 06:34:53 +00:00
dbaron%fas.harvard.edu
b71df494be
Fix bustage. b=104763
2001-10-16 06:34:32 +00:00
jaggernaut%netscape.com
ca6197295f
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
0b6923ad97
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
c7840ee904
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
d052302a1e
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