summaryrefslogtreecommitdiffstats
path: root/layout
Commit message (Collapse)AuthorAgeLines
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-25/+4
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-95/+1
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-117/+3
|
* Issue #325 Part 13: Remove Mozilla implementation of the bidi engine ↵wolfbeast2018-05-04-3010/+182
| | | | completely and use ICU.
* Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame.wolfbeast2018-05-04-4/+0
|
* Building with "--enable-debug" - fix some warningsjanekptacijarabaci2018-05-02-2/+3
| | | | | https://github.com/MoonchildProductions/moebius/pull/146 https://github.com/MoonchildProductions/Pale-Moon/pull/1400
* Bug 1216885 - Make nsISelectionPrivate not inherit from nsISelectionjanekptacijarabaci2018-04-30-2/+3
|
* Merge pull request #297 from janekptacijarabaci/css_text-justify_1Moonchild2018-04-29-9/+285
|\ | | | | CSS - implement text-justify property
| * moebius#90: CSS - implement text-justify propertyjanekptacijarabaci2018-04-01-9/+285
| |
* | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1Moonchild2018-04-29-144/+389
|\ \ | | | | | | DOM - implement animationcancel event
| * | Bug 1264125: Fire transitioncancel event when a transition is canceled ↵janekptacijarabaci2018-03-14-3/+67
| | | | | | | | | | | | | | | | | | (added tests + style clean up) Issue #55
| * | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (added ↵janekptacijarabaci2018-03-14-10/+16
| | | | | | | | | | | | | | | | | | tests) Issue #55
| * | moebius#89: DOM - implement animationcancel eventjanekptacijarabaci2018-03-14-69/+79
| | | | | | | | | | | | Issue #55
| * | Bug 1264125: Queue CSS related event when setting null target effectjanekptacijarabaci2018-03-14-13/+45
| | | | | | | | | | | | Issue #55
| * | Bug 1264125: Call the queueing events when canceling transition via Style or ↵janekptacijarabaci2018-03-14-7/+20
| | | | | | | | | | | | | | | | | | Script Issue #55
| * | Bug 1264125: Queue transitioncancel when animation status is idlejanekptacijarabaci2018-03-14-31/+45
| | | | | | | | | | | | Issue #55
| * | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵janekptacijarabaci2018-03-14-21/+107
| | | | | | | | | | | | | | | | | | on Aurora 52 Issue #55
| * | Bug 1202333: AnimationEvent elapsedTime should reflect playbackRate (without ↵janekptacijarabaci2018-03-14-73/+93
| | | | | | | | | | | | | | | | | | tests) Issue #55
* | | moebius#138: Optimize operations on root of deeply-nested frame treejanekptacijarabaci2018-04-24-38/+610
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/138
* | | Bug 1338053: Make nsFlexContainerFrame::MarkIntrinsicISizesDirty() also call ↵janekptacijarabaci2018-04-24-0/+174
| | | | | | | | | | | | its parent class's method
* | | Bug 1336708: Reftestjanekptacijarabaci2018-04-24-0/+65
| | |
* | | Bug 1336708: Don't reuse cached flex-item reflow measurements if the item's ↵janekptacijarabaci2018-04-24-23/+39
| | | | | | | | | | | | computed height has changed
* | | Bug 1209697: Cache flex measuring reflows to avoid exponential behaviorjanekptacijarabaci2018-04-24-39/+114
| | |
* | | Bug 1209697: Clear ancestor intrinsic sizes when our block size changesjanekptacijarabaci2018-04-24-1/+6
| | |
* | | moebius#195: DOM - PointerEvent - improvementsjanekptacijarabaci2018-04-23-0/+2
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/195
* | | moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-0/+15
| | | | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | | moebius#71: DOM - Pointer Events - improvementsjanekptacijarabaci2018-04-20-367/+95
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | | Bug 1453339 - Make it harder to mess up Promise::All. r=peterv, a=RyanVMBoris Zbarsky2018-04-19-11/+1
| | | | | | | | | | | | MozReview-Commit-ID: UO4wssYHj7
* | | Bug 1448774. r=dholbert, a=RyanVMRobert Longson2018-04-19-2/+2
| | | | | | | | | | | | | | | | | | --HG-- extra : source : edfd9ffbd7208ef0a59f40a0d77d8dd53c905cb9 extra : intermediate-source : 3784b22ec536b08ce95201d73ae8806340c18b8c
* | | Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from ↵Botond Ballo2018-04-19-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM AnimVal() is a DOM getter, and it flushes animations, which we don't want in GetBBox() which is called from display list building cide and FrameLayerBuilder. MozReview-Commit-ID: DWgm7wAV7C0
* | | Use natural border width rounding.wolfbeast2018-04-18-6/+9
| | | | | | | | | | | | | | | | | | | | | Round subpixel border widths to nearest integer instead of nearest-below integer. Split caret widths off from border widths and continue to use rounding to nearest-below integer for that. Bump Goanna version for visual rendering change.
* | | Merge branch 'html_input_datetime_1'wolfbeast2018-04-15-3/+175
|\ \ \ | | | | | | | | | | | | This is almost everything needed for #162.
| * | | moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-0/+166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
| * | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-107/+2286
| |\ \ \ | | | |/ | | |/| | | | | html_input_datetime_1
| * | | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-3/+9
| | | |
* | | | Remove base conditional code for crash reporter and injector.wolfbeast2018-03-30-293/+0
| |/ / |/| |
* | | Bug 1324042 - Fix trimmedOffsets arithmetic in GetRenderedText(). r=mats, ↵Daniel Holbert2018-03-14-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a=RyanVM MozReview-Commit-ID: H4ngU8Juyln --HG-- extra : rebase_source : f4d6ab58ae70e485dfe72d5290cf6fae2c8397dd extra : intermediate-source : bec50ba1fb12aebde4e4065b2799bc730bc30010 extra : source : fbf54020043bd09c162530907b2a1091a10f4f92
* | | Bug 1426087 - Decrement nsDocumentViewer::mDestroyRefCount in a separate ↵Bob Owen2018-03-14-9/+10
| |/ |/| | | | | | | | | | | | | function. r=jwatt, a=RyanVM --HG-- extra : source : 86d41b5efe074f6988085082df9ef537eee0813a extra : intermediate-source : ea406489f93a0a8fa05ff568acdff07ce6b118c4
* | Bustage fix: remove duplicate function defwolfbeast2018-03-12-1/+0
| |
* | HTML - implement the labels attribute (follow up)janekptacijarabaci2018-03-12-2/+4
| |
* | CSS: inline-block with a display:block <input> child element has a wrong ↵janekptacijarabaci2018-03-12-29/+989
| | | | | | | | baseline (HTML forms)
* | CSS - Grid - transferred min-size contribution of percentage size grid item ↵janekptacijarabaci2018-03-12-31/+199
| | | | | | | | with an intrinsic ratio
* | CSS - Grid - intristic content with overflow:auto overlaps in gridjanekptacijarabaci2018-03-12-13/+965
| |
* | [draft] CSS - linear-gradient - zero (0) angle value without degree unit is ↵janekptacijarabaci2018-03-12-5/+7
| | | | | | | | not correctly interpreted
* | CSS - Grid - fit-content unexpectedly reserves space for full clamp size in ↵janekptacijarabaci2018-03-12-0/+9
| | | | | | | | repeat()
* | SVG - support radialGradient fr attributejanekptacijarabaci2018-03-12-2/+87
| |
* | Basilisk - the cmd line - help (the columns alignment, error improvements)janekptacijarabaci2018-02-28-2/+2
| | | | | | | | https://github.com/MoonchildProductions/moebius/pull/58
* | Don't build EME-specific subroutines without EME.wolfbeast2018-02-24-0/+2
| | | | | | | | | | | | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code.
* | JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2018-02-21-5/+5
| |
* | Remove windows-xp and windows-vista from @media(-moz-os-version)wolfbeast2018-02-20-6/+0
| |