Jacek Caban
|
62a166fdfc
|
Bug 944427 - Fixed char16_t/wchar_t mismatch in dom/ r=bsmedberg
|
2013-12-04 13:19:38 +01:00 |
|
Birunthan Mohanathas
|
08cf444a2b
|
Bug 784739 - Switch from NULL to nullptr in dom/plugins/ipc/; r=ehsan
|
2013-10-23 16:34:46 -04:00 |
|
David Anderson
|
b4cb2d8837
|
Rename IPDL's RPC to Interrupt (bug 910020, r=bent).
|
2013-09-30 17:27:45 -07:00 |
|
David Anderson
|
d2c237dd72
|
Combine AsyncChannel, SyncChannel, and RPCChannel into one class (bug 901789, r=cjones,bent).
|
2013-09-27 18:42:08 -07:00 |
|
Robert O'Callahan
|
51222bdd45
|
Bug 910989. Remove nsTHashtable::Init, fallible allocation, and MT hashtables. r=ehsan,bsmedberg
|
2013-09-02 20:41:57 +12:00 |
|
Doug Turner
|
7767c0773f
|
Bug 906072 - Remove Maemo port. r=romaxa, r=ted, r=johns
|
2013-08-25 16:56:53 -07:00 |
|
David Zbarsky
|
df0a410d40
|
Bug 885804: Renaming in content/dom r=jlebar
|
2013-07-08 11:48:39 -04:00 |
|
Martin Stransky
|
2f346a68a7
|
Bug 879515 - Port GTK2 to GTK3 - dom/plugins fixes. r=karlt
|
2013-06-10 08:36:26 -04:00 |
|
Benoit Girard
|
fb221d781b
|
Bug 853358 - Add plugin profiling support. r=ehsan,bsmedberg
|
2013-03-21 10:17:23 +01:00 |
|
Georg Fritzsche
|
97832bc8c5
|
Bug 824069 - Check if entry is in object map. r=bsmedberg
|
2013-01-15 17:02:11 +01: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 |
|
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 |
|
Isaac Aggrey
|
990e90e88a
|
Bug 791906: Replace NSPR integer limit constants with stdint ones; r=ehsan
|
2012-09-28 01:57:33 -05: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 |
|
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 |
|
Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Benjamin Smedberg
|
a0049a456e
|
Bug 700583 - Null-check our way out of crashes on both mobile and desktop in pr_FindSymbolInLib caused by plugin code where the plugin fails to load correctly, r=josh
|
2012-08-21 14:38:51 -04:00 |
|
Ben Turner
|
c8df603ac2
|
Bug 781256 - 'Share FileDescriptors across processes in preparation for OS-level sandbox'. r=khuey+cjones.
|
2012-08-16 00:02:32 -04:00 |
|
Martin Stransky
|
9f2071c211
|
Bug 544088 - Support Xt plugins OOP. r=karlt
|
2012-08-01 16:34:08 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03: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 |
|
Martin Stransky
|
a378b97cdb
|
Bug 627699 - Port GTK2 to GTK3, dom patch. r=karlt
|
2012-06-21 20:44:38 -04:00 |
|
Benjamin Smedberg
|
d94129ef29
|
Bug 747683 - Don't unload the plugin library right before exiting the plugin process, because some plugins are using atexit handlers, r=josh
|
2012-06-13 15:03:03 -07: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 |
|
Josh Matthews
|
2f3f68c7d6
|
Bug 749795 - Use neglected code that properly obtains private browsing mode in plugins. r=josh
|
2012-04-30 09:46:27 +02:00 |
|
Bas Schouten
|
48591ea721
|
Bug 651192 - Part 6: Implement the AsyncBitmapSurface drawing model support. r=roc
|
2012-02-16 04:30:22 +01: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 |
|
Nicholas Nethercote
|
178371642c
|
Bug 710958 - Remove gfx{Glitz,DirectFB,QuartzPDF}Surface. r=joedrew.
|
2011-12-18 14:54:50 -08:00 |
|
Benoit Girard
|
31489f52ae
|
Bug 694039 - Add Offline Renderer support to nsCARenderer. r=jmuizelaar
|
2011-10-20 16:32:38 -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 |
|
Jeff Walden
|
7d613942b0
|
Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07: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 |
|
Makoto Kato
|
062ecf8a87
|
Bug 681924: Plugin container should not hook functions multiple times. no-r, landing as a bustage fix.
|
2011-09-02 10:22:02 -04:00 |
|
Jim Mathies
|
c2cff98cc3
|
Bug 680528 - Make use of the cached UserAgent string in PluginModuleChild. r=bent
|
2011-08-19 15:25:09 -05: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 |
|
Andrei Kurushin
|
7a11d89bf3
|
Bug 665315 - OOPP Contextmenu loses messages; r=jmathies
|
2011-07-27 14:17:50 +02:00 |
|
Marco Bonardo
|
675025f89d
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-07-27 12:12:25 +02:00 |
|
Jim Mathies
|
d874cfbb97
|
Bug 618683 - Quirk the full screen focus fix landed in bug 608013 to silverlight. r=bsmedberg
|
2011-07-26 14:18:23 -05:00 |
|
Karthik Mohanarangam
|
f5a3bb3e73
|
Bug 555086 - Change PluginModuleChild::AnswerPPluginInstanceConstructor to report errors correctly. r=cjones, push=jorendorff.
|
2011-07-25 12:11:43 -05:00 |
|