TPEGFX/2015-08-13

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 952456 - Implement non-text/rich text support for B2G clipboard
    • r?
    • Study mochitest and write some tests
  • bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks and images
    • OOAD
    • write gij
  • bug 904183 - Enable copypaste mochitests on b2g and Android
    • Study
    • I think we can enable on b2g now, but still need some tests.

Jeremy Chen

Jerry Shih

  • bug 1173286 - snapshot using compositor
    • wip
    • Create new snapshot api base on canvas drawWindow() impl
  • bug 1192192 - drawQuad culling error
    • r?
    • should check renderTarget's offset position
  • bug 1191674 - extend bootAnim time
    • request uplift for b2g37

Morris Tseng

  • bug 709490 - Run WebGL on Web Worker with commit()
    • r?
    • Handle emulator crash. (driver bug?)
    • Handle MacOS 10.6 bug.
  • bug 1172719 - [Aries] Hex Race is very jittery
    • Debug
    • My latest m-c build looks ok. Still investigating.
  • bug 1172796 - Implement remain feature of OffscreenCanvas.
    • WIP
    • Rebased.

Tingyu Lin

  • bug 1139288 - [TextSelection] MMS attachment's size text should not be selectable
    • Close via bug 1172382.
  • bug 1160299 - [Text Selection][Browser] Text selection does not work properly on TOP SITES titles
    • land
  • bug 1190980 - [Messages] Cannot paste text from another app into "To:" field.
    • WIP
  • bug 1194042 - Implement a global cut-or-copied state for text selection dialog across apps
    • WIP

Vincent Liu

  • 2D Canvas Worker
    • WIP : Focus on exposing webidl interface on both main/worker thread.
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP
  • Discuss with ShianYow for porting relative issues.
  • bug 1184870 - Create a generic hal code path in widget/gonk/ to adopt more hal interfaces.
    • Pending until Nativewindow abstraction layer has further update.

CJ

  • bug 1193834 - [LayerScope] Handle display items drawn on a basic painted layer
    • WIP
  • bug 1187812 - [Foxeye] Let WebGL::TexImageSource accept ImageBitmap as a source object
    • WIP

Team

  • Trip to Toronto - Jerry and TingYu.
  • 2.5+ need the target milestone.

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)