Jim Mathies
|
b170e75577
|
Bug 535295 - [OOPP] Tearing/Repainting issues with flash videos, their controls and other page content during/after scrolling. r=roc.
|
2010-04-05 11:43:13 -05:00 |
|
Benoit Girard
|
8e7c8c5f5b
|
Optimize Core Graphics drawing model OOPP implementation. b=555835 r=josh
|
2010-04-01 17:53:56 -04:00 |
|
Josh Aas
|
b60aa33480
|
Remove unimplemented status from NPN_ForceRedraw for IPC. We are ignoring calls on purpose and do not plan to implement it in any way at this point. b=555511 r=cjones
|
2010-03-30 23:53:53 -04:00 |
|
Chris Jones
|
ab754697b8
|
Bug 555309, part 3: Grab the plugin thread's ID on startup and blame it in hang dumps. r=bsmedberg
|
2010-03-30 19:24:47 -05:00 |
|
Chris Jones
|
3b21dfdc4c
|
Bug 555309, part 1: Add a CrashReporter::CurrentThreadId interface. r=bsmedberg
|
2010-03-30 19:24:45 -05:00 |
|
Oleg Romashin
|
b371b618cb
|
Bug 554911 - mozilla-runtime process hang and not closed properly after closing fennec UI. r=dougt
--HG--
extra : rebase_source : 5490b2acfe1980e372b7918cf36e8e771b2a0747
|
2010-03-30 07:34:37 -04:00 |
|
Josh Aas
|
9aa84a5f00
|
[OOPP] Serialize remaining Cocoa NPAPI events, including keyboard events. b=555300 r=cjones
|
2010-03-29 15:27:49 -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 |
|
Josh Aas
|
fc1d594cb2
|
Initialize NPP structure's pdata pointer to NULL. Plugins can mistake an uninitialized non-NULL value for their own instance pointer and try to dereference it. b=555312 r=BenWa
|
2010-03-29 10:16:27 -04:00 |
|
Josh Aas
|
102cefa62a
|
[OOP] Add support for NPN_ConvertPoint via IPC. b=555250 r=cjones
|
2010-03-26 16:55:56 -04:00 |
|
Josh Aas
|
adb17d749c
|
[OOPP] Whitelist Cocoa NPAPI events that don't require special serialization. b=555286 r=cjones
|
2010-03-26 16:25:33 -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 |
|
Josh Aas
|
2b39b5e515
|
[OOPP] Fix ordering of NP_Initialize and NP_GetEntryPoints calls for Mac OS X. The incorrect order causes Flash 10.1 to fail to load. b=555208 r=bsmedberg
|
2010-03-26 13:03:58 -04:00 |
|
Karl Tomlinson
|
54f3126ea7
|
b=545297 don't add an extra reference to GtkPlug::socket_window with versions of GTK that already add a reference r=cjones
|
2010-03-25 16:18:25 +13:00 |
|
Karl Tomlinson
|
0a88862109
|
b=551875 handle g_main_depth() != 1 when events are dispatched r=cjones
|
2010-03-26 14:52:16 +13:00 |
|
Karl Tomlinson
|
ff1c2293f3
|
b=526393 propagate scroll events from GtkPlug to the embedder r=roc (relanded)
|
2010-03-24 16:42:06 +13:00 |
|
Karl Tomlinson
|
2c757dc2bd
|
backout 60fb978130f5 due to wrong bug no in the commit message
|
2010-03-26 14:35:56 +13:00 |
|
Josh Aas
|
a02149fecc
|
Fix NPAPI NPN_PushPopupsEnabledState and NPN_PopPopupsEnabledState signature mismatches, statically initialize browser-side NPAPI function table with no casting. b=554170 r=bent
|
2010-03-25 19:45:33 -04:00 |
|
Jim Mathies
|
0eba287c0f
|
Bug 553606 - [OOPP] Limit spin loop to a call depth of one. r=bent.
|
2010-03-24 16:49:05 -05:00 |
|
Chris Jones
|
7329573dd7
|
Bug 544936, part 6: Submit a browser minidump along with the plugin's, if we got one. r=dolske,gavin,josh
|
2010-03-24 16:22:04 -05:00 |
|
Chris Jones
|
08461da183
|
Bug 544936, part 5: Generate browser/plugin paired minidumps when the hang detector fires. r=bsmedberg
|
2010-03-24 16:22:03 -05:00 |
|
Chris Jones
|
926e2f746f
|
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
|
2010-03-24 16:22:01 -05:00 |
|
Ben Turner
|
75ca06acb6
|
Bug 521118 - '[OOPP] Need NPAPI threadsafety checks in plugin process'. r=cjones, a=dbaron for CLOSED TREE
|
2010-03-24 12:30:45 -07:00 |
|
Karl Tomlinson
|
ad6abedd82
|
b=544211 propagate scroll events from GtkPlug to the embedder r=roc
|
2010-03-24 16:42:06 +13:00 |
|
Karl Tomlinson
|
50e922752b
|
b=544211 ungrab the pointer before passing ButtonPress events to plugins r=roc
|
2010-03-24 15:26:10 +13:00 |
|
Ben Turner
|
95882b79e1
|
Bug 547359 - '[OOPP] Silverlight plugin takes 6X longer to load with IPC plugins than without - make NPIdentifier handler smarter/faster'. r=bsmedberg.
|
2010-03-23 07:30:51 -07: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 |
|
Chris Jones
|
ecaab71939
|
Backed out changeset bda8efa53512
|
2010-03-18 21:01:10 -05:00 |
|
Chris Jones
|
a9301cdf81
|
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
|
2010-03-18 17:52:38 -05:00 |
|
Chris Jones
|
d7b8ead1aa
|
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
|
2010-03-18 17:52:36 -05:00 |
|
Chris Jones
|
c35e59ba1c
|
Bug 552866: Don't run NotifyPluginCrashed from a nested context. r=bsmedberg
|
2010-03-18 17:52:35 -05:00 |
|
Josh Aas
|
09fc21cbeb
|
Allow Gecko to build and run on Mac OS X with MOZ_IPC defined. b=552862 r=cjones
|
2010-03-17 14:38:28 -04:00 |
|
Josh Aas
|
c953e77bdc
|
Fix incorrect type usage for NPP_SetValue NPNVprivateModeBool. b=544158 r=karlt
|
2010-03-17 13:17:09 -04:00 |
|
Jim Mathies
|
4734d89b66
|
Bug 546766 - Don't trust plugin return values for getvalue calls. r=bsmedberg.
|
2010-03-13 17:57:53 -06:00 |
|
Chris Jones
|
3775fecc82
|
b=550026 Cancel PluginCrashed when PluginModule is deleted. r=bsmedberg
|
2010-03-08 09:16:02 +13:00 |
|
Benjamin Smedberg
|
1dcd610135
|
Followup to bug 551049 - make the closing reason match that used by the in-process host
|
2010-03-11 14:15:48 -05:00 |
|
Benjamin Smedberg
|
e5aab11778
|
Merge and review fixup from async streams, bug 551049
|
2010-03-11 11:56:35 -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
|
51a11b0266
|
Bug 551049 (was bug 532208) part 2 - Delay delivery of NPP_DestroyStream until stream data is delivered, and make sure that data delivery doesn't re-enter, r=bent
|
2010-03-06 16:02:31 -05:00 |
|
Benjamin Smedberg
|
39df629db6
|
Bug 551049 (was bug 532208) part 1 - Make PBrowserStream destructor uni-directional by delivering all data asynchronously and doing two-phase (acknowledged) destruction, r=bent
|
2010-02-23 16:45:00 -05:00 |
|
Benjamin Smedberg
|
1fc1bc4a5a
|
Revert the RPC-style race resolution from bug 532208 in order to use the asynchronous delivery patches.
|
2010-03-06 11:08:19 -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
|
7fd74b1a80
|
Merge backout
|
2010-03-11 05:07:51 -06:00 |
|
Chris Jones
|
415f85da1a
|
Backing out bug 550026 due to orange
|
2010-03-11 05:07:42 -06:00 |
|
Chris Jones
|
ad34b8295e
|
Followup to bug 549888: don't call HandleEvent after Paint
|
2010-03-11 04:13:23 -06: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 |
|
Chris Jones
|
a3aa9cbbff
|
Bug 550118: Try to not process XPCOM events when a plugin process spins a nested glib event loop. r=karlt
|
2010-03-11 01:35:29 -06:00 |
|
Chris Jones
|
148296d96a
|
b=550026 Don't call PluginCrashed while plugin code is still on the stack r=bsmedberg
|
2010-03-08 09:16:02 +13:00 |
|
Jim Mathies
|
2afcaf5c1d
|
Bug 550322 - [OOPP] Hulu full screen deadlock protection doesn't trap all cases. r=bent.
|
2010-03-06 12:33:40 -06:00 |
|