TPEPlatform/2013-11-28
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