Commit Graph

1739 Commits

Author SHA1 Message Date
jst@mozilla.org
42839aa591 Attempting to fix Solaris build bustage (bug 386773). Patch by ginn.chen@sun.com, r+sr=jst@mozilla.org 2007-07-12 13:38:11 -07:00
jst@mozilla.org
8147380f93 Fixing bug 386773. Add implementation for NPN_PluginThreadAsyncCall(). r=joshmoz@gmail.com, sr=brendan@mozilla.org 2007-07-11 16:25:45 -07:00
philringnalda@gmail.com
3d2b42b5d2 Bug 387067 - Quiet printfs in nsPluginHostImpl.cpp, patch by Ryan Jones <sciguyryan@gmail.com>, r+sr=jst 2007-07-08 17:36:33 -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
flamingice@sourmilk.net
c062ff619a Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-07-03 14:42:35 -07:00
roc+@cs.cmu.edu
ac05142d6e Bug 384988. Provide toplevel window to plugins for WM_TRANSIENT_FOR of dialog boxes. patch by Karl Tomlinson,r+sr=roc,jst 2007-07-02 20:41:34 -07:00
roc+@cs.cmu.edu
f4c4c26c85 Bug 384845. Make the NPSetWindowCallbackStruct memory associated with
window->ws_info available before SetWindow is called, and disable the plugin
window GtkSocket or xtbin creation for windowless plugins.
patch by Karl Tomlinson, r+sr=jst
2007-07-02 20:29:47 -07:00
flamingice@sourmilk.net
d5c5843217 Backing out bug 382367 due to potential crashes (bug 386160) 2007-06-28 10:51:10 -07:00
flamingice@sourmilk.net
9bf90c2cc7 Bug 382367, Add support for enabling and disabling individual plugins, r+sr=jst 2007-06-27 17:56:08 -07:00
flamingice@sourmilk.net
737142a558 Bug 380984, NPAPI symbols hidden in libnullplugin.so and libunixprintplugin.so, Patch by Karl Tomlinson, r+sr=jst 2007-06-26 17:41:08 -07:00
kherron@fmailbox.com
4f3b4ab01c Bug 375314 - discriminate ping and xmlhttprequests in content policy check. Patch by Wladimir Palant <trev.moz@adblockplus.org>, r=jst, sr=peterv. 2007-06-17 06:50:50 -07:00
jst@mozilla.org
04dd040e4a Landing fix for bug 342810. Fixing leak of nsRunnable (huge leak on some flash sites). Patch by jmathies@mozilla.com, r+sr=jst@mozilla.com 2007-06-15 09:23:45 -07:00
bzbarsky@mit.edu
2f2e06d144 Make plug-in loads of javascript: URIs execute synchronously. Bug 364028,r=biesi, sr=jst 2007-06-13 15:42:07 -07:00
mozilla@weilbacher.org
58a7060568 Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc 2007-06-10 15:13:08 -07:00
bzbarsky@mit.edu
e8cd3eb3c4 Fix refcounting of some event objects to not leak. Bug 342810, investigationby Jim Mathies <jmathies@mozilla.com>, r+sr=jst 2007-06-07 14:41:46 -07:00
bzbarsky@mit.edu
086c2eb0c0 Introduce a GetPrimaryShell() API on nsIDocument. Convert existing callers ofGetShellAt(0) to using this API. Bug 378780. API introduction part by me,r+sr=jst. Mass-changes done by taras using squash, r+sr=me 2007-05-01 15:24:20 -07:00
mats.palmgren@bredband.net
c712869d45 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
benjamin@smedbergs.us
baab01ada6 Bug 376636 - Building with gcc 4.3 and -pendatic fails due to extra semicolons, patch by Art Haas <ahaas@airmail.net>, rs=me 2007-04-23 07:21:53 -07:00
jst@mozilla.org
a699cc6013 Possible fix for bug 354595. Deal with PL_DHashTableOperate() returning null as it does when out of memory. Fix found by raymond@lala.com, r+sr=jonas@sicking.cc 2007-04-17 16:10:20 -07:00
timeless@mozdev.org
e19e25b49a Bug 370063 OpenBSD: sync with reality - they define uint32_t and boolchanges by one of pvalchev@openbsd.org, wilfried@openbsd.org, robert@openbsd.org, or naddy@openbsd.org (or at least Martynas Venckus thinks it was one of them)patch by martynas@openbsd.orgcorrect spelling thanks to vicviq@gmail.comr=jst sr=jst 2007-04-05 04:21:59 -07:00
joshmoz@gmail.com
a29bb7f931 URLs requested by plugins should trigger content policies. Patch by Wladimir Palant. b=375435 r=josh sr=jst 2007-04-04 18:56:32 -07:00
emaijala@kolumbus.fi
030c9028af Fix for bug 293062: Mozilla should read HKEY_CURRENT_USER\Software\MozillaPluginr=neilsr=roc 2007-04-03 08:56:31 -07:00
mozilla@weilbacher.org
f91833705e [OS/2] Bug 373444: fix build break in debug builds, r=benjamin 2007-03-29 13:08:04 -07:00
dbaron@dbaron.org
d98d9fdec5 Remove unused getKey callback from PLDHashTableOps/JSDHashTableOps. b=374906 r=bsmedberg 2007-03-27 08:33:38 -07:00
joshmoz@gmail.com
fa87850812 Implement CoreGraphics NPAPI Drawing Model. NPAPI plugins now have the option to render using CoreGraphics instead of Quickdraw. b=344427 r=sfraser sr=jst 2007-03-26 18:07:57 -07:00
mats.palmgren@bredband.net
70e22785d1 Hold a strong ref on the plugin instance to prevent destruction of the plugin native window object while processing the event. b=374229 r=emaijala sr=roc 2007-03-24 02:45:51 -07:00
jst@mozilla.org
fd5281a013 s/!NS_SUCCEEDED/NS_FAILED/ for bug 299054. 2007-03-23 13:35:04 -07:00
hg@mozilla.com
05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
joshmoz%gmail.com
707362d6e0 return values of the correct type, other cleanup. no bug. r/sr=jst 2007-03-20 02:35:56 +00:00
jst%mozilla.org
2bf1b026d8 Landing fix from dmeketa@macromedia.com for bug 299054. Adding support for exposing HTTP headers on plugin streams. r=joshmoz@gmail.com, sr=jst@mozilla.org. 2007-03-16 23:53:16 +00:00
joshmoz%gmail.com
826e728ee9 Default Plug-in's InfoPlist.strings is a broken, double-double quotes starting quoted strings. b=373818 r=josh sr=pav 2007-03-14 01:01:44 +00:00
joshmoz%gmail.com
1b83fa2b51 remove backward adapter plugin code for 3.0/4.0 plugin compat. nobody should be using it any more and in any case it doesn't belong in the samples directory. b=373155 sr=jst 2007-03-13 22:18:04 +00:00
joshmoz%gmail.com
8bd9e418a3 clean up mac default plugin, part 1. b=373070 r=mento sr=jst 2007-03-10 00:42:19 +00:00
bzbarsky%mit.edu
56d506f5d2 We do want to execute javascript: URLs that plug-ins load. Bug 372346, r+sr=jst 2007-03-02 08:38:31 +00:00
bzbarsky%mit.edu
631cdacbf0 Don't hand ownership of stuff allocated with nsMemory to the JS engine just like that. Bug 353108, r+sr=jst 2007-02-28 02:30:26 +00:00
asqueella%gmail.com
e37d01d98f fix bustage, bug 360165 2007-02-17 21:22:28 +00:00
asqueella%gmail.com
56df067621 Bug 368185 - Clean up plugin files; changing class declarations to use macros
p=Kevin Zhang <kevin.heart@gmail.com>
r+sr=jst
2007-02-17 18:44:42 +00:00
asqueella%gmail.com
6d09ad2c4a Bug 360165 - npunix.c (plugin sample) is missing lots of function pointer copying and will break with older browsers
p=William Bardwell <wbardwel@curl.com>
r+sr=jst
2007-02-17 18:33:50 +00:00
jst%mozilla.org
ae1ec84843 Fixing bug 366082. Prevent Adobe Acrobat from loading URLs other than http:, https:, or ftp: w/o specifying a target. r+sr=dveditz@cruzio.com 2007-01-28 19:50:37 +00:00
bent.mozilla%gmail.com
e1a83d2c8f Bug 367059 - 'Reversed assertion test in PopException ("Uh, no NPP exception to pop!")'. r=josh, sr=roc. 2007-01-17 21:06:38 +00:00
joshmoz%gmail.com
39e7d69988 back out part of 346954 to fix Flash when migrating a profile from PPC to x86. b=356694 r=sayrer sr=jst 2006-11-08 16:43:17 +00:00
gavin%gavinsharp.com
7d6325aee3 Bug 333387: crash [@ ns4xPluginInstance::Print], patch by Ryan Jones <sciguyryan+bugzilla@gmail.com>, r+sr=jst 2006-11-06 14:51:52 +00:00
timeless%mozdev.org
46d2b15871 Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
2006-11-01 23:02:18 +00:00
cbiesinger%web.de
57e8fec26e bug 357427 Make the nullplugin use nsIPrefBranch instead of nsIPref
r+sr=jst
2006-10-21 16:01:14 +00:00
cst%yecc.com
bec8d85175 Bug 355299 Update obsolete plugin-related URLs
r+sr=jst
2006-10-05 23:06:49 +00:00
joshmoz%gmail.com
8fe9914cb7 follow-up to the fix for bug 344425, supporting NP_GetEntryPoints on Intel Mac OS X. Use NPAPI error values. b=344425 2006-09-22 06:40:48 +00:00
joshmoz%gmail.com
50eb736d81 support NP_GetEntryPoints on Intel Mac OS X. If NP_GEP does not exist, we still try to use main() for compatibility. b=344425 r=sayrer sr=pinkerton 2006-09-21 19:32:30 +00:00
timeless%mozdev.org
664b6df306 Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00: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
sayrer%gmail.com
9395f31ee3 bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron 2006-09-08 04:35:17 +00:00