Ms2ger
|
c861fd0028
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Georg Fritzsche
|
3462b42401
|
Bug 776923 - Fix tag management by (1) not loading duplicate plugins if they are in-process and (2) not repeatedly adding plugin tags that haven't changed. r=josh
|
2012-07-23 19:52:51 +02:00 |
|
Aryeh Gregor
|
0c8f5adf50
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Mark Capella
|
7103242b4f
|
Bug 775041 - Make nsIWidget::IsEnabled return bool, r=roc, f=ms2ger
|
2012-07-23 01:19:08 -04:00 |
|
Mark Capella
|
bf92974758
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
|
David Keeler
|
679f55960f
|
bug 760625 - use the blocklist to inform click-to-play plugins. r=joshmoz,bmcbride
|
2012-07-11 08:56:34 -07:00 |
|
John Schoenick
|
1db2d46270
|
Bug 772590 - The plugin category manager registration should account for multiple plugins per MIME, r=josh
|
2012-07-10 17:06:17 -07:00 |
|
John Schoenick
|
6beb0d672d
|
Bug 755551 - Followup, check if the preference has a value, not necessarily a user value, r=josh
|
2012-07-10 17:06:17 -07:00 |
|
John Schoenick
|
f53f3ddba8
|
Bug 755551 - Implement plugin.allowed_types whitelist
|
2012-07-06 17:20:15 -07:00 |
|
Jonathan Watt
|
9ac7bb2267
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
|
Josh Aas
|
5b59b29b39
|
Bug 686335: Allow plugins that we previously considered duplicates to be loaded/registered. Prefer plugins with higher version numbers when picking a handler for content. r=bsmedberg
|
2012-06-13 22:51:21 -04:00 |
|
Geoff Lankow
|
552f02f3f1
|
Merge m-c to m-i
|
2012-06-06 15:13:51 +12:00 |
|
Geoff Lankow
|
1214b72681
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Josh Aas
|
b0c53ad019
|
Bug 758227: NPAPI plugin stream decomtamination: nsIPluginStreamInfo. r=bsmedberg
|
2012-06-05 09:58:39 -04:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Aas
|
d7b40e355d
|
Bug 755961: Plugin stream decomtamination (nsIPluginStreamListener). r=bsmedberg
|
2012-05-17 19:54:26 -04:00 |
|
Brian Nicholson
|
8d0cd2aa34
|
Bug 712975 - Observe plugin pref changes (mergefix). r=josh
--HG--
extra : rebase_source : 44693edf12c879c551b95378bc0e1aa218e8d464
|
2012-01-05 16:02:51 -08:00 |
|
Josh Aas
|
4f04f118ea
|
Bug 751641: Fix bug in which we add a Java MIME type to all plugins. r=jst
|
2012-05-04 00:35:07 -04:00 |
|
Josh Aas
|
aed79d853a
|
Bug 748343: Remove support for "java" and "packages" objects from the DOM. r=jst sr=smaug a=ehsan CLOSED TREE
|
2012-05-01 16:47:35 -04:00 |
|
Ehsan Akhgari
|
c7d143b9fa
|
Merge mozilla-central into mozilla-inbound
|
2012-04-24 21:29:44 -04:00 |
|
Josh Matthews
|
52d3235b46
|
Bug 722942 - Obtain private browsing status from document of plugin owner, and watch private mode transitions on a per-instance basis. r=josh
|
2012-04-24 00:49:25 -04:00 |
|
Peng Kang
|
2fbc22e590
|
Bug 737056 - Replace NS_CompareVersions more intuitive C++ API called mozilla::Version. r=bsmedberg
|
2012-04-18 23:22:29 -04:00 |
|
Ehsan Akhgari
|
dbae9d14b7
|
Backout changeset c3d4c0bdd4bf (bug 737056) for build bustage
|
2012-04-18 17:05:06 -04:00 |
|
Peng Kang
|
f1c951a722
|
Bug 737056 - Replace NS_CompareVersions more intuitive C++ API called mozilla::Version. r=bsmedberg
|
2012-04-18 16:31:59 -04:00 |
|
Josh Aas
|
ea708e3e6b
|
Bug 745241: Clean up some plugin stream functions. r=bsmedberg
|
2012-04-15 17:34:01 -04:00 |
|
Josh Aas
|
bda34ee875
|
Bug 745842: Clean up plugin stream listener creation. r=jst
|
2012-04-24 16:25:21 -04:00 |
|
Steven Michaud
|
c4e4278d46
|
Bug 313700 - Stale information in about:plugins (pluginreg.dat) after a plugin update. r=josh
|
2012-04-10 10:56:49 -05:00 |
|
Masayuki Nakano
|
eb57a32930
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Josh Aas
|
c03c720d2a
|
Bug 741724: Clean up nsPluginHost::SetUpPluginInstance. r=jst
|
2012-04-03 18:11:06 -04:00 |
|
Josh Aas
|
5b2a8d56ca
|
Bug 741726: Rename nsPluginTag::mEntryPoint to nsPluginTag::mPlugin. r=jst
|
2012-04-03 18:08:07 -04:00 |
|
Josh Aas
|
ea22266f50
|
Bug 741246: Simplify plugin instance creation and initialization (further). r=jst
|
2012-04-02 15:17:34 -04:00 |
|
Josh Aas
|
d1e465e30b
|
Bug 741126: Require plugin for instance creation. r=jst
|
2012-04-01 06:13:10 -04:00 |
|
Josh Aas
|
39c326ac03
|
Bug 740217: Simplify plugin instance object creation. r=bsmedberg
|
2012-03-30 12:52:43 -04:00 |
|
Benjamin Smedberg
|
b9c416e161
|
Bug 737433 - Send the referer for embedded src="" streams for plugins (and make them part of the correct load group while we're at it!), r=josh
--HG--
extra : rebase_source : 1d3f255cfd861fb136d54cef63f327a77f76c931
|
2012-03-29 12:53:31 -04:00 |
|
Brian Nicholson
|
2214728b48
|
Bug 712975 - Observe plugin pref changes. r=josh a=blocking-fennec
|
2012-01-05 16:02:51 -08:00 |
|
Benjamin Smedberg
|
f574759569
|
Bug 729009 - Send the embedded document (SWF file) as the referer for plugin-initiated streams, r=josh
|
2012-03-12 12:48:27 -04:00 |
|
Nathan Froyd
|
671ce872c5
|
Bug 706647 - Measure plugin shutdown with telemetry. r=josh
|
2012-02-28 15:29:42 -05:00 |
|
Josh Aas
|
353e2336d9
|
Bug 729673: Fix cases in which plugin instance src data stream is not delivered properly. r=bsmedberg
|
2012-02-27 15:36:46 -05:00 |
|
Benjamin Smedberg
|
042c5829ad
|
Bug 724465 - Only inlude the Referer header in GET requests from plugins, not POST requests, because IIS throws malformed request exceptions, r=josh
|
2012-02-16 13:14:29 -05:00 |
|
James Willcox
|
d2e4b02747
|
Bug 703601 - Fix a bunch of lifecycle issues with Flash on Android
|
2012-02-15 15:34:31 -05:00 |
|
Josh Aas
|
3d8dbed276
|
Bug 501485: Destroy plugin processes after three minutes of not being used. Timer starts when the last instance is destroyed, is canceled if a new instance is created before it fires. r=bsmedberg
|
2012-02-14 13:03:24 -05:00 |
|
Geoff Lankow
|
c4d2ef72bf
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Josh Aas
|
7f8b14d760
|
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
|
2012-02-10 08:39:40 -05:00 |
|
Josh Aas
|
1d82a76ecf
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Matt Brubeck
|
8762a3799f
|
Bug 720400 - Crash in nsPluginInstanceOwner::RemovePluginView @ mozilla::AndroidBridge::EnsureJNIThread [r=blassey]
|
2012-01-28 20:16:26 -08:00 |
|
Fabien Cellier
|
573c3fcad4
|
bug 410904 : add referrer in http request from npapi. r=josh
|
2012-01-11 14:38:19 -05:00 |
|
Margaret Leibovic
|
dc586e77d4
|
Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst,blassey
|
2011-12-10 09:23:05 -08:00 |
|
Margaret Leibovic
|
019848a315
|
backout f9b9d90ff8e1 due to bustage
|
2011-12-09 14:56:20 -08:00 |
|
Margaret Leibovic
|
bbbf10a58e
|
Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst
|
2011-12-09 14:04:15 -08:00 |
|