Rafael Ávila de Espíndola
dc141a19a4
Bug 689609 - Don't enable c++11 on systems that don't really support it. r=ehsan,glandium.
2011-09-28 16:46:06 -04:00
Benoit Girard
44f014fd75
Bug 676831 - Mark Android OpenGL Reftest failures for regression testing. r=joe
2011-09-19 13:05:15 -07:00
Ehsan Akhgari
dc6c88eba1
Bug 666414 followup - Fix the Android build bustage
2011-09-26 16:41:38 -04:00
Ehsan Akhgari
5af8d28808
Bug 666414 - Part 2: Reference count the ANPTypeface type explicitly instead of piggybacking on nsRefPtr; r=dougt
2011-09-26 16:10:47 -04:00
Ehsan Akhgari
f8f7ebcba1
Bug 666414 - Prevent AddRef and Release from being called on the pointers wrapped in nsCOMPtr and nsRefPtr; r=bsmedberg
2011-09-16 16:22:44 -04:00
Ralph Giles
2087e2a287
Bug 688274 - Remove zero-length android_npapi.h - r=:dougt
...
Hg commit 804e93f6 includes a zero-length copy of android_npapi.h in
dom/plugins/base/. As far as I can tell this isn't functional; there's a
working copy of of the header in dom/plugins/base/android.
2011-09-22 12:16:28 +01:00
Benoit Girard
a5d1208a54
Bug 683803 - [backout] Add a 60 FPS Cap to throttle plugin drawing. r=backout
2011-09-20 22:35:13 -04:00
Benoit Girard
ad3451e94f
Bug 683803 - [OOPP] Add a 60 FPS Cap to throttle plugin drawing. r=cjones
2011-09-07 16:18:42 -04:00
Landry Breuil
3c18ccd6a6
Bug 685820 - Fix uint64/uint64_t usage breaking the build on OpenBSD/amd64; r=cjones
2011-09-20 17:20:51 +01:00
Ed Morley
66b08d1b86
Merge last green changeset on mozilla-central to mozilla-inbound
2011-09-19 12:27:35 +01:00
Ed Morley
aba6e5dd88
Merge last green changeset on mozilla-inbound to mozilla-central
2011-09-18 20:23:17 +01:00
Jim Mathies
9f3c98440a
Bug 654891 - warning C4509: nonstandard extension used: 'PluginWindowEvent::Run' uses SEH and 'inst' has destructor; r=bsmedberg
2011-09-18 00:58:37 +01:00
Ms2ger
6057ede4ed
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
2011-09-18 11:22:17 +02:00
Doug Turner
de45728b30
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Ed Morley
dfcf452dc7
Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms
2011-09-17 00:27:55 +01:00
Doug Turner
4002d1430f
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Ed Morley
dfaf97abff
Bug 605174 - Fix a number of build warnings in dom/ (based on patch by Ms2ger <ms2ger@gmail.com>); r=peterv
2011-09-18 20:02:27 +01:00
Josh Aas
2961caf713
Bug 622199: Add support for NPNVdocumentOrigin, ability to pass document origin directly to NPAPI plugins. r=bz
2011-09-14 12:22:27 -04:00
Josh Aas
ad844a944f
Bug 686538: Update to npapi-sdk r13. r=roc
2011-09-14 12:20:26 -04:00
Oleg Romashin
9d7f42627e
Bug 685082 - Transparent plugins not cleared on Maemo; r=karlt
2011-09-14 08:51:24 +01:00
Josh Aas
26efe48e2b
Bug 682759: Use fixed size integer in NPRemoteWindow to store window reference. r=m_kato r=cjones
2011-09-07 00:54:21 -04:00
Marco Bonardo
480c9023e1
Merge last green changeset from mozilla-inbound to mozilla-central
2011-09-03 11:49:40 +02:00
Makoto Kato
062ecf8a87
Bug 681924: Plugin container should not hook functions multiple times. no-r, landing as a bustage fix.
2011-09-02 10:22:02 -04:00
Matheus Kerschbaum
a4aff10257
Bug 680793 - Remove support for Irix. r=ted
2011-09-02 15:41:45 +01:00
Oleg Romashin
ccf7ca6b18
Bug 683099 - NS_NATIVE_WINDOW value should not be used as IPC shareable . r=roc
2011-08-31 20:01:38 +01:00
David Zbarsky
981343ace1
Bug 682776 - nsPluginInstanceOwner.h should declare 'struct nsIntRect' r=khuey
2011-08-30 20:20:08 +01:00
Oleg Romashin
a64450a13a
Bug 672857 - Make IM work for IPC plugins in remote browser. r=karlt
2011-08-29 17:26:24 +01:00
Oleg Romashin
28d302bc60
Bug 677712 - Make Qt port support No X11 build; r=dougt,joe
2011-08-24 17:15:58 +01:00
Rafael Ávila de Espíndola
b2d24b7c23
Bug 681036 - Fix c++0x initializer list error found by clang. r=karlt
...
The C++11 draft says about initializer lists:
"If a narrowing conversion (see below) is required to convert any of
the arguments, the program is ill-formed."
and
"A narrowing conversion is an implicit conversion...
from an integer type or unscoped enumeration type to an integer type
that cannot represent all the values of the original type, except where
the source is a constant expression..."
2011-08-24 09:00:16 -04:00
Neil Deakin
07293a4d55
Bug 666256, cannot drop files onto a plugin, r=smaug
2011-08-23 08:54:37 -04:00
Geoff Brown
67b9b8bc4a
Bug 668349 - Changes to xpcshell.ini; r=jmaher
2011-08-22 09:00:50 +01:00
Jim Mathies
c2cff98cc3
Bug 680528 - Make use of the cached UserAgent string in PluginModuleChild. r=bent
2011-08-19 15:25:09 -05:00
Oleg Romashin
9de2738623
Bug 621228 - Make plugins listening presShell SetActive calls. r=jst
2011-08-18 22:08:38 +02:00
Jim Mathies
47c220915d
Bug 677711 - Kill plugin processes when the child detects the browser is hung. r=bsmedberg
2011-08-16 05:25:34 -05:00
Rafael Ávila de Espíndola
35d00b5b73
Bug 678069 - Fix build with clang and c++0x. r=joshmoz.
...
mShWidth and mShHeight are used in an initializer list for NPRect in fields
that have type uint16_t. Change their definitions to match.
2011-08-15 13:07:40 -04:00
Malini Das
226ecaa733
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only
2011-08-12 12:21:42 -04:00
Malini Das
ebc2d6c40a
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only
2011-08-12 12:21:37 -04:00
Malini Das
bb40837cb3
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
2011-08-12 12:21:36 -04:00
Rafael Ávila de Espíndola
7c126e392a
Bug 678016 - Fix c++0x initializer list error found by clang; r=josh
...
Add explict casts to short.
::Point is a OS provided data type, so we cannot change it. I could try adding
a nsShortPoint type and have WidgetToScreenOffset to return it, but that
is a virtual method used in other OSs, so doing the cast looked like the
best solution.
2011-08-10 15:45:44 -04:00
Brad Lassey
efb1d897d0
backing out changesets 1baddb020156, d9456378c12d, 187ac0d7b154, 40e392d958e0 and f2e8ee893fe4
2011-08-10 18:18:09 -04:00
Geoff Brown
fd00c6cc1e
Bug 668349 - changes to xpcshell.ini; r=jmaher
2011-08-10 16:56:49 -04:00
Benoit Girard
7a35e64ad4
Bug 671916 - Fix windowless Flash Player painting crash; r=cjones
2011-08-10 10:12:25 -04:00
Jonas Sicking
0bfcdc9e0a
Bug 665586 Part 2: Kill AddEventListenerByIID/RemoveEventListenerByIID code from nsPluginDOMContextMenuListener. r=josh
2011-08-08 11:26:26 -07:00
Jonas Sicking
6be3040199
Bug 665586 Part 1: Kill AddEventListenerByIID/RemoveEventListenerByIID code from nsPluginInstanceOwner. r=josh
2011-08-08 11:26:22 -07:00
Hiroyuki Ikezoe
e03433a6ce
Bug 674803 - Remove needless G_OBJECT. r=karlt
2011-08-07 16:11:00 +02:00
Benoit Girard
49f1444fc6
Backout f182f03aaee9, f53ac674db57 due to tp5 regression
2011-08-06 19:04:26 -04:00
Benoit Girard
18a8aa887a
Bug 673440 - Fix casing of NPNVsupportsCompositingCoreAnimationPluginsBool; r=bustage
2011-08-06 14:04:58 -04:00
Benoit Girard
b214123fe6
Bug 673440 - add support for NPNVSupportsCompositingCoreAnimationPluginsBool; r=josh
2011-07-31 13:37:06 -04:00
Marco Bonardo
06ea6456fa
Backout changesets 57446cb82caa, 1c136ef5cac2 due to Tp5 regression on OSX.
2011-08-06 10:24:48 +02:00
Benoit Girard
c784ad2126
Bug 673440 - add support for NPNVSupportsCompositingCoreAnimationPluginsBool; r=josh
2011-07-31 13:37:06 -04:00