TPEGFX/2015-08-13: Difference between revisions
< TPEGFX
Jump to navigation
Jump to search
Borischiou (talk | contribs) |
|||
Line 1: | Line 1: | ||
==Weekly Report== | ==Weekly Report== | ||
===Boris Chiou=== | ===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=== | ===Jeremy Chen=== |
Revision as of 02:31, 13 August 2015
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
- bug 1181418 - [Text Selection] [cut/copy/paste] cut/copy options are always shown on CCP bubble
- land
- Platform features
Jerry Shih
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
- r?
- bug 1190980 - [Messages] Cannot paste text from another app into "To:" field.
- 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
Team
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)