summaryrefslogtreecommitdiffstats
path: root/layout/forms
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
|
* Issue #1641 - Implement CSS flow-root keywordathenian2002020-09-03-3/+1
| | | | This is just a clean port of 1322191 and follow-up 1325970. It really seems to add create a new way to access existing code relating to block formatting and floating elements rather than implementing new functionality, and it is mercifully straightforwards.
* Revert "Merge pull request #1357 from athenian200/form-disabled-issue"athenian2002020-05-20-8/+26
| | | | | This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing changes made to c4b0715baaffc541670fd1158557aa7e61e521d3.
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-05-08-4/+6
| | | | | | | | | | | | | | | | | | | | | | Part 1: Remove current table item, as it's never set. Part 2: Get rid of generic table painting code, and handle each class separately. Part 4: Hoist outline skipping into col(group) frame code. Part 5: Skip box-shadow for table column and column groups. Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents. Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. Part 8: Create column and column group background display items as part of the cell's BuildDisplayList. Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame. Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position. Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly.
* Issue #1355 - Preemptively fix build bustage for 1409114win7-72020-05-08-4/+4
|
* Issue #1355 - Store the dirty rect on the display list builder rather than ↵win7-72020-05-08-48/+17
| | | | | | passing it as a parameter to BuildDisplayList Also fix build bustage for De-unified layout/xul in nsRootBoxFrame.cpp
* Issue #80 - De-unify layout/formsMatt A. Tobin2020-04-18-1/+5
|
* Bug 1367683 - Optimize initializing nsRangeMatt A. Tobin2020-04-17-1/+6
| | | | Tag #1375
* Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content ↵Matt A. Tobin2020-04-16-73/+20
| | | | | | | | | | | with the pseudo type at creation time * Stop using a node bit for HasExplicitBaseURI * Move MAY_HAVE_CLASS to mBoolFlags * Add a flag to indicate that a node is native anonymous content * Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time, and eliminate explicit style contexts in nsIAnonymousContentCreator::ContentInfo Tag #1375
* Bug 1334358 - Remove nsCSSFrameConstructor::CreateAnonymousFramesMatt A. Tobin2020-04-14-4/+4
| | | | Tag #1375
* Bug 1334247 - Remove nsIAnonymousContentCreator::CreateFrameForMatt A. Tobin2020-04-14-36/+8
| | | | Tag #1375
* Revert "Issue #1355 - Better way to create display items for column backgrounds"wolfbeast2020-02-26-27/+56
| | | | This reverts commit 44c47c50388f526c2d134e16d5debebe94a0faf8.
* Issue #1355 - Better way to create display items for column backgroundswin7-72020-02-25-56/+27
| | | | | | | | | | | | | | | | | | | | | | Part 1: Remove current table item, as it's never set. Part 2: Get rid of generic table painting code, and handle each class separately. Part 4: Hoist outline skipping into col(group) frame code. Part 5: Skip box-shadow for table column and column groups. Part 6: Store column and column group backgrounds separately, and then append them before the rest of the table contents. Part 7: Pass rects in display list coordinates to AppendBackgroundItemsToTop. Part 8: Create column and column group background display items as part of the cell's BuildDisplayList. Part 9: Used cached values instead of calling nsDisplayListBuilder::ToReferenceFrame when possible, since it can be expensive when the requested frame isn't the builder's current frame. Part 10: Make sure we build display items for table parts where only the normal position is visible, since we may need to create background items for ancestors at that position. Part 11: Create an AutoBuildingDisplayList when we create background items for table columns and column groups, so that we initialize the invalidation state correctly.
* Issue #1356 - Remove -moz-user-input disabled to improve event handling.athenian2002020-01-16-26/+8
|
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-8/+8
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Avoid useless FrameNeedsReflow call.wolfbeast2018-12-13-0/+3
|
* Sync disabled state of number control regardless of appearance.wolfbeast2018-08-29-2/+2
|
* Issue #325 Part 9: Remove non-Intl legacy code paths from nsNumberControlFrame.wolfbeast2018-05-04-4/+0
|
* Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-31/+159
|\ | | | | | | html_input_datetime_1
| * Bustage fix: remove duplicate function defwolfbeast2018-03-12-1/+0
| |
| * CSS: inline-block with a display:block <input> child element has a wrong ↵janekptacijarabaci2018-03-12-25/+154
| | | | | | | | baseline (HTML forms)
| * JS - make window.pageYOffset/pageXOffset/scrollX/scrollY doublejanekptacijarabaci2018-02-21-5/+5
| |
* | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-1/+2
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+20419