Confirmed users
311
edits
Jetvillegas (talk | contribs) |
|||
| Line 228: | Line 228: | ||
===Layout (jet/dbaron)=== | ===Layout (jet/dbaron)=== | ||
{{readonly}} | |||
* Notable Fixes: | |||
** {{bug|1015664}} - Remove NS_HIDDEN usage in Gecko | |||
** {{bug|1007513}} - Make AnimationEvent.elapsedTime report the actual time the animation has been running | |||
** {{bug|1004871}} - Factor out a common method for calculating the time portion of an animation | |||
** {{bug|854421}} - Throttle requestAnimationFrame from compositor | |||
** {{bug|1018996}} - BasicCompositor broken on Mac | |||
** {{bug|1012797}} - Speed up rendering of linear gradients | |||
** {{bug|1015482}} - Fix reftests that can't handle "min-width:auto" or "min-height:auto" default values | |||
** {{bug|989802}} - Round viewport units to appunits using trunc rather than round so that repeated uses fit within a container. | |||
** {{bug|1018805}} - implement custom lowercasing behavior for Irish. | |||
** {{bug|1012365}} - workaround for Devanagari fonts that lack support for U+0972 on Android. | |||
** {{bug|1015781}} - [css-grid] Clean up SetInitialChildList/AppendFrames/InsertFrames/RemoveFrame methods | |||
** {{bug|1013780}} - Only create displayports during display list building if the display list is for painting to the screen. | |||
** {{bug|1016931}} - Provide better messages to users for range underflow/overflow of HTML number, date and time inputs. | |||
** {{bug|1015780}} - Make Moz2D's GetAlignedStride() faster. | |||
===Media (mreavy)=== | ===Media (mreavy)=== | ||