TPEPlatform/2013-11-28: Difference between revisions
Jump to navigation
Jump to search
(→Media) |
(→Media) |
||
Line 2: | Line 2: | ||
'''GetUserMedia''' | '''GetUserMedia''' | ||
* {{bug|940045}} - The origin displayed in the persistent notification matches the location bar, not content \ SC | * {{bug|940045}} - The origin displayed in the persistent notification matches the location bar, not content \ SC | ||
* send page URL directly from content process. | ** send page URL directly from content process. | ||
* patch was uploaded and get 3/4 r+'ed. | ** patch was uploaded and get 3/4 r+'ed. | ||
* {{bug|940075}} - crash in mozilla::dom::PBrowserChild::SendRecordingDeviceEvents(nsString const&, bool const&, bool const&) \ SC | * {{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 | ** TabChild is garbage collected after loading other page in the same process |
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