summaryrefslogtreecommitdiffstats
path: root/layout/base
Commit message (Expand)AuthorAgeLines
* Issue #1656 - Part 9: Single-line-comment style.Moonchild2020-09-24-1/+0
* Issue #1656 - Part 8: Devtools and misc.Moonchild2020-09-24-11/+0
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-2/+0
* Issue #1656 - Part 4: Manual cleanupMoonchild2020-09-23-1/+0
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23-5/+0
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-24/+0
* Issue #1655: Update MediaQueryList to the current draft spec.Moonchild2020-09-23-23/+3
* Issue #1643 - Part 4: Hook up all the plumbing.Moonchild2020-09-16-0/+5
* Issue #1641 - Implement CSS flow-root keywordathenian2002020-09-03-3/+39
* Issue #1619 - Missing Dimension ComputationAndy2020-07-31-0/+10
* Issue #1619 - Convert Intrinsic Ratio to FloatAndy2020-07-31-84/+86
* Issue #1525 - Kill marquee elementMoonchild2020-06-01-92/+0
* [printing] Fix build bustage with --disable-printingMoonchild2020-05-21-0/+2
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-2/+3
* Issue #1545 - Fix border-radius on table row groups, rows, column groups, or ...win7-72020-05-12-2/+9
* Issue #1355 - Fix the nit, remove nsPoint offset in nsFrame.cpp and change P...win7-72020-05-10-3/+2
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-05-08-18/+36
* Issue #1355 - Avoid unnecessary work in nsIFrame::BuildDisplayListForStacking...win7-72020-05-08-10/+27
* Issue #1355 - Preemptively fix build bustage for 1409114win7-72020-05-08-5/+6
* Issue #1355 - Store the dirty rect on the display list builder rather than pa...win7-72020-05-08-25/+26
* Issue #80 - Include nsIContentInlines.h in layout/base/PositionedEventTargeti...adeshkp2020-05-01-0/+1
* Issue #80 - De-unify layout/baseMoonchild2020-04-29-15/+42
* Bug 1426536 - Remove nsContentUtils::IsContentInsertionPointMatt A. Tobin2020-04-17-4/+4
* Bug 1419762 - Return the inline continuation of an IB split when appendingMatt A. Tobin2020-04-17-3/+20
* Bug 1419964 - Remove AdjustParentFrameForAfterContentMatt A. Tobin2020-04-17-147/+70
* Bug 1415843 - Remove an unneeded call to AdjustAppendParentForAfterContentMatt A. Tobin2020-04-17-46/+0
* Bug 1415538 - Remove dead frame construction code (InsertFirstLineFrames)Matt A. Tobin2020-04-17-166/+4
* Bug 1415152 - No need for AdjustAppendForAfter, since ::after is handled in F...Matt A. Tobin2020-04-17-10/+3
* Bug 1413619 - Fix insertion point computation when display: contents pseudos ...Matt A. Tobin2020-04-17-226/+160
* Bug 979782 - Implement lazy frame construction for display:contents descendantsMatt A. Tobin2020-04-17-7/+9
* Bug 1380749 - Retry AdjustAppendParentForAfterContent in case |parentAfterFra...Matt A. Tobin2020-04-17-9/+23
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-15/+18
* Bug 1411754 - Rename PresShell::DestroyFramesFor to DestroyFramesForAndRestyleMatt A. Tobin2020-04-17-8/+10
* Bug 1404789 - Stop reconstructing frames for the whole shadow root each time ...Matt A. Tobin2020-04-17-0/+20
* Bug 1381134 - Ensure we're using the correct frame for the :after/:before ref...Matt A. Tobin2020-04-17-4/+4
* Bug 1389743 - Only reconstruct frames synchronously from ContentRemoved when ...Matt A. Tobin2020-04-17-239/+196
* Bug 1377978 - Make nsRange use uint32_t to offsetMatt A. Tobin2020-04-17-2/+4
* Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the elementMatt A. Tobin2020-04-17-12/+16
* Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store th...Matt A. Tobin2020-04-17-121/+15
* Bug 1368802 - nsFrameIterator::GetPlaceholderFrame should only try to get the...Matt A. Tobin2020-04-17-11/+9
* Bug 1361086 - Simplify UndisplayedMap::GetListFor/GetOrCreateListFor to take ...Matt A. Tobin2020-04-17-11/+11
* Bug 1360157 - Assert that a display: contents child always has a parentMatt A. Tobin2020-04-17-0/+1
* Bug 1355351 - Make pseudo-elements return the correct style via getComputedStyleMatt A. Tobin2020-04-17-150/+68
* Bug 1296516 - Cleanup a bit of code in layout/baseMatt A. Tobin2020-04-17-459/+358
* Bug 1330843 - Allow JS to create NAC pseudo-elementsMatt A. Tobin2020-04-17-1/+31
* Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymo...Matt A. Tobin2020-04-16-4/+19
* Bug 1343879 - Be consistent about the parent style context the document-level...Matt A. Tobin2020-04-16-9/+15
* Bug 1343937 - Fix a crash in nsWrapperCache.hMatt A. Tobin2020-04-16-2/+11
* Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content w...Matt A. Tobin2020-04-16-29/+132
* Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFramesMatt A. Tobin2020-04-14-85/+43