Chris Jones
a7ca970622
Bug 441324, part 1: Shuffle around includes to avoid problems with #define malloc et al. r=bsmedberg
2010-03-03 23:02:55 -06:00
Vladimir Vukicevic
cab646a652
b=500472; flash activex shunt for Windows CE; r=jst
2009-07-16 14:13:29 -07:00
Serge Gautherie
55c8609263
Bug 438331 - Remove WIN16 (support) code everywhere; (Iv1) </embedding/>; r=joshmoz sr=jst
2009-04-11 09:49:03 +02:00
Josh Aas
39f5ad242c
Remove OJI from the tree. b=485984 r/sr=jst
2009-04-09 22:38:21 -04:00
Josh Aas
813137a5d5
Remove npapi dependency on nspr and use C99 integer types in npapi instead of defining our own. b=453883 r/sr=jst
2008-09-10 22:32:36 -04:00
Brian Crowder
e647dbc547
Bug 422772 - reduce narrow Windows API calls in embedding, original patch by Brad Lassey <blassey@mozilla.com>, r=bsmedberg
2008-08-27 14:44:54 -07:00
jwalden@mit.edu
6d7584839a
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
2007-07-08 00:08:04 -07:00
dbaron%dbaron.org
bb32a15350
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
2006-09-12 22:58:11 +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
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
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
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
gerv%gerv.net
8b8dde7d95
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +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
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
brendan%mozilla.org
7809adca33
Fix missing cx param problem (223041, r=caillon, sr=dbaron).
2003-11-03 04:26:55 +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
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
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
caillon%returnzero.com
2df173e9c8
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
locka%iol.ie
450107faf4
Link to common activex lib, implement get_all functionality. b=206901 r=dbradley@netscape.com sr=alecf@netscape.com
2003-06-13 11:46:04 +00:00
locka%iol.ie
aa713fc441
Set WS_CLIPCHILDREN on plugin window to fix painting problems. b=208318 r=dbradley@netscape.com sr=alecf@netscape.com
2003-06-05 18:53:46 +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
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
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
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
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
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
peterlubczynski%netscape.com
f4842f1af8
Resolve relative URLs on CODEBASE, bug 184458 r=adamlock sr=darin
2003-01-10 21:59:02 +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
f623bad311
NOT PART OF BUILD. Fire events to nsIScriptEventManager targets. Add some #ifdefs around some code to fix breakage in other configurations. Comment out a debug macro. b=174404 sr=rpotts@netscape.com
2002-11-12 13:15:05 +00:00
locka%iol.ie
cad979361b
Update to plugin to support DOM callbacks, control download & install, remove WMP test harness. b=178542 r=peterl@netscape.com sr=rpotts@netscape.com
2002-11-07 23:03:52 +00:00
locka%iol.ie
ed316f350b
NOT PART OF BUILD. Fix bustage running in 1.0.x builds and the use of nsAutoString in LegacyPlugin.cpp because of xpcom glue issues
2002-10-16 23:06:25 +00:00
locka%iol.ie
40db78c9e3
NOT PART OF BUILD. Fix flawfinder buffer issue.
2002-10-15 18:46:17 +00:00
locka%iol.ie
7ae0005bcd
NOT PART OF BUILD. Disable windowless control support, extend event sink firing, implement various IE DOM methods to support expectations of some controls
2002-10-09 22:31:08 +00:00
locka%iol.ie
0ffa86e89b
NOT PART OF BUILD. Add dispatch tearoff
2002-10-07 21:41:04 +00:00
locka%iol.ie
71aa53afbc
NOT PART OF BUILD. Cleanup event sink and fire named DOM events, add dispatch tear off to scriptable peer
2002-10-03 21:59:34 +00:00
locka%iol.ie
1f59783905
NOT PART OF BUILD. Override the event sink so the DOM specific part can be implement in the plugin not the base class
2002-10-01 20:28:21 +00:00
locka%iol.ie
b55366e92c
NOT PART OF BUILD. Implement the site service provider and event sinks plus lots of cleanup
2002-09-30 22:11:28 +00:00
locka%iol.ie
1e8dcd5123
NOT PART OF BUILD. More work on XPConnect in plugin
2002-09-17 22:15:30 +00:00
locka%iol.ie
52f3cd3b6c
NOT PART OF BUILD. Clean up scriptable peer object to make it inheritable
2002-09-12 21:31:24 +00:00
locka%iol.ie
23ac64ad8e
NOT PART OF BUILD. Implemented variant to java object class, getProperty and return codes from Invoke(). Moved LiveConnect & XPConnect stuff into their own files.
2002-05-13 21:06:14 +00:00
locka%iol.ie
b5bf4ad943
NOT PART OF BUILD. Throws exceptions for errors
2002-05-08 14:09:13 +00:00
locka%iol.ie
8a564932c6
NOT PART OF BUILD. Support for most primitive data types in LiveConnect impl.
2002-05-08 13:22:03 +00:00
locka%iol.ie
58183d683b
NOT PART OF BUILD. Fix for intermittant crash issue
2002-05-07 22:13:52 +00:00
locka%iol.ie
574ffb901e
NOT PART OF BUILD. More work on LiveConnect. It actually works now(!) but is a bit crashy for some undetermined reason.
2002-05-07 21:54:29 +00:00
locka%iol.ie
71c3bb76da
NOT PART OF BUILD. Reordered makefile, incorporated LiveConnect/XPConnect scripting patch by <Paul.Oswald@medec.com>. Code cleanup. b=127710
2002-05-02 22:10:19 +00:00
locka%iol.ie
78de0c12c1
NOT PART OF BUILD. ActiveX plugin. Treat PARAMs with "True"/"False" values as VT_BOOL properties.
2002-03-04 13:55:55 +00:00
locka%iol.ie
28547df338
NOT PART OF BUILD. Allow plugin to read name/value PARAMs when embedded by an OBJECT tag. b=126492
2002-02-22 11:08:55 +00:00