TPEGFX/2014-08-21

From MozillaWiki
Jump to navigation Jump to search

Summary

Status changed by this week

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Bugs which are fixed by this week

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Weekly Report

Boris Chiou

  • bug 1043822 - Support SW Vsync and combine it with HW Vsync
    • WIP
    • Implement new APIs (ex. Sync/Async StopTimer) for VsyncDispatcher and refine the code.
    • Try a different sleep function, PR_Timer. However, it is not accurate enough, so I still use nanosleep.
  • Check a Keyboard crash problem while typing the passcode after set the vibration option.
    • Get a MOZ_ASSERT() in ContentClientDoubleBuffered::FinalizeFrame() in ContentClient.cpp, and it looks like a graphic buffer lock problem.
  • bug 1049296 - [Stingray] Support OverlayImage in HWComposer2D
    • OOAD | WIP
    • Try the test patch
  • bug 987527 - Register Vsync monitor to HWComposer
    • r?
    • Wait for mwu's review after he checks Bug 1048667
  • PTO
    • 0.5 day

Chiajung Hung

  • bug 1032180 - [dolphin]No boot animation when restart the phone
    • Checking-needed
  • bug 1002823 - [Stingray] Add a new kind of image layer without graphic buffer for overlaying video input
    • Land
    • File a follow up bug for better solution
  • bug 1055457 - Dynamic switch BootAnimation backend
    • Study|Filed
  • bug 1054929 - Black screen happens when writing in Canvas - GraphicBufferMapper failure: lock(...) failed -22 (Invalid argument)
    • Debug

Jerry Shih

  • bug 1048667 - Implement Vsync dispatch framework
    • R?
    • Hide VDHost/Client to user.
  • bug 987529 - Integrate vsync dispatcher on B2G
    • WIP
    • Rewrite compositor for composing at vsync.

Morris Tseng

  • bug 1052246 - [Text Selection] Position of utility bubble is wrong in b2g desktop
    • land
  • bug 1029943 - [Text selection] Enable selection carets on B2G and fix the existing test case failures
    • debug
    • We should hide carets when element is blurred.
    • Disabled selection carets on some tests which compare between editable and non-editable element.

Tingyu Lin

  • bug 1016184 - [Touch Caret] Enable touch caret on B2G test cases and fix the existing test case failures
  • bug 1049263 - Improve ccache stats reporting
    • land
  • bug 1054892 - CCache stats reporting might not show when cache size is nearly full
    • file
  • bug 1054889 - [Text selection] Update images for touch caret and selection carets
    • file | land
  • bug 1029943 - [Text selection] Enable selection carets on B2G and fix the existing test case failures
    • debug
    • Debug Mnw fail on B2G emulator

Peter Chang

  • bug 1023190 There is a horizontal line when drawing backgroud imag
    • debug
    • check window try failed
  • bug 1020801 show/hide the bubble of copy n paste during scrolling
    • WIP
    • extend nsSelection to listen scrollObserver callback
  • bug 1054901 Add scroll start/stop notifications from apz to scroll observers
    • r+
    • wait for try-server

Rule of Thumb

Status code:

  • OOAD: In analysis or design phase.
  • WIP: working on WIP patch.
  • feedback(f): feedback a patch
  • feedback?(f?): WIP is ready for feedback grant.
  • feedback+(f+): Get positive feedback.
  • feedback-(f-): Get negative feedback.
  • review(r): review a patch.
  • review?(r?): patch is under review
  • review+(r+): get review+ and ready to check-in
  • review-(r-): get negative review feedback. Fix problems and switch back to r? again.
  • land: patch check in.
  • debug: Figure out the root cause of a bug/ try to repro that bug, etc...
  • file: file a bug
  • PTO: take personal leave
  • interview(I)
  • study: Spend time on domain knowledge study, such as multimedia transport technology, compress format, real-time rendering.
  • presentation
    • Write a personal blog, which is relative to work, such as articles on MozTech, or what you experience in a work week.
    • WIKI/ MDN article writing.
    • If you write a technical blog or anything relative to work, it's welcome to share it on weekly report.
    • Do a presentation of technical topics

Status code combination rule
Combine status code with "|". For example

** OOAD|WIP

Which means you work on both OOAD and WIP in the last week.

land status code
If your patch is target for specific branch, instead of central, postfix branch version. For exp

** land(1.4)