hg@mozilla.com
|
2ca566cd74
|
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
|
d5b86f0c95
|
return values of the correct type, other cleanup. no bug. r/sr=jst
|
2007-03-20 02:35:56 +00:00 |
|
jst@mozilla.org
|
09e2499472
|
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
|
ee5fb6c117
|
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
|
489afaff27
|
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
|
25c7c86905
|
clean up mac default plugin, part 1. b=373070 r=mento sr=jst
|
2007-03-10 00:42:19 +00:00 |
|
bzbarsky@mit.edu
|
80cac5a455
|
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
|
af21c35db3
|
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
|
27e6bc16ee
|
fix bustage, bug 360165
|
2007-02-17 21:22:28 +00:00 |
|
asqueella@gmail.com
|
035002aba8
|
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
|
879c6acab3
|
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
|
1f2a421474
|
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
|
420226fc02
|
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
|
512f54c430
|
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
|
5f7c14cc9b
|
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
|
358db4f61b
|
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
|
d3ec88cd29
|
bug 357427 Make the nullplugin use nsIPrefBranch instead of nsIPref
r+sr=jst
|
2006-10-21 16:01:14 +00:00 |
|
cst@yecc.com
|
631403253b
|
Bug 355299 Update obsolete plugin-related URLs
r+sr=jst
|
2006-10-05 23:06:49 +00:00 |
|
joshmoz@gmail.com
|
bda12c13e9
|
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
|
a20e8c9bb3
|
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
|
e44e2acefd
|
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
|
e7d9f3d481
|
Be more careful pushing/popping contexts. b=352264 r=jst sr=bzbarsky/jst
|
2006-09-12 22:58:11 +00:00 |
|
sayrer@gmail.com
|
ccd44e209a
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
|
joshmoz@gmail.com
|
2809e9a110
|
Cleanup in preparation for the real fix to bug 350109. r/sr=jst
|
2006-09-07 23:58:27 +00:00 |
|
mkaply@us.ibm.com
|
5102f10a34
|
OS/2 build break
|
2006-09-05 18:52:22 +00:00 |
|
sayrer@gmail.com
|
05399b0fd4
|
Bug 346954. feed MIME types trigger plugin reloads. Check for the file in the cache before we root around in the bundles and executables. r+sr=jst
|
2006-08-29 18:58:38 +00:00 |
|
bent.mozilla@gmail.com
|
783ab130de
|
Bug 345541 - "plugins linked to libxul.so do not load". Patch by Steve Krulewitz <skrulx@gmail.com>. r+sr=jst.
|
2006-08-28 23:43:22 +00:00 |
|
timeless@mozdev.org
|
6623f2131b
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
|
sayrer@gmail.com
|
e8b379243d
|
bug 346954. feed MIME types trigger plugin reloads. Start by checking that plugins have a resource fork we can read. r=joshmoz, sr=jst
|
2006-08-25 01:04:50 +00:00 |
|
bzbarsky@mit.edu
|
becc671427
|
Don't show the plugin wizard for plugins that are actually disabled (only Java
at the moment). Bug 344923, r=biesi, sr=jst
|
2006-08-12 02:13:24 +00:00 |
|
mrbkap@gmail.com
|
838d0d8976
|
Fix GC hazards in the plugin code. Add a "close friend" API for JSTempValueRooters for use from C++. bug 347054, r=brendan sr=dbaron
|
2006-08-03 20:39:45 +00:00 |
|
joshmoz@gmail.com
|
36f08425d0
|
Remove 68k code compat from npupp.h, significantly reducing the size and complexity of the file. b=344942 r=mento sr=pinkerton
|
2006-07-19 15:39:29 +00:00 |
|
joshmoz@gmail.com
|
37a0320f68
|
clean up old Mac classic code and fix nsplugin.h interface comment to point out that it was a failed experiment. b=281889 r=mento sr=pinkerton
|
2006-07-13 19:47:32 +00:00 |
|
timeless@mozdev.org
|
e017206a72
|
Bug 336968 Function: _getvalue does not dereference "result" after assigning to *result
r=jst sr=jst
|
2006-06-25 07:34:52 +00:00 |
|
timeless@mozdev.org
|
1e80b49ffb
|
Bug 336968 Function: _getvalue does not dereference "result" after assigning to *result
r=jst sr=jst
|
2006-06-25 07:18:48 +00:00 |
|
timeless@mozdev.org
|
7cec9f79c8
|
Bug 336965 Useless null check of shell in NPP_SetWindow
r=jst sr=jst
|
2006-06-25 07:17:19 +00:00 |
|
dveditz@cruzio.com
|
96f8198cfe
|
Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
|
2006-06-22 19:07:30 +00:00 |
|
timeless@mozdev.org
|
2490d031d0
|
Bug 337917 Make consumers stop using cids from other modules
|
2006-06-18 21:18:22 +00:00 |
|
mhammond@skippinet.com.au
|
b4a24d6cdf
|
Land DOM_AGNOSTIC3_BRANCH, bug 255942. r=a few people, sr=brendan.
|
2006-06-13 03:07:47 +00:00 |
|
mrbkap@gmail.com
|
76c64de9cd
|
Checking in Ben Turner <bent.mozilla@gmail.com> and timeless's patch to make Gecko use the JS engine's request model to help multithreaded embedders avoid GC races and crashes. bug 176182, r=mrbkap assumed-rs=brendan
|
2006-06-12 22:39:55 +00:00 |
|
timeless@mozdev.org
|
7041bdc235
|
Bug 336989 Useless null check of aOwner in nsPluginHostImpl::InstantiateEmbeddedPlugin
Also fixing a spelling error which happens to appear in pluginhostimpl and xpconnect sample
r=jst sr=jst
|
2006-06-03 23:23:45 +00:00 |
|
timeless@mozdev.org
|
9695d1d417
|
Bug 336974 crash [@ CallNPMethod][@ GetNPObject] "obj" Pointer dereferenced before NULL check
r=jst sr=jst
|
2006-06-03 22:12:05 +00:00 |
|
mark@moxienet.com
|
6031c0d255
|
339238 Java doesn't work when MRJPlugin.plugin is a symbolic link. CFBundleCopyExecutableURL doesn't return a proper URL for bundles whose roots are referred to by symlink. Resolve bundle paths when they are symbolic links. r=josh sr=darin
|
2006-05-26 17:56:18 +00:00 |
|
gavin@gavinsharp.com
|
5f2462abbf
|
Bug 265871: rename JavaScript console to Error console, patch by Kurt <supernova_00@yahoo.com>, r=mconnor, ui-r=beltzner, sr=neil/bzbarsky
|
2006-05-25 21:22:32 +00:00 |
|
mkaply@us.ibm.com
|
9429775a10
|
259140 - r/sr=mkaply (OS/2 only) - patch from Peter Weilbacher - resync default plugin to match Windows
|
2006-05-23 01:28:05 +00:00 |
|
mkaply@us.ibm.com
|
09b5f5a4e9
|
#326273
r=mkaply, sr=mkaply (OS/2 only)
OS/2 changes from threading checkin - build bustage
|
2006-05-11 17:22:54 +00:00 |
|
darin@meer.net
|
0700b87ece
|
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 |
|
gavin@gavinsharp.com
|
9ff4e14f3e
|
Bug 334687: Possible null pointer dereference in nsPluginHostImpl.cpp, patch by Ryan Flint <rflint@dslr.net>, r+sr=jst
|
2006-04-28 17:25:48 +00:00 |
|
leon.sha@sun.com
|
1ba651e33d
|
Bug 106386 Correct misspellings in source code.
Patch by Alfred.Peng@Sun.COM.
timeless: review+
|
2006-04-28 07:11:32 +00:00 |
|
bzbarsky@mit.edu
|
1bf48679f8
|
Rename GetNodePrincipal to NodePrincipal. Bug 327246, r+sr=sicking
|
2006-04-27 18:21:11 +00:00 |
|