servo/components/compositing
bors-servo 808ffffd1e Auto merge of #15795 - paulrouget:follow-link, r=asajeffrey
Let the embedder decide if servo should follow a link or not

We want to give a chance to the embedder to handle a link itself.
Is it a problem that this will add a round trip to the main thread every time `load_url` is called?

---
<!-- 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 #15655

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because I'm not sure how to test that

<!-- 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/15795)
<!-- Reviewable:end -->
2017-03-14 07:22:23 -07:00
..
Cargo.toml Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
compositor.rs Auto merge of #15795 - paulrouget:follow-link, r=asajeffrey 2017-03-14 07:22:23 -07:00
compositor_thread.rs Let the embedder decide if servo should follow a link or not 2017-03-02 09:33:45 +01:00
delayed_composition.rs Move util::time::duration_from_nanoseconds to its only caller 2016-06-29 18:00:21 +02:00
lib.rs Introduce CSSPixel as a replacement for ViewportPx and PagePx. 2017-02-24 06:58:10 +10:00
touch.rs Rename ScreenPx to DeviceIndependentPixel. 2017-02-22 14:37:24 +10:00
windowing.rs Auto merge of #15795 - paulrouget:follow-link, r=asajeffrey 2017-03-14 07:22:23 -07:00