summaryrefslogtreecommitdiffstats
path: root/layout
Commit message (Expand)AuthorAgeLines
* Issue #80 - De-unify layout/mathmlMatt A. Tobin2020-04-18-2/+3
* Issue #80 - De-unify layout/formsMatt A. Tobin2020-04-18-1/+5
* Issue #80 - De-unify /layout/inspectorMatt A. Tobin2020-04-18-2/+2
* Issue #80 - De-unify /layout/tools/layout-debug/srcMatt A. Tobin2020-04-18-1/+1
* Issue #80 - De-unify /layout/ipcMatt A. Tobin2020-04-18-4/+1
* Issue #80 - De-unify /layout/buildMatt A. Tobin2020-04-18-1/+3
* Issue #1375 - Fix IsWebComponentsEnabled checksMatt A. Tobin2020-04-17-69/+122
* Bug 1425769 - Base class for ShadowRoot and Document to manage style stateMatt A. Tobin2020-04-17-6/+6
* Issue #80 - De-unify dom/baseMatt A. Tobin2020-04-17-0/+1
* Bug 1322661 - Expose (non-XBL) style sheets to devtoolsMatt A. Tobin2020-04-17-22/+18
* Bug 1417829 - Remove unresolved pseudoclassMatt A. Tobin2020-04-17-3/+0
* Bug 1426536 - Remove nsContentUtils::IsContentInsertionPointMatt A. Tobin2020-04-17-4/+4
* Bug 1422197 - Add fast path to get DocGroup in binding code for [CEReactions]Matt A. Tobin2020-04-17-0/+82
* 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-227/+161
* 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 1409975 - Implement node distribution for shadow tree slotsMatt A. Tobin2020-04-17-140/+214
* Bug 1418002 - Remove HTMLContentElementMatt A. Tobin2020-04-17-6/+9
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-29/+32
* 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-5/+97
* Bug 1396584 - Remove support for multiple ShadowRootsMatt A. Tobin2020-04-17-116/+0
* 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-9/+17
* Bug 1377648 - Fix HTMLSummaryElement::IsSummary() on removing the elementMatt A. Tobin2020-04-17-12/+35
* Bug 1368547 - Remove nsFrameManagerBase::mPlaceholderMap and instead store th...Matt A. Tobin2020-04-17-166/+52
* Bug 1368802 - nsFrameIterator::GetPlaceholderFrame should only try to get the...Matt A. Tobin2020-04-17-11/+9
* Bug 1373798 - Move HTML dir attribute state into event state flagsMatt A. Tobin2020-04-17-7/+25
* Bug 1332353 - Make it clearer when a stylesheet is really owned by its mDocumentMatt A. Tobin2020-04-17-24/+69
* Bug 1367683 - Optimize initializing nsRangeMatt A. Tobin2020-04-17-60/+46
* 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-167/+117
* 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-3/+45
* Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymo...Matt A. Tobin2020-04-16-4/+80
* 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-4/+33
* Bug 1340885 - Null check frame's content when searching for NAC ancestors in ...Matt A. Tobin2020-04-16-1/+2
* Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content w...Matt A. Tobin2020-04-16-107/+199
* Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFramesMatt A. Tobin2020-04-14-90/+49
* Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameForMatt A. Tobin2020-04-14-60/+19
* Issue #1375 - Fix unified sourcesMatt A. Tobin2020-04-14-4/+7
* Bug 1321284 - Crash in nsCSSFrameConstructor::GetInsertionPrevSibling when tr...Matt A. Tobin2020-04-14-1/+83