Andrea Marchesini
|
b8630baa2d
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
|
Mason Chang
|
a2a1612c87
|
bug 552020 Part 1: Hook into CVDisplayLink to get vsync events on OSX. r=benwa,mstange
|
2014-11-18 13:28:42 -08:00 |
|
Ryan VanderMeulen
|
53709e77d1
|
Backed out changesets a99bd0b3b075, a7fb851f823a, and 9fc2d99376cd (bug 552020) for non-unified bustage and OSX 10.6 tsvgr crashes.
CLOSED TREE
|
2014-11-14 15:57:35 -05:00 |
|
Mason Chang
|
f29e5a2bfe
|
Bug 552020. Part 1: Hook into CVDisplayLink to get vsync events on OSX. r=benwa,mstange
|
2014-11-14 08:31:04 -08:00 |
|
Steven Michaud
|
92e9fb7e97
|
Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl
|
2014-05-10 11:58:07 -05:00 |
|
Ed Morley
|
1aff6e713a
|
Backed out changeset 4341602f99b0 (bug 996848) for reftest failures on OS X
|
2014-05-07 18:44:01 +01:00 |
|
Steven Michaud
|
f0ef5ed2d4
|
Bug 996848 - Rewrite Mac nsAppShell native event handling. r=spohl
|
2014-05-07 11:13:27 -05:00 |
|
Olli Pettay
|
fe16baf08b
|
Backout Bug 953435 to fix bug 959281, a=backout
|
2014-02-02 20:12:27 +02:00 |
|
Olli Pettay
|
dbd59f8726
|
Bug 953435 - Browser hang on Mac if an AfterProcessNextEvent callback tries to spin the event loop, r=nfroyd+smichaud
|
2014-01-09 00:10:06 +02:00 |
|
Ben Turner
|
4660ab8627
|
Bug 939182 - Add 'eventWasProcessed' argument to nsIThreadObserver::afterProcessNextEvent(), r=bsmedberg.
|
2013-10-23 05:01:20 -07: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 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Hub Figuière
|
5eab8d3eb3
|
Bug 759736 - Only instanciate a11y on Mac if VO is running. r=tbsaunde,smichaud
|
2012-06-06 17:26:45 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Brian R. Bondy
|
d0a93b0ace
|
Bug 679226 - Fold widget/src into widget. r=roc
|
2012-01-03 22:09:29 -05:00 |
|