aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/eventdispatcher.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix some no_move errorsManish Goregaokar2015-04-281-1/+1
|
* Auto merge of #5847 - Ms2ger:slice, r=SimonSapinbors-servo2015-04-261-4/+4
|\ | | | | | | | | | | <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5847) <!-- Reviewable:end -->
| * Remove as_slice() calls from script.Ms2ger2015-04-261-4/+4
| |
* | Removed unessary poping in dispatch_event, fixes #5843Peter2015-04-251-6/+0
|/
* Update WHATWG links to use HTTPSCorey Farwell2015-04-131-1/+1
| | | | | | | | | | | | | | Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ```
* Hold a Temporary in AncestorIteratorAnthony Ramine2015-04-071-1/+2
|
* Implement RootedVec<T>Mukilan Thiyagarajan2015-03-291-10/+11
|
* Add handling for unreported exceptions when invoking callback objects.Josh Matthews2015-01-141-4/+4
|
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-7/+7
| | | | This changes those calls that were already sound.
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-9/+9
|
* Add auxiliary method to EventTargetHelpers for events without targetthiagopnts2014-12-161-0/+1
| | | | fixup! Add auxiliary method to EventTargetHelpers for events without target
* Privatize EventTim Taubert2014-10-131-21/+21
|
* Remove Traceable from event.rsManish Goregaokar2014-10-051-18/+18
|
* Implement MutNullableJS for mutable, nullable member pointers to DOM objects.Josh Matthews2014-10-011-1/+1
|
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-8/+8
| | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally.
* Cargoify servoJack Moffitt2014-09-081-0/+139