..
tests
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
2012-08-27 11:13:02 -03:00
AppProcessPermissions.cpp
Bug 795061 - AssertAppProcessPermission: Kill any process that doesn't have the specified permission, not just app processes. r=cjones
2012-09-28 10:29:36 -07:00
AppProcessPermissions.h
Bug 793479: Update C++ permission-checking API to match that of the message-manager one. r=jlebar
2012-09-25 11:52:30 -07:00
AudioChild.cpp
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
AudioChild.h
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
AudioParent.cpp
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
AudioParent.h
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
Blob.cpp
Bug 783878 - Part 2: Allow serializing remote input streams by passing the actor reference over the wire and retrieving the original stream in the parent. r=bent
2012-09-21 13:26:13 -04:00
Blob.h
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
ContentChild.cpp
Bug 797239 - Defer scheduling prelaunch app until child goes idle. r=cjones
2012-10-08 22:46:19 -06:00
ContentChild.h
Bug 797904 - Include app name in about:memory dump. r=njn,cjones
2012-10-05 17:54:54 -04:00
ContentParent.cpp
Bug 797239 - Defer scheduling prelaunch app until child goes idle. r=cjones
2012-10-08 22:46:19 -06:00
ContentParent.h
Bug 797239 - Defer scheduling prelaunch app until child goes idle. r=cjones
2012-10-08 22:46:19 -06:00
ContentProcess.cpp
ContentProcess.h
CrashReporterChild.cpp
CrashReporterChild.h
CrashReporterParent.cpp
Bug 784145 - When submitting hang reports, submit the browser report as a field of the plugin report instead of as a completely separate report. r=ted
2012-09-08 19:20:59 +02:00
CrashReporterParent.h
Bug 784145 - When submitting hang reports, submit the browser report as a field of the plugin report instead of as a completely separate report. r=ted
2012-09-08 19:20:59 +02:00
DOMTypes.ipdlh
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
2012-08-02 23:25:30 -07:00
ipdl.mk
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
2012-08-01 23:02:29 -07:00
jar.mn
Makefile.in
Back out aee383cd56dc (bug 755943) for burning
2012-09-13 09:49:53 -07:00
nsIRemoteBlob.h
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
2012-08-01 23:02:29 -07:00
PAudio.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
PBlob.ipdl
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
2012-08-02 23:25:30 -07:00
PBlobStream.ipdl
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
2012-08-23 12:33:46 -07:00
PBrowser.ipdl
Bug 787445: B2G: Rip out async paint throttling code, use compression instead r=cjones
2012-09-29 00:02:41 -04:00
PCOMContentPermissionRequestChild.h
PContent.ipdl
Bug 797239 - Defer scheduling prelaunch app until child goes idle. r=cjones
2012-10-08 22:46:19 -06: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
PDocumentRenderer.ipdl
PermissionMessageUtils.cpp
PermissionMessageUtils.h
Bug 786148 - s/IPC/ipc/. r=ted.
2012-08-28 08:41:04 -04:00
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
ProcessPriorityManager.cpp
Bug 788242: Implement and make use of void versions of NS_ENSURE_* macros; r=ehsan,bsmedberg
2012-09-14 14:30:31 +04:30
ProcessPriorityManager.h
Bug 768832 - Set OOM adjust for background windows. r=bz,cjones
2012-08-05 01:09:39 -04:00
remote-test.js
StructuredCloneUtils.cpp
Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent
2012-10-03 18:19:22 -04: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
Bug 795657: Integrate native viewport configuration better into async pan-zoom code. r=jwir3,roc
2012-10-11 22:46:24 -07:00
TabChild.h
Bug 795657: Integrate native viewport configuration better into async pan-zoom code. r=jwir3,roc
2012-10-11 22:46:24 -07:00
TabMessageUtils.cpp
TabMessageUtils.h
Bug 787933 - Stop using stdin types in IPC code; r=bsmedberg+cjones sr=cjones
2012-09-17 10:37:20 +02:00
TabParent.cpp
Bug 798980 - Band-aid to crash Camera app instead of the phone. r=cjones
2012-10-09 10:26:16 -07:00
TabParent.h
Bug 746502: Add support for <meta name=viewport> on B2G/async panning and zooming r=cjones,smaug
2012-09-28 22:18:18 -04:00
test.xul
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
2012-08-27 11:13:02 -03:00