Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Josh Aas
|
24a58d4585
|
Bug 758363: Implement NPN_ReloadPlugins for out-of-process plugins. r=bsmedberg
|
2012-05-30 10:23:03 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
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
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Jacek Caban
|
d5f0f251b0
|
Bug 754582 - Fixed unused-result warnings in Windows-specific code r=benjamin
|
2012-05-16 10:48:45 +02:00 |
|
Bas Schouten
|
5640ef5bcf
|
Bug 748785: Enable NPAPI Async Drawing by default on windows. r=josh
|
2012-05-01 23:46:53 +02:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
05d5270d53
|
Bug 743573 - Fix a number of build warnings in dom/; r=volkmar
|
2012-04-14 15:09:47 +02:00 |
|
David Rajchenbach-Teller
|
457f40baba
|
Bug 728171 - Use Scoped.h throughout the code. r=cjones
|
2012-04-12 12:21:24 +02:00 |
|
Richard Newman
|
a89cec83c5
|
Backout 0e03eb171e08 (Bug 743574 - Deprecate DOMException.code). a=bustage
|
2012-04-11 15:33:37 -07:00 |
|
David Rajchenbach-Teller
|
5a08b70435
|
Bug 728171 - Use Scoped.h throughout the code. r=cjones
|
2012-04-11 18:59:10 +02:00 |
|
Masayuki Nakano
|
b2f0fc7b65
|
Bug 668157 part.2 mozilla/dom should use mozilla::Preferences r=jst
|
2012-04-04 13:09:20 +09:00 |
|
Bas Schouten
|
8555944c17
|
Bug 651192 - Part 4: Allow setting different drawing models across all platforms. r=roc
|
2012-02-16 04:24:38 +01:00 |
|
Mark Capella
|
0af24742c6
|
Bug 721496 - Remove MOZ_WINSDK_TARGETVER ifdefs for pre-Windows 7 SDKs. r=jimm
|
2012-02-23 01:33:19 +01:00 |
|
Josh Aas
|
f0d674a852
|
Bug 729155: Fix warnings in plugin ipc code. r=bsmedberg
|
2012-02-21 19:32:06 -05:00 |
|
Bas Schouten
|
b0ee08da26
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
|
Jeff Muizelaar
|
dbe0e87287
|
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
--HG--
extra : rebase_source : d21f4ffb244ae661e1ca222c02a8fa8b40a071bd
|
2012-01-18 19:53:35 -05:00 |
|
Michael Wu
|
3e0835d415
|
Bug 694206 - Add Gonk (B2G) widget backend, r=cjones
|
2011-11-10 16:17:46 -08:00 |
|
Josh Matthews
|
5467f8c160
|
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
|
2a602a5685
|
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
|
784a7d07fc
|
Bug 692759 - Fix Non-InvalidatingCoreAnimation refresh timer for async layers plugins. r=smichaud
--HG--
extra : rebase_source : 3017218abbe7897aa34b7a868cc63e49550246ce
|
2011-10-14 14:00:44 -04:00 |
|
Josh Matthews
|
a0c2a4dd47
|
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
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Ed Morley
|
7216208a08
|
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
|
d296e5fd07
|
Bug 672857 - Make IM work for IPC plugins in remote browser. r=karlt
|
2011-08-29 17:26:24 +01:00 |
|
Jim Mathies
|
cae5da6e82
|
Bug 677711 - Kill plugin processes when the child detects the browser is hung. r=bsmedberg
|
2011-08-16 05:25:34 -05:00 |
|
malek@lcde.net
|
26eb897786
|
Bug 522796 - Implement NPN_SetException for remote plugins, r=bsmedberg
|
2011-07-26 12:55:58 -04:00 |
|
Benoit Girard
|
474b757db7
|
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
|
3dedd1d98f
|
Back out bug 581341 due to too many intermittent failures.
|
2011-06-29 23:44:28 -04:00 |
|
Josh Matthews
|
84e67ec8c4
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
--HG--
extra : rebase_source : b0c73c5d539a7c1d579722fb1e67db1e0c9a44b1
|
2011-06-08 15:56:31 -04:00 |
|
Josh Matthews
|
e9333f488d
|
Back out bug 581341.
|
2011-06-29 15:13:17 -04:00 |
|
Josh Matthews
|
3283f11a52
|
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
|
72d422b374
|
Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-25 11:25:03 -04:00 |
|
Kyle Huey
|
f32aa5fd7b
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Marco Bonardo
|
acc6a474c6
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
|
Kyle Huey
|
49a4168bd0
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
|
Benjamin Smedberg
|
1d46e9545a
|
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
--HG--
extra : rebase_source : e21fac12c028e15f7d1a36988a6b66859c9addd8
|
2011-06-14 15:49:48 -04:00 |
|
Benjamin Smedberg
|
27a34348cd
|
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
|
eb5403c455
|
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
--HG--
extra : rebase_source : b7f61b198216756b6d0a2a73a21cb84d493f7d38
|
2011-06-14 15:49:48 -04:00 |
|
Benoit Girard
|
468e5acf13
|
Asynchronous layer-based plugin painting on Mac b=598425 r=roc,josh
|
2011-05-19 17:08:14 -04:00 |
|
Masayuki Nakano
|
85c451e309
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Masayuki Nakano
|
49814a538d
|
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
|
74ff128aad
|
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
|
998050c725
|
Bug 657952: Minimize methods in nsIPluginHost. r=jst
|
2011-05-21 09:28:54 -04:00 |
|
Jim Mathies
|
3cd1f9198a
|
Bug 648935 - Process native events during calls to WaitForNotify in the child process when nested native event loops are detected in the parent. r=bsmedberg.
|
2011-05-18 06:57:08 -05:00 |
|
Josh Aas
|
6192fd5a60
|
Bug 649488: Move contents of dom/plugins to dom/plugins/ipc. r=bsmedberg
--HG--
rename : dom/plugins/AStream.h => dom/plugins/ipc/AStream.h
rename : dom/plugins/BrowserStreamChild.cpp => dom/plugins/ipc/BrowserStreamChild.cpp
rename : dom/plugins/BrowserStreamChild.h => dom/plugins/ipc/BrowserStreamChild.h
rename : dom/plugins/BrowserStreamParent.cpp => dom/plugins/ipc/BrowserStreamParent.cpp
rename : dom/plugins/BrowserStreamParent.h => dom/plugins/ipc/BrowserStreamParent.h
rename : dom/plugins/COMMessageFilter.cpp => dom/plugins/ipc/COMMessageFilter.cpp
rename : dom/plugins/COMMessageFilter.h => dom/plugins/ipc/COMMessageFilter.h
rename : dom/plugins/ChildAsyncCall.cpp => dom/plugins/ipc/ChildAsyncCall.cpp
rename : dom/plugins/ChildAsyncCall.h => dom/plugins/ipc/ChildAsyncCall.h
rename : dom/plugins/ChildTimer.cpp => dom/plugins/ipc/ChildTimer.cpp
rename : dom/plugins/ChildTimer.h => dom/plugins/ipc/ChildTimer.h
rename : dom/plugins/Makefile.in => dom/plugins/ipc/Makefile.in
rename : dom/plugins/NPEventAndroid.h => dom/plugins/ipc/NPEventAndroid.h
rename : dom/plugins/NPEventOSX.h => dom/plugins/ipc/NPEventOSX.h
rename : dom/plugins/NPEventWindows.h => dom/plugins/ipc/NPEventWindows.h
rename : dom/plugins/NPEventX11.h => dom/plugins/ipc/NPEventX11.h
rename : dom/plugins/NestedLoopTimer.cpp => dom/plugins/ipc/NestedLoopTimer.cpp
rename : dom/plugins/NestedLoopTimer.h => dom/plugins/ipc/NestedLoopTimer.h
rename : dom/plugins/PBrowserStream.ipdl => dom/plugins/ipc/PBrowserStream.ipdl
rename : dom/plugins/PPluginBackgroundDestroyer.ipdl => dom/plugins/ipc/PPluginBackgroundDestroyer.ipdl
rename : dom/plugins/PPluginIdentifier.ipdl => dom/plugins/ipc/PPluginIdentifier.ipdl
rename : dom/plugins/PPluginInstance.ipdl => dom/plugins/ipc/PPluginInstance.ipdl
rename : dom/plugins/PPluginModule.ipdl => dom/plugins/ipc/PPluginModule.ipdl
rename : dom/plugins/PPluginScriptableObject.ipdl => dom/plugins/ipc/PPluginScriptableObject.ipdl
rename : dom/plugins/PPluginStream.ipdl => dom/plugins/ipc/PPluginStream.ipdl
rename : dom/plugins/PPluginSurface.ipdl => dom/plugins/ipc/PPluginSurface.ipdl
rename : dom/plugins/PStreamNotify.ipdl => dom/plugins/ipc/PStreamNotify.ipdl
rename : dom/plugins/PluginBackgroundDestroyer.h => dom/plugins/ipc/PluginBackgroundDestroyer.h
rename : dom/plugins/PluginIdentifierChild.h => dom/plugins/ipc/PluginIdentifierChild.h
rename : dom/plugins/PluginIdentifierParent.h => dom/plugins/ipc/PluginIdentifierParent.h
rename : dom/plugins/PluginInstanceChild.cpp => dom/plugins/ipc/PluginInstanceChild.cpp
rename : dom/plugins/PluginInstanceChild.h => dom/plugins/ipc/PluginInstanceChild.h
rename : dom/plugins/PluginInstanceParent.cpp => dom/plugins/ipc/PluginInstanceParent.cpp
rename : dom/plugins/PluginInstanceParent.h => dom/plugins/ipc/PluginInstanceParent.h
rename : dom/plugins/PluginInterposeOSX.h => dom/plugins/ipc/PluginInterposeOSX.h
rename : dom/plugins/PluginInterposeOSX.mm => dom/plugins/ipc/PluginInterposeOSX.mm
rename : dom/plugins/PluginLibrary.h => dom/plugins/ipc/PluginLibrary.h
rename : dom/plugins/PluginMessageUtils.cpp => dom/plugins/ipc/PluginMessageUtils.cpp
rename : dom/plugins/PluginMessageUtils.h => dom/plugins/ipc/PluginMessageUtils.h
rename : dom/plugins/PluginModuleChild.cpp => dom/plugins/ipc/PluginModuleChild.cpp
rename : dom/plugins/PluginModuleChild.h => dom/plugins/ipc/PluginModuleChild.h
rename : dom/plugins/PluginModuleParent.cpp => dom/plugins/ipc/PluginModuleParent.cpp
rename : dom/plugins/PluginModuleParent.h => dom/plugins/ipc/PluginModuleParent.h
rename : dom/plugins/PluginProcessChild.cpp => dom/plugins/ipc/PluginProcessChild.cpp
rename : dom/plugins/PluginProcessChild.h => dom/plugins/ipc/PluginProcessChild.h
rename : dom/plugins/PluginProcessParent.cpp => dom/plugins/ipc/PluginProcessParent.cpp
rename : dom/plugins/PluginProcessParent.h => dom/plugins/ipc/PluginProcessParent.h
rename : dom/plugins/PluginScriptableObjectChild.cpp => dom/plugins/ipc/PluginScriptableObjectChild.cpp
rename : dom/plugins/PluginScriptableObjectChild.h => dom/plugins/ipc/PluginScriptableObjectChild.h
rename : dom/plugins/PluginScriptableObjectParent.cpp => dom/plugins/ipc/PluginScriptableObjectParent.cpp
rename : dom/plugins/PluginScriptableObjectParent.h => dom/plugins/ipc/PluginScriptableObjectParent.h
rename : dom/plugins/PluginScriptableObjectUtils-inl.h => dom/plugins/ipc/PluginScriptableObjectUtils-inl.h
rename : dom/plugins/PluginScriptableObjectUtils.h => dom/plugins/ipc/PluginScriptableObjectUtils.h
rename : dom/plugins/PluginStreamChild.cpp => dom/plugins/ipc/PluginStreamChild.cpp
rename : dom/plugins/PluginStreamChild.h => dom/plugins/ipc/PluginStreamChild.h
rename : dom/plugins/PluginStreamParent.cpp => dom/plugins/ipc/PluginStreamParent.cpp
rename : dom/plugins/PluginStreamParent.h => dom/plugins/ipc/PluginStreamParent.h
rename : dom/plugins/PluginSurfaceParent.cpp => dom/plugins/ipc/PluginSurfaceParent.cpp
rename : dom/plugins/PluginSurfaceParent.h => dom/plugins/ipc/PluginSurfaceParent.h
rename : dom/plugins/PluginUtilsOSX.h => dom/plugins/ipc/PluginUtilsOSX.h
rename : dom/plugins/PluginUtilsOSX.mm => dom/plugins/ipc/PluginUtilsOSX.mm
rename : dom/plugins/StreamNotifyChild.h => dom/plugins/ipc/StreamNotifyChild.h
rename : dom/plugins/StreamNotifyParent.h => dom/plugins/ipc/StreamNotifyParent.h
rename : dom/plugins/ipdl.mk => dom/plugins/ipc/ipdl.mk
|
2011-04-12 16:26:11 -07:00 |
|