servo/components/script
bors-servo 685dc99e3e Auto merge of #11044 - ConnorGBrewster:page_to_browsing_context, r=jdm
Combine Page into BrowsingContext

Fixes #11031.

`Page` and `BrowsingContext` have similar use cases and we decided it would be best to join the two.

This is the ground work for actually using session history in the `BrowsingContext` to implement the History API.

r? @jdm

<!-- 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/11044)
<!-- Reviewable:end -->
2016-05-11 20:53:02 -07:00
..
docs
dom Auto merge of #11044 - ConnorGBrewster:page_to_browsing_context, r=jdm 2016-05-11 20:53:02 -07:00
parse Auto merge of #10647 - ConnorGBrewster:parse_xml, r=jdm 2016-04-27 07:50:54 -07:00
task_source Add media tasks to the DOM manipulation task queue. 2016-05-03 16:25:22 -04:00
build.rs
Cargo.toml Remove unnecessary dependencies and features from top-level Cargo.tomls 2016-05-11 08:46:55 -07:00
clipboard_provider.rs
cors.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
devtools.rs removed instances of &Root<BrowsingContext> 2016-05-11 13:21:16 -06:00
document_loader.rs Auto merge of #8454 - jdm:media, r=KiChjang 2016-05-03 16:42:46 -07:00
layout_interface.rs Auto merge of #9968 - izgzhen:scroll, r=asajeffrey 2016-04-20 18:40:26 +05:30
lib.rs remove page and move functionality to browing context 2016-05-11 12:46:59 -06:00
makefile.cargo
mem.rs
network_listener.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
origin.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
reporter.rs
script_runtime.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
script_thread.rs Addressed comment 2016-05-11 15:01:43 -06:00
textinput.rs Replace range::Range with std::ops::Range in script 2016-04-28 14:54:07 -07:00
timers.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
unpremultiplytable.rs
webdriver_handlers.rs removed instances of &Root<BrowsingContext> 2016-05-11 13:21:16 -06:00