Brad Lassey
|
a4736dd52a
|
bug 761503 - return a bool from PumpMessageLoop to indicate if work was performed r=snorp
|
2012-06-05 01:14:12 -04:00 |
|
Chris Jones
|
c96530321b
|
Bug 784647: Ensure that Tasks and XPCOM events are dispatched with the same priority. r=bent
|
2012-08-25 01:25:08 -07:00 |
|
Ms2ger
|
da90b234b1
|
Back out bug 636063, bug 774988 and bug 784647 for busting all of Android.
|
2012-08-25 13:18:18 +02:00 |
|
Chris Jones
|
0b8efc5aae
|
Bug 784647: Ensure that Tasks and XPCOM events are dispatched with the same priority. r=bent
|
2012-08-25 01:25:08 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Kartikaya Gupta
|
1d7f868a88
|
Bug 766696 - Allow the MessagePump to process multiple pieces of idle work in a row. r=blassey
|
2012-06-21 10:45:00 -04:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
James Willcox
|
b0e2e8e19f
|
Bug 730890 - Install and run an Android Looper on Gecko main thread r=cjones
|
2012-05-03 10:53:31 -04:00 |
|
James Willcox
|
3d617c8f21
|
backout 022be5c50732 for xul bustage
|
2012-04-11 12:56:00 -04:00 |
|
James Willcox
|
311851c7a5
|
Bug 730890 - Set up an Android Looper on the main Gecko thread r=cjones
|
2012-04-11 11:43:08 -04:00 |
|
Ehsan Akhgari
|
2a602a5685
|
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 |
|
Chris Jones
|
ebdb41468e
|
Comment fix so I add a=backout
|
2010-08-19 19:05:51 -05:00 |
|
Chris Jones
|
c4a3241516
|
Bug 588216: Avoid race between IO-thread loop->PostTask() and main-thread loop->SetNestableTasksAllowed() that led to Tasks being ignored. r=bent
|
2010-08-19 15:31:47 -05:00 |
|
Ben Turner
|
fe230a0d56
|
Fix PostDelayedTask in the message loop
|
2009-11-23 16:01:12 -05:00 |
|
Ben Turner
|
b579e4a306
|
Bug 528144 - 'Missing IPC messages cause hang during xpcshell test'
|
2009-11-17 15:34:48 -08:00 |
|
Ben Turner
|
a8e29d16e8
|
Basic xpcshell test for testing IPDL
|
2009-09-01 15:17:24 -07:00 |
|
Ben Turner
|
7821c5b1ba
|
Rework chromium initialization, r=beast
|
2009-08-28 12:46:21 -07:00 |
|
Ben Turner
|
1521c7b109
|
Fix testshell to use the new callback commands, and shut down properly
|
2009-08-25 16:07:22 -07:00 |
|
Ben Turner
|
73f03dff53
|
merge bent's changes from libchromiumipc. Gtk plugins now drawing
|
2009-07-01 14:19:32 -07:00 |
|
Benjamin Smedberg
|
14ce29cc49
|
ipc/glue imported verbatim from http://hg.mozilla.org/users/bturner_mozilla.com/libchromiumipc/
|
2009-06-29 14:38:29 -04:00 |
|