gecko-dev/dom/presentation
2016-09-15 19:31:32 -07:00
..
interfaces Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
ipc Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
provider Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
tests Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
AvailabilityCollection.cpp Bug 1288297 - Construct PresentationRequest with multiple URLs, r=smaug 2016-09-05 01:17:00 +02:00
AvailabilityCollection.h Bug 1288297 - Construct PresentationRequest with multiple URLs, r=smaug 2016-09-05 01:17:00 +02:00
ControllerConnectionCollection.cpp Bug 1197690 - Part2: Implement reconnect, r=smaug 2016-08-02 19:11:00 +02:00
ControllerConnectionCollection.h Bug 1197690 - Part2: Implement reconnect, r=smaug 2016-08-02 19:11:00 +02:00
DCPresentationChannelDescription.cpp Bug 1264513 - Part 2: PPresentationBuilder.ipdl changes - OOP handling for builder, r=smaug 2016-06-03 14:48:26 +08:00
DCPresentationChannelDescription.h Bug 1264513 - Part 2: PPresentationBuilder.ipdl changes - OOP handling for builder, r=smaug 2016-06-03 14:48:26 +08:00
moz.build Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
Presentation.cpp Bug 1278205 - use preference for exposing presentation API. r=smaug. 2016-06-03 19:50:30 +08:00
Presentation.h Bug 1278205 - use preference for exposing presentation API. r=smaug. 2016-06-03 19:50:30 +08:00
PresentationAvailability.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
PresentationAvailability.h Bug 1288297 - Construct PresentationRequest with multiple URLs, r=smaug 2016-09-05 01:17:00 +02:00
PresentationCallbacks.cpp Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationCallbacks.h Bug 1288297 - Construct PresentationRequest with multiple URLs, r=smaug 2016-09-05 01:17:00 +02:00
PresentationConnection.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
PresentationConnection.h Bug 1197690 - Part2: Implement reconnect, r=smaug 2016-08-02 19:11:00 +02:00
PresentationConnectionList.cpp Bug 1258602 - Part1: Add PresentationConnectionList, r=smaug 2016-05-29 19:59:00 +02:00
PresentationConnectionList.h Bug 1258602 - Part1: Add PresentationConnectionList, r=smaug 2016-05-29 19:59:00 +02:00
PresentationDataChannelSessionTransport.js Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationDataChannelSessionTransport.manifest Bug 1148307 - Part 3, implement session transport with DataChannel. r=jib. 2016-04-11 11:20:55 +08:00
PresentationDeviceInfoManager.js
PresentationDeviceInfoManager.jsm
PresentationDeviceInfoManager.manifest
PresentationDeviceManager.cpp Bug 1300492 - Fix typo in PresentationDeviceManager::GetAvailableDevices, r=smaug 2016-09-05 16:52:59 +08:00
PresentationDeviceManager.h
PresentationLog.h Bug 1275744 - Reference MOZ_LOG in dom comments. r=erahm 2016-05-26 11:08:47 -07:00
PresentationNetworkHelper.js
PresentationNetworkHelper.manifest
PresentationReceiver.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
PresentationReceiver.h Bug 1197690 - Part2: Implement reconnect, r=smaug 2016-08-02 19:11:00 +02:00
PresentationRequest.cpp Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationRequest.h Bug 1288297 - Construct PresentationRequest with multiple URLs, r=smaug 2016-09-05 01:17:00 +02:00
PresentationService.cpp Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationService.h Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationServiceBase.cpp Bug 1298360 - Separate session id and window id mapping into two parts. r=smaug 2016-08-29 19:40:00 -04:00
PresentationServiceBase.h Bug 1298360 - Separate session id and window id mapping into two parts. r=smaug 2016-08-29 19:40:00 -04:00
PresentationSessionInfo.cpp Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationSessionInfo.h Backed out changeset e684bf18e5d9 (bug 1299040) for bad implicit conversion constructor bustage 2016-09-15 19:31:32 -07:00
PresentationSessionRequest.cpp
PresentationSessionRequest.h
PresentationTCPSessionTransport.cpp Bug 1299384 - Use MOZ_MUST_USE with NS_warn_if_impl(). r=erahm. 2016-09-02 17:12:24 +10:00
PresentationTCPSessionTransport.h Bug 1234492 - Part 2 - Use the role definition in nsIPresentationService, r=smaug 2016-04-18 02:23:00 +02:00
PresentationTerminateRequest.cpp Bug 1276378 - Part 1: Add terminate command in control protocol. r=junior 2016-05-26 16:22:27 -07:00
PresentationTerminateRequest.h Bug 1276378 - Part 1: Add terminate command in control protocol. r=junior 2016-05-26 16:22:27 -07:00