Ehsan Akhgari
|
5860882c7e
|
Bug 1146888 - Build more files in ipc/chromium in unified mode; r=bent
|
2015-03-24 18:50:06 -04:00 |
|
Ehsan Akhgari
|
33bb32f549
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-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 MOZ_OVERRIDE override
convert MOZ_FINAL final
|
2015-03-21 12:28:04 -04:00 |
|
Jed Davis
|
add98d97f9
|
Bug 1111065 - Backport some upstream IPC serialization fixes. r=bent a=me
|
2015-03-19 16:07:40 -07:00 |
|
Jed Davis
|
0eabc012e4
|
Bug 1111079 - Backport some IPC message/channel fixes. r=bent a=me
|
2015-03-19 16:07:37 -07:00 |
|
Bill McCloskey
|
3e15cbc42f
|
Bug 1090921 - Logging to see which tasks remain alive too long (r=dvander)
|
2015-03-13 08:20:34 -07:00 |
|
Trevor Saunders
|
d0e3f2e90a
|
bug 1133075 - fixup includes CLOSED TREE
|
2015-02-18 17:31:55 -05:00 |
|
Trevor Saunders
|
8dedc8cddc
|
bug 1133075 - add more MOZ_OVERRIDE r=froydnj, waldo, jrmuizel
|
2015-02-18 17:03:30 -05:00 |
|
James Cowgill
|
dc4108be90
|
Bug 1130438 - ipc/chromium: copy mips64 atomic patches from upstream chromium. r=froydnj
Upstream commits:
fc47526241
5614f28582
8bd6f985f2
|
2015-02-06 08:37:00 -05:00 |
|
Brian Smith
|
0fd003253b
|
Bug 1119072, Part 3(a): Silence warning about deprecated use of hash_set and hash_map in ipc/chromium, r=bsmedberg
--HG--
extra : rebase_source : b875833b9bd9cab86071a8c1423cdf2b9f86254b
|
2015-01-12 19:58:16 -08:00 |
|
Ehsan Akhgari
|
ffdef53711
|
Bug 1123115 - Clarify the ownership of some member variables in task.h; r=bent
|
2015-01-20 19:15:19 -05:00 |
|
Masatoshi Kimura
|
f70d08c5aa
|
Bug 1120062 - Part 1: Remove most Nullptr.h includes. r=waldo
|
2015-01-11 11:34:52 +09:00 |
|
Dave Hylands
|
62f1864ebc
|
Bug 1073003 - Fix warnings causing errors in emulator build. r=nfroyd
|
2015-01-08 13:52:19 -08:00 |
|
Jed Davis
|
0cea9f7046
|
Bug 1114753 - Remove yet more dead-for-Gecko code from ipc_message_utils.h. rs=bent
|
2014-12-22 13:47:00 +01:00 |
|
Jed Davis
|
b53197de5d
|
Bug 1113463 - Remove a lot of unused/unneeded ParamTraits instances. rs=bent
|
2014-12-18 19:49:00 +01:00 |
|
Jed Davis
|
50eacdecf2
|
Bug 1111810 - Remove Chromium IPC logging on CLOSED TREE. r=bent
|
2014-12-15 20:49:00 +01:00 |
|
Ehsan Akhgari
|
650abc3cfd
|
Bug 1111239 - Remove a compiler check for an unsupported compiler from atomicops_internals_x86_msvc.h; r=josh
|
2014-12-14 14:58:41 -05:00 |
|
Botond Ballo
|
81a74c44a2
|
Bug 1073081 - Fix warnings about macro redefinitions by #undef'ing macros. r=ehsan
--HG--
extra : source : 13df0150da382d9d64f7739a29673509b493ba64
|
2014-12-10 18:26:55 -05:00 |
|
Gina Yeh
|
d0da2d9cdf
|
Bug 1104414, Patch 1: Fix build error: 'UNKNOWN' is not a member of 'mozilla::tasktracer::SourceEventType', r=sinker.
|
2014-11-25 19:51:17 +08:00 |
|
Tatiana Meshkova
|
ee4083a44f
|
Bug 1023156 - Cannot build Qt with errors in gfxQtPlatforms (with Qt 5.3)
|
2014-11-19 22:02:51 -08:00 |
|
Shelly Lin
|
0b69a07e40
|
Bug 1098681 - Call GetCurTraceInfo at where this message is enqueued. r=sinker.
|
2014-11-18 11:20:36 +08:00 |
|
Nathan Froyd
|
dc32d9df06
|
Bug 1097762 - part 1 - correctly re-initialize flag histograms after clearing them; r=gfritzsche
|
2014-11-12 12:03:47 -05:00 |
|
Nathan Froyd
|
60b5c32781
|
Bug 1093809 - make Pickle reading functions MOZ_WARN_UNUSED_RESULT; r=bent
|
2014-11-04 11:33:06 -05:00 |
|
Jacek Caban
|
4129770618
|
Bug 1092130 - Fixed build errors found by mingw after bug 1076698 landed (-Werror=missing-braces errors). r=cpearce
|
2014-11-03 10:28:52 +01:00 |
|
Nathan Froyd
|
c3370f571e
|
Bug 1092010 - part 1 - add move semantics to Pickle and IPC::Message; r=dvander
|
2014-10-31 11:20:43 -04:00 |
|
Ryan VanderMeulen
|
3201796d1d
|
Backed out changesets a7d4914ea11a and f3d36cf13ac1 (bug 1092010) for non-unified bustage.
|
2014-11-01 00:10:08 -04:00 |
|
Nathan Froyd
|
81df3d14a0
|
Bug 1092010 - part 1 - add move semantics to Pickle and IPC::Message; r=dvander
|
2014-10-31 11:20:43 -04:00 |
|
Nicholas Nethercote
|
a4cfc0ee0e
|
Bug 1087834 - Reduce heap churn involving |input_overflow_buf_|. r=billm.
--HG--
extra : rebase_source : f842309c5d75479fefc266d405c0b8aceb7c247f
|
2014-10-23 01:34:07 -07:00 |
|
Chris Peterson
|
3a143998bc
|
Bug 1081010 - Part 1: Fix -Wswitch warning in ipc/chromium. r=tabraldes
|
2014-10-09 23:46:16 -07:00 |
|
Bob Owen
|
069df707e0
|
Bug 1037445: When pre-Vista, for testing purposes allow std handles to be inherited by child process when an env var is set. r=jmaher,dvander
|
2014-10-15 08:26:39 +01:00 |
|
Bill McCloskey
|
b030bd8399
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Carsten "Tomcat" Book
|
f107ebbec3
|
Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE
|
2014-10-08 08:03:57 +02:00 |
|
Bill McCloskey
|
f70f11163a
|
Bug 1049879 - Remove urgent and rpc message types and replace with message priorities (r=dvander,bent,ehsan)
|
2014-10-07 21:32:45 -07:00 |
|
Georg Fritzsche
|
f5cb898e86
|
Bug 1069873 - Add counter histogram type. r=froydnj
|
2014-09-26 17:45:33 +02:00 |
|
Aaron Klotz
|
f7fb1297c2
|
Bug 1072752: Make Chromium UI message loops for Windows call into WinUtils::WaitForMessage; r=jimm
|
2014-09-25 12:39:15 -06:00 |
|
Josh Aas
|
85b1d4a830
|
Bug 1071808: Remove Chromium lazy_instance from IPC code. r=nfroyd
|
2014-09-23 22:31:35 -05:00 |
|
Edwin Flores
|
bf6211a677
|
Bug 1039886 - Make ProcessKill signal SIGKILL only if the child still exists r=bsmedberg
|
2014-09-24 10:04:48 +12:00 |
|
Josh Aas
|
1b3d3f7c47
|
Bug 1063318: Switch Chromium IPC code to Mozilla's ref/auto ptr types. Also fix thread safety bug. r=nfroyd
|
2014-09-19 13:17:17 -05:00 |
|
Wes Kocher
|
93c2bf5d43
|
Backed out changeset d77733726cae (bug 1063318) for b2g mochitest leaks
|
2014-09-18 16:30:33 -07:00 |
|
Josh Aas
|
22a272981e
|
Bug 1063318: Switch Chromium IPC code to Mozilla's ref/auto ptr types. Also fix thread safety bug. r=nfroyd
|
2014-09-18 15:52:59 -05:00 |
|
Jim Chen
|
b05309c234
|
Bug 1067513 - Import updated base::LazyInstance from upstream; r=bsmedberg
This patch imports the following files from upstream, and adapts them to the
in-tree fork at ipc/chromium,
* src/base/lazy_instance.cc
* src/base/lazy_instance.h
The updated code fixes several issues with LazyInstance [1-4]. LazyInstance
usages are also updated to reflect changes in the class interface.
[1] https://code.google.com/p/chromium/issues/detail?id=28749
[2] https://code.google.com/p/chromium/issues/detail?id=64930
[3] https://code.google.com/p/chromium/issues/detail?id=65298
[4] https://code.google.com/p/chromium/issues/detail?id=82122
|
2014-09-17 12:59:21 -04:00 |
|
Jim Mathies
|
38864d5036
|
Bug 1060738 - Implement MessagePumpForNonMainUIThreads for Windows, a xpcom compatible subclass of chromium's MessagePumpForUI. r=tabraldes
|
2014-09-12 09:49:38 -05:00 |
|
Josh Aas
|
c1c35560a8
|
Bug 1062719 - remove Chromium debug flags, task queue from IPC code. rs=bent
|
2014-09-04 00:24:27 -05:00 |
|
Josh Aas
|
db6fd5144c
|
Bug 1062715 - remove Chromium event recorder, memory debug, simple thread, drag and drop code. rs=bent
|
2014-09-03 23:56:40 -05:00 |
|
Josh Aas
|
6dd3cfc687
|
Bug 1062064 - remove Chromium debug utils from IPC code. rs=bent
|
2014-09-03 22:52:59 -05:00 |
|
Josh Aas
|
0a656e9f32
|
Bug 1062076 - remove Chromium system monitor from IPC code. rs=bent
|
2014-09-02 23:30:40 -05:00 |
|
Josh Aas
|
e16b5fb0a7
|
Bug 1061994 - remove Chromium worker pools from IPC code. rs=bent
|
2014-09-02 21:03:04 -05:00 |
|
Josh Aas
|
f55a633995
|
Bug 1061992 - remove Chromium hmac code from IPC code. rs=bent
|
2014-09-02 19:33:04 -05:00 |
|
Josh Aas
|
0874e8a3a9
|
Bug 1061889 - remove Chromium statistics code. rs=bent
|
2014-09-02 18:04:59 -05:00 |
|
Josh Aas
|
92b7a4766b
|
Bustage fix for bug 1059479, CLOSED TREE
|
2014-09-02 15:48:07 -05:00 |
|
Josh Aas
|
0e7111b882
|
Bustage fix for bug 1059479, CLOSED TREE
|
2014-09-02 15:25:29 -05:00 |
|