| Commit message (Expand) | Author | Age | Lines |
* | Issue #146 - Part 6: Allow `position: sticky` on table elements. | wolfbeast | 2019-11-03 | -9/+0 |
* | Issue #146 - Part 3: Create nsDisplayTableBackgroundImage to avoid | wolfbeast | 2019-11-03 | -7/+75 |
* | Issue #146 - Part 3: Create nsDisplayTableFixedPosition to avoid display | wolfbeast | 2019-11-03 | -5/+103 |
* | Issue #146 - Part 2: Remove custom table painting component. | wolfbeast | 2019-11-02 | -3/+0 |
* | Issue #146 - Part 1: Draw each table's background on their own display | wolfbeast | 2019-11-02 | -3/+10 |
* | Issue #1230 - Part 1: Fix Back-computing percentages for intrinsic sizing in ... | Gaming4JC | 2019-09-28 | -73/+133 |
* | Issue #438: Rename coord/coords to originValue/transformOrigin. | wolfbeast | 2019-08-14 | -13/+13 |
* | Issue #438: Pixel-snap subpixel value for outer SVG and anon child. | wolfbeast | 2019-08-14 | -2/+7 |
* | Issue #438: Do not round the translation of an SVG frame. | wolfbeast | 2019-08-14 | -2/+8 |
* | Outdated comment removal (no code changes) | win7-7 | 2019-08-02 | -1/+0 |
* | Revert "Capture delayed events and cancel as necessary." | wolfbeast | 2019-07-18 | -16/+0 |
* | Fix comments for Frameproperties | win7-7 | 2019-07-12 | -1/+1 |
* | Iterate the frame property list once to collect which child list properties w... | win7-7 | 2019-07-08 | -0/+27 |
* | Avoid multiple hashtable lookups in DisplayItemData destructor | win7-7 | 2019-07-07 | -2/+7 |
* | Attach FrameProperties to each frame instead of using a shared hashtable | win7-7 | 2019-06-26 | -526/+285 |
* | Revert "Improve origin-clean algorithm" | wolfbeast | 2019-06-04 | -5/+3 |
* | Improve origin-clean algorithm | wolfbeast | 2019-05-27 | -3/+5 |
* | Lots of time spent maintaining nsDisplayLayerEventRegions (#1116) | win7-7 | 2019-05-24 | -0/+4 |
* | Merge pull request #1071 from win7-7/nsDisplayListBuilder | Moonchild | 2019-05-03 | -2/+2 |
|\ |
|
| * | patch to Bug 1377329 | win7-7 | 2019-05-02 | -2/+2 |
* | | unnecessary space at the end removed | win7-7 | 2019-05-02 | -1/+0 |
* | | patch to Bug 1363423 | win7-7 | 2019-05-02 | -0/+5 |
|/ |
|
* | Capture delayed events and cancel as necessary. | wolfbeast | 2019-04-26 | -0/+16 |
* | Grab caching capturing content with local variable. | wolfbeast | 2019-03-23 | -5/+5 |
* | The result of adding any percentage factor to a size that is zero should also... | JustOff | 2019-03-21 | -4/+5 |
* | Add nullcheck for frames in FindNearestCommonAncestorFrame | wolfbeast | 2019-02-18 | -0/+4 |
* | issue #908 - implement missing parts of CSS mask | yami | 2019-02-02 | -58/+319 |
* | Telemetry: Remove stubs and related code | adeshkp | 2019-01-12 | -183/+0 |
* | Only disallow lazy frame construction for direct children of display: content... | trav90 | 2018-12-09 | -6/+10 |
* | Make caret width normal/thick behind CJK char configurable. | wolfbeast | 2018-10-07 | -1/+7 |
* | Clean up a number of unused variables. | wolfbeast | 2018-09-29 | -6/+0 |
* | Bug 1470260 - Part 2: Make RefreshDriverTimer ref-counted and hold a strong r... | wolfbeast | 2018-09-10 | -20/+21 |
* | Bug 1470260 - Part 1: Ensure that 'this' stays alive for the duration of the ... | wolfbeast | 2018-09-10 | -0/+4 |
* | Remove all C++ telemetry autotimers | wolfbeast | 2018-09-04 | -9/+2 |
* | Remove all C++ Telemetry Accumulation calls. | wolfbeast | 2018-09-03 | -66/+0 |
* | Avoid using memset on a not-trivial type like nsTabSizes | trav90 | 2018-08-18 | -1/+6 |
* | Add pref to control CanOptimizeToImageLayer for large downscale factors. | wolfbeast | 2018-07-14 | -0/+5 |
* | Fix Build Bustage - with "--enable-debug" | janekptacijarabaci | 2018-07-12 | -1/+1 |
* | Remove SPS profiler. | wolfbeast | 2018-05-24 | -47/+0 |
* | Bug 1379762 part 2. Use a more reliable test to figure out when we can skip f... | janekptacijarabaci | 2018-05-15 | -1/+14 |
* | Bug 1379762 part 1. Don't call MediaFeaturesChanged if our override device pi... | janekptacijarabaci | 2018-05-15 | -4/+9 |
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -1/+1 |
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -95/+1 |
* | Issue #325 Part 13: Remove Mozilla implementation of the bidi engine complete... | wolfbeast | 2018-05-04 | -3010/+182 |
* | Building with "--enable-debug" - fix some warnings | janekptacijarabaci | 2018-05-02 | -2/+3 |
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1 | Moonchild | 2018-04-29 | -1/+2 |
|\ |
|
| * | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -1/+2 |
* | | moebius#138: Optimize operations on root of deeply-nested frame tree | janekptacijarabaci | 2018-04-24 | -11/+153 |
* | | moebius#195: DOM - PointerEvent - improvements | janekptacijarabaci | 2018-04-23 | -0/+2 |
* | | moebius#71: DOM - Pointer Events - improvements | janekptacijarabaci | 2018-04-20 | -367/+95 |