.. |
tests
|
Bug 958147 - Choose one of run-if or skip-if and get rid of the other. r=ted
|
2015-01-28 06:17:00 -05:00 |
AppProcessChecker.cpp
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
AppProcessChecker.h
|
Bug 1020172 - Patch 4: Replace ManagedPBrowserParent in AppProcessChecker - v2. r=khuey
|
2014-10-24 02:30:00 +02:00 |
Blob.cpp
|
Bug 939509 - File constuctor should use lastModified attribute, r=bz
|
2015-02-07 18:29:22 +00:00 |
BlobChild.h
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
BlobParent.h
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
ColorPickerParent.cpp
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
ColorPickerParent.h
|
Bug 1060987 - Fix more bad implicit constructors in DOM; r=baku
|
2014-09-01 20:49:25 -04:00 |
ContentBridgeChild.cpp
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
ContentBridgeChild.h
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
ContentBridgeParent.cpp
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
ContentBridgeParent.h
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
ContentChild.cpp
|
Bug 1126119 - Create SystemMessageCache and cache hasPendingMessage in content process. r=fabrice
|
2015-02-11 11:18:32 +01:00 |
ContentChild.h
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
ContentParent.cpp
|
Bug 1126119 - Create SystemMessageCache and cache hasPendingMessage in content process. r=fabrice
|
2015-02-11 11:18:32 +01:00 |
ContentParent.h
|
Bug 1124933 - Include crash reason when intentionally crashing content process (r=bent)
|
2015-02-03 09:09:27 -08:00 |
ContentProcess.cpp
|
Bug 1018988 - Set up a low integrity temp directory when using the Windows content sandbox. r=mrbkap r=tabraldes r=froydnj
|
2014-09-10 12:36:17 +01:00 |
ContentProcess.h
|
Bug 589320 - Remove unused _MOZ_LOG macro. r=smaug
|
2014-10-13 11:06:49 -07:00 |
ContentProcessManager.cpp
|
Back out Bug 1127201 (part 1) for various problems.
|
2015-02-06 15:05:08 -08:00 |
ContentProcessManager.h
|
Bug 1102060 - Part1: Add two new functions to get TabParent in ContentProcessManager by given ContentParentId and TabId. r=kanru
|
2015-02-03 16:03:29 +08:00 |
CPOWManagerGetter.h
|
Bug 1123461 - Make a real interface for js/ipc (r=dvander)
|
2015-01-26 13:32:18 -08:00 |
CrashReporterChild.cpp
|
Bug 641685 - Start plugins from the chrome process in e10s (r=bsmedberg)
|
2014-10-29 08:05:36 -07:00 |
CrashReporterChild.h
|
|
|
CrashReporterParent.cpp
|
Bug 1110818 - Measure crash and breakpad rates for subprocesses (plugin/gmplugin/content), r=gfritzsche
|
2014-12-12 14:13:28 -05:00 |
CrashReporterParent.h
|
|
|
DOMTypes.ipdlh
|
Bug 1076975 - Avoid serializing blobs when passed between threads in the same process, r=khuey.
|
2014-10-20 17:49:00 -07:00 |
FilePickerParent.cpp
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
FilePickerParent.h
|
Bug 1121673: Use move references in IPDL. r=bent
|
2015-01-16 11:58:52 -08:00 |
IdType.h
|
Bug 1020172 - Patch 2: Manage TabParent in chrome process - v14. r=khuey
|
2014-10-29 19:11:00 +01:00 |
jar.mn
|
Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice
|
2014-12-18 17:01:33 +08:00 |
moz.build
|
Bug 984050 - Persist ServiceWorkerRegistrations. r=bent, r=nsm
|
2015-02-11 06:53:00 -05:00 |
nsICachedFileDescriptorListener.h
|
|
|
nsIContentChild.cpp
|
Bug 1123461 - Rename CpowIdHolder to CrossProcessCpowHolder (r=dvander)
|
2015-01-26 13:32:31 -08:00 |
nsIContentChild.h
|
Bug 1121673: Use move references in IPDL. r=bent
|
2015-01-16 11:58:52 -08:00 |
nsIContentParent.cpp
|
Back out Bug 1127201 (part 1) for various problems.
|
2015-02-06 15:05:08 -08:00 |
nsIContentParent.h
|
Bug 1121673: Use move references in IPDL. r=bent
|
2015-01-16 11:58:52 -08:00 |
nsIHangReport.idl
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
nsIRemoteBlob.h
|
Bug 994190 - 'Modify main-thread IndexedDB to use PBackground', r=khuey.
|
2014-09-26 16:21:57 -07:00 |
PBlob.ipdl
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
PBlobStream.ipdl
|
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
|
2014-12-16 22:26:15 -08:00 |
PBrowser.ipdl
|
Bug 1121313 - Part 2. Don't generate composition event on child process if parent process doesn't send composition event by NotifyIME. r=masayuki
|
2015-02-17 11:30:55 +09:00 |
PBrowserOrId.ipdlh
|
Bug 1020172 - Patch 2: Manage TabParent in chrome process - v14. r=khuey
|
2014-10-29 19:11:00 +01:00 |
PColorPicker.ipdl
|
|
|
PContent.ipdl
|
Merge m-c to inbound. a=merge
|
2015-01-30 12:32:49 -05:00 |
PContentBridge.ipdl
|
Bug 1109884 - Stop using intr messages in PContent (r=bent)
|
2015-01-28 11:53:46 -08:00 |
PContentDialog.ipdl
|
|
|
PContentPermission.ipdlh
|
|
|
PContentPermissionRequest.ipdl
|
|
|
PCrashReporter.ipdl
|
Backed out changeset e56bf4ea89fb (bug 1049879) for bustage in emulator debug builds on a CLOSED TREE
|
2014-10-08 08:03:57 +02:00 |
PCycleCollectWithLogs.ipdl
|
|
|
PDocumentRenderer.ipdl
|
|
|
PermissionMessageUtils.cpp
|
|
|
PermissionMessageUtils.h
|
Bug 1048247 - Fix more bad implicit constructors in DOM; r=smaug
|
2014-08-05 09:19:51 -04:00 |
PFilePicker.ipdl
|
Bug 949666 - Save last used upload dir with e10s. r=billm
|
2014-11-09 20:26:14 +01:00 |
PMemoryReportRequest.ipdl
|
|
|
post-fork-preload.js
|
Bug 970307: Part 3: Reinitialize modules after fork. r=fabrice
|
2014-12-18 17:01:33 +08:00 |
PPluginWidget.ipdl
|
merge backout
|
2015-02-09 12:38:30 -06:00 |
PProcessHangMonitor.ipdl
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
PreallocatedProcessManager.cpp
|
Follow-up to bug 1073081 - Fix the non-unified build bustage
|
2014-12-13 10:26:22 -05:00 |
PreallocatedProcessManager.h
|
Bug 1057065 - Remove obsolete code causes extra preallocated process to complement the patch of bug 1033618. r=khuey
|
2014-08-26 10:22:21 +08:00 |
preload.js
|
Bug 1124102 - Fix preloading of mozSettings API. r=fabrice
|
2015-01-21 08:40:00 +01:00 |
ProcessHangMonitor.cpp
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
ProcessHangMonitor.h
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
ProcessHangMonitorIPC.h
|
Bug 1118618 - [e10s] Slow script/plugin hang UI (r=mrbkap,mconley,bent)
|
2015-01-16 18:34:47 -08:00 |
ProcessPriorityManager.cpp
|
Bug 1127189 part 1 - Avoid redundant observers from ParticularProcessPriorityManager. r=khuey
|
2015-02-10 11:12:26 +08:00 |
ProcessPriorityManager.h
|
Back out bug 874353, which is suspected of causing bug 1046956. r=me a=backout
|
2014-08-01 11:02:55 -07:00 |
PScreenManager.ipdl
|
Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug
|
2015-02-03 16:03:28 +08:00 |
PTabContext.ipdlh
|
Bug 1020172 - Patch 2: Manage TabParent in chrome process - v14. r=khuey
|
2014-10-29 19:11:00 +01:00 |
remote-test.js
|
|
|
ScreenManagerParent.cpp
|
Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug
|
2015-02-03 16:03:28 +08:00 |
ScreenManagerParent.h
|
Bug 1102060 - Part2: Change the way to send/rcv for ScreenForBrowser. r=smaug
|
2015-02-03 16:03:28 +08:00 |
StructuredCloneUtils.cpp
|
Bug 966439 - BroadcastChannel API - patch 7 - Blob supported, r=bent
|
2015-01-15 16:58:41 +00:00 |
StructuredCloneUtils.h
|
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
|
2014-10-08 17:15:23 +01:00 |
TabChild.cpp
|
Bug 1130051 - Compress mousemove IPDL messages. r=kats
|
2015-02-13 15:34:04 -08:00 |
TabChild.h
|
Bug 1130051 - Compress mousemove IPDL messages. r=kats
|
2015-02-13 15:34:04 -08:00 |
TabContext.cpp
|
Bug 1114890 - Use TabParent::GetFrom everywhere. r=billm
|
2015-02-05 16:47:32 -05:00 |
TabContext.h
|
Bug 1118486 - Part 1: Use = delete instead of MOZ_DELETE directly; r=Waldo
|
2015-01-08 23:19:05 -05:00 |
TabMessageUtils.cpp
|
|
|
TabMessageUtils.h
|
|
|
TabParent.cpp
|
Bug 1131695 - Ensure that mouse and touch events sent via BrowserElementParent to the child are offsetted correctly. r=fabrice
|
2015-02-16 21:41:49 -05:00 |
TabParent.h
|
Bug 1131695 - Extract a GetLayoutDeviceToCSSScale helper function in TabParent. r=fabrice
|
2015-02-16 21:41:48 -05:00 |
test.xul
|
|
|