Josh Aas
|
974e19a35e
|
Bug 1092630: Get rid of native widgets for OS X NPAPI plugins, make things work much better under e10s. Patch by Josh Aas, Markus Stange, Steven Michaud, David Parks. r=smichaud/jst/josh (more reviews pending)
|
2014-12-11 08:44:07 -06:00 |
|
Milan Sreckovic
|
7d7530b6de
|
Bug 1100530 - Clean up OS X version constants. f=jgilbert, r=mstange
|
2014-11-28 17:28:59 -05:00 |
|
Milan Sreckovic
|
4248a6d979
|
Bug 1094338 - Allow depth texture on OS X 10.8.3 and higher. Clean up some OS X versioning tracking in the process. r=jgilbert
|
2014-11-10 22:15:22 -05:00 |
|
Jim Mathies
|
c9557be144
|
Bug 1068199 - Disable e10s when hardware acceleration is disabled on win, macos. r=Bas, jmuizelaar
|
2014-09-17 16:48:07 -05:00 |
|
Josiah Bruner
|
783cbb1f13
|
Bug 1021309 - Add "mac-yosemite-theme" CSS system metric. r=mstange
|
2014-06-05 18:02:46 -04:00 |
|
Isura Edirisinghe
|
fb55bf3571
|
Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
|
2013-12-19 11:42:19 -05:00 |
|
Guillaume Abadie
|
f5236353b6
|
bug 907946 - re-enable EXT_packed_depth_stencil on OS X 10.9 - r=bjacob,jgilbert
|
2013-08-22 20:13:59 -04:00 |
|
Ehsan Akhgari
|
6d396d8bcb
|
Bug 872127 - Part 2: Replace mozilla/StandardInteger.h with stdint.h; r=Waldo,ted
|
2013-07-30 10:25:31 -04:00 |
|
Chris Peterson
|
d64ab9624b
|
Bug 829685 - Remove #include "prtypes.h" from some files that no longer use PR types. r=ehsan
|
2013-01-10 08:19:36 -08: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 |
|
Josh Aas
|
c7e8d524c1
|
Bug 801601: Remove code specific to OS X 10.5 in Cocoa widgets. r=smichaud
|
2012-11-09 05:22:36 -05:00 |
|
Brian Smith
|
ec8f0146e1
|
Bug 794510: Part 6 - Fixups needed to build on Windows and Android and Mac OS X debug, plus shorten comment to be less than 80 columns; r=ehsan
|
2012-10-18 15:55:48 -04: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 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Cameron McCormack
|
7ce11ac0b6
|
Bug 715024 - Remove duplicate functions on nsCocoaFeatures and nsToolkit. r=bgirard
|
2012-05-17 17:53:20 +10:00 |
|
Cameron McCormack
|
16270bcb0a
|
Back out bug 715024 due to bustage.
|
2012-05-17 12:13:02 +10:00 |
|
Cameron McCormack
|
24310eb7f8
|
Bug 715024 - Remove duplicate functions on nsCocoaFeatures and nsToolkit. r=bgirard
|
2012-05-17 11:36:56 +10:00 |
|
Benoit Girard
|
bae8fa1251
|
Bug 711564 - Disable ICA/CA Plug-in drawing model on 10.5 because of instability. r=smichaud
|
2012-01-09 19:11:04 -05:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|