TPEGFX/2015-03-19

From MozillaWiki
Jump to: navigation, search

Weekly Report

Boris Chiou

  • bug 1144012 - Wrap HAL code from HwcComposer2D
    • file | OOAD | WIP
  • bug 1144014 - Autotesting for HwcComposer2D
    • file

Chiajung Hung

  • bug 1139768 - [Meta] Implement a profiler feature to report cost of style changing and why it costly in Gecko
    • study
    • study Gecko's Remote Debugging Protocol and related implementation in MemoryProfiler
  • bug 1143064 - A simple cache for decision results during BuildDisplayList
    • study
    • study the trick and BuildDisplayList
  • bug 1129249 - Make Restyle label splitted based on element id and log the callstack from javascript if available
    • r+
    • Fix various UniquePtr usage in part 2, push to try
  • bug 1142181 ProfilerBacktrace.cpp should #include its own .h file first
    • landing

Ethan Lin

  • bug 1140945 - ProcessDisplayItems spends about 15ms in Homescreen edit mode when moving an item to change the scrollTop
    • study
    • study the flow of ProcessDisplayItems
  • Fence Refactor
    • WIP
    • Try to make a patch for removing Fence Tracker.

Jeremy Chen

  • bug 1139803 - (CopyPasteTest) Test case for selection utility bubble hide/show when scroll start/end
  • bug 1140994 - [Text Selection] Utility bubble always shows during scrolling on b2g desktop
    • r+
  • bug 1140625 - [Messages][Text Selection] Carets appear above the selection of a vcf file's text in the messages app
    • OOAD
    • Write a simple test on browser. roc suggests that we should fix both in this bug.
      • Bug 1: An extra "span" node is created for text after attaching a file, so an extra level in frame tree is created too. This causes the mis-calculation for end caret position.
      • Bug 2: If the last child is a TextNode with no frame, the caret's position may go wrong as well
    • Add recursive call to find the right caret frame and caret offset. Fix try failures.

Jerry

  • bug 1145015 - crash in gfx/layers/opengl/OGLShaderProgram
    • r+
    • Data racing problem in SharedBufferManager. Remove the data racing and clean up the ShadowLayerUtilsGralloc.
  • HWC partial composition
    • We can use partial composition in mdp-base device. But I would like to clean up the HWC::Render() function to show partial composition explicitly.
  • HWC virtual display
    • Testing the outbuf in HWC list.

Morris Tseng

  • Copy/Paste event refactor
    • Send carets rect to gaia in order to prevent edge gesture overlap caret.
  • bug 1143139 - Intermittent test_selectioncarets.py | application crashed [@ mozilla::SelectionCarets::DispatchSelectionStateChangedEvent(mozilla::dom::Selection *,mozilla::dom::Sequence<mozilla::dom::SelectionState> const &)]
    • r+
  • bug 1021499 - [Text Selection] carets might be truncated by keyboard
    • WIP
  • bug 1142316 - [Text Selection][Email] Unable to select or copy the body of HTML email
    • debug
    • Confirmed that this is gaia bug. If elemenet has pointer-event:none then this element isn't selectable.
  • bug 1142853 - SelectionCaret image handles do not show on nightly browser
    • land

Tingyu Lin

Peter Chang

  • bug 1144990 - Dump display items with class id and name
    • wip
  • bug 1127170 - Layer transaction spends more than 150ms when switch app
    • debug
    • Found the reason why gaia in master will change the frame tree during app switch
    • Found the transform display item becomes invalid when img decode is finished, that's why the background and text get repainted

Team

  • 3/30 Team building
    • 坐捷運到葫洲捷運站後, 還需要走20分才會到147靶場 如開車自行前往的同仁可以幫忙接送哪些同仁. 哪些同仁決定要搭捷運再走過去 須確認大家9:30以前都有辦法到達. 謝謝!

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)