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

2330 Коммитов

Автор SHA1 Сообщение Дата
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 9162996d0b Making Gecko a UserControl class so that it can be placed easily in form controls in .NET apps. Not part of the build. 2003-05-24 06:52:20 +00:00
dwitte%stanford.edu 270d3909ca bug 100649: Length() being used where IsEmpty() is meant
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().

thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.

got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +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
locka%iol.ie acfe636e32 Ensure strange urls don't resolve to empty filenames to prevent confusion when resolving duplicates later. b=206319 r=brade sr=jaggernaut a=dbaron 2003-05-23 09:36:32 +00:00
jst%netscape.com 1c688e88bc Eliminating a layer of code between the managed classes URI and ProfileManager and the onderlying XPCOM objects, and cleaning up a bunch of stuff. Not part of the build. 2003-05-23 07:09:13 +00:00
rbs%maths.uq.edu.au 285c623645 Output basic entities such as   during 'Save As' of HTML documents (there is another option/flag to output more entities such as accented letters if needed), r=adamlock, sr=heikki, a=asa 2003-05-23 06:18:11 +00:00
bolian.yin%sun.com e3ed32dc76 Bug 205594, embedded mozilla gtk2 is not accessibility enabled.
r=blizzard. The Accessibility Gtk2 patch, is not for Mozilla Default Build.
2003-05-22 04:00:56 +00:00
locka%iol.ie 1a81e285f2 Check if operation is cancelled before serializing files for upload. b=201610 r=brade@netscape.com sr=jaggernaut@netscape.com a=asa@mozilla.org 2003-05-21 22:16:28 +00:00
darin%netscape.com 2260debc66 fixes bug 201210 "Publishing to webdav server gives error when it goes OK [chunking?]" r=brade sr=alecf a=asa 2003-05-21 21:57:20 +00:00
darin%netscape.com d6684686a5 bug 204255
this patch fixes/cleans-up several things:

1- honor ENABLE_TESTS build var
2- don't export intermediate static libs (bug 205025)
3- tmITransactionService should be ipcITransactionService
4- transaction service should not be a separate xpcom component library

plus some minor changes:

5- separate interfaces out into individual IDL file
6- get rid of *CID.h files (move CID/ContractID into IDL).. i think *CID.h
files are just overkill in this case.  there should either be just one ipcCID.h
file for all IDs or none.

r=ccarlen, sr=alecf, a=sspitzer
2003-05-21 19:20:38 +00:00
dbradley%netscape.com 5761ad14e3 bug 205538 - Use hyphens instead of underscores in caps prefs for CID's. r=adamlock, sr=alecf, a=asa 2003-05-20 14:19:05 +00:00
jst%netscape.com ee07745fd0 New version of key file, missing binary flag on this file. Not part of the default build. 2003-05-17 02:15:26 +00:00
locka%iol.ie a822846f05 Tolerate broken links while saving documents, fix freeze. b=205668 r=brade sr=darin a=asa 2003-05-16 18:08:43 +00:00
yokoyama%netscape.com fe88338516 ** not part of build***
Updating document
2003-05-16 00:49:07 +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
yokoyama%netscape.com ddefa8ee44 **Not part of the build**
Making Gecko a CLR friendly component
using MSVS-The Managed Extensions for C++
2003-05-16 00:11:50 +00:00
dbaron%dbaron.org 75ff60c62f Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan 2003-05-15 03:42:21 +00:00
cbiesinger%web.de dfe65900af 162177 patch by alge@samsen.com r=jag sr=dmose a=asa error in the downloading windows 2003-05-14 21:44:21 +00:00
locka%iol.ie acbea27a7e Backout checkin for b=204879, a=kysmith@netscape.com 2003-05-12 21:27:24 +00:00
ccarlen%netscape.com ab29e4bdf5 MfcEmbed preferences not being saved because profile sharing components are not packaged. Adding them to Windows and Mac packages and removing extra occurance of intl.xpt. b=204740, r=ssu/sr=alecf/a=asa 2003-05-12 14:02:40 +00:00
locka%iol.ie e0677d2cef Don't build or export nsIMozAxPlugin.xpt in COM connect mode. b=204879 r=dbradley sr=alecf a=sspitzer 2003-05-12 12:15:08 +00:00
locka%iol.ie 80d866eaab Return error codes from NS_InitXPCOM2 & NS_ShutdownXPCOM in the event of failure. b=195555 r=sfraser sr=dougt a=sspitzer 2003-05-12 12:13:21 +00:00
bryner%netscape.com 43e33f434f Removing unneeded #include of nsGUIEvent.h that causes static build bustage due to undefined references to nsRect methods in gkgfx. r=pavlov 2003-05-03 22:56:14 +00:00
ccarlen%netscape.com 0d714b7195 Profile sharing - enable in PPEmbed for testing. bug=202474, NOT PART OF BUILD 2003-05-02 04:03:04 +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
ccarlen%netscape.com 47683e635f Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa 2003-05-02 03:59:23 +00:00
dbradley%netscape.com 9c630807a3 bug 203362 - Turn on building IDispatch code by default. r=bryner, sr=alecf, a=sspitzer, IsEqualGUID patch r=dbradley, sr=alecf, a=asa 2003-04-30 04:13:58 +00:00
harishd%netscape.com d04223ecb0 Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org 2003-04-25 20:57:34 +00:00
bryner%netscape.com 3fa0490fb2 Adding some frozen interfaces to the sdk that should have been there already. Bug 203170, r=dougt, sr=alecf, a=asa. 2003-04-24 21:32:11 +00:00
joshua.xia%sun.com 7cd59bb5f1 bugid=203059 jbyte defined incorrectly in jri_md.h
r=pete.zha sr=brendan/mkaply approval=mkaply
2003-04-24 11:09:51 +00:00
wade%ezri.org 614a90cc82 fix for bug 202817 - clicking on a link that returns a non-trivial mimetype results in download rather than view. p=bz r=blizzard sr=darin 2003-04-22 23:32:49 +00:00
locka%iol.ie cb5762416e Remove some stub code for ActiveScript which was never implemented. b=292577 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-22 21:47:35 +00:00
bryner%netscape.com 73ce979c14 Comment fix only -- there is no nsIWebBrowserSiteWindow, this should read nsIEmbeddingSiteWindow. 2003-04-22 00:14:42 +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
bzbarsky%mit.edu 382f78c2b5 More build bustage. 2003-04-19 20:16:33 +00:00
bzbarsky%mit.edu 9e108940f9 fix build bustage; part of bug 192366 2003-04-19 18:45:30 +00:00
bryner%netscape.com a0acc0caeb Removing incorrectly named StdAfx,h. NPOB. 2003-04-19 08:28:00 +00:00
sfraser%netscape.com be7ab91d7a Fix bug 118657: don't allow window.find() to propagate into frames that it doesn't have permissions for. r=msotlz, sr=jst. 2003-04-19 00:53:58 +00:00
sfraser%netscape.com 0fb25d446f Fix bug 202340: add a mozilla.sdef file describing the AppleEvents dictionary in XML format, and use sdp and Rez to convert it to a .rsrc. Install that in dist/package, and also move PrintPDE.plugin into dist/package. r=ccarlen, sr=bryner/cls. 2003-04-18 20:54:06 +00:00
locka%iol.ie bcdc5f415b Cancel channel uploads during cleanup. b=201610 r=brade@netscape.com sr=jaggernaut@netscape.com 2003-04-18 14:01:42 +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
brade%netscape.com 3d9a351e0c api changes from copy/paste/drag/drop hooks (bug 197121) r=adamlock sr=smfr 2003-04-17 13:26:09 +00:00
locka%iol.ie f03e3e63d9 Fixed bustage possibly caused by broken optimization. b=201097 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-15 18:07:27 +00:00
seawood%netscape.com 76ea08aa57 Use detected versions of MAKE & ZIP.
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
sfraser%netscape.com b022ae9924 Fix typo in Mac manifest file (htmlEntityVersion_s_.properties). r=me 2003-04-13 03:53:05 +00:00
bzbarsky%mit.edu 46c0fbda65 Make some strings in prompt service char arrays instead of pointers to move
them to readonly data.  Bug 201355, patch by ataylor@its.to (Andrew Taylor),
r=adamlock, sr=alecf
2003-04-12 03:17:15 +00:00
locka%iol.ie af51b53215 Implement IBindHost::CreateMoniker including base url support, initialise _Module global properly and comment out IOleInPlaceSiteWindowless b=200680 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-11 13:51:34 +00:00
bryner%netscape.com 3a3ec0cbd5 Make --disable-xul work (bug 69995). We build enough XUL to support
scrollbars unconditionally, but can now leave out heavyweight widgets like
grid, listbox, and tree.  r=bzbarsky, sr=alecf.
2003-04-11 00:56:27 +00:00
bzbarsky%mit.edu d9ad51a769 Use the right window object -- unbreaks "Launch" button on progress dialog.
Final bits of bug 91969, r=timeless, sr=jag
2003-04-10 23:35:42 +00:00
sfraser%netscape.com ae7ee2d4c1 Part of fix for bug 201257, missed in previous checkin. r=brade/sr=alecf. 2003-04-10 19:29:27 +00:00
sfraser%netscape.com abe53e192f Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
Renaming nsIControllerCommandManager to nsIControllerCommandTable to reduce confusion.
Moving the immutability flag from the nsBaseCommandController to the nsControllerCommandTable.
Renaming the 'refcon' on nsIControllerContext to 'context', and giving nsIControllerContext an Init() method that optionally takes a command table.
Fixing the editor and composer module code to create pre-filled nsIControllerCommandTables as services, and the controller constructors to create singleton command tables with do_GetService.
r=brade, sr=alecf.
2003-04-10 18:44:03 +00:00
blizzard%redhat.com baab44722b Bug #200917 and bug #200060. Some dialogs were missing required checkboxes. Original patch from mpeseng@tin.it, some changes by me. Not part of the default build. 2003-04-09 13:59:12 +00:00
danm%netscape.com 4743b6ee88 add url of window to be opened to nsIWindowCreator2::CreateChromeWindow2. bug 195992 r=adamlock,blizzard 2003-04-08 20:47:18 +00:00
blizzard%redhat.com 4a70ef5c88 Bug #197911. load_url signal doesn't handle utf-8 urls properly. r=mpeseng 2003-04-08 20:40:52 +00:00
dougt%netscape.com ef09d77cea removing removed NS_DEF_FACTORY and nsXPComFactory.h. r=alecf b=200750 2003-04-08 20:37:02 +00:00
aaronl%netscape.com 6cbbdca6d5 Bug 199518. Merge MSAA marshalling dlls into one dll. r=cls, sr=alecf 2003-04-08 05:12:01 +00:00
amardare%qnx.com 4fc8d49524 Photon platform - fixed the compile error. 2003-04-07 14:44:04 +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
blizzard%redhat.com 147f56fbc0 Bug #180841. gtk2-specific call can sometimes crash gtk1.2 embedding widget. patch from philipl@mail.utexas.edu. r+sr=blizzard 2003-04-06 18:58:50 +00:00
amardare%qnx.com 923108bf9c Changes for the photon platforms.
These changes should not affect the building on other platforms or the runtime on other platforms.
2003-04-04 23:08:08 +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
ccarlen%netscape.com 1cabc01e87 Bug 188508 - Upgrade print dialog PDE. r=pinkerton/sr=sfraser 2003-04-03 19:20:27 +00:00
mkaply%us.ibm.com c7c47f9531 #197446
r=cls
From Jessica Blanco -start building os2Embed
2003-04-02 22:53:16 +00:00
seawood%netscape.com 80e1b303cc Purge XP_PC.
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
locka%iol.ie 7042d97622 Remove clever PARAM conversion into native types. b=199163 r=dbradley@netscape.com sr=alecf@netscape.com 2003-04-02 11:13:15 +00:00
locka%iol.ie cd2ccfc3ce Fix browsing to newly opened popup windows. b=188055 r=danm@netscape.com sr=blizzard@mozilla.org 2003-04-02 11:09:42 +00:00
bzbarsky%mit.edu ce3a0d97fb "Backing" changes back in since tree has reopened. 2003-04-02 03:19:50 +00:00
bzbarsky%mit.edu 429e0e4ded Backing all this out, since tree is closed. 2003-04-02 02:02:10 +00:00
bzbarsky%mit.edu 76ede58660 Fix some misleading indentation. No bug, r=lumpy, sr=mozbot 2003-04-01 23:19:37 +00:00
blizzard%redhat.com b7a95a8b9e Bug #199421. Embedded browsers crash when submitting login form [@ GtkPromptService::ConfirmEx ]. Make sure to check the value of the pointers passed in before setting them on the prompter. r=bryner,a=dbaron 2003-03-29 04:55:12 +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
locka%iol.ie 2b182e91a9 NOT PART OF BUILD. MS DevStudio project files for editing convenience only 2003-03-27 14:50:06 +00:00
locka%iol.ie 0cb27dcfff Add activex.js file to define default prefs for COM connect / plugin. b=197084 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-03-27 12:36:59 +00:00
dbaron%dbaron.org 92db77904e Things break if we don't package all.js. Also fix typo and remove obsolete file. b=198246 r=alecf sr=kin a=brendan 2003-03-27 00:09:06 +00:00
jst%netscape.com 59d50f2aa7 Checking in gena01@lk.net's fix for bug 193259. Fix error about replaceInsert not being defined in nsProgressDialog.js. r=bugmail@sicking.cc, sr=jst@netscape.com 2003-03-26 02:07:35 +00:00
pkw%us.ibm.com 33fda36ffd Bug 198082 - AIX: GTK2 build fails (undefined symbol MAX_BUTTONS)
r=bryner@netscape.com, sr=blizzard@mozilla.org
2003-03-25 16:26:24 +00:00
mkaply%us.ibm.com 69588c37bc Use XP_OS2, not OS2 ust to be safe 2003-03-25 14:20:28 +00:00
locka%iol.ie bc732ec7f5 Add PERSIST_FLAGS_DONT_CHANGE_FILENAMES flag to prevent filename munging during composer upload. b=138832 r=brade@netscape.com sr=jaggernaut@netscape.com 2003-03-25 12:19:05 +00:00
harishd%netscape.com f146b51b3e Adding P3P to the packaging list. b=198148, r=ssu@netscape.com, sr=heikki@netscape.com 2003-03-25 00:31:11 +00:00
mkaply%us.ibm.com 67009c3ca5 #197446
r=me
Changes to get os2Embed building
2003-03-24 14:54:04 +00:00
timeless%mozdev.org 697618b07d Bug 106386 rid source of misspellings
patch by nb@ipnode.info r=biesi sr=dmose
2003-03-24 04:15:34 +00:00
aaronl%netscape.com abed095192 Backout out bug 196946. It turns out we should not merge static accessibility libs into widget 2003-03-22 05:29:37 +00:00
peterlubczynski%netscape.com f9e9c8ab3d Checking in fix to bug 198317 for Roland.Mainz@informatik.med.uni-giessen.de r=cls sr=jag 2003-03-22 03:39:40 +00:00
bryner%netscape.com 7d4f6c9de3 Fix dom serializer bustage (bugzilla edit attachment as comment) by making sure not to clobber xmlextras/base/public's .xpt file with xmlextras/interfaceinfo/public's xpt file. Bug 198568, r=harishd, sr=dveditz. 2003-03-21 22:47:30 +00:00
brade%netscape.com 9589653c4a fix typo in comment 2003-03-21 14:17:58 +00:00
wtc%netscape.com cd8d1d127b Bug 197874: after NSS 3.8 landed, we need to include the new .chk files in
the various installer packages. r=ssu. sr=bryner.
Modified Files:
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
2003-03-20 18:04:55 +00:00
dsirnapalli%netscape.com f513f85622 Updated test case. 2003-03-20 00:27:54 +00:00
locka%iol.ie 6bf4f4c661 Add implement IHTMLLocation object. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com 2003-03-19 18:47:10 +00:00
locka%iol.ie c9bdbedd5a Add template implementation of IHTMLLocation b=194281 r=dbradley@netscape.com sr=alecf@netscape.com 2003-03-19 18:42:21 +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
locka%iol.ie 966d70fcc8 Implement execScript for controls which wish to call JS in the page. b=196317 r=dbradley@netscape.com sr=alecf@netscape.com 2003-03-19 14:07:07 +00:00
bzbarsky%mit.edu 2c56e0638e Landing bug 83774 -- move image loading for <img>, <object>, <embed>, <input
type="image"> into the content nodes and out of nsImageFrame.  r=pavlov, sr=jst
2003-03-19 03:47:09 +00:00
bryner%netscape.com e7316cf9cd Sync CHClickListener with Camino. Not part of the default build. 2003-03-18 23:19:39 +00:00
timeless%mozdev.org 15e4364b20 Bug 197653 [@ nsFind::GetWordBreaker] crashes ADDREFing(0)
r=akkana sr=kin
2003-03-17 22:55:15 +00:00
aaronl%netscape.com fc0c6f4305 Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf 2003-03-16 20:22:51 +00:00
dougt%netscape.com e8ad668014 adding back layout_base. r=sfraser 2003-03-15 19:05:23 +00:00
dougt%netscape.com 87e17084fe Fixing 197566. r=me 2003-03-15 17:55:40 +00:00
dougt%netscape.com c3ea15b0e0 adding obsolete stuff to embedding package list. I really don't want to do this, but profiles requires it 2003-03-15 06:39:05 +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
dbradley%netscape.com 5b19387a4b This is the other half of the patch for bug 188229 that I missed checking in earlier. Again, this isn't part of the regular build. 2003-03-13 04:13:05 +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
ssu%netscape.com a80bbf8231 fixing bug 191048 - Need to install .js files in Mozilla's not GRE's component dir. r=spitzer, sr=dveditz 2003-03-12 01:31:42 +00:00
bryner%netscape.com 49b97a902a Trying to fix nebiros bustage - don't use a 0-length array 2003-03-09 08:37:03 +00:00
bryner%netscape.com 5402fe37ad [gtk2 only] Add a native implementation of nsIPromptService (bug 193635). r=varga, sr=blizzard. 2003-03-09 07:08:42 +00:00
bryner%netscape.com 88578d5d52 Make the non-existance of libembed_lite not be a fatal error. Not part of the default build, but fixing Camino static build bustage. 2003-03-08 07:30:56 +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
aaronl%netscape.com 20117a7edc Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz 2003-03-06 23:07:00 +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
mkaply%us.ibm.com a6b4d1e77a OS/2 embedding stuff - r=me - not part of build 2003-03-05 23:07:11 +00:00
bryner%netscape.com 4eed75b475 libmozjpeg is no longer a shared library, so no need to have it in the embedding manifest. not part of the normal build. 2003-03-05 11:00:41 +00:00
locka%iol.ie 050dcde44b Export embedding API with "C" linkage. b=143771 r=dougt@netscape.com sr=blizzard@mozilla.org 2003-03-03 14:50:35 +00:00
bryner%netscape.com ba9570d85e Cleaning up shared libraries that have been merged into other libraries. Not part of the normal build. 2003-03-03 10:13:18 +00:00
sfraser%netscape.com 9a6ff99344 Remove a bogus DEBUG_smfr block. r/sr=bryner 2003-03-01 00:56:23 +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
cbiesinger%web.de 8e44a6e02d 97324 r=peterl/jst sr=jst/bz nsContentDLF.cpp should not use a static list of image types; also: 192023 Make DocLoaderFactories a service 2003-02-27 13:51:55 +00:00
depstein%netscape.com eacd937a4f Stronger error checking for nsIChannel and nsIHttpChannel tests. Not part of the build. 2003-02-27 01:39:35 +00:00
ccarlen%netscape.com 1dd8b3ef56 Bug 188214 - Cookies are not getting saved on exit in GtkEmbed. This adds a new call to nsProfileDirServiceProvider which allows an app to shutdown the provider and it will send out profile shutdown notifications. r=dougt/sr=blizzard 2003-02-26 15:01:19 +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
bzbarsky%mit.edu 36189a7cdf Part of the diff to bug 91969 that got left out. r=mkaply, sr=me. 2003-02-26 06:23:31 +00:00
bzbarsky%mit.edu f749415a3a Nothing to break out of... fixing bustage caused by patch for bug 91969. 2003-02-25 16:12:21 +00:00
bzbarsky%mit.edu 44d6ed3db2 Make it possible to launch executables after downloading them (after suitable
scary warning).   Bug 91969, patch by octalc0de@veryfast.biz (Patrick Xia
("Octalc0de")), r=mkaply, sr=bzbarsky
2003-02-25 05:23:47 +00:00
danm%netscape.com 424aa08a34 implement new property nsIBaseWindow::blurSuppression. bug 68454 r=bryner,jst 2003-02-24 20:15:39 +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
neil%parkwaycc.co.uk e67213fff2 Bug 191165 Remove old proxy preferences files r=jag sr=bz 2003-02-24 10:24:07 +00:00
bryner%netscape.com 91970b7629 Remove unused nsPrintingPrompt.cpp (bug 193525). r=rods, sr=alecf. 2003-02-24 04:04:17 +00:00
bzbarsky%mit.edu fe3e3cb6a8 Make defaultDescription and applicationDescription use the handler's leafname
if no description is set.  Bug 190409, r=pkw@us.ibm.com, sr=darin
2003-02-22 20:06:56 +00:00
cbiesinger%web.de 5837475042 91828 r=bz sr=jag filename not viewable in the helper app dlg 2003-02-22 16:33:51 +00:00
locka%iol.ie cacbe124a2 Fix 1 character typo breaking old-style safe for scripting controls. b=194281 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-02-22 10:03:01 +00:00
bryner%netscape.com fe0c978747 Freeze nsIWebBrowserFocus and nsIWebBrowserChromeFocus (bug 191236). r=saari, sr=alecf, a=asa. 2003-02-20 23:11:07 +00:00
locka%iol.ie d29c498403 Fix order of event parameters. r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org 2003-02-20 22:56:40 +00:00
locka%iol.ie 33e1be5824 Fix IPropertyBag::Read implementation to treat pVar as [in,out] and honour callers requested VARTYPE. b=193782 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2003-02-20 14:35:48 +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
bryner%netscape.com fca863b92d Sync NSBrowserView with changes made on CHIMERA_M1_0_1_BRANCH. Not part of the build, a=dbaron. 2003-02-20 00:06:09 +00:00
amardare%qnx.com 9f3948097b Added "photon" to the list of platforms requiring the processing of "unixshared" directory. 2003-02-19 00:23:42 +00:00
amardare%qnx.com 5fde8802a5 Added "photon" to the list of platforms requiring processing of printingui/src/unixshared. 2003-02-19 00:22:42 +00:00
amardare%qnx.com 0d54e787b3 Photon specific changes after synchronizing with the head branch.
Most of these changes were included in our released mozilla 1.0 package.
2003-02-19 00:18:45 +00:00
locka%iol.ie b864237a15 Fix blacklist/whitelist registry code in COM connect. b=193256 r=dbradley sr=alecf a=dbaron 2003-02-16 19:50:14 +00:00
bzbarsky%mit.edu a01da841e5 Changing from default action to a different one should work (didn't if the
default was "save").  Bug 193054, r=pkw@us.ibm.com, sr=mscott, a=asa
2003-02-13 19:00:08 +00:00
locka%iol.ie 9108ceef0c Fix use of IObjectSafety, cleanup nsAxSecurityPolicy.js & subscribe to hosting flag pref changes, using medium settings as the default. b=191758 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-02-13 12:17:21 +00:00
locka%iol.ie 9e1288aa6d Better explain nsIWebNavigation "document" attribute, fix spelling of "referringURI" attribute. b=192322 r=danm@netscape.com sr=bzbarsky@mit.edu a=asa@mozilla.org 2003-02-12 23:50:14 +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
ccarlen%netscape.com b530e24995 Bug 186036 - Allow PPEmbed to build under Mach-O. r=pinkerton/sr=bryner/a=asa 2003-02-12 16:00:49 +00:00
ccarlen%netscape.com 32df2c754b Bug 186036 - Allow PPEmbed to build under Mach-O. NOT YET PART OF BUILD. r=pinkerton/sr=bryner/a=asa 2003-02-12 15:35:40 +00:00
dbaron%dbaron.org 383248a0c7 Fix hang when saving pages with non-ASCII characters in URLs. b=191965 r=adamlock sr=bzbarsky a=asa 2003-02-11 20:28:44 +00:00
timeless%mozdev.org bc2554f85e Bug 191021 Put the null plugin back where it belongs
r=peterl a=asa
2003-02-06 23:50:43 +00:00