gecko-dev/dom/ipc
Nicholas Nethercote 9ff33b9d6a Bug 903949 (part 1) - ChildMemoryReporter should return mProcess in GetProcess() rather than an empty string. r=jlebar.
--HG--
extra : rebase_source : a0979780a7289429e4c06dce2de06576bb3a3e90
2013-08-12 18:14:41 -07:00
..
tests Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
AppProcessChecker.cpp Bug 879475 - Make PBrowser manually keep track of its manager r=jlebar 2013-07-10 13:07:51 -04:00
AppProcessChecker.h Bug 882911 - Add nsIProcessChecker.checkAppHasStatus. r=smaug 2013-06-29 03:52:16 -07:00
Blob.cpp Bug 884061 - Part 3f: Use NS_DECL_THREADSAFE_ISUPPORTS in dom/, r=smaug,dhylands. 2013-07-18 21:21:20 -05:00
Blob.h Bug 879475 - Make PBlob manually keep track of its manager r=jlebar 2013-07-16 13:07:09 -07:00
ContentChild.cpp Bug 790923: Adds seccomp-bfp sandboxing support for B2G. r=agal, r=dhylands, r=dkeeler, r=imelven, a=kang. 2013-08-12 12:58:35 -07:00
ContentChild.h Backout 129da44ac469 (bug 870180) for breaking message manager 2013-07-10 18:22:34 -07:00
ContentParent.cpp Bug 903949 (part 1) - ChildMemoryReporter should return mProcess in GetProcess() rather than an empty string. r=jlebar. 2013-08-12 18:14:41 -07:00
ContentParent.h Bug 895204 - Let ContentParent call CloseWithError() even if it's already called Close(). r=khuey 2013-08-07 11:08:52 -07:00
ContentProcess.cpp Bug 820200 - Pass application directory to XRE_InitEmbedding2 in content process. r=bsmedberg 2012-12-18 10:24:42 -06:00
ContentProcess.h Bug 820200 - Pass application directory to XRE_InitEmbedding2 in content process. r=bsmedberg 2012-12-18 10:24:42 -06:00
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp Bug 855822 - Remove Add/RemoveLibraryMappingForChild. r=ted 2013-03-30 10:32:10 +01:00
CrashReporterParent.h Bug 855822 - Remove Add/RemoveLibraryMappingForChild. r=ted 2013-03-30 10:32:10 +01:00
DOMTypes.ipdlh Bug 879475 - Move some blob constructor params to ipdlh headers r=jlebar 2013-07-10 13:07:51 -04:00
Makefile.in bug 887483 - remove a bunch of useless assignments to FORCE_STATIC_LIB implied by LIBXUL_LIBRARY=1 r=mshal 2013-07-11 11:06:34 -04:00
PBlob.ipdl Bug 832419 - 'Clean up IPC blobs'. r=sicking. 2013-01-17 12:17:33 -08:00
PBlobStream.ipdl Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey. 2012-08-23 12:33:46 -07:00
PBrowser.ipdl Bug 617804 - Implement SetStatus in TabChild/TabParent, enables link tooltips. r=felipe 2013-07-25 15:45:31 -04:00
PCOMContentPermissionRequestChild.h
PContent.ipdl Backout 129da44ac469 (bug 870180) for breaking message manager 2013-07-10 18:22:34 -07:00
PContentDialog.ipdl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
PContentPermissionRequest.ipdl Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey. 2012-08-23 12:33:46 -07:00
PCrashReporter.ipdl Bug 855822 - Remove Add/RemoveLibraryMappingForChild. r=ted 2013-03-30 10:32:10 +01:00
PDocumentRenderer.ipdl
PMemoryReportRequest.ipdl Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
PTabContext.ipdlh Bug 879475 - Move TabContext to its own ipdl header r=jlebar 2013-07-10 13:07:50 -04:00
PermissionMessageUtils.cpp
PermissionMessageUtils.h Bug 786148 - s/IPC/ipc/. r=ted. 2012-08-28 08:41:04 -04:00
PreallocatedProcessManager.cpp Bug 844323 - Part 1: Move process preallocation logic out of ContentParent and into a new file, PreallocatedProcessManager. r=bent 2013-04-25 20:53:26 -04:00
PreallocatedProcessManager.h Bug 844323 - Part 1: Move process preallocation logic out of ContentParent and into a new file, PreallocatedProcessManager. r=bent 2013-04-25 20:53:26 -04:00
ProcessPriorityManager.cpp Bug 894646 - Various dom deCOM cleanups r=Ms2ger 2013-07-23 16:39:17 -07:00
ProcessPriorityManager.h Bug 844323 - Part 2 (The Main Event): Move ProcesPriorityManager to the main process. r=bent,khuey 2013-04-25 20:53:26 -04:00
StructuredCloneUtils.cpp Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
StructuredCloneUtils.h Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent 2012-10-03 18:19:22 -04:00
TabChild.cpp Back out d393cfeb5dbf:9f82224bb8a3 (bug 903816) for Android reftest failures 2013-08-11 19:21:17 -07:00
TabChild.h Bug 897062 - Handle special clicks in e10s. r=felipe,smaug 2013-08-08 20:16:47 -04:00
TabContext.cpp Bug 896890 - TabContent::HasOwnApp() should be true iff TabContext::GetOwnApp() is non-null. 2013-07-30 14:42:34 -07:00
TabContext.h Bug 896890 - TabContent::HasOwnApp() should be true iff TabContext::GetOwnApp() is non-null. 2013-07-30 14:42:34 -07:00
TabMessageUtils.cpp Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
TabMessageUtils.h Bug 822399 - Make Event to use Paris bindings, r=peterv 2013-03-09 13:34:29 +02:00
TabParent.cpp Bug 617804 - Implement SetStatus in TabChild/TabParent, enables link tooltips. r=felipe 2013-07-25 15:45:31 -04:00
TabParent.h Bug 898914 (part 1) - Remove JSBool. 2013-08-08 15:53:04 -07:00
jar.mn Remove some unnecessary preprocessing, no bug 2013-02-17 17:49:25 -08:00
moz.build Bug 879475 - Move TabContext to its own ipdl header r=jlebar 2013-07-10 13:07:50 -04:00
nsICachedFileDescriptorListener.h Bug 835698 - 'Pre-open() and send the fd for app process's application.zip'. r=jduell. 2013-02-15 14:27:21 -08:00
nsIRemoteBlob.h Bug 832419 - 'Clean up IPC blobs'. r=sicking. 2013-01-17 12:17:33 -08:00
preload.js Bug 889503 - Move Settings API to WebIDL. r=gwagner r=bz 2013-07-15 18:17:46 -07:00
remote-test.js
test.xul Bug 868859 - Make chromeWindow.content work in e10s. r=bz 2013-05-08 23:16:46 +02:00