Commit Graph

532 Commits

Author SHA1 Message Date
locka%iol.ie
7587bf9f51 NOT PART OF BUILD. Fix release mode projects for vs2002 2005-08-28 20:05:31 +00:00
locka%iol.ie
8fa72898f7 NOT PART OF BUILD. Bump development environment up to VS2002. Add support for windowless plugins. Factor out functionality from nsPluginHostCtrl into nsPluginHostWnd base class. 2005-08-28 20:00:31 +00:00
masayuki%d-toybox.com
01e228e995 Bug 293185 When ActiveX control plug-in is installed buttons in a flash document no longer work. patch by <VYV03354@nifty.ne.jp> r+sr=jst, a=asa 2005-07-08 14:13:32 +00:00
cls%seawood.org
2f8def85e9 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
timeless%mozdev.org
f05b138dd1 Bug 293124 useless initialization after memset in CMozillaBrowser::OnSaveAs
patch by bugzilla@mcsmurf.de r=timeless sr=tor a=shaver
2005-06-01 18:32:15 +00:00
cls%seawood.org
d5865f4067 Use dashes instead of backslashes for program options to avoid msys shell expansion.
Thanks to Howard Chu <hyc@symas.com> for the patch.
Bug #294122 r=cls a=shaver
2005-06-01 14:28:35 +00:00
db48x%yahoo.com
9d0ce5f579 bug 249782: Make Mozilla compile with Microsoft Visual Studio 2005
patch by Stephen Walker <sdwalker@myrealbox.com>, r=shaver, a=shaver
2005-05-07 06:20:43 +00:00
cbiesinger%web.de
33e7cc8025 Bug 289842 Make nsIHelperAppLauncher inherit from nsICancelable
r=bz sr=darin a=asa
2005-04-15 19:41:07 +00:00
bsmedberg%covad.net
82cd73aa7b Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 17:21:39 +00:00
cbiesinger%web.de
850f3954ab Bug 285517 show better message in helper app dialog when the type was sniffed from text/plain
r=bz sr=darin
2005-03-13 17:03:44 +00:00
bzbarsky%mit.edu
33bac2f39c Fix ActiveX impl of innerText to not just be the same as innerHTML. Bug
282317, r=adamlock
2005-03-07 22:36:54 +00:00
bzbarsky%mit.edu
5b1084a5a5 Add the prompt-service contract to nsEmbedCID.h 2005-03-07 16:07:11 +00:00
bzbarsky%mit.edu
8efc76dc9a Create a service that can be asked whether a given webnavigation (or a
"typical" webnavigation) supports loading of a certain MIME type.  Bug 283125,
r=biesi, sr=darin
2005-02-27 18:33:27 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
locka%iol.ie
8bbbaaa656 Implement IHtmlElement::insertAdjacentHtml & put_id. Checkin on behalf of Alex Tremon <atremon@elansoftware.com>. b=247537 r=adamlock sr=jst 2004-12-04 18:17:27 +00:00
bryner%brianryner.com
29c70cffe8 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin. 2004-11-24 22:48:45 +00:00
timeless%mozdev.org
d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
darin%meer.net
3fe0a749d7 fixing win32 bustage 2004-11-01 21:16:18 +00:00
darin%meer.net
189ba5e5c4 eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg 2004-11-01 18:50:36 +00:00
bsmedberg%covad.net
e08012b8b7 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil 2004-10-29 19:28:38 +00:00
cbiesinger%web.de
87c87a719d 261249 treat UTF-8 strings as UTF-8, not latin1. r=bzbarsky sr=darin 2004-09-30 14:23:49 +00:00
bzbarsky%mit.edu
b62d4e1d33 Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan
2004-09-16 18:33:39 +00:00
peterv%propagandism.org
1a88732b51 Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst. 2004-09-16 12:39:49 +00:00
locka%iol.ie
5a1fc34073 More build bustage, replace IID_IHTMLDOMNode with __uuidof(IHTMLDOMNode) 2004-09-05 20:36:30 +00:00
locka%iol.ie
7c925fef04 More build bustage fixes. Remove IID_IHTMLDOMNode in favour of __uuidof(IHTMLDOMNode) 2004-09-05 20:17:22 +00:00
locka%iol.ie
1e4a7dfa5c Build bustage fix. Workaround arcane Platform SDK used by tinderboxen by redefining interface. We need to use a more modern SDK! 2004-09-05 20:03:06 +00:00
locka%iol.ie
5015eff94e NOT PART OF BUILD. DevStudio .NET 2002 project file. 2004-09-05 15:03:51 +00:00
locka%iol.ie
5071aa3295 Implement IHTMLDomNode and IHTMLButtonElement interfaces on IE DOM. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:44:07 +00:00
locka%iol.ie
e9292967e0 Adding implementation of IHTMLButtonElement. Checkin on behalf of atremon@elansoftware.com r=adamlock sr=jst b=238786 2004-09-05 14:40:56 +00:00
jst%mozilla.jstenback.com
150db5f1ed Fixing build bustage. 2004-09-04 20:45:18 +00:00
jst%mozilla.jstenback.com
51fd4d10d8 Fixing bug 252326. Fixing some popup blocker problems. Making sure only trusted events get mark trusted, and only allow popups while processing trusted (initiated by the user) events. Patch by trev@gtchat.de and jst@mozilla.org, r=bzbarsky@mit.edu, rs=brendan@mozilla.org, bryner@biranryner.com 2004-09-04 19:28:46 +00:00
caillon%redhat.com
2fdef090da These are C++ files; not IDL. rs=bzbarsky 2004-08-11 07:00:43 +00:00
cbiesinger%web.de
b8816e9960 Bug 254354 move nsIHelperAppLauncherDialog.idl into exthandler
r=bz sr=darin
2004-08-08 20:25:02 +00:00
bryner%brianryner.com
5c02a6978c Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
bryner%brianryner.com
0fd21c3872 Consolidate PresContext classes into a single nsIPresContext implementation, and finish deCOMtaminating it. Bug 253470, r+sr=roc. 2004-07-29 19:41:39 +00:00
darin%meer.net
494fe3ed49 fixes bug 106940 "ActiveX browser should use the newer nsIPrefService APIs instead of nsIPref" patch by gerlofs@us.ibm.com, r=mkaply, sr=darin 2004-07-20 18:31:57 +00:00
gerv%gerv.net
c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
roc+%cs.cmu.edu
0f4150a4e5 Bug 226439. Convert codebase to use AppendLiteral/AssignLiteral/LowerCaseEqualsLiteral. r+sr=darin 2004-06-17 00:13:25 +00:00
locka%iol.ie
9bb5934aff Add implementation for IHtmlElementCollection methods tags() & item() when there is more than one element with the same id. Checkin for atremon. b=236894 r=adamlock sr=jst 2004-06-14 19:26:47 +00:00
locka%iol.ie
4967cd761d Replace reinterpret_cast with static_cast for proper pointer casting. Checkin for atremon, b=236812 r=adamlock sr=jst 2004-06-14 17:56:07 +00:00
jst%mozilla.jstenback.com
691da3d166 No need for result here any more. Continuation fix for the bustage caused by the initial checkin for bug 245619. 2004-06-11 17:45:24 +00:00
m_kato%ga2.so-net.ne.jp
d566078278 fix bugstage, bug=245619, r/sr=brendan 2004-06-11 17:14:43 +00:00
timeless%mozdev.org
9ebaf2e5ea Bug 242999 Crash while trying to GC [@ DOMGCCallback]
r=jst sr=jst
2004-05-18 04:00:47 +00:00
timeless%mozdev.org
55a5e5ddbf Bug 243621 Standardize QueryInterface without throw
r=neil sr=darin
2004-05-17 23:38:25 +00:00
locka%iol.ie
1c688f8191 Implement IHTMLDocument2::get_Cookie. Checkin on behalf of atremon@elansoftware.com, r=adamlock sr=bzbarsky 2004-04-19 19:59:52 +00:00
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
cbiesinger%web.de
14177dedcb Bug 235502 nsIMIMEService, nsIMIMEInfo should use nsACString/nsAString instead of string/wstring
r=bzbarsky sr=darin
2004-04-15 20:56:37 +00:00
locka%iol.ie
aa89471035 Tidy up some enums. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 10:09:24 +00:00
locka%iol.ie
166b6522fc NOT PART OF BUILD. Add "Page Setup..." menu item to exercise ActiveX control's new page setup dialog 2004-04-13 10:03:36 +00:00
locka%iol.ie
b005c191f4 Add page setup dialog to ActiveX control & fix com exception in IOleCommandTargetImpl. b=225045 r=atemon@elansoftware.com sr=bzbarsky a=asa 2004-04-13 09:21:06 +00:00
locka%iol.ie
d35aa74133 Implement IHtmlSelectionObject & IHtmlTextRange. Checkin on behalf of atremon@elansoftware.com. r=adamlock sr=jst a=chofmann 2004-03-19 20:10:58 +00:00
locka%iol.ie
08fb7bc6f1 Implement IHtmlDocument2::get_selection and range objects in ActiveX control. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com>. r=adamlock a=jst a=chofmann 2004-03-15 19:20:12 +00:00
locka%iol.ie
dc80f649c8 Add selection and range objects implementations. Not compiled by makefile yet. Checkin on behalf of atremon@elansoftware.com, b=234640 r=adamlock sr=jst a=chofmann 2004-03-14 23:10:03 +00:00
locka%iol.ie
b4f0b587ca Fix "View Source" operation on popup menu. Move default profile into a member variable. b=228600 r=darin sr=bzbarsky 2004-03-03 21:24:19 +00:00
locka%iol.ie
5b8c3629f9 Fix crash in get_all implementation. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=233251 r=adamlock sr=jst 2004-02-25 20:23:22 +00:00
darin%meer.net
8d65e087ae landing string defragmentation patch for bug 231995, r/sr=dbaron,jst,dougt 2004-02-19 02:44:03 +00:00
timeless%mozdev.org
01040a802f Bug 232642 [ActiveX] crash if access twice the same html element
patch by atremon@elansoftware.com r=adamlock sr=jst a=chofmann
2004-02-17 16:07:36 +00:00
jst%mozilla.jstenback.com
505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
locka%iol.ie
c8c083d7a6 Implement outerHTML. Checkin on behalf of Alexandre Tr�mon <atremon@elansoftware.com> b=232281 r=adamlock sr=jst 2004-02-02 21:02:25 +00:00
bsmedberg%covad.net
7d79d7ba8b Bug 232201 part 2 - update consumers to use inherited nsIPrefBranchInternal interface. This should be happy for codesize. r=alecf sr=darin 2004-01-28 23:45:17 +00:00
locka%iol.ie
11b6007384 NOT PART OF BUILD. Add a smoketest.html to quickly test for common causes of breakage in embedded activex control. 2004-01-14 23:21:22 +00:00
locka%iol.ie
f548e28d3d NOT PART OF BUILD. Enable bzip2 compression to standalone ActiveX control install script 2004-01-12 22:52:35 +00:00
locka%iol.ie
25436823ab NOT PART OF BUILD. Update ActiveX control manifests & readme for standalone installer. 2004-01-12 22:50:27 +00:00
jst%mozilla.jstenback.com
c000ae86e8 General deCOMtamination of nsIDocument, nsIContent, and nsIFormSubmission. Eliminating nsIAttributeContent, and doing some URL->URI changes. r+sr=peterv@propagandism.org 2004-01-09 23:54:21 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
locka%iol.ie
9070219ab2 NOT PART OF BUILD. Install MSVC7.0 runtime DLLs from standalone ActiveX installer 2003-11-25 18:59:59 +00:00
locka%iol.ie
7045cd5e3c NOT PART OF BUILD. Improvements to the NSIS installer script and readme for ActiveX control 2003-11-19 00:05:31 +00:00
locka%iol.ie
e829760c98 NOT PART OF BUILD. Add [Embed] section to top of manifest. b=223819 2003-11-18 22:23:15 +00:00
locka%iol.ie
b7aa755e17 NOT PART OF BUILD. Additional client files needed by ActiveX control when running mozilla/embedding/config 2003-11-11 23:39:12 +00:00
locka%iol.ie
c7f64f525e NOT PART OF BUILD. mozconfig file containing build settings for control 2003-11-11 23:37:53 +00:00
locka%iol.ie
10700e64c1 NOT PART OF BUILD. Clean up activex installer script, invoke makensis.exe automatically instead of by hand 2003-11-11 23:37:02 +00:00
locka%iol.ie
ec43ccca35 Move profile opening to after component registration to prevent locked profiles from causing strange behaviour in the control. b=224455 r=bzbarsky sr=jst 2003-11-11 20:38:51 +00:00
brendan%mozilla.org
7809adca33 Fix missing cx param problem (223041, r=caillon, sr=dbaron). 2003-11-03 04:26:55 +00:00
locka%iol.ie
2276d097dc NOT PART OF BUILD. Fix to make CBrowse run in VC++ 7.0+ 2003-10-29 23:04:54 +00:00
locka%iol.ie
eaa8b270d2 NOT PART OF BUILD. New c# test harness 2003-10-29 22:57:42 +00:00
bryner%brianryner.com
605cc06382 deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst. 2003-10-22 06:09:48 +00:00
caillon%returnzero.com
66caced69a Re-land patch for bug 83536, merging principal objects.
Also includes fixes from bug 216041.
r=bzbarsky
sr=jst
2003-10-21 22:11:49 +00:00
locka%iol.ie
cd32115037 NOT PART OF BUILD. Working ActiveX control installer, just the msvc runtime stuff to sort out 2003-10-13 21:30:48 +00:00
locka%iol.ie
7e16563bf1 NOT PART OF BUILD. First cut at standalone installer for ActiveX control using Nullsoft installer 2003-10-07 22:02:51 +00:00
locka%iol.ie
3c5a2bbcc8 NO CODE CHANGES. Update DevStudio projects (used for editing convenience only) to reflect recent reorg of some files to a common dir. 2003-09-28 21:19:45 +00:00
locka%iol.ie
8832e990c9 NO CODE CHANGES. Update all adamlock addresses to eircom.net. 2003-09-28 21:18:29 +00:00
locka%iol.ie
9a2f6a467b Fix (long broken) editor mode to provide barebones functionality. Update all adamlock addresses to eircom.net. Fix some arcane comments referring to webshell / NGLayout. b=220092 r=blizzard@mozilla.org sr=bzbarsky@mit.edu 2003-09-28 21:17:24 +00:00
tor%cs.brown.edu
7386551ac2 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:31:18 +00:00
bryner%brianryner.com
2406bc1ed4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 22:05:34 +00:00
caillon%returnzero.com
f8e8aed8a7 Backing out the patch to bug 83536.
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
locka%iol.ie
040aed7460 Detabbed file, no code changes 2003-08-05 07:38:48 +00:00
cls%seawood.org
064d382e0c Fix VPATH build problem with cygwin make 3.80:
* Force use of native cygwin paths & cygwin_wrapper
* Remove _NO_AUTO_VARS mess
* Use full source path when calling win32 compiler so debugging info shows up
* Change DEPENDENT_LIBS to use an intermediate header file instead of commandline define
Bug #210393 r=leaf sr=bryner
2003-08-05 04:43:49 +00:00
ben%bengoodger.com
e2f9fb6a72 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

browser/activex/src/control/HelperAppDlg.cpp
browser/cocoa/src/CHBrowserService.mm
browser/photon/src/nsUnknownContentTypeHanlder.cpp
browser/powerplant/source/UDownload.cpp
components/ui/helperAppDlg/nsHelperAppDlg.js
components/ui/helperAppDlg/nsIHelperAppLauncherDialog.idl
tests/mfcembed/components/HelperAppDlg.cpp
- Update nsIHelperAppLauncherDialog::PromptForSaveToFile to take a
  nsIHelperAppLauncher parameter.

bug 214985, r=brendan sr=hyatt
2003-08-04 22:30:41 +00:00
jaggernaut%netscape.com
95899387f6 Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron 2003-07-25 19:06:59 +00:00
cbiesinger%web.de
bb37693039 147679 GetFromMIMEType on Windows only gets one extension and needs rethinking r=bzbarsky sr=darin
this merges nsIMIMEService::GetFromType and GetFromExtension
2003-07-25 16:48:00 +00:00
caillon%returnzero.com
91b7c60bee Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
dwitte%stanford.edu
ec6977ef04 blah bustage blah 2003-07-20 16:34:48 +00:00
dwitte%stanford.edu
f9af6e15f9 blah bustage blah 2003-07-20 16:32:28 +00:00
dwitte%stanford.edu
af7a2da1c4 followup to jag's bustage checkin saga - removing some unnecessary CID's and some crufty files. (there may have been a grand plan behind guids.h, but as it stands there's no point)
r=the tim dude at rit, aka riceman, aka sirLurxalot, sr=lumpy
2003-07-20 15:40:34 +00:00
jaggernaut%netscape.com
77491d2f3b Fix bustage 2003-07-20 14:10:19 +00:00
jaggernaut%netscape.com
83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
dwitte%stanford.edu
46938f6907 fixing bustage 2003-07-18 20:01:09 +00:00
cbiesinger%web.de
805bd84854 193698 r=bzbarsky sr=darin "attachment" content shows a checkbox for "don't ask"
This checkin makes it so that we grey out the "Always ask me" checkbox for files sent
with content-disposition:attachment, and show another text indicating that the server
asked to not display the file.
2003-07-03 13:55:17 +00:00
cbiesinger%web.de
d86a9ff5b7 211169 r=bzbarsky sr=darin nsIHelperAppLauncherDialog::ShowProgressDialog unused, this means that nsProgressDlg.* is also unused 2003-07-01 20:21:57 +00:00