.. |
tests
|
Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk
|
2016-03-14 16:29:11 +00:00 |
AppProcessChecker.cpp
|
Bug 1262590 - [e10s] AppProcessChecker.cpp has DEUBG typo preventing DEBUG messages. r=mconley
|
2016-04-15 16:40:00 +02:00 |
AppProcessChecker.h
|
…
|
|
Blob.cpp
|
Bug 1258490 - Implement file.webkitrelativepath, r=smaug
|
2016-05-13 13:11:38 +02:00 |
BlobChild.h
|
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
|
2016-03-20 11:56:10 +01:00 |
BlobParent.h
|
…
|
|
BrowserConfiguration.ipdlh
|
…
|
|
CPOWManagerGetter.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
ColorPickerParent.cpp
|
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
|
2016-01-30 09:05:36 -08:00 |
ColorPickerParent.h
|
…
|
|
ContentBridgeChild.cpp
|
Bug 1272415: Don't include task.h everywhere. r=froydnj
|
2016-05-12 15:15:43 -07:00 |
ContentBridgeChild.h
|
Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug
|
2016-04-09 06:50:59 -07:00 |
ContentBridgeParent.cpp
|
Bug 1272415: Don't include task.h everywhere. r=froydnj
|
2016-05-12 15:15:43 -07:00 |
ContentBridgeParent.h
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
ContentChild.cpp
|
Bug 1189846 Part 7: Create nsPrintingProxy and PrintingParent during process initialization. r=jimm
|
2016-05-16 10:40:54 +01:00 |
ContentChild.h
|
Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld
|
2016-05-15 10:32:09 -07:00 |
ContentParent.cpp
|
Bug 1189846 Part 9: Add ability to print from the parent process with settings and progress listener. r=jimm, r=smaug
|
2016-05-16 10:40:54 +01:00 |
ContentParent.h
|
Bug 1189846 Part 9: Add ability to print from the parent process with settings and progress listener. r=jimm, r=smaug
|
2016-05-16 10:40:54 +01:00 |
ContentProcess.cpp
|
Bug 1236108: Modify sandbox initialization code to use directory service to obtain content process temp directory; r=bobowen,haik
|
2016-03-08 11:02:27 -08:00 |
ContentProcess.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
ContentProcessManager.cpp
|
Bug 1172870 - Part 2 - Enable ServiceWorkerClients::OpenWindow on e10s desktop. r=smaug
|
2015-10-30 01:30:57 +02:00 |
ContentProcessManager.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
CrashReporterChild.cpp
|
Bug 1226200: Don't assume a TCPSocket has only one managee (and rename LoneManagedOrNull) r=jdm
|
2015-12-22 10:14:23 -05:00 |
CrashReporterChild.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
CrashReporterParent.cpp
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
CrashReporterParent.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
DOMTypes.ipdlh
|
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
|
2016-03-20 11:56:10 +01:00 |
FilePickerParent.cpp
|
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
|
2016-03-20 11:56:10 +01:00 |
FilePickerParent.h
|
Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj
|
2016-04-25 17:23:21 -07:00 |
IdType.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
NuwaChild.cpp
|
Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice
|
2016-05-02 10:27:15 -07:00 |
NuwaChild.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
NuwaParent.cpp
|
Bug 1273520 - NS_NewRunnable* renaming and include task.h r=fabrice
|
2016-05-18 18:25:35 +02:00 |
NuwaParent.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
PBlob.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PBlobStream.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PBrowser.ipdl
|
Bug 1189846 Part 9: Add ability to print from the parent process with settings and progress listener. r=jimm, r=smaug
|
2016-05-16 10:40:54 +01:00 |
PBrowserOrId.ipdlh
|
…
|
|
PColorPicker.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PContent.ipdl
|
Bug 1093357 P1 Implement an actor for streaming pipes from child to parent. r=jld
|
2016-05-15 10:32:09 -07:00 |
PContentBridge.ipdl
|
Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug
|
2016-04-09 06:50:59 -07:00 |
PContentDialog.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PContentPermission.ipdlh
|
…
|
|
PContentPermissionRequest.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PCrashReporter.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PCycleCollectWithLogs.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PDocumentRenderer.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PFilePicker.ipdl
|
Bug 1173320 - patch 1/8 - Implement Directory object as string and not as BlobImpl, r=smaug
|
2016-03-20 11:56:10 +01:00 |
PMemoryReportRequest.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PNuwa.ipdl
|
…
|
|
PPluginWidget.ipdl
|
…
|
|
PProcessHangMonitor.ipdl
|
Bug 1164931 - Clear hangs when they're over (r=mrbkap)
|
2016-04-07 17:15:26 -07:00 |
PScreenManager.ipdl
|
Bug 1240871 - Don't allow implicit "async" in IPDL (r=mccr8,billm)
|
2016-01-28 20:56:37 -08:00 |
PTabContext.ipdlh
|
Bug 1238160 - Set frame type on TabContext. r=billm,mayhemer
|
2016-03-02 10:35:56 -06:00 |
PermissionMessageUtils.cpp
|
…
|
|
PermissionMessageUtils.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
PreallocatedProcessManager.cpp
|
Bug 1273520 - NS_NewRunnable* renaming and include task.h r=fabrice
|
2016-05-18 18:25:35 +02:00 |
PreallocatedProcessManager.h
|
…
|
|
ProcessHangMonitor.cpp
|
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
|
2016-05-05 01:45:00 -07:00 |
ProcessHangMonitor.h
|
…
|
|
ProcessHangMonitorIPC.h
|
…
|
|
ProcessPriorityManager.cpp
|
Bug 1238160 - Set tab context's isolation from frame attr. r=smaug
|
2016-03-02 10:35:56 -06:00 |
ProcessPriorityManager.h
|
…
|
|
ScreenManagerParent.cpp
|
Bug 1224609 - Ensure the primary screen is always returned in RecvScreenForBrowser if all else fails. r=wmccloskey
|
2015-11-16 12:54:34 +00:00 |
ScreenManagerParent.h
|
…
|
|
StructuredCloneData.cpp
|
Bug 1174624 - Add PortIdentifier copy code in order to communicate with same process. r=baku
|
2016-02-15 19:43:00 +01:00 |
StructuredCloneData.h
|
Bug 1174624 - Add the Transferable parameter into SendAsyncMessage of nsFrameMessageManager. r=baku
|
2016-01-31 22:48:00 +01:00 |
TabChild.cpp
|
Bug 1250063 - Part 2: don't call notifyTabContextUpdated(). r=sicking
|
2016-05-17 19:49:10 +08:00 |
TabChild.h
|
Bug 1250063 - Part 2: don't call notifyTabContextUpdated(). r=sicking
|
2016-05-17 19:49:10 +08:00 |
TabContext.cpp
|
Bug 1268688 - Start browser API for frames swapping to HTML. r=bz
|
2016-05-03 14:58:03 -05:00 |
TabContext.h
|
Bug 1268688 - Start browser API for frames swapping to HTML. r=bz
|
2016-05-03 14:58:03 -05:00 |
TabMessageUtils.cpp
|
…
|
|
TabMessageUtils.h
|
Bug 1235576 - Fix the indentation in dom/ipc, r=smaug
|
2016-01-05 09:59:30 +00:00 |
TabParent.cpp
|
Bug 1267844 - Make swapping render frames swap update observers too. r=mconley
|
2016-05-17 15:43:27 -07:00 |
TabParent.h
|
Bug 1267844 - fix bustage r=bustage
|
2016-05-17 15:56:52 -07:00 |
extensions.js
|
…
|
|
jar.mn
|
…
|
|
manifestMessages.js
|
…
|
|
moz.build
|
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
|
2016-05-11 00:00:01 -07:00 |
nsICachedFileDescriptorListener.h
|
…
|
|
nsIContentChild.cpp
|
Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug
|
2016-04-09 06:50:59 -07:00 |
nsIContentChild.h
|
Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug
|
2016-04-09 06:50:59 -07:00 |
nsIContentParent.cpp
|
Bug 1263235, part 2 - Make PContent::AsyncMessage and PContentBridge::AsyncMessage's data argument last. r=smaug
|
2016-04-09 06:50:59 -07:00 |
nsIContentParent.h
|
Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj.
|
2016-04-27 14:16:50 +10:00 |
nsIHangReport.idl
|
Bug 1119442 - Update hang ui, remove drop down options and replace with simpler 'just fix it' button interface. r=mconley
|
2015-11-02 06:37:25 -06:00 |
nsIRemoteBlob.h
|
…
|
|
preload.js
|
Bug 1217515 - Clean up the way touch event support is configured. r=roc
|
2015-10-26 16:06:27 -04:00 |
remote-test.js
|
…
|
|
test.xul
|
…
|
|