Confirmed users
54
edits
Line 165: | Line 165: | ||
*{{Bug|1025975}} - crash in mozilla::layers::CompositorChild::SharedFrameMetricsData::GetViewID() | *{{Bug|1025975}} - crash in mozilla::layers::CompositorChild::SharedFrameMetricsData::GetViewID() | ||
** debug | ** debug | ||
** The SharedBuffer used by the class CompositorChild::SharedFrameMetricsData maybe failed to do mmap(), | ** The SharedBuffer used by the class CompositorChild::SharedFrameMetricsData maybe failed to do mmap(), the reason might be SharedBuffer use a existed handle which passed via IPC, and then use the handle to do mmap(). The handle might be invalid somehow and cause mmap() fail. | ||
the reason might be SharedBuffer use a existed handle which passed via IPC, and then use the handle to do mmap(). The handle might be invalid somehow and cause mmap() fail. | |||
*{{Bug|1024889}} - Enabling "Dump layers tree" in Setting doesn't work | *{{Bug|1024889}} - Enabling "Dump layers tree" in Setting doesn't work | ||
Line 172: | Line 171: | ||
** Change the update mode of layer.dumps from Once to Live | ** Change the update mode of layer.dumps from Once to Live | ||
* TV | |||
** prepare slide for work week | ** prepare slide for work week | ||
* Project Woodduck | |||
** cowork with CE team and the vendor to clarify the booting problem. Now it can boot into home screen. | ** cowork with CE team and the vendor to clarify the booting problem. Now it can boot into home screen. | ||