servo/components/script_traits
Daniel Johnson fa3e9ab244 "javascript:" urls: run in correct global
Make some changes to javascript scheme url evaluation to bring it
closer to
https://html.spec.whatwg.org/multipage/browsing-the-web.html#navigating-across-documents

- Evaluate the js before the page load so that it happens in the
  correct `window` global.
- If the result is not a string, the response should be a 204.

This required saving some data in load_data, since it's not
possible to modify the response at the point where we're evaluating
the js.
2017-08-22 23:14:53 -07:00
..
Cargo.toml Wait for actual paint before setting paint related metrics 2017-08-22 14:36:06 +02:00
lib.rs "javascript:" urls: run in correct global 2017-08-22 23:14:53 -07:00
script_msg.rs Wait for actual paint before setting paint related metrics 2017-08-22 14:36:06 +02:00
webdriver_msg.rs Bump euclid to 0.14. 2017-06-14 16:00:59 +02:00