TPE-Layout/2016-11-22: Difference between revisions
Jump to navigation
Jump to search
Jeremychen (talk | contribs) |
|||
| (26 intermediate revisions by 9 users not shown) | |||
| Line 1: | Line 1: | ||
==Weekly Summary== | ==Weekly Summary== | ||
==Weekly Sharing== | |||
===Astley Chen=== | |||
* [https://github.com/ahal/mozconfigwrapper mozconfigwrapper] to manager your config variants. | |||
* '''How to create an Aurora build ?''' | |||
** Upon mozilla-central - [https://wiki.mozilla.org/Sheriffing/Uplift-Sim/Trunk-Aurora Aurora Simulation] | |||
** Upon mozilla-aurora - Add "ac_add_options --with-branding=browser/branding/aurora" into mozconfig file. | |||
* '''How to create a Beta build ?''' | |||
** Upon mozilla-central - [https://wiki.mozilla.org/Sheriffing/Uplift-Sim/Trunk-Beta Beta Simulation] | |||
** Upon mozilla-beta - Add "ac_add_options --enable-official-branding" into mozconfig file. | |||
===Cameron McCormack=== | |||
* Leak hunting with rr | |||
==Weekly Status== | ==Weekly Status== | ||
===Astley Chen=== | ===Astley Chen=== | ||
* | * {{Bug|1303654}} - Enable basic shapes clip-path clipping on Nightly & Aurora. | ||
** land | |||
* {{Bug|1251161}} - Ship CSS positioned mask support on beta & release channels | |||
** land | |||
** | |||
* | |||
** | |||
===Boris Chiou=== | ===Boris Chiou=== | ||
<b>Web Animations API</b> | |||
* {{Bug|1286151}} - Support paced spacing for filter property | |||
** land | |||
* {{Bug|1318591}} - Distance calculation for transform lists should use distance of transformed point | |||
** OOAD | |||
** Discussing with Brian and other spec editors | |||
* {{Bug|1317914}} - Ship keyframes paced spacing | |||
** file | |||
<b>Stylo - Animations</b> | |||
* {{Bug|1317178}} - Stylo: Use to_css_single_value in Servo_DeclarationBlock_SerializeOneValue | |||
** WIP | |||
* {{Bug|1317179}} - Stylo: Use XPCOM string bindings instead of Gecko_Utf8SliceToString | |||
** study | |||
<b>Animations</b> | |||
* {{Bug|1319072}} - Assertion failure: aCoeff >= 0.0 && aCoeff <= 1.0 (Coefficient should be in the range [0.0, 1.0]), atnsStyleTransformMatrix.cpp:332 | |||
** review | |||
===Cameron McCormack=== | ===Cameron McCormack=== | ||
'''Stylo''' | |||
* {{Bug|1318238}} - clear ServoNodeData from the entire document when the ServoStyleSet is shutting down | |||
** land | |||
* {{Bug|1310560}} - stylo: support url() values in cursor | |||
** land | |||
* more mozilla-central -> incubator/stylo merges | |||
===CJ Ku=== | ===CJ Ku=== | ||
* {{Bug|1313898}} - Draw SVG mask/clip-path onto mask layer | |||
** land | |||
* {{Bug|1318418}} - Eliminate one extra copy in nsSVGIntegrationUtils::PaintMask when we have both mask and clip-path | |||
** file | |||
* {{Bug|1318266}} - Draw trivial clip-path onto mask layer | |||
** file | |||
===Farmer Tseng=== | ===Farmer Tseng=== | ||
*chromium printing(from window.print and UI) | |||
**study | |||
*Setup debug environment of chromium in Windows and Mac OS, and learn how to set break point in windows. (Done) | |||
===Jeremy Chen=== | ===Jeremy Chen=== | ||
| Line 23: | Line 64: | ||
* {{Bug|1310106}} - Implement the rendering of floating :first-letter with CSS initial-letter property | * {{Bug|1310106}} - Implement the rendering of floating :first-letter with CSS initial-letter property | ||
** floating rendering implementation | ** floating rendering implementation | ||
*** r-, | *** r-, parts of the code might turn out useful later | ||
** non-floating rendering implementation | ** non-floating rendering implementation | ||
*** | *** {{Bug|1318261}} - Let :first-letter with initial-letter property has its own line | ||
**** file | study | |||
** specification issues: | ** specification issues: | ||
*** new | *** new | ||
**** [https://github.com/w3c/csswg-drafts/issues/719 | **** [https://github.com/w3c/csswg-drafts/issues/719 {css-inline} initial-letter should be clearer about how it makes its block taller] | ||
**** [https://github.com/w3c/csswg-drafts/issues/735 {css-inline} initial-letter should be clearer about how it sinks] | |||
**** [https://github.com/w3c/csswg-drafts/issues/743 {css-inline} Is initial-letter in-flow or out-of-flow?] | |||
*** pending | *** pending | ||
**** [https://github.com/w3c/csswg-drafts/issues/360 {css-inline} fill out initial-letter/float interaction section] | **** [https://github.com/w3c/csswg-drafts/issues/360 {css-inline} fill out initial-letter/float interaction section] | ||
| Line 38: | Line 82: | ||
'''Servo/Stylo''' | '''Servo/Stylo''' | ||
* [https://github.com/servo/servo/pull/14227 Stylo - gecko glue code for font-size-adjust] | * [https://github.com/servo/servo/pull/14227 Stylo - gecko glue code for font-size-adjust] | ||
** r+ | ** r+ | merged | ||
===Shing Lyu=== | ===Shing Lyu=== | ||
'''Stylo''' | |||
* [https://github.com/servo/servo/pull/14218 #14218] - Landed the drop-shadow filter for Stylo | |||
'''Servo''' | |||
* [https://github.com/servo/servo/pull/12610 #12610] - Try fixing the getComputedStyle output for flexbox's min-size | |||
* [https://github.com/servo/servo/pull/14147 #14147] - Updating patche for Servo performance test | |||
* [https://github.com/servo/servo/pull/14194 #14194] - Updating patch for Gecko performance test | |||
'''Evangelism''' | |||
* Rust beginner tutorial for Moz TW community | |||
* Study The Rust book | |||
===Tingyu Lin=== | ===Tingyu Lin=== | ||
| Line 47: | Line 105: | ||
** Push a followup patch to fix spec URL in the reftests. | ** Push a followup patch to fix spec URL in the reftests. | ||
* {{Bug|1316549}} - Fix <shape-box> value with border-radius for non-ltr direction and writing-mode | * {{Bug|1316549}} - Fix <shape-box> value with border-radius for non-ltr direction and writing-mode | ||
** | ** r+ | ||
** Addressing reviewer's comments. | |||
'''layout''' | |||
* {{Bug|1317588}} - Clean up definition and macros related to mozilla::Side | |||
** r? | |||
'''details & summary''' | '''details & summary''' | ||
* {{Bug|1271549}} - Remove preference "dom.details_element.enabled" for <details> and <summary> | * {{Bug|1271549}} - Remove preference "dom.details_element.enabled" for <details> and <summary> | ||
| Line 53: | Line 115: | ||
===Tommy Kuo=== | ===Tommy Kuo=== | ||
*{{Bug|1273244}} - Add support for background-repeat-x/y | |||
** Invest SPEC and Try on Google Chrome | |||
** WIP | |||
==Team Affairs== | ==Team Affairs== | ||
* Training budget for buying technical books. | |||
** Company Tax ID included on your purchases. | |||
** Expensify with annotation of using training budget. | |||
** [https://docs.google.com/spreadsheets/d/1SHmXiD3rTd5oR_SMdNs4BuLbicejz8T9GwJlilabHVE/edit Public books management] | |||
* Hawaii All-hands | |||
** Per diem for 12/7~8 dinner is USD60/night. Policy is no change. | |||
** Expense reimbursement by 2/20. | |||
* General expense reimbursement by 2016/12/20. (Global wellness due is 12/31) | |||
==Rule of Thumb== | ==Rule of Thumb== | ||
Latest revision as of 06:25, 22 November 2016
Weekly Summary
Weekly Sharing
Astley Chen
- mozconfigwrapper to manager your config variants.
- How to create an Aurora build ?
- Upon mozilla-central - Aurora Simulation
- Upon mozilla-aurora - Add "ac_add_options --with-branding=browser/branding/aurora" into mozconfig file.
- How to create a Beta build ?
- Upon mozilla-central - Beta Simulation
- Upon mozilla-beta - Add "ac_add_options --enable-official-branding" into mozconfig file.
Cameron McCormack
- Leak hunting with rr
Weekly Status
Astley Chen
- bug 1303654 - Enable basic shapes clip-path clipping on Nightly & Aurora.
- land
- bug 1251161 - Ship CSS positioned mask support on beta & release channels
- land
Boris Chiou
Web Animations API
- bug 1286151 - Support paced spacing for filter property
- land
- bug 1318591 - Distance calculation for transform lists should use distance of transformed point
- OOAD
- Discussing with Brian and other spec editors
- bug 1317914 - Ship keyframes paced spacing
- file
Stylo - Animations
- bug 1317178 - Stylo: Use to_css_single_value in Servo_DeclarationBlock_SerializeOneValue
- WIP
- bug 1317179 - Stylo: Use XPCOM string bindings instead of Gecko_Utf8SliceToString
- study
Animations
- bug 1319072 - Assertion failure: aCoeff >= 0.0 && aCoeff <= 1.0 (Coefficient should be in the range [0.0, 1.0]), atnsStyleTransformMatrix.cpp:332
- review
Cameron McCormack
Stylo
- bug 1318238 - clear ServoNodeData from the entire document when the ServoStyleSet is shutting down
- land
- bug 1310560 - stylo: support url() values in cursor
- land
- more mozilla-central -> incubator/stylo merges
CJ Ku
- bug 1313898 - Draw SVG mask/clip-path onto mask layer
- land
- bug 1318418 - Eliminate one extra copy in nsSVGIntegrationUtils::PaintMask when we have both mask and clip-path
- file
- bug 1318266 - Draw trivial clip-path onto mask layer
- file
Farmer Tseng
- chromium printing(from window.print and UI)
- study
- Setup debug environment of chromium in Windows and Mac OS, and learn how to set break point in windows. (Done)
Jeremy Chen
Initial-letter
- bug 1310106 - Implement the rendering of floating :first-letter with CSS initial-letter property
- floating rendering implementation
- r-, parts of the code might turn out useful later
- non-floating rendering implementation
- bug 1318261 - Let :first-letter with initial-letter property has its own line
- file | study
- bug 1318261 - Let :first-letter with initial-letter property has its own line
- specification issues:
- new
- pending
- {css-inline} fill out initial-letter/float interaction section
- {css-inline} spec should define behavior when 'initial-letter' and 'float' both set on same element/pseudo-element
- {css-inline} should specify that line with initial letter is shortened relative to all floats initial letter can interact with
- floating rendering implementation
Layout
- bug 1295788 - Remove layout.css.display-contents.enabled pref
- r+ | land
Servo/Stylo
- Stylo - gecko glue code for font-size-adjust
- r+ | merged
Shing Lyu
Stylo
- #14218 - Landed the drop-shadow filter for Stylo
Servo
- #12610 - Try fixing the getComputedStyle output for flexbox's min-size
- #14147 - Updating patche for Servo performance test
- #14194 - Updating patch for Gecko performance test
Evangelism
- Rust beginner tutorial for Moz TW community
- Study The Rust book
Tingyu Lin
shape-outside
- bug 1309467 - Implement the rendering of <shape-box> value for CSS shape-outside
- Push a followup patch to fix spec URL in the reftests.
- bug 1316549 - Fix <shape-box> value with border-radius for non-ltr direction and writing-mode
- r+
- Addressing reviewer's comments.
layout
- bug 1317588 - Clean up definition and macros related to mozilla::Side
- r?
details & summary
- bug 1271549 - Remove preference "dom.details_element.enabled" for <details> and <summary>
- land
Tommy Kuo
- bug 1273244 - Add support for background-repeat-x/y
- Invest SPEC and Try on Google Chrome
- WIP
Team Affairs
- Training budget for buying technical books.
- Company Tax ID included on your purchases.
- Expensify with annotation of using training budget.
- Public books management
- Hawaii All-hands
- Per diem for 12/7~8 dinner is USD60/night. Policy is no change.
- Expense reimbursement by 2/20.
- General expense reimbursement by 2016/12/20. (Global wellness due is 12/31)
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)