TPEGFX/2015-08-06

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 952456 - Implement non-text/rich text support for B2G clipboard
    • r?
  • bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks and images
    • OOAD
    • write test cases
    • Fix link errors
  • bug 1180657 - After booting, the screen goes black and Gaia never starts
    • r+ | land

Jeremy Chen

  • bug 1181418 - [Text Selection] [cut/copy/paste] cut/copy options are always shown on CCP bubble
    • r+
    • Fix fails on try
  • bug 1189078 - SettingsListener.observe() leaks copypaste.enabled observers
    • r+ | land
    • How to generate memory report:

Jerry Shih

  • bug 1173286 - snapshot using compositor
    • r?
    • update for reviewer's comment
    • will handle the rb-swap with bgra texture format.
  • bug 1166173 - tiled layer off-main thread painting
    • wip
    • try to make sure all tiles are painted.
  • bug 1186236 - drawQuad culling error
    • landed
    • use drawTarget size instead of widget size for culling.
  • bug 1149923 - border-radius drawing error
    • debug
    • border-radius becomes rectangle shape

Morris Tseng

  • bug 709490 - Run WebGL on Web Worker with commit()
    • r?
    • Handle shutdown crash.
    • Handle fallback mechanism for worker canvas.

Tingyu Lin

  • bug 1159997 - Use a tight dirty region/rect for PaintFrame
    • study
    • Study how to retain the layer associated with the unmodified display items.
  • bug 1189224 - Add BUG_COMPONENT for AccessibleCaret and others to moz.build
    • file | land
  • bug 1189353 - Change NS_ macro prefix to MOZ_ in AccessibleCaretEventHub
    • file | land
  • bug 1181418 - [Text Selection] [cut/copy/paste] cut/copy options are always shown on CCP bubble
    • r
  • bug 1191206 - Redundant back history entries on ruten.com.tw
    • file

Vincent Liu

  • bug 1184870 - Create a generic hal code path in widget/gonk/ to adopt more hal interfaces.
    • Pending until Nativewindow abstraction layer has further update.
  • bug 1186826 - Implement an abstraction object for NativeWindow to hide hardware dependent operations
    • WIP
  • Arrange a list for the object moving to Gonk.
    • Study
  • 2D Canvas Worker
    • Study.

CJ

  • bug 1190176 - [LayerScope] LayerScopeWebSocketManager is not thread safe
    • land
  • bug 1061393 - [LayerScope] Dump Display List on Layerscope viewer
    • land
  • bug 1187812 - [Foxeye] Let WebGL::TexImageSource accept ImageBitmap as a source object
    • WIP

Team

  • Decision on Reference Device for 2.5: Aries KK, Flame KK, and Emulator KK.
  • Gecko version used for 2.5: Gecko 44
  • Task Cluster: Test cases.

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)