servo/components/script
bors-servo bdecfa13d2 Auto merge of #11542 - asajeffrey:mozbrowser-send-opentab-event, r=paulrouget
Fire a mozbrowseropenwindow event when an html anchor has a non-self target

<!-- Please describe your changes on the following line: -->
When an html anchor has a non-self target, fire a `mozbrowseropenwindow` event.

---
<!-- 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 #11539.
- [X] These changes do not require tests because we don't have the infrastructure for mozbrowser testing yet.

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11542)
<!-- Reviewable:end -->
2016-06-02 09:45:26 -05:00
..
docs
dom Auto merge of #11542 - asajeffrey:mozbrowser-send-opentab-event, r=paulrouget 2016-06-02 09:45:26 -05:00
parse Move DOMString back to script 2016-05-24 10:54:57 +02:00
task_source Removed unused imports 2016-05-15 22:24:26 +03:00
bluetooth_blacklist.rs Add WebBluetooth Blacklist support 2016-05-31 17:05:45 +02:00
build.rs
Cargo.toml script: Use angle from the servo repo 2016-06-01 01:19:54 +02:00
clipboard_provider.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
cors.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
devtools.rs Use JSautoCompartment in devtools handle_evaluate_js to avoid segfault 2016-05-27 15:12:27 +05:30
document_loader.rs Add file backend support for Blob and related 2016-06-01 09:47:07 +08:00
layout_interface.rs script: Keep the DOM-side viewport up to date when scrolling happens in 2016-05-31 14:12:51 -07:00
lib.rs Remove spurious JS_Init call. 2016-06-02 10:02:19 +02: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 Make script origins sendable and immutable. 2016-05-27 17:16:13 +02:00
reporter.rs
script_runtime.rs implement related sw interface and register method 2016-06-02 04:09:39 +05:30
script_thread.rs implement related sw interface and register method 2016-06-02 04:09:39 +05:30
textinput.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00
timers.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
unpremultiplytable.rs
webdriver_handlers.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00