Robert O'Callahan
|
1f241efa1c
|
Bug 615417. Postpone AsyncSetWindow processing until we're not in the middle of painting the plugin. r=bsmedberg a=pavlov
|
2010-12-05 21:57:33 +00:00 |
|
Benjamin Smedberg
|
1417fd7f05
|
Fix review comments from bug 583109 (changeset 6ff3fcbb7845), comment 46.
|
2010-11-09 09:36:33 -05:00 |
|
Benjamin Smedberg
|
b5c8de3824
|
Bug 606285 and Bug 583109 - Send the "visible" notification when painting with async layers, so that when a plugin goes from invisible to visible it starts sending asynchronous paints. Suspend sending surface updates for asynchronous plugins when they are invisible, and set the empty clipRect so that the plugin knows that drawing is suspended per the new API. Assume that plugins are visible again when a Paint or BuildLayer call is received. r-pending=karlt
|
2010-11-05 10:40:55 -04:00 |
|
Benjamin Smedberg
|
0a2062e721
|
Merge mozilla-central to the branch for bug 596451.
|
2010-10-28 10:05:20 -04:00 |
|
Benjamin Smedberg
|
151a8aa808
|
Bug 596451 part H - Make our quirk of silverlight transparent by default active in the plugin process, to match the logic in nsNPAPIPluginInstance. This makes the Microsoft Surface website paint correctly. r=jimm
|
2010-10-27 09:13:53 -04:00 |
|
Benjamin Smedberg
|
38659c6622
|
Bug 596451 part F - fix mouse/window positioning and remove the Silverlight quirk by changing the logical->device offset before painting, r=jimm
|
2010-10-27 09:09:37 -04:00 |
|
Benjamin Smedberg
|
433d19c29d
|
Bug 596451 part I - Read back from the current Windows surface, instead of repainting the entire client area every time, r-pending=jmathies
|
2010-10-27 09:09:15 -04:00 |
|
Benjamin Smedberg
|
135698e22c
|
Merge mozilla-central with the asynchronous plugins painting branch.
|
2010-10-13 10:45:01 -04:00 |
|
Benjamin Smedberg
|
95ae6cb873
|
Bug 596451 part A - fix PluginInstanceChild to use bools, r=jimm/josh
|
2010-09-21 12:03:16 -04:00 |
|
Oleg Romashin
|
52e2bd1f57
|
Bug 598227 - Add support NPP_ImageDraw API for Maemo5. r=dougt a=blocking-fennec
|
2010-09-23 16:06:41 -07:00 |
|
Josh Aas
|
9ad0d0ad81
|
Bug 598223: Gracefully handle the failure of OOP plugins that negotiate Carbon NPAPI. r=cjones r=bsmedberg a=2.0-b7
|
2010-09-23 01:27:59 -04:00 |
|
Oleg Romashin
|
bc6cfe1962
|
Bug 556487 - Plugin Child/Parent async implementation. r=roc a=blocking2.0
|
2010-09-15 09:02:49 -07:00 |
|
Oleg Romashin
|
d6e7e30d34
|
Bug 556487 - Plugin Child/Parent async API. r=roc,jones.chris.g a=blocking2.0
|
2010-09-15 09:02:44 -07:00 |
|
Oleg Romashin
|
90150a79e4
|
Bug 599202 - Add support NPP_ImageDraw API for Maemo6. r=dougt a=npodb
--HG--
extra : rebase_source : 8486484c5c2bd25a1e1b63859a62bf41787e7004
|
2010-10-05 09:15:49 +03:00 |
|
Jim Mathies
|
5e5a5f4a19
|
Bug 596094 - Restore plugin subclass when Flash resets it in full screen mode (ipc enabled case). r=bent, a=betaN
|
2010-10-21 16:52:48 -05:00 |
|
Benjamin Smedberg
|
3a5f09a601
|
Revert bug 595337 because of persistent leaks running mochitests, and bug 556487 because of in-process test failures (crashes) and a reftest failure.
|
2010-09-14 14:50:24 -07:00 |
|
Oleg Romashin
|
b4c9003ff3
|
Bug 556487 - Plugin Child/Parent async implementation. r=roc a=blocking2.0
|
2010-09-14 12:01:10 -07:00 |
|
Oleg Romashin
|
728d67a018
|
Bug 556487 - Plugin Child/Parent async API. r=roc,jones.chris.g a=blocking2.0
|
2010-09-14 12:01:05 -07:00 |
|
Benjamin Smedberg
|
c179a09b28
|
Bug 583053 - Corruption issues when running rdio because windows double-pass rendering events don't win the RPC race, r=bent
|
2010-08-16 10:10:25 -04:00 |
|
Benoit Girard
|
360d838dce
|
Bug 568513 - Implement NPN_PopUpContextMenu. r=josh a=blocking-beta3
|
2010-07-29 18:38:32 -04:00 |
|
Benjamin Smedberg
|
1af2f3576f
|
Bug 449129 - abort a plugin process if a plugin attempts to spin an event loop while painting, r=jmathies
|
2010-06-23 10:18:00 -04:00 |
|
Jim Mathies
|
2e14c78a7e
|
Bug 563847 - [OOPP] Fix for crash [@ ntdll.dll@0x222a2 ] [@ RtlEnterCriticalSection ] (from PluginInstanceChild::FlashThrottleMessage). r=bent.
|
2010-05-06 11:40:26 -05:00 |
|
Benjamin Smedberg
|
e24771ce97
|
Bug 561817 part B - Install the nested event loop tracking mechanism for all RPC calls to plugins, not just specific handle-event calls, r=jimm
|
2010-04-30 14:42:51 -04:00 |
|
Benjamin Smedberg
|
67995408eb
|
Bug 561871 part B: don't use Windows events to enter/exit a nested event loop within an RPC stack frame, because delivery of those events isn't always associated with the correct stack frame, and also because the events can be lost if they race with an incoming RPC reply message. Instead, keep a linked list (on the stack) of RPC frames globally and per-channel, to associate requests to enter a nested event loop with the correct frame, r=jimm
--HG--
extra : rebase_source : 694186dde4643904752c67e0c6eb7a6ad1dd2082
|
2010-04-28 11:01:09 -04:00 |
|
Jim Mathies
|
c9d1673369
|
Bug 558629 - Meter WM_USER events for Flash in PluginInstanceChild to improve responsiveness and lower CPU utilization. r=bsmedberg, a=developers.
|
2010-04-26 11:29:11 -05:00 |
|
Benoit Girard
|
9897b0a83e
|
Bug 555281 - Implement Core Animation NPAPI Drawing Model for OOPP. r=joe,josh,cjones
--HG--
extra : rebase_source : 8cc45083e0b513902c467c8c89248474c21b7923
|
2010-04-20 10:52:19 -04:00 |
|
Benoit Girard
|
046173124b
|
Backed out changeset 44ee6030f4b2
|
2010-04-19 02:57:22 -04:00 |
|
Benoit Girard
|
b6d069f2c9
|
Bug 555281 - Implement Core Animation NPAPI Drawing Model for OOPP. r=joe,josh,cjones
--HG--
extra : rebase_source : 29f581f60c6db0e8945a5121cf2d7007b10a7433
|
2010-04-18 19:46:33 -04:00 |
|
Benoit Girard
|
8e7c8c5f5b
|
Optimize Core Graphics drawing model OOPP implementation. b=555835 r=josh
|
2010-04-01 17:53:56 -04:00 |
|
Benjamin Smedberg
|
2e0b8d0752
|
Bug 542700 - Async calls aren't cancelled when the instance is destroyed, and the list of pending calls isn't protected against simultaneous access, r=cjones
--HG--
extra : rebase_source : b0949fd4921d1dbb558e84e191387964af5767fc
|
2010-03-25 14:25:38 -04:00 |
|
Benoit Girard
|
99e5fc5faf
|
Implement Core Graphics drawing model for out-of-process plugins. b=554676 r=josh sr=cjones
|
2010-03-26 16:07:37 -04:00 |
|
Jim Mathies
|
a149cb14ad
|
Bug 545149 - Fix various issues with winless plugin context menus. r=bent.
|
2010-03-22 22:06:35 -05:00 |
|
Chris Jones
|
42f30e5822
|
Bug 549888: Have the browser win NPP_SetWindow races, and add a special-cased NPP_HandleEvent async WindowPosChanged message for windows. r=jimm,karlt
|
2010-03-22 17:35:15 -05:00 |
|
Benjamin Smedberg
|
1a54d18a03
|
Bug 551049 part 3: delay the delivery of NPP_URLNotify until the related stream is completely delivered and destroyed, and propagate errors from NPP_Write and NPN_DestroyStream back to NPP_URLNotify r=bent
|
2010-03-06 16:03:05 -05:00 |
|
Benjamin Smedberg
|
3ec1519e77
|
Bug 551387 - octoshape plugin crashes because it doesn't implement NPNFunctions.setwindow, r=bent
|
2010-03-10 10:54:22 -05:00 |
|
Chris Jones
|
7e203b6454
|
Bug 549888: Part 2: Add a Paint() message and have the browser win races of Paint() vs. anything else. r=bent,jmathies,karlt
|
2010-03-11 01:35:31 -06:00 |
|
Benjamin Smedberg
|
a87ccb8301
|
Bug 550305 - Reduce round-trips by making some NPRuntime/scriptable methods async instead of RPC, r=bent
|
2010-03-04 16:20:14 -05:00 |
|
Benjamin Smedberg
|
cdf15ace3b
|
Bug 544074 - Crashes at mozilla::plugins::PluginModuleChild::UnregisterActorForNPObject - the hash of scriptable objects is mutating while we enumerate the actors being destroyed after a plugin instance is destroyed. Save the list of actors off into a separate non-mutating table, r=bent
|
2010-02-24 16:14:13 -05:00 |
|
Jim Mathies
|
5dc5015ef8
|
Bug 547353 - [OOPP] Mouse pointer coordinates misaligned with winless Silverlight. r=bent.
|
2010-02-24 16:13:48 -08:00 |
|
Ben Turner
|
236e97e5cd
|
Bug 535017 - 'IPC plugins should cache well-known scriptable objects to avoid unnecessary actor creation/destruction'. r=bsmedberg.
|
2010-02-20 13:59:40 -08:00 |
|
Jim Mathies
|
094bf7e9a3
|
Bug 543201 - [OOPP] Shockwave window position is not correct. r=bent.
|
2010-02-18 14:20:25 -06:00 |
|
Karl Tomlinson
|
a4cd333dde
|
b=543901 only call NPPluginFuncs::getvalue when non-NULL and remove NPP_GetValue NPPVpluginWindowBool NPPVpluginTransparentBool r=cjones
|
2010-02-04 13:02:48 +13:00 |
|
Jim Mathies
|
c877b84ecc
|
Bug 538918 - [OOPP] Modal system dialogs cause UI freeze w/windowless controls. r=bent, cjones.
--HG--
extra : transplant_source : %28B%08h%F29L%BE%BBEh%E8%92%22%2A%8E%A8%00F%83
|
2010-02-09 16:34:38 -06:00 |
|
Benjamin Smedberg
|
30bd4e4e51
|
Bug 516515 - Don't initialize XPCOM in plugin processes, r=cjones
--HG--
extra : rebase_source : cab356b862a66fb7f5955b1f936944f2395bba3c
|
2010-02-03 17:17:09 -05:00 |
|
Ben Turner
|
1e94a6bac2
|
Bug 542337 - '[OOPP] hang in test_plugin_clipping2.xhtml'. r=jimm.
--HG--
extra : rebase_source : 22b97f9252c02f7343d12b60fa9cd93cfbe12a25
|
2010-01-26 16:08:39 -08:00 |
|
Jim Mathies
|
757c1b3d63
|
Bug 540052 - [OOPP] Test failure in test_plugin_focus.html. r=bent.
--HG--
extra : rebase_source : bdb40f27e098519ecd71abd75a80e8e612f888f8
|
2010-01-26 15:40:15 -06:00 |
|
Benjamin Smedberg
|
a99d2bc8fe
|
Bug 540775 - Implement NPP_SetValue(NPNVprivateModeBool), r=cjones
--HG--
extra : transplant_source : %C7T%9D%9E%A5%E8%B5HP%D8%DD%28%C6%C5%5E%9CS%9C%20%80
|
2010-01-19 22:23:35 -05:00 |
|
Benjamin Smedberg
|
2bb6aa26c4
|
Bug 518924 - NPN_ScheduleTimer, and clean up asynccalls when the plugin instance is destroyed, r=cjones
--HG--
extra : transplant_source : %C8%97/%8E%1C%A4%89%26%98%C1%01u%8F%B2m%91%F8%F4%B7M
|
2010-01-19 22:13:24 -05:00 |
|
Ben Turner
|
471d1a3e1b
|
Bug 521377 - 'NPRuntime: Segfault when NPP_GetValue_NPPVpluginScriptableNPObject returns a null actor'. r=bsmedberg+valgrind.
--HG--
extra : transplant_source : %F8%7C%B6%C49%24%9A%E0%96%EA%10%E9%C7%C0%EF%EA%D6%7FT%9A
|
2010-01-15 12:35:57 -08:00 |
|
Peter Van der Beken
|
076d23ead6
|
Backout 76cdc8296409 and 9baa220b27c0 (Bug 521377 - 'NPRuntime: Segfault when NPP_GetValue_NPPVpluginScriptableNPObject returns a null actor') to try fo fix orange.
|
2010-01-19 13:00:58 +01:00 |
|