servo/components/script/dom/bindings
bors-servo 67bfd0df4b Auto merge of #13130 - samuknet:dblclick, r=nox
'dblclick' event

<!-- Please describe your changes on the following line: -->
* Add field to document struct to store information about last 'click' event
* Add code to `handle_mouse_event` function to detect and fire double click events

---
<!-- 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 #12767  (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X ] These changes do not require tests because it is input related

<!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13130)
<!-- Reviewable:end -->
2016-09-10 08:46:13 -05:00
..
codegen Auto merge of #13185 - nox:namespaces, r=jdm,Ms2ger 2016-09-10 07:33:25 -05:00
callback.rs Reorder use statements 2016-09-09 04:55:19 +02:00
constant.rs Move WebIDL constants machinery to bindings::constant 2016-09-06 10:14:11 +02:00
conversions.rs Remove the throw_type_error call from FromJSValConvertible::from_jsval. 2016-08-24 15:15:40 +02:00
error.rs Reorder use statements 2016-09-09 04:55:19 +02:00
global.rs Auto merge of #13185 - nox:namespaces, r=jdm,Ms2ger 2016-09-10 07:33:25 -05:00
guard.rs Refactor util::prefs operations to be methods on static struct. 2016-07-02 16:43:39 -04:00
inheritance.rs Reorder use statements 2016-09-09 04:55:19 +02:00
interface.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
iterable.rs Extract mutability out of Reflectable trait. 2016-09-07 10:40:13 +02:00
js.rs Stop using mem::transmute_copy. 2016-09-05 09:54:40 +02:00
mod.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
namespace.rs Implement WebIDL namespaces 2016-09-08 11:01:34 +02:00
num.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
proxyhandler.rs Reorder use statements 2016-09-09 04:55:19 +02:00
refcounted.rs Remove mutex from Trusted 2016-08-29 11:56:28 +02:00
reflector.rs Extract mutability out of Reflectable trait. 2016-09-07 10:40:13 +02:00
str.rs Implement Borrow<str> for DOMString 2016-09-07 15:47:36 +02:00
structuredclone.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
trace.rs Auto merge of #13130 - samuknet:dblclick, r=nox 2016-09-10 08:46:13 -05:00
utils.rs Make DOMJSClass use JSClass instead of Class (fixes #13031) 2016-08-26 22:31:09 +02:00
weakref.rs Removed unused imports 2016-05-15 22:24:26 +03:00
xmlname.rs Move DOMString back to script 2016-05-24 10:54:57 +02:00