diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-03-22 08:10:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 08:10:45 -0400 |
commit | 2de89377db63ec03ae3b1256486c4c32b33f5fce (patch) | |
tree | 7d7c4cae38ca41b5e6990b0319c37f982c9d8579 /components/script/dom/testrunner.rs | |
parent | 28c92db26837531e75327cff7727ed8bc1c70b48 (diff) | |
parent | 18a02f8defd28f92e7ae0e19ab89e6c073771ed5 (diff) | |
download | servo-2de89377db63ec03ae3b1256486c4c32b33f5fce.tar.gz servo-2de89377db63ec03ae3b1256486c4c32b33f5fce.zip |
Auto merge of #20228 - paulrouget:ports_refactor, r=jdm
Ports refactoring
Depends on https://github.com/servo/servo/pull/20071 and https://github.com/servo/servo/pull/19895
This PR does 3 things:
1) merge all the embedder coordinates callbacks into one
2) hand the embedder messages directly to the embedder
3) split the embedder code in 2 files: window.rs and browser.rs
This is in preparation for tabs support in `ports/`. We want to separate the windowing logic (glutin stuff) and the browsing logic (tabs management, browsers state, etc). It's also easier to bypass the callbacks and directly handle events.
---
<!-- 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
- [ ] These changes do not require tests because _____
<!-- 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. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20228)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/testrunner.rs')
0 files changed, 0 insertions, 0 deletions