TPEPlatform/2013-11-28: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Media) |
||
| Line 1: | Line 1: | ||
==Media== | ==Media== | ||
'''GetUserMedia''' | |||
* {{bug|940045}} - The origin displayed in the persistent notification matches the location bar, not content \ SC | |||
* send page URL directly from content process. | |||
* patch was uploaded and get 3/4 r+'ed. | |||
* {{bug|940075}} - crash in mozilla::dom::PBrowserChild::SendRecordingDeviceEvents(nsString const&, bool const&, bool const&) \ SC | |||
** TabChild is garbage collected after loading other page in the same process | |||
** should switch back to PContent for sending recording status, which is always existed during the entire content process life cycle. | |||
** patch is merged to bug 940045 | |||
==Streaming Media== | ==Streaming Media== | ||
Revision as of 03:09, 28 November 2013
Media
GetUserMedia
- bug 940045 - The origin displayed in the persistent notification matches the location bar, not content \ SC
- send page URL directly from content process.
- patch was uploaded and get 3/4 r+'ed.
- bug 940075 - crash in mozilla::dom::PBrowserChild::SendRecordingDeviceEvents(nsString const&, bool const&, bool const&) \ SC
- TabChild is garbage collected after loading other page in the same process
- should switch back to PContent for sending recording status, which is always existed during the entire content process life cycle.
- patch is merged to bug 940045