TPEGFX/2015-07-30
< TPEGFX
Jump to navigation
Jump to search
Weekly Report
Boris Chiou
- bug 952456 - Implement non-text/rich text support for B2G clipboard
- r?
- Fix BrowserElement
- bug 1121463 - Provide 'copy link/URL' option when long-pressing hyperlinks and images
- WIP
- wait for Bug 952456
- Plot flow chart for CopyImage
- Set environment for building aries-l
Jeremy Chen
- bug 1147329 - [TextSelection] refactoring text_selection_dialog.js
- land
- bug 1181418 - [Text Selection] [cut/copy/paste] cut/copy options are always shown on CCP bubble
- WIP
- Try to keep good copy & paste UI on FFOS w/o breaking expected clipboard event model on FF browser.
- Transfer info from content side through evt.detail. ex. canCut? or isEditable?
- bug 1188874 - Cut command in context menu is not consistent with that in edit menu
- file
- bug 1189139 - [flame-kk] background apps may disappear when long press home button into card view
- Can't flash w/ pvt build and bump into "Flashing out/target/product/flame/system.img failed because the image was too large"
- Update to the newest base image, then try applying the nightly build again
- ref: bug 1184980 - System partition size should be updated
Jerry Shih
- bug 1173286 - snapshot using compositor
- r-
- update for reviewer's comment
- will provide the performance chart comparing with the original path
- bug 1166173 - tiled layer off-main thread painting
- wip
- rebase Ethan's work to m-c
- Try to remove progressive painting mechanism.
Morris Tseng
- bug 709490 - Run WebGL on Web Worker with commit()
- r-
- Handle try failure.
- Handle fallback mechanism for worker canvas.
- Address reviewer's comment.
Tingyu Lin
- bug 1159997 - Use a tight dirty region/rect for PaintFrame
- study
- Collect dirty rect after the frame is reflowed or invalidated.
- bug 1187774 - Make keyboard shortcuts discoverable in reftest analyzer
- file
- bug 1172382 - Enable AccessibleCaret on B2G and fix test case failures if any
- Fix Mulet test fail.
- land
- bug 1186347 - Bug 1186347 - Long press on content editable area and got a JS type error in app_text_selection_dialog.js
- land
- Resolved bug 1049380, bug 1113502, bug 1120754, bug 1159955, bug 1089553, bug 1130993 because AccessibleCaret was landed.
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
- Study possible architecture for further action.
- 2D Canvas Worker
- Study.
CJ
- bug 1061393 - Dump Display List on Layerscope viewer
- r+
- bug 1187812 [Foxeye] Let WebGL::TexImageSource accept ImageBitmap as a source object
- WIP
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)