| Commit message (Expand) | Author | Age | Lines |
* | Issue #325 Part 13: Remove Mozilla implementation of the bidi engine complete... | wolfbeast | 2018-05-04 | -3010/+182 |
* | Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame. | wolfbeast | 2018-05-04 | -4/+0 |
* | Building with "--enable-debug" - fix some warnings | janekptacijarabaci | 2018-05-02 | -2/+3 |
* | Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelection | janekptacijarabaci | 2018-04-30 | -2/+3 |
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1 | Moonchild | 2018-04-29 | -9/+285 |
|\ |
|
| * | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -9/+285 |
* | | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -144/+389 |
|\ \ |
|
| * | | Bug 1264125: Fire transitioncancel event when a transition is canceled (added... | janekptacijarabaci | 2018-03-14 | -3/+67 |
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added te... | janekptacijarabaci | 2018-03-14 | -10/+16 |
| * | | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -69/+79 |
| * | | Bug 1264125: Queue CSS related event when setting null target effect | janekptacijarabaci | 2018-03-14 | -13/+45 |
| * | | Bug 1264125: Call the queueing events when canceling transition via Style or ... | janekptacijarabaci | 2018-03-14 | -7/+20 |
| * | | Bug 1264125: Queue transitioncancel when animation status is idle | janekptacijarabaci | 2018-03-14 | -31/+45 |
| * | | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart on... | janekptacijarabaci | 2018-03-14 | -21/+107 |
| * | | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (without ... | janekptacijarabaci | 2018-03-14 | -73/+93 |
* | | | moebius#138: Optimize operations on root of deeply-nested frame tree | janekptacijarabaci | 2018-04-24 | -38/+610 |
* | | | Bug 1338053: Make nsFlexContainerFrame::MarkIntrinsicISizesDirty() also call ... | janekptacijarabaci | 2018-04-24 | -0/+174 |
* | | | Bug 1336708: Reftest | janekptacijarabaci | 2018-04-24 | -0/+65 |
* | | | Bug 1336708: Don't reuse cached flex-item reflow measurements if the item's c... | janekptacijarabaci | 2018-04-24 | -23/+39 |
* | | | Bug 1209697: Cache flex measuring reflows to avoid exponential behavior | janekptacijarabaci | 2018-04-24 | -39/+114 |
* | | | Bug 1209697: Clear ancestor intrinsic sizes when our block size changes | janekptacijarabaci | 2018-04-24 | -1/+6 |
* | | | moebius#195: DOM - PointerEvent - improvements | janekptacijarabaci | 2018-04-23 | -0/+2 |
* | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument... | janekptacijarabaci | 2018-04-23 | -0/+15 |
* | | | moebius#71: DOM - Pointer Events - improvements | janekptacijarabaci | 2018-04-20 | -367/+95 |
* | | | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVM | Boris Zbarsky | 2018-04-19 | -11/+1 |
* | | | Bug 1448774. r=dholbert, a=RyanVM | Robert Longson | 2018-04-19 | -2/+2 |
* | | | Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from nsSVGUtils... | Botond Ballo | 2018-04-19 | -2/+1 |
* | | | Use natural border width rounding. | wolfbeast | 2018-04-18 | -6/+9 |
* | | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -3/+175 |
|\ \ \ |
|
| * | | | moebius#92: HTML - input - datetime | janekptacijarabaci | 2018-03-30 | -0/+166 |
| * | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into htm... | janekptacijarabaci | 2018-03-30 | -107/+2286 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -3/+9 |
* | | | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -293/+0 |
| |/ /
|/| | |
|
* | | | Bug 1324042 - Fix trimmedOffsets arithmetic in GetRenderedText(). r=mats, a=R... | Daniel Holbert | 2018-03-14 | -1/+5 |
* | | | Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate func... | Bob Owen | 2018-03-14 | -9/+10 |
| |/
|/| |
|
* | | Bustage fix: remove duplicate function def | wolfbeast | 2018-03-12 | -1/+0 |
* | | HTML - implement the labels attribute (follow up) | janekptacijarabaci | 2018-03-12 | -2/+4 |
* | | CSS: inline-block with a display:block <input> child element has a wrong base... | janekptacijarabaci | 2018-03-12 | -29/+989 |
* | | CSS - Grid - transferred min-size contribution of percentage size grid item w... | janekptacijarabaci | 2018-03-12 | -31/+199 |
* | | CSS - Grid - intristic content with overflow:auto overlaps in grid | janekptacijarabaci | 2018-03-12 | -13/+965 |
* | | [draft] CSS - linear-gradient - zero (0) angle value without degree unit is n... | janekptacijarabaci | 2018-03-12 | -5/+7 |
* | | CSS - Grid - fit-content unexpectedly reserves space for full clamp size in r... | janekptacijarabaci | 2018-03-12 | -0/+9 |
* | | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 | -2/+87 |
* | | Basilisk - the cmd line - help (the columns alignment, error improvements) | janekptacijarabaci | 2018-02-28 | -2/+2 |
* | | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -0/+2 |
* | | JS - make window.pageYOffset/pageXOffset/scrollX/scrollY double | janekptacijarabaci | 2018-02-21 | -5/+5 |
* | | Remove windows-xp and windows-vista from @media(-moz-os-version) | wolfbeast | 2018-02-20 | -6/+0 |
* | | Never shrink line heights as a result of minimumFontSize. | wolfbeast | 2018-02-13 | -1/+2 |
|/ |
|
* | Bug 1261175. | wolfbeast | 2018-02-07 | -0/+6 |
* | Add -moz-windows-accent-color-is-dark | wolfbeast | 2018-02-04 | -0/+13 |