summaryrefslogtreecommitdiffstats
path: root/layout/generic
Commit message (Expand)AuthorAgeLines
* Issue #1671 - Unprefix ::-moz-selectionMoonchild2020-10-24-2/+9
* Issue #1668 - Part 2: Visited color and auto support for caret-color property.athenian2002020-10-24-1/+1
* Issue #1668 - Part 1: Implement support for caret-color property.athenian2002020-10-24-2/+1
* Issue #1666 - Implement overflow-wrap: anywhereMoonchild2020-10-06-2/+3
* Issue #1665 - Take overflow-wrap into account when calculating min-content in...Moonchild2020-10-06-0/+10
* Issue #1641 - Implement CSS flow-root keywordathenian2002020-09-08-5/+9
* Issue #1525 - Kill marquee element (uplift)Moonchild2020-09-05-332/+0
* Issue #1620 - Remove Development CommentsAndy2020-08-30-4/+0
* Issue #1620 - Use Intrinsic Aspect Ratio for Images (uplift)Andy2020-08-30-126/+176
* Issue #1619 - Nits PickedAndy2020-08-07-6/+7
* Issue #1619 - Add Vertical Writing TestcaseAndy2020-08-07-20/+0
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-08-07-103/+182
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-23-18/+0
* Issue #1543 - Follow-up: avoid displaying the Alt text if an image is loading.Moonchild2020-05-20-17/+9
* Issue #1543 - Align <img> with no src to the updated spec.Moonchild2020-05-20-55/+59
* Issue #1355 - Fix the nit, remove nsPoint offset in nsFrame.cpp and change P...win7-72020-05-20-2/+1
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-05-20-4/+40
* Issue #1355 - Avoid unnecessary work in nsIFrame::BuildDisplayListForStacking...win7-72020-05-20-47/+53
* Issue #1355 - Preemptively fix build bustage for 1409114win7-72020-05-20-8/+8
* Issue #1355 - Store the dirty rect on the display list builder rather than pa...win7-72020-05-20-192/+146
* Issue #80 - Resolve issues with compiling on insane gcc configurations with n...Moonchild2020-05-06-1/+1
* Issue #80 - De-unify layout/PITA... I mean layout/genericMoonchild2020-05-06-8/+21
* Issue #1512 - Improve handling of multiple selections.wolfbeast2020-04-14-1/+1
* [layout] Always move descendants of layout frames if moved.wolfbeast2020-04-14-0/+2
* Issue #1511 - Bail on orphan situation.wolfbeast2020-04-14-0/+4
* Issue #1485 - Fix incorrect grid cell sizing to min/max space.wolfbeast2020-04-14-29/+29
* Issue #1480 - Skip abspos, fixed, float and placeholders for outline.wolfbeast2020-04-14-2/+12
* Revert "Issue #1355 - Better way to create display items for column backgrounds"wolfbeast2020-04-14-320/+258
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-04-14-258/+320
* Issue #1355 - Make nsTableCellFrame::GetColIndex/GetRowIndex fasterwin7-72020-04-14-12/+10
* Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-04-14-0/+18
* Issue #1328 - Part 3: Add fuzz to reftests and fix misc other tests.Chris Peterson2019-12-18-1/+1
* Check if we're already at the end of the frame's content.Jonathan Kew2019-12-06-1/+2
* Remove unnecessary calls to ReparentFloatsForInlineChild inMats Palmgren2019-11-29-45/+10
* Simplify the overflow child frame reparenting inMats Palmgren2019-11-29-7/+2
* Issue #146 - Part 6: Allow `position: sticky` on table elements.wolfbeast2019-11-03-5/+2
* Issue #146 - Part 5: Treat table row groups as containing blocks.wolfbeast2019-11-03-0/+11
* Issue #1230 - Part 1: Fix Back-computing percentages for intrinsic sizing in ...Gaming4JC2019-09-28-233/+93
* Issue #1233 - Part 2: Update ReftestsGaming4JC2019-09-28-4/+3292
* Issue #1233 - Part 1: Fix grid overflow and rendering issues by improving Lay...Gaming4JC2019-09-28-278/+383
* Fix comments for Framepropertieswin7-72019-07-12-1/+1
* Iterate the frame property list once to collect which child list properties w...win7-72019-07-08-36/+53
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-321/+353
* Remove 18 yo OS/2 and AIX bustage workaround.wolfbeast2019-03-31-19/+73
* Handle the special case of a flex frame being the absolute containing block c...JustOff2019-03-14-6/+22
* Merge branch 'master' of https://github.com/MoonchildProductions/UXPwolfbeast2019-02-03-1/+1
|\
| * issue #908 - implement missing parts of CSS maskyami2019-02-02-1/+1
* | Remove NS_IMPL_CYCLE_COLLECTION_TRAVERSE_SCRIPT_OBJECTSwolfbeast2019-01-18-1/+0
|/
* Make sure we remove our RefreshDriver observers in CompleteAsyncScroll.wolfbeast2018-11-02-2/+12
* Ensure that the scroll frame deregisters its refresh driver observers (mAsync...wolfbeast2018-10-31-22/+30