Files
servo/components/script
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
..
2017-08-17 11:48:34 +02:00
2017-06-18 13:21:49 +02:00
2017-02-03 13:33:37 +01:00
2017-08-18 19:51:17 +05:30
2016-12-08 08:50:35 -10:00
2017-06-13 10:46:59 -05:00
2017-06-01 16:37:29 +02:00
2017-08-02 21:51:17 +02:00