Nathan Froyd
|
cb8b2f0371
|
Bug 819418 - part 0 - Histogram::SampleSet:Add needs to transfer all values, not just sum_; r=vdjeric
|
2012-12-07 14:52:19 -05:00 |
|
Nathan Froyd
|
e1a86690d0
|
Bug 816166 - part 1 - record extra information on raw data collected in histograms; r=vdjeric
|
2012-11-30 15:49:49 -05:00 |
|
Nicholas Nethercote
|
ed656f9623
|
Bug 811596 - Shrink the IPC message buffer after each message is processed. r=cjones.
|
2012-11-19 20:52:44 -08:00 |
|
Nathan Froyd
|
0c396a2d27
|
Bug 810332 - don't include <iostream> in ipc code where it's not necessary; r=cjones
|
2012-11-09 11:07:09 -05:00 |
|
Kartikaya Gupta
|
c7c138cb12
|
Bug 808875 - Fix unused variable warning in file_util_posix.cc. r=mwu
|
2012-11-14 09:36:12 -08:00 |
|
Nathan Froyd
|
da70806c09
|
Bug 811419 - fix accumulation of the zero bucket in flag histograms; r=taras
|
2012-11-13 14:55:02 -05:00 |
|
Ben Turner
|
9572705866
|
Bug 808743 - ' Better protection for PBrowser shutdown and database invalidation in multiprocess scenarios'. r=khuey+cjones.
--HG--
extra : transplant_source : %BD%E4%ADA%09%CE%D9%BE%1C%7C%7B%1A%FC%86%5C%13%24%29%B4%16
|
2012-11-09 19:29:07 -08:00 |
|
Nathan Froyd
|
4e5b08cbda
|
Backout fe44be80d09f (bug 810332) for Windows build bustage
|
2012-11-09 21:21:22 -05:00 |
|
Nathan Froyd
|
482199a5d6
|
Bug 810332 - don't include <iostream> in ipc code where it's not necessary; r=cjones
|
2012-11-09 11:07:09 -05:00 |
|
Steven Lee
|
429fa76f7e
|
Bug 805478 - Implement MessageLoopForIO::LineWatcher. r=dhylands
|
2012-11-08 14:35:02 -05:00 |
|
|
044383e50c
|
Bug 804511 - Use WT_EXECUTEDEFAULT instead of WT_EXECUTEWAITINTHREAD to avoid deadlocks while debugging. r=bent
|
2012-10-24 08:19:00 -04:00 |
|
|
28c4cb987c
|
Bug 804592 - "CreatePipe from Chromium IPC requires Logon Session, fails otherwise" [r=jones.chris.g]
|
2012-10-24 08:11:00 -04:00 |
|
Ehsan Akhgari
|
f117c7a7b0
|
Backed out 2 changesets (bug 579517)
Backed out changeset 5298adc70963
Backed out changeset 86ccf7c918ce (bug 579517)
|
2012-10-25 12:32:24 -04:00 |
|
Ehsan Akhgari
|
48b5c1a608
|
Code hygiene: don't use PR_TRUE and PR_FALSE, and use stdint types instead of PRInt types (no bug really, but you could say bug 579517)
|
2012-10-25 11:48:19 -04:00 |
|
Ehsan Akhgari
|
33cbe5d37b
|
Bug 801345 - Give MessageReplyDeserializer a virtual dtor since we delete the base class pointer; r=cjones
|
2012-10-14 11:11:04 -04:00 |
|
Dave Hylands
|
07e66bd62d
|
Bug 801362 - Fixed typo (>= s/b <=) introduced in bug 797239. r=cjones
|
2012-10-13 21:25:23 -07:00 |
|
Jan Beich
|
aa084ea292
|
Bug 799591 - Cleanup stat64 in file_util_posix.cc on BSDs after bug 798377. r=ehsan
--HG--
extra : rebase_source : e22525b9e6b1623bb805be4ad5f2101ac16f984c
|
2012-10-09 11:17:00 -07:00 |
|
Ehsan Akhgari
|
67cf226c84
|
Bug 798354 - Remove the sizecheck global variable in ipc_channel_posix.cc since its only needed at compile time, and there are better ways to do this; r=cjones
--HG--
extra : rebase_source : 103ee1d497eb28f997e2d2734c4dc29cfca6c22b
|
2012-10-05 16:28:21 -04:00 |
|
Ehsan Akhgari
|
50f353ebd7
|
Backout changeset 9adf5ca922a4 (bug 798354) because it relied on the assumption that C++98 is a sane language and allows sizeof(class::member), but that sanity has just been added to C++11
|
2012-10-09 17:27:05 -04:00 |
|
EKR
|
9bcb94d7e2
|
Bug 799246: Conditionally enable webrtc unit tests r=jesup,ted,cjones
|
2012-10-08 18:56:00 -07:00 |
|
Dave Hylands
|
81dec47c83
|
Bug 797239 - Fix message loop to allow idle tasks to work in child content processes. r=cjones
|
2012-10-08 22:46:18 -06:00 |
|
Ehsan Akhgari
|
5bf0caba89
|
Bug 798354 - Remove the sizecheck global variable in ipc_channel_posix.cc since its only needed at compile time, and there are better ways to do this; r=cjones
|
2012-10-05 16:28:21 -04:00 |
|
Ehsan Akhgari
|
9b3292879a
|
Bug 798377 - Don't use the deprecated stat64 function in file_util_posix.cc; r=cjones
--HG--
extra : rebase_source : efd7b826e462851d475e7307bd95da29514daec7
|
2012-10-05 16:17:21 -04:00 |
|
Ehsan Akhgari
|
19d7a97ebd
|
Bug 798355 - Remove the base class conversion operator from MachMsgPortDescriptor because it will never be used; r=cjones
--HG--
extra : rebase_source : d0941e3296856a871d8226b51888f086efd559c4
|
2012-10-05 16:16:33 -04:00 |
|
Ehsan Akhgari
|
97661866fb
|
Bug 798356 - Do not convert a boolean literal into a null pointer constant in TransportDIB::Map; r=cjones
--HG--
extra : rebase_source : 1d7a6be5ee0b090b9a4cf73158b1588eaef55390
|
2012-10-05 16:15:34 -04:00 |
|
Ehsan Akhgari
|
5e07c6cbc9
|
Bug 798349 - Only include TransportDIB::sequence_num_ in Windows, as it is not used in other platforms; r=cjones
--HG--
extra : rebase_source : ecc6f194ea415ba5a112227cc7333a30a654abe5
|
2012-10-05 16:11:35 -04:00 |
|
Ehsan Akhgari
|
dfca7c5fd6
|
Bug 798350 - Remove ChildProcessHost::resource_dispatcher_host_ since it is unused, and simplify the ChildProcessHost constructor; r=cjones
--HG--
extra : rebase_source : 4908129a3d9d2e57ebb0e7ef7b31dca14bedd72c
|
2012-10-05 16:09:46 -04:00 |
|
Nathan Froyd
|
47a8cc6723
|
Bug 746714 - add a memory reporter for telemetry; r=taras,njn
|
2012-10-05 12:19:14 -04:00 |
|
Ehsan Akhgari
|
315402fb2a
|
Mark AsyncWaiter as final, no bug, blanket-r=bzbarsky
|
2012-10-05 10:48:49 -04:00 |
|
Jacek Caban
|
bdc1432276
|
Bug 797316 - Fix -Werror=conversion-null errors in Windows-only code (ipc/ part) r=bent
--HG--
extra : rebase_source : e20bd1677b784a9279db1655dea2bcaffb346774
|
2012-10-04 10:32:45 +02:00 |
|
Ms2ger
|
b8bde31475
|
Bug 793263 - Remove #error from base/basictypes.h; r=bsmedberg
|
2012-10-02 10:24:12 +02:00 |
|
Ms2ger
|
cc84f2c2f2
|
Bug 792379 - Don't include prtypes.h in base/basictypes.h; r=cjones
|
2012-10-02 10:24:12 +02:00 |
|
Ehsan Akhgari
|
5fe78337ca
|
Merge the landing of nsresult-enum on mozilla-central
|
2012-09-21 14:49:57 -04:00 |
|
Chris Peterson
|
e4d054b3e3
|
Bug 778980 - Part 4a: Fix gcc -Wconversion-null warnings in ipc/chromium. r=bsmedberg
--HG--
extra : rebase_source : f74cecfefcdd599cf888d961906d0c033a9ee786
|
2012-09-21 09:28:13 -07:00 |
|
Jan Beich
|
c4e89d4b89
|
Bug 791838 - lwpid_t is defined in sys/types.h, explicitly include it. r=cjones
|
2012-09-19 20:24:58 -04:00 |
|
Aryeh Gregor
|
40eb076032
|
Bug 777292 - Make nsresult an enum; r=ehsan,cjones,bsmedberg
|
2012-08-07 11:27:45 +03:00 |
|
Ms2ger
|
8976774677
|
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
|
2012-09-17 10:37:20 +02:00 |
|
Jan Beich
|
d8beab43c5
|
Bug 789817 - Fix BeingDebugged() in IPC on NetBSD/OpenBSD. r=cjones
|
2012-09-11 21:49:39 -04:00 |
|
Jan Beich
|
cb126a79ea
|
Bug 787588 - d_reclen is dead on DragonFly since 64bit inode support. r=landry
|
2012-09-06 21:47:27 +02:00 |
|
Landry Breuil
|
14b3b51372
|
Bug 787040. Fix build warnings under ipc/. r=ms2ger
|
2012-08-31 10:18:42 +02:00 |
|
Jan Beich
|
bf379d516a
|
Bug 787279 - Unbreak OS_BSD build after bug 782456. r=cjones
|
2012-08-31 10:17:24 +02:00 |
|
Chris Jones
|
e8aaa33b31
|
Bug 782456, part 1: Let clients of GeckoChildProcessHost specify privileges. r=bent
|
2012-08-29 09:24:48 -03:00 |
|
Jan Beich
|
ca0344d8dd
|
Bug 753046 - Apply libc++ fixes after OS_BSD changes. r=cjones
|
2012-08-28 23:17:07 +02:00 |
|
Martin Husemann
|
f5d1821942
|
Bug 753046 - Add IPC support for BSDs, build glue. r=khuey,cjones
|
2012-08-28 23:16:51 +02:00 |
|
Martin Husemann
|
8f95fae421
|
Bug 753046 - Add IPC support for BSDs, ipc/chromium part. r=cjones
|
2012-08-28 23:16:41 +02:00 |
|
Martin Husemann
|
a706ab3c7f
|
Bug 753046 - Add IPC support for BSDs, process_util_bsd.cc file. r=cjones
|
2012-08-28 23:15:29 +02:00 |
|
Jan Beich
|
c410cabb92
|
Bug 753046 - Add IPC support for BSDs, dir_reader_bsd.h file. rs=cjones
|
2012-08-28 23:15:18 +02:00 |
|
Jan Beich
|
d77243bea8
|
Bug 785026 - Merge file_util_linux.cc into file_util_posix.cc. r=cjones
|
2012-08-25 22:29:06 -04:00 |
|
Chris Jones
|
4ab56b458e
|
Bug 636063, part 2: Backend support for |compress|d messages. 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 |
|