Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix some no_move errors | Manish Goregaokar | 2015-04-28 | 1 | -1/+1 | |
| | ||||||
* | Auto merge of #5847 - Ms2ger:slice, r=SimonSapin | bors-servo | 2015-04-26 | 1 | -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. | Ms2ger | 2015-04-26 | 1 | -4/+4 | |
| | | ||||||
* | | Removed unessary poping in dispatch_event, fixes #5843 | Peter | 2015-04-25 | 1 | -6/+0 | |
|/ | ||||||
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -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 AncestorIterator | Anthony Ramine | 2015-04-07 | 1 | -1/+2 | |
| | ||||||
* | Implement RootedVec<T> | Mukilan Thiyagarajan | 2015-03-29 | 1 | -10/+11 | |
| | ||||||
* | Add handling for unreported exceptions when invoking callback objects. | Josh Matthews | 2015-01-14 | 1 | -4/+4 | |
| | ||||||
* | Replace Root::deref() calls by Root::r() calls where possible. | Ms2ger | 2015-01-01 | 1 | -7/+7 | |
| | | | | This changes those calls that were already sound. | |||||
* | Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d. | Ms2ger | 2014-12-17 | 1 | -9/+9 | |
| | ||||||
* | Add auxiliary method to EventTargetHelpers for events without target | thiagopnts | 2014-12-16 | 1 | -0/+1 | |
| | | | | fixup! Add auxiliary method to EventTargetHelpers for events without target | |||||
* | Privatize Event | Tim Taubert | 2014-10-13 | 1 | -21/+21 | |
| | ||||||
* | Remove Traceable from event.rs | Manish Goregaokar | 2014-10-05 | 1 | -18/+18 | |
| | ||||||
* | Implement MutNullableJS for mutable, nullable member pointers to DOM objects. | Josh Matthews | 2014-10-01 | 1 | -1/+1 | |
| | ||||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -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 servo | Jack Moffitt | 2014-09-08 | 1 | -0/+139 | |