servo/components
bors-servo fb8934a138 Auto merge of #11449 - djc:rm-get-html-element, r=nox
Remove Document.get_html_element() (fixes #8409)

<!-- 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
- [x] These changes fix #8409 (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because small refactor

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

Replace uses by calling self.GetDocumentElement(), instead.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11449)
<!-- Reviewable:end -->
2016-05-27 06:21:36 -05:00
..
canvas Update documentation for {CanvasPaintThread, WebGLPaintThread}::new(). 2016-05-19 12:15:02 +02:00
canvas_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
compositing Remove the script listener thread (fixes #11345). 2016-05-25 12:50:22 +02:00
constellation Auto merge of #11308 - nox:guarded, r=jdm 2016-05-27 04:45:06 -05:00
devtools Simplify TOML syntax 2016-04-26 23:51:36 +02:00
devtools_traits Update internal crates to bitflags 0.7 2016-05-17 23:34:04 +02:00
gfx Auto merge of #11394 - mbrubeck:stacking-context-id, r=pcwalton 2016-05-26 07:25:58 -05:00
gfx_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
layout Auto merge of #11408 - Ms2ger:layoutthread-url, r=Manishearth 2016-05-26 22:37:23 -05:00
layout_traits Use associated types to improve LayoutThreadFactory and ScriptThreadFactory. 2016-05-24 17:50:06 +02:00
msg Record the frame type (IFrame or MozBrowserIFrame) in the pipeline. 2016-05-26 12:55:55 -05:00
net Auto merge of #11367 - szeged:included_services, r=jdm 2016-05-26 14:04:33 -05:00
net_traits Auto merge of #11367 - szeged:included_services, r=jdm 2016-05-26 14:04:33 -05:00
plugins Update Rust to 1.10.0-nightly (267cde259 2016-05-25) 2016-05-26 14:44:07 +02:00
profile replacing commas with tabs; changing from CSV to TSV profiling 2016-05-19 15:07:18 -07:00
profile_traits Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. 2016-05-18 08:02:42 -05:00
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #11449 - djc:rm-get-html-element, r=nox 2016-05-27 06:21:36 -05:00
script_traits Auto merge of #11430 - asajeffrey:constellation-record-mozbrowser-parent-info, r=ConnorGBrewster 2016-05-26 14:53:09 -05:00
servo Auto merge of #11367 - szeged:included_services, r=jdm 2016-05-26 14:04:33 -05:00
style Auto merge of #11412 - heycam:text-deco, r=mbrubeck 2016-05-25 20:35:50 -05:00
style_traits Removed unused imports 2016-05-15 22:24:26 +03:00
util Move mozbrowser_enabled to util::prefs 2016-05-27 00:55:04 +02:00
webdriver_server Use CompositorMsg from script_traits. 2016-05-24 12:29:22 +02:00