Confirmed users
250
edits
Borischiou (talk | contribs) |
|||
(14 intermediate revisions by 7 users not shown) | |||
Line 56: | Line 56: | ||
==Media== | ==Media== | ||
====Randy Lin==== | ====Randy Lin==== | ||
*{{Bug|1012936}} - WebRTC audio on Flame broken up in calls | |||
** OOAD | |||
** CPU usage is alomost full. Use systrace to identify the opensl_rec_thread and found it can't get enough cpu resource to decode the pcm buffer. | |||
** Discuss with Randell and would create another thread/buffer to avoid this problem. | |||
*{{Bug|1023564}} - Intermittent test_seek.html | owl.mp3 seek test 2: Video currentTime should be around 1.645: 0.918803 | |||
** OOAD | |||
** Happen rate isn't high, need to find a good version to reproduce it and add more log to debug. | |||
====Alfredo Yang==== | ====Alfredo Yang==== | ||
*{{Bug|984274}} - Intermittent test_sandbox_permission.html | Test timed out. | |||
** found the root cause of the rapid increased failed ratio, trying the solution on try. | |||
*{{Bug|916643}} - ImageCapture - Implement WebIDL and takePhoto() | |||
** WIP | |||
** Design the class diagram and thread model. | |||
====John Lin==== | ====John Lin==== | ||
* Business trip: MAE 2014 at Shanghai. | * Business trip: MAE 2014 at Shanghai. | ||
Line 91: | Line 107: | ||
==Platform== | ==Platform== | ||
====Steven Lee==== | ====Steven Lee==== | ||
* {{Bug|1016184}} - [Touch Caret] Enable touch caret on B2G | |||
** discussing with UX and ehsan | |||
* {{Bug|1020725}} - [Text Selection] Enable text selection on B2G | |||
** trace the failure cases | |||
** [https://tbpl.mozilla.org/?tree=Try&rev=4309a3a202d4 try server log] | |||
* {{Bug|1024966}} - SelectionCarets::UpdateSelectionCarets should check whether the frame is null or not | |||
** file | |||
* Help Andre on SpeechRecognition | |||
====Boris Chiou==== | ====Boris Chiou==== | ||
* {{Bug|959118}} - [LayerScope] Combine layer dump and layer scope | * {{Bug|959118}} - [LayerScope] Combine layer dump and layer scope | ||
** OOAD | ** OOAD | ||
** Rewrite dump functions to support nsACString | ** Rewrite dump functions to support nsACString as Input (in LayerManager and Layer) | ||
* {{Bug|1003893}} - crash in imgFrame::~imgFrame() | * {{Bug|1003893}} - crash in imgFrame::~imgFrame() | ||
** land | ** land | ||
** This bug is related to {{Bug|716140}}. | |||
* {{Bug|975346}} - [LayerScope] LayerScope is not work while HWC is chosen | * {{Bug|975346}} - [LayerScope] LayerScope is not work while HWC is chosen | ||
Line 103: | Line 129: | ||
* Team Building | * Team Building | ||
** One day | ** One day | ||
====Chiahung Tai==== | ====Chiahung Tai==== | ||
Line 113: | Line 139: | ||
** study|WIP | ** study|WIP | ||
** Study spec of getUserMedia and MediaStream. | ** Study spec of getUserMedia and MediaStream. | ||
** | ** Modified uitset-privileged webapp for controling MediaStream.(Like disable and enable MediaStreamTrack/MediaStream) | ||
====Tingyu Lin==== | ====Tingyu Lin==== | ||
Line 135: | Line 161: | ||
** Fix the frame without status bar issue, prepare the draft patch for review | ** Fix the frame without status bar issue, prepare the draft patch for review | ||
====Morris Tseng==== | |||
* {{Bug|987040}} - Implement mozbrowserSelection | * {{Bug|987040}} - Implement mozbrowserSelection | ||
** r+, r? | ** r+, r? | ||
Line 163: | Line 190: | ||
====Solomon Chiou==== | ====Solomon Chiou==== | ||
*{{Bug|1025975}} - crash in mozilla::layers::CompositorChild::SharedFrameMetricsData::GetViewID() | |||
** debug | |||
** 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. | |||
*{{Bug|1024889}} - Enabling "Dump layers tree" in Setting doesn't work | |||
** r? | |||
** Change the update mode of layer.dumps from Once to Live | |||
*{{Bug|973777}} - Breaking down the information of GrallocReporter | |||
** land | |||
* TV | |||
** 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. | |||
==Manager== | ==Manager== | ||
Line 178: | Line 221: | ||
** file | ** file | ||
** There are still many bugs in this tool. I am going to improve it. | ** There are still many bugs in this tool. I am going to improve it. | ||
* {{Bug|1027501}} - print-manifest-dirs.py run-time error: UnboundLocalError: local variable 'testURLs' referenced before assignment | |||
** file |