Граф коммитов

309 Коммитов

Автор SHA1 Сообщение Дата
caillon%returnzero.com 4cc64cee34 Bug 209852. Remove |dont_QueryInterface|.
r=dbaron, sr=jag
2003-06-21 00:15:41 +00:00
jst%netscape.com b5929e23a2 Disable annoying 'beep' when pressing enter in the url bar. Not part of the build. 2003-05-24 07:28:50 +00:00
jst%netscape.com e9be679f9a Use the new Gecko UI control class, and add a URL bar, and a Go button. Not part of the build. 2003-05-24 06:55:00 +00:00
jst%netscape.com 8227d89c10 Make Gecko objects hold on to the System.Windows.Form that they're drawing in to hide HWND extraction code from embedders. Rely more on exceptions for error propagation. Not part of the build. 2003-05-23 10:13:09 +00:00
yokoyama%netscape.com 6fb65bc745 **Not part of the build**
Microsoft Visual Studio .NET Test application
2003-05-16 00:19:26 +00:00
ccarlen%netscape.com aa68ce95de Profile sharing - enable in mfcEmbed for testing. bug=202474, r=adamlock/sr=darin/a=asa 2003-05-02 04:01:22 +00:00
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