benjamin%smedbergs.us
52365fd4b0
Bug 333055 - Various libs (mozMapi32, activex) incorrectly included in the static link list, r=cls
2006-06-15 13:45:46 +00:00
bzbarsky%mit.edu
058e40f1fd
Default to denying ActiveX loads if no JS is running. Bug 340852, patch by
...
Wladimir Palant <trev@gtchat.de>, r=mrbkap, sr=bzbarsky
2006-06-10 02:41:46 +00:00
darin%meer.net
0318b8c707
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
2006-05-10 17:30:15 +00:00
bzbarsky%mit.edu
b1ee2830dd
Make nsIDocumentEncoder::init scriptable. Bug 330517, patch by jpl24
...
<jlurz24@gmail.com>, r=bzbarsky, sr=sicking
2006-05-01 05:25:52 +00:00
benjamin%smedbergs.us
409c85bd04
Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento
2006-04-06 15:19:31 +00:00
darin%meer.net
20837f71e1
fixes bug 328925 "Replace NS_WARN_IF_FALSE with NS_ASSERTION (where appropriate)" r=dbaron
2006-03-30 18:40:56 +00:00
bryner%brianryner.com
4cd1e2b280
Remove dependency on nsIClassInfo.h from nsISupports.h (bug 330420). This adds a new nsIClassInfoImpl.h file which can be included to get the CI implementation macros. Also, removes unneeded inclusion of nsIProgrammingLanguage.h from nsIClassInfo.h. r=darin.
2006-03-15 04:59:42 +00:00
bzbarsky%mit.edu
be3b8788e1
Followup to fix build bustage. Bug 305710
2006-03-14 19:29:38 +00:00
bzbarsky%mit.edu
263cf7dc11
Push up GetPrincipal to nsINode (as GetNodePrincipal). This way all nsINodes
...
(content, documents, attr nodes) can return their principal as needed.
Eliminate lazy allocation of principals in nsDocument. Bug 324600, r=sicking, sr=jst
2006-02-02 20:02:34 +00:00
bsmedberg%covad.net
288b9f9785
Reverting cls's change, which is undesirable in this frozen-linkage code; the real problem was fixed in stdafx.h
2006-01-26 17:52:00 +00:00
bsmedberg%covad.net
ac9b8eae8b
From bug 317375 - nsIPresShell.h is unneeded and ends up instantiating bad nsRect symbols (fix build bustage)
2006-01-26 16:48:43 +00:00
cls%seawood.org
d0f33f5ee8
Explicitly link against gkgfx.lib to resolve dependencies.
...
Fixing pacifica tinderbox bustage.
2006-01-26 16:48:38 +00:00
bsmedberg%covad.net
7e35c0cc60
From bug 320988, remove references to nsCRT::strcmp
2005-12-23 14:16:20 +00:00
bsmedberg%covad.net
dd943c37e4
Bug 320988 relanding activex bits with a fix for the agressive optimization of inlines, r=darin
2005-12-21 19:54:59 +00:00
bsmedberg%covad.net
b72a7769a5
Reverting the activex parts of bug 320988 as well. The combination of gkgfx and no xpcom_core is bad too :-(
2005-12-21 18:12:27 +00:00
bsmedberg%covad.net
a86e50b8ea
activex control should only link against the frozen xpcom.lib, not xpcom_core.lib, or it ends up with multiply-defined symbols from xpcomglue_s.lib, bug 320988
2005-12-21 17:29:59 +00:00
bsmedberg%covad.net
a78a436454
Revert the gkgfx removal due to MSVC6 linker aggresively instantiating inlines.
2005-12-21 16:07:45 +00:00
bsmedberg%covad.net
9279505fc2
Bug 320988 - Make xulrunner + activex control + mfcembed happy with frozen-only symbols, r=darin
2005-12-21 15:18:49 +00:00
timeless%mozdev.org
db820cf720
Bug 106386 Correct misspellings in source code
...
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
bsmedberg%covad.net
2bccd4ab67
Bug 315563 - Convert the activex code to use the frozen string API, r=darin
2005-11-18 15:58:53 +00:00
darin%meer.net
697c78f1ea
Initial patch for bug 312760 "Provide base channel for use by protocol implementations" r=biesi sr=bzbarsky
2005-11-12 18:17:19 +00:00
dougt%meer.net
4435542681
This fixes the NS_PRINTING configure option which got broken at some point. b=308629 r/sr=jst@mozilla.org
2005-09-16 02:25:37 +00:00
gerv%gerv.net
35149ea17d
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-09-13 18:40:56 +00:00
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