Aaron Klotz
2c90884e15
Bug 828034 - Fix crash when PluginModuleParent::CleanupFromTimeout runs before channel error notification. r=bsmedberg
2013-01-24 21:10:02 -05:00
Ben Turner
0586cfdfbc
Bug 831307 - Allow invalid file handles to not crash child processes. r=cjones.
2013-01-24 17:10:39 -08:00
Steven Michaud
9fc1533614
Bug 829284 - Unity plugin doesn't display in HiDPI mode. r=bgirard
2013-01-23 16:19:15 -06:00
Steven Michaud
71f2142a45
Bug 833936 - NPNVcontentsScaleFactor inadvertently not supported for NPN_GetValue() when called from OOP plugins. r=bgirard
2013-01-23 15:55:41 -06:00
Aaron Klotz
a66d4e6bf9
Bug 829909 - Fix some Plugin Hang UI synchronization problems. r=bbondy
2013-01-17 21:22:21 -05:00
Trevor Saunders
cf85030fec
no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type
2013-01-11 04:43:29 -05:00
Jacek Caban
022be5ac23
Bug 827262 - Fix plugin hang UI compilation on mingw. r=bsmedberg
2013-01-09 17:34:14 -05:00
Ben Turner
fe7bd32e44
Bug 827330 - 'Windows build error in PluginHangUIParent.cpp', r=bbondy.
2013-01-07 16:11:35 +01:00
Aaron Klotz
09f0f2a1b0
Bug 805591 - Win32 implementation of the Plugin Hang UI r=bsmedberg,bbondy
2013-01-04 17:59:05 -05:00
Benoit Girard
70f1599832
Bug 787513 - Give the proper update rectangle for NPAPI for CoreGraphics plugins on mac. r=smichaud
2013-01-04 12:49:36 -05:00
Benjamin Smedberg
f6c90b11b9
Bug 559432 - Don't fail the assert if the cached actor is null... that probably just means we're in the process of tearing down the instance, r=josh
2013-01-04 09:50:43 -05:00
Ehsan Akhgari
7d7844c454
Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures
2013-01-03 22:55:45 -05:00
Aaron Klotz
77dec009bd
Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy
2013-01-03 22:24:07 -05:00
Benoit Girard
e0f18a00d8
Bug 825620 - Refactor plugin quirks on OSX to properly initialize values. r=smichaud
2013-01-02 16:05:03 -05:00
Masatoshi Kimura
119c854c81
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
2013-01-03 00:56:38 +09:00
Trevor Saunders
ed8168c2a4
bug 822717 - remove checks for old gcc r=glandium
2012-12-18 13:22:28 -05:00
Nicholas Nethercote
c968ad4f6d
Bug 824883 - Fix three warnings in dom/ code. r=bz.
2012-12-26 20:24:59 -08:00
Neil Rashbrook
09004977a9
Bug 818861 Shouldn't allow promising a flat string from a flat string r=dbaron
2012-12-22 20:40:37 +00:00
Georg Fritzsche
bb92462f25
Bug 823559 - Make _convertpoint fail instead of abort when called from outside the plugin thread. r=bsmedberg
2012-12-20 20:47:46 +01:00
Steven Michaud
f2e28aeb91
Bug 804606 - Stop Flash from crashing in CoreGraphics mode on accessing "our" CGContextRef outside of the call we use to pass it. r=bgirard
2012-12-16 16:39:29 -06:00
Jeff Walden
8a6657de57
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
2012-12-14 18:58:45 -05:00
Benjamin Smedberg
11f7764115
Bug 818664 - Report plugin version in plugin crash reports, r=josh
2012-12-13 12:06:52 -05:00
Matt Joras
909b0a4093
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
2012-11-10 10:45:52 -05:00
Karl Tomlinson
958f16c24a
b=810426 Flush() old surfaces before the plugin may redraw r=roc
2012-11-11 21:10:32 -08:00
Ryan VanderMeulen
ee28986d89
Backed out changeset 5054c2552a30 (bug 798033) for b2g bustage.
2012-11-10 11:52:15 -05:00
Matt Joras
07b8c503c4
Bug 798033 - Removes 'using namespace' from dom headers - r=khuey
2012-11-10 10:45:52 -05:00
Karl Tomlinson
ed77c837fe
b=807728 Finish() only Xlib old surfaces r=roc
2012-11-02 15:04:41 +13:00
Karl Tomlinson
a4d22323d4
b=797568 call Finish() on old surfaces before passing them back to child r=roc
2012-10-31 15:54:42 +13:00
Karl Tomlinson
8fcacc1473
b=797568 update the ImageContainer in RecvShow instead of GetImageContainer, for CAIRO images r=roc
2012-10-31 15:54:06 +13:00
Karl Tomlinson
266936cf79
b=797568 don't create a container just to reset it r=roc
2012-10-31 15:54:06 +13:00
Nathan Froyd
cb4c9c2a0d
Bug 806618 - rewrite PR_NewLogModule calls to not generate static initializers; r=ehsan
2012-10-29 19:32:10 -04:00
Rafael Ávila de Espíndola
2a90721873
Bug 802381 - fix clang build. r=bgirard.
2012-10-16 18:33:47 -04:00
Steven Michaud
881c04e390
bug 794038 pt 3 - plugins support for resolution change. r=bgirard
2012-10-16 20:41:21 +01:00
Georg Fritzsche
e78e47072d
Bug 788512 - Actually generate Flash process dumps instead of just collecting them if present. r=bsmedberg,ted
2012-09-26 22:49:20 +02:00
Georg Fritzsche
6ac567e633
Bug 788512 - Repost CleanupFromTimeout if it can't currently be processed. r=bsmedberg
2012-10-15 12:29:47 +02:00
Benjamin Smedberg
5e30963b05
Bug 792372 - Use a check to solve a race notifying the browser process about a Flash crash while the channel is being closed [@ mozilla::ipc::AsyncChannel::CloseWithError()], r=gfritzsche
2012-10-04 12:58:42 -04:00
Jacek Caban
b82bb752f7
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (dom/plugins part) r=joshmoz
2012-10-04 10:31:37 +02:00
Steven Michaud
207a80cc98
Bug 785667 - Make plugins work with HiDPI mode on the Mac. r=bgirard
2012-10-02 14:48:05 -05:00
Isaac Aggrey
990e90e88a
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
2012-09-28 01:57:33 -05:00
Karl Tomlinson
cc016f5de6
b=788399 remove dead NPNVariable code r=bsmedberg
2012-09-27 12:22:41 +12:00
Mike Hommey
4b3af52225
Bug 793634 - Force builds to be compatible with gtk 2.18/glib 2.22. r=karlt
2012-09-25 14:47:18 +02:00
Georg Fritzsche
d8ee094dae
Bug 788512 - Add dumps for Flash processes to the modified plugin hang report. r=bsmedberg
2012-09-11 17:21:26 +02:00
Ms2ger
934e7c6e7a
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
2012-09-17 10:37:20 +02:00
Georg Fritzsche
110578ead9
Bug 784145 - When submitting hang reports, submit the browser report as a field of the plugin report instead of as a completely separate report. r=ted
2012-09-08 19:20:59 +02:00
Mike Hommey
70592b3b4d
Bug 784262 - Use generic install/copy rule in rules.mk. r=ted
2012-08-29 08:55:57 +02:00
Randell Jesup
3b4961b603
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
2012-09-01 22:35:17 -04:00
Josh Aas
c57b0e9247
Bug 598401: Remove support for the Quickdraw NPAPI drawing model. r=smichaud
2012-08-30 15:10:55 -04:00
Jan Beich
73e784c7bf
Bug 753046 - Apply libc++ fixes after OS_BSD changes. r=cjones
2012-08-28 23:17:07 +02:00
Martin Husemann
958bfb58ac
Bug 753046 - Add IPC support for BSDs, dom/plugins/ipc part. r=cjones
2012-08-28 23:16:13 +02:00
Rafael Ávila de Espíndola
6434a32521
Bug 786148 - s/IPC/ipc/. r=ted.
...
This makes our builds a bit more reproducible. Without it when processing
#include "IPC/IPCMessageUtils.h
we end up in
#include "ShadowLayers.h"
which in the final XUL translates into the symbol (run nm -a to see it):
- 00 0000 SOL ../../../../gfx/layers/IPC/ShadowLayers.h
now when some file in gfx/layers/ipc does
#include "ShadowLayres.h"
the file found is the local one with the lowercase directory name and we end up
with
- 00 0000 SOL ../../../../gfx/layers/ipc/ShadowLayers.h
2012-08-28 08:41:04 -04:00