Benjamin Smedberg
|
00862f3934
|
Bug 770805 - Close the IPC channel safely when we discover that a Flash process has crashed; don't call Close() directly, because PluginModuleParent assumes that a normal shutdown only occurs from PluginModuleParent::NP_Shutdown. Instead, follow a similar codepath to the hang timeout which calls AsyncChannel::SynchronouslyClose and then sets a specific error code, r=cjones
|
2012-07-05 14:48:40 -04:00 |
|
Benjamin Smedberg
|
b8a18a817d
|
Bug 769048 part F - Add the final bits to PluginModuleParent which watch for new Flash processes and inject a crashreporter into them, r=jimm
|
2012-07-03 07:49:23 -04:00 |
|
Martin Stransky
|
9f24c66177
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-27 20:15:32 -04:00 |
|
Ryan VanderMeulen
|
183a1466e1
|
Backout a07e9d98a7c6 (Bug 627699) due to build bustage.
|
2012-06-21 20:56:10 -04:00 |
|
Chris Jones
|
a5723b9d89
|
Bug 747055 - Crash in RtlEnterCriticalSection | PR_Lock | mozilla::ipc::RPCChannel::WaitForNotify. r=bsmedberg
|
2012-06-21 20:44:38 -04:00 |
|
Martin Stransky
|
a378b97cdb
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Geoff Lankow
|
7a64448b03
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Josh Aas
|
dcbe9c3d1d
|
Bug 758363: Implement NPN_ReloadPlugins for out-of-process plugins. r=bsmedberg
|
2012-05-30 10:23:03 -04:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
2b55dddfca
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
|
2012-05-18 13:30:49 -04:00 |
|
Jacek Caban
|
811ea45bac
|
Bug 754582 - Fixed unused-result warnings in Windows-specific code r=benjamin
|
2012-05-16 10:48:45 +02:00 |
|
Bas Schouten
|
aa3dc1c26b
|
Bug 748785: Enable NPAPI Async Drawing by default on windows. r=josh
|
2012-05-01 23:46:53 +02:00 |
|
Ms2ger
|
54f1f6b78d
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
0586071d21
|
Bug 743573 - Fix a number of build warnings in dom/; r=volkmar
|
2012-04-14 15:09:47 +02:00 |
|
David Rajchenbach-Teller
|
bad6935e93
|
Bug 728171 - Use Scoped.h throughout the code. r=cjones
|
2012-04-12 12:21:24 +02:00 |
|
Richard Newman
|
da41f93e22
|
Backout 0e03eb171e08 (Bug 743574 - Deprecate DOMException.code). a=bustage
|
2012-04-11 15:33:37 -07:00 |
|
David Rajchenbach-Teller
|
09132755cc
|
Bug 728171 - Use Scoped.h throughout the code. r=cjones
|
2012-04-11 18:59:10 +02:00 |
|
Masayuki Nakano
|
60594b183f
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Bas Schouten
|
15beecfc67
|
Bug 651192 - Part 4: Allow setting different drawing models across all platforms. r=roc
|
2012-02-16 04:24:38 +01:00 |
|
Mark Capella
|
590ec2e743
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Josh Aas
|
36ce3118ae
|
Bug 729155: Fix warnings in plugin ipc code. r=bsmedberg
|
2012-02-21 19:32:06 -05:00 |
|
Bas Schouten
|
86897d23dd
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
|
Jeff Muizelaar
|
27ec80d3d9
|
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
|
2012-01-18 19:53:35 -05:00 |
|
Michael Wu
|
21ff4d9ef1
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
|
Josh Matthews
|
7326a82739
|
Bug 691424 - Ensure that plugin processes that can't create a crash reporter actor abort the plugin creation process. r=bsmedberg
|
2011-10-19 15:32:17 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Benoit Girard
|
9287103be2
|
Bug 692759 - Fix Non-InvalidatingCoreAnimation refresh timer for async layers plugins. r=smichaud
|
2011-10-14 14:00:44 -04:00 |
|
Josh Matthews
|
cea50ef339
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -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 |
|
Oleg Romashin
|
a64450a13a
|
Bug 672857 - Make IM work for IPC plugins in remote browser. r=karlt
|
2011-08-29 17:26:24 +01: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 |
|
|
|
0fd3c7c7e3
|
Bug 522796 - Implement NPN_SetException for remote plugins, r=bsmedberg
|
2011-07-26 12:55:58 -04:00 |
|
Benoit Girard
|
9179915df6
|
Bug 663259 - Part 2: Restore Synchronous plugin rendering, with preference for async rendering. r=smichaud
|
2011-06-30 12:46:26 -04:00 |
|
Josh Matthews
|
4ab124a706
|
Back out bug 581341 due to too many intermittent failures.
|
2011-06-29 23:44:28 -04:00 |
|
Josh Matthews
|
4515c86908
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
|
Josh Matthews
|
33d9a7394e
|
Back out bug 581341.
|
2011-06-29 15:13:17 -04:00 |
|
Josh Matthews
|
3c736ad9bb
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
|
Jeremy Huddleston
|
480e92e292
|
Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-25 11:25:03 -04:00 |
|
Kyle Huey
|
0a23eb9d60
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Marco Bonardo
|
0826a0743b
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|
Kyle Huey
|
d076c0d523
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Benjamin Smedberg
|
bccb7c9174
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
|
Benjamin Smedberg
|
db0bb30d65
|
Back out bug 653083 because of crashtest crashes (bug698862.html) in PluginInstanceParent::GetNPP for a crashed plugin
|
2011-06-16 13:22:24 -04:00 |
|
Benjamin Smedberg
|
2e43a3b279
|
Bug 653083 - Deal with NPRuntime identifier which may be non-interned being passed across the process boundary, and the current cache which isn't aware of that problem. r=bent,cdleary
|
2011-06-14 15:49:48 -04:00 |
|
Benoit Girard
|
3be0ccf424
|
Asynchronous layer-based plugin painting on Mac b=598425 r=roc,josh
|
2011-05-19 17:08:14 -04:00 |
|
Masayuki Nakano
|
8b335d50b1
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Masayuki Nakano
|
81dbe5de4d
|
Bug 659536 part.2 Replace nsContentUtils::GetIntPref() with Preferences::GetInt() or Preferences::GetUint() r=roc
|
2011-05-25 15:32:00 +09:00 |
|
Steven Michaud
|
34429e3cad
|
Bug 621117 - Support native cursor manipulation from OOP plugins on OS X. r=josh,bsmedberg a=sheriff
|
2011-05-24 01:58:28 -05:00 |
|
Josh Aas
|
60c0c9ea43
|
Bug 657952: Minimize methods in nsIPluginHost. r=jst
|
2011-05-21 09:28:54 -04:00 |
|