servo/components/script_traits
bors-servo c12e341c0c
Auto merge of #23007 - BartGitHub:remove-pipeline-visibility-checks, r=jdm
Remove pipeline visibility checks

<!-- Please describe your changes on the following line: -->
This includes the following changes/clean-ups:

- Remove ```is_visible``` field from ```Pipeline``` struct
- Remove ```SetVisible``` script message, and related message sending/handling.

---
<!-- 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
- [x] These changes fix #22986

<!-- Either: -->
- [x] These changes do not require tests because the issue description states having a passing build is enough for a pull request.

<!-- 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/23007)
<!-- Reviewable:end -->
2019-03-13 08:33:26 -04:00
..
Cargo.toml Update references to malloc_size_of_derive, which is in crates.io now. 2019-01-13 21:59:31 +01:00
lib.rs Ensure iframe's contentWindow is updated when traversing the session history. 2019-03-07 18:58:53 -05:00
script_msg.rs Remove SetVisible message from iframe 2019-03-12 11:26:41 +01:00
webdriver_msg.rs Implement WebDriver FindElementFromElement command 2019-03-09 16:56:51 +02:00