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

2433 Коммитов

Автор SHA1 Сообщение Дата
locka%iol.ie 6d51522923 Add code controlled by a persist flag to delete files and dirs if saveDocument returns with an error code. b=129332 r=brade@netscape.com sr=jaggernaut@netscape.com 2003-05-30 11:42:25 +00:00
locka%iol.ie 6f80e2251a Tell controls which ask to be resized to make do with what they're given. b=206762 r=dbradley@netscape.com sr=alecf@netscape.com 2003-05-27 14:58:02 +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 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
bryner%netscape.com 5a26c66ccf support weak references in TestGtkEmbed's content listener (bug 191548). r=pavlov, sr=blizzard, a=asa. 2003-02-06 20:59:30 +00:00
bryner%netscape.com 124aa40bf5 Build both embedding/browser/gtk/src and tests/ at the end of the build, so that all required static components are present (bug 191927). r=cls, a=asa. 2003-02-06 20:54:54 +00:00
seawood%netscape.com a29a0ab8fa Fixing objdir bustage. 2003-02-04 20:40:16 +00:00
depstein%netscape.com b64fa99237 Added test case for nsIWebNavigation->GetReferingURI(). not part of the build. 2003-02-04 20:01:55 +00:00
pkw%us.ibm.com 68df4a7747 Bug 188724 - clicking cancel in filepicker, then clicking file again leads to filepicker
r=cbiesinger@web.de, sr=bzbarsky@mit.edu, a=asa@mozilla.org
2003-02-03 20:36:12 +00:00
darin%netscape.com 99e45ceed4 fixes bug 191227 "file uploads hang (especially w/ slower connections or
slower servers)" r=dougt sr=bz a=dbaron
2003-01-31 02:00:45 +00:00
locka%iol.ie d6cfe45f1f Fix return code to make WMP work. b=191157 r=dbradley@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2003-01-30 13:19:41 +00:00
seawood%netscape.com 5c6983cb86 Whitespace change to trigger rebuild of libs that depend upon zlib. 2003-01-30 05:53:29 +00:00
dougt%netscape.com 0fe70cc19c backing out mozreg.xpt file since it doesn't exist yet 2003-01-30 03:44:04 +00:00
dougt%netscape.com e948764fb5 Renaming zlib to mozz similar to what is used on linux. This is to avoid linking to EVIL implementations of zlib. see bug 190460. r=cls,r=ssu, sr=darin. a=asa 2003-01-30 02:03:01 +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
ssu%netscape.com 5e2ea09c81 fixing blocker bug 190465 - Download/Saving of files/pages is completely broken for installer builds with GRE. sr=spitzer 2003-01-25 01:23:08 +00:00
depstein%netscape.com a4a2e4c7d1 Added VisitRequestHeaders and VisitResponseHeaders for nsiHttpChannel tests.
Added in support for Tooltip Listener. not part of the build.
2003-01-24 03:56:31 +00:00
darin%netscape.com 383f41f652 fixes bug 189897 "Download starts with Download Error, then Cancel Button disabled"
r=adamlock sr=bzbarsky a=dbaron
2003-01-24 00:53:00 +00:00
ssu%netscape.com fdf5d8fa14 fixing bug 190247 and 190151 blocker bugs - mozilla fails to enter secure site. r=chak,a=leaf 2003-01-23 19:34:03 +00:00
locka%iol.ie 738ae4272e Implement ITargetFrame to fix targetted navigation via Win32 Hlink APIs. b=183508 r=dbradley@netscape.com sr=alecf@netscape.com a=asa@mozilla.org 2003-01-23 14:02:55 +00:00
ssu%netscape.com 349bf571ef fixing bug 190151 smoketest blocker - Fails to enter secure site. r=sgehani,a=myk 2003-01-22 23:32:18 +00:00
ssu%netscape.com 375b3bfa4a fixing bug 186703 - fix moz-ns installers to build and run with GRE. got verbal r=sgehani,sr=dveditz 2003-01-22 07:59:52 +00:00
timeless%mozdev.org 06b309aa38 Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
bzbarsky%mit.edu 50ccf5bb5c wallpaper for bug 189076, r=pkw@us.ibm.com, rs=bryner 2003-01-22 05:42:57 +00:00
depstein%netscape.com 31657b9e84 updated nsIHttpChannel response tests. more flexible parameter passing. not part of the build. 2003-01-22 04:11:05 +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
alecf%netscape.com 616b422bf0 fix for bug 189048 - seperate targets for building embed.jar and copying over the embedding files
r=cls
2003-01-21 22:42:52 +00:00
pkw%us.ibm.com 1664ad2b80 Bug 189598 - application/octet-stream handlers should not be remembered
automatically.
r=bzbarsky@mit.edu, sr=jaggernaut@netscape.com
2003-01-21 02:30:57 +00:00
kyle.yuan%sun.com de6851d996 Bug 188156 gtk2 build is broken on Solaris (@embedding\browser\gtk\tests)
r=Roland.Mainz@informatik.med.uni-giessen.de, sr=blizzard
Sun compiler can't deal with a complicated arg in g_warning()
2003-01-21 01:54:07 +00:00
dbradley%netscape.com f6bc25bfaa Bug 189296 - Plugin code takes address of nsCOMPtr's. r=adamlock, sr=jst 2003-01-20 13:03:06 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
locka%iol.ie 174c016dac Add nsAxSecurityPolicy.js to package list. b=188556 r=ashishbhatt@netscape.com sr=dveditz@netscape.com 2003-01-17 13:31:55 +00:00
depstein%netscape.com ae9fbc54a8 updated nsIHttpChannel response cases. not part of the build. 2003-01-17 04:04:42 +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
depstein%netscape.com 3ee4a64317 Added some more response cases for nsIHttpChannel tests. Not part of the build. 2003-01-16 06:44:49 +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
alecf%netscape.com 797f67be68 mac/unix side of fix for bug 188251 - explicitly specify resource files to reduce the embedding footprint
also remove references to the old gkcontent library
r=dougt, sr=bryner
2003-01-15 00:34:18 +00:00
pkw%us.ibm.com 27238bdeb2 Bug 79769 - Application input field on helper app dialog should be disabled
on Mac.
r=aaronl@netscape.com, sr=bzbarsky@mit.edu
2003-01-14 23:09:14 +00:00
bzbarsky%mit.edu 2f936f2f91 Fix bug 188931 -- only show the leafname in the textbox on mac.
r=pkw@us.ibm.com, sr=sfraser
2003-01-14 22:05:49 +00:00
locka%iol.ie 17b1b9dfb6 Link to embedstring_s.lib to fix xpcom glue & string reorg. r/sr/a=dougt@netscape.com b=188533 2003-01-14 21:57:16 +00:00
seawood%netscape.com 883b8d8917 Add unix printing components to the GRE.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #188275 r=cls
2003-01-14 01:37:15 +00:00
pkw%us.ibm.com 6828db1eae Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00
bzbarsky%mit.edu 4d2505d4e4 Fix bug 86640 -- change helper app dialog to properly remember the selected
course of action, move the "neverAsk" information from prefs back to
mimeTypes.rdf, remove the "Reset" button from helper app prefs, set up a way to
select "use default OS helper" for a given type.  Patch by Bill Law
<law@netscape.com> and Philip K. Warren <pkw@us.ibm.com>, r=biesi, sr=bzbarsky,
what passes for moa in helper apps=bzbarsky.
2003-01-12 01:14:35 +00:00
ccarlen%netscape.com 386ed86fe5 Trying again to fix build bustage. 2003-01-11 19:12:23 +00:00
ccarlen%netscape.com c21362ff07 Fixing OS/2 bustage. Hashtable callback functions do need PR_CALLBACK 2003-01-11 15:39:49 +00:00
ccarlen%netscape.com 3731053f2b Fixing ports bustage 2003-01-11 06:39:02 +00:00
ccarlen%netscape.com 19f4beea9f Bug 70714 - visited link doesn't change color in embedding apps. The patch turns on the building of the embed-lite component which implements global history with less footprint and is exported to Embed dist. r=chak/sr=alecf 2003-01-11 03:02:33 +00:00
pkw%us.ibm.com a0e9007d87 Backout Bug 188527. 2003-01-10 22:36:09 +00:00
peterlubczynski%netscape.com f4842f1af8 Resolve relative URLs on CODEBASE, bug 184458 r=adamlock sr=darin 2003-01-10 21:59:02 +00:00
pkw%us.ibm.com c17d285207 Bug 188527 - Fix linker errors when building GTK2 Mozilla on AIX.
r=seawood@netscape.com
2003-01-10 20:50:43 +00:00
dbaron%dbaron.org bc98f431d6 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. sr=jag 2003-01-10 20:02:04 +00:00
bryner%netscape.com 28f668935f Remove pippki (XUL security dialogs) from embed.jar (bug 188145). r=kaie, sr=alecf. 2003-01-09 23:31:37 +00:00
alecf%netscape.com 2f2a5d0fc8 specify many resources explicitly so that embedding doesn't get a bunch of MathML resources, among other things
bug 188251, r=bz, sr=darin
2003-01-09 23:19:04 +00:00
bryner%netscape.com 7f0488eb18 Phase 1 of style context deCOMtamination (bug 114713). Remove all dependencies on nsIStyleContext from outside of content and layout. Make nsIFrame::GetStyleData be a non-inline virtual function when called from outside of layout, since the nsStyleContext implementation won't be available to those callers. r=dbaron, sr=bzbarsky. 2003-01-09 06:49:07 +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
dbaron%dbaron.org cb9bcc2e25 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 19:51:43 +00:00
pkw%us.ibm.com caa41858b4 Bug 133754 - nsWindowWatcher.cpp uses AssignWithConversion. This causes
some translated builds to not work correctly when the "Reset Master
Password" button is clicked.
r=smontagu@netscape.com, sr=alecf@netscape.com
2003-01-08 19:32:29 +00:00
locka%iol.ie 0d69efc4a0 Change registry key const to load browser helper objects from another location instead of using IE's list. Also fix some naming convention. b=171063 r=chak@netscape.com sr=blizzard@mozilla.org 2003-01-08 15:35:18 +00:00
alecf%netscape.com c34b538839 adding chrome url parsing stuff to the lite chrome registry, minor tweaks to the embed lite module.
not part of build
2003-01-07 21:37:30 +00:00
bryner%netscape.com 292504823a merging changes from CHIMERA_M1_0_1_BRANCH. Not part of the default build. 2003-01-07 05:04:07 +00:00
depstein%netscape.com 77b44ebbb9 Added nsIHttpChannel->GetResponseText test. Not part of the build. 2003-01-07 04:26:49 +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
depstein%netscape.com bf76e055eb Added some more nsIHttpChannel attribute tests. Not part of the build. 2002-12-30 08:52:13 +00:00
depstein%netscape.com ba7deeffbe Adding initial test cases for nsIHttpChannel iface. Not part of the build. 2002-12-28 04:43:56 +00:00
seawood%netscape.com d5efcdfb6d Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt
2002-12-28 01:15:07 +00:00
depstein%netscape.com ef653515b3 Passing nsISupports context to AsyncOpen() in nsichanneltests.cpp. Triggers post-AsyncOpen nsIChannel tests. Not part of the build. 2002-12-24 21:22:59 +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 3be0457890 Fix bustage in plugin when MOZ_OBJDIR is defined. b=185679 r=dbradley@netscape.com sr=seawood@netscape.com 2002-12-16 22:05:05 +00:00
depstein%netscape.com 26ff64f548 Enhanced nsIWebBrowserChrome and nsIEmbeddingSiteWindow test implementations. Not part of the build. 2002-12-16 03:48:36 +00:00
rbs%maths.uq.edu.au 5c9db7b7ec Refine the conversion of entities during serialization, b=169590, r=nhotta, sr=jst 2002-12-13 22:12:10 +00:00
seawood%netscape.com 58004c4a48 Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner
2002-12-13 02:36:06 +00:00
locka%iol.ie f46f5eda96 Detabbed file. No code changes. 2002-12-12 23:14:24 +00:00
depstein%netscape.com 05b1b7f955 Added post-AsyncOpen() tests to OnStartRequest() impl in BrowserImpl.cpp. not part of the build. 2002-12-12 02:38:49 +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
colin%theblakes.com 0824e190c0 OpenVMS build changes. b=180290. r=cls 2002-12-12 00:08:59 +00:00
depstein%netscape.com 82efdf3f43 Created local uri table with different schemes. Hooked up to RunAllTests(). Not part of the build. 2002-12-10 04:23:16 +00:00
dsirnapalli%netscape.com 6e6130b673 updating test case 2002-12-09 21:52:29 +00:00
ashishbhatt%netscape.com 2b854636c9 Updating testcase 2002-12-09 21:45:10 +00:00
locka%iol.ie 73d7ed36cb Share pref settings between com connect and plugin. b=179573 r=dbradley@netscape.com sr=brendan@mozilla.org a=asa@mozilla.org 2002-12-09 21:04:22 +00:00
locka%iol.ie 4f6980440d Add directory service provider to control (no more MozillaControl profile pollution). b=76664 r=ccarlen@netscape.com sr=blizzard@mozilla.org a=asa@mozilla.org 2002-12-09 18:15:50 +00:00
blizzard%redhat.com 18cbe9dd42 Bug #183912. embedding widget crashes with gtk 2.1.3. Make sure that the types for the signal marshalers match. r=timeless, sr=bryner, a=asa 2002-12-07 20:02:34 +00:00
depstein%netscape.com 318c9e8db1 added AsyncOpen() before security and content tests. not part of the build. 2002-12-07 00:55:15 +00:00
bryner%netscape.com f79bfbbb98 Comment corrections, not part of the build 2002-12-06 10:30:15 +00:00
darin%netscape.com a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +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
locka%iol.ie 9865d58016 Move IWebBrowser impl into a template class so it can be shared with plugin. Fixed postdata, headers and target args. b=100629 r=chak@netscape.com rpotts@netscape.com 2002-12-03 21:20:57 +00:00
ashishbhatt%netscape.com 51fc1682d2 updating javascript file paths 2002-12-03 20:27:28 +00:00
locka%iol.ie ddc81dbc3c Comment out base elements during persistence rather than removing and reinserting them. b=179990 r=brade@netscape.com sr=heikki@netscape.com 2002-12-03 19:31:18 +00:00
ashishbhatt%netscape.com 97e72cce23 updating test case 2002-12-03 01:12:10 +00:00
blizzard%redhat.com f63bfb0e0b Bug #182162. gtk2 embedded moz random crashing on toplevel focus in/out. Make sure to pass the right object as the callback argument. r=tor, sr=shaver 2002-12-02 23:47:28 +00:00
depstein%netscape.com 92f4a5bb1a refactored code, changes to object error checking handling. not part of the build. 2002-11-28 22:39:58 +00:00
depstein%netscape.com 9ad566c020 Add test cases for nsIChannel. not part of the build. 2002-11-28 03:31:43 +00:00
depstein%netscape.com ab28846ffc cosmetic string change. not part of the build. 2002-11-27 01:28:51 +00:00
locka%iol.ie 0fd0d8b99b NOT PART OF BUILD. Added a test to exercise postdata functionality of IWebBrowser2::Navigate2 2002-11-25 23:27:39 +00:00
ashishbhatt%netscape.com 63f206f4f6 adding xpcom test cases 2002-11-22 01:04:01 +00:00
ashishbhatt%netscape.com 8eb3d53568 adding nsIDOMWindow test case 2002-11-22 01:01:21 +00:00
ashishbhatt%netscape.com 611ac8787d ndding nsISelection test case 2002-11-22 00:58:43 +00:00
ashishbhatt%netscape.com 94dcdcbc1b nsIProfile Test case 2002-11-22 00:56:32 +00:00