Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

layout_2020: Use the containing block more when calculating scrolling overflow #26012

Merged
merged 1 commit into from Mar 23, 2020

Conversation

mrobinson
Copy link
Member

When calculating scrolling overflow calculation we cannot currently use
the actual containing block in all cases. This change increases the
amount that we do use the containing block.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #___ (GitHub issue number if applicable)
  • There are tests for these changes OR
  • These changes do not require tests because they should not change behavior.

… overflow

When calculating scrolling overflow calculation we cannot currently use
the actual containing block in all cases. This change increases the
amount that we do use the containing block.
@highfive highfive added the S-awaiting-review There is new code that needs to be reviewed. label Mar 23, 2020
@mrobinson mrobinson added the A-layout/2020 https://github.com/servo/servo/wiki/Layout-2020 label Mar 23, 2020
@nox
Copy link
Contributor

nox commented Mar 23, 2020

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 811c08c has been approved by nox

@highfive highfive assigned nox and unassigned Manishearth Mar 23, 2020
@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-awaiting-review There is new code that needs to be reviewed. labels Mar 23, 2020
@bors-servo
Copy link
Contributor

⌛ Testing commit 811c08c with merge 1ac90ce...

bors-servo pushed a commit that referenced this pull request Mar 23, 2020
layout_2020: Use the containing block more when calculating scrolling overflow

When calculating scrolling overflow calculation we cannot currently use
the actual containing block in all cases. This change increases the
amount that we do use the containing block.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
@bors-servo
Copy link
Contributor

💔 Test failed - status-taskcluster

@highfive highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Mar 23, 2020
@mrobinson
Copy link
Member Author

By the way, this is part of #25564.

@mrobinson
Copy link
Member Author

@bors-servo
Copy link
Contributor

⌛ Testing commit 811c08c with merge 8bd3429...

@highfive highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Mar 23, 2020
@bors-servo
Copy link
Contributor

☀️ Test successful - status-taskcluster
Approved by: nox
Pushing 8bd3429 to master...

@bors-servo bors-servo merged commit 8bd3429 into servo:master Mar 23, 2020
@highfive highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Mar 23, 2020
@mrobinson mrobinson deleted the scrolling-overflow-cb branch March 23, 2020 12:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-layout/2020 https://github.com/servo/servo/wiki/Layout-2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants