Commit graph

5067 commits

Author SHA1 Message Date
Tetsuharu OHZEKI
b8ebd7bb7b Remove needless '&mut self' from HTMLTableElementMethods. 2014-05-31 03:11:14 +09:00
Tetsuharu OHZEKI
92bf6ac9fa Remove needless '&mut self' from HTMLTableColElementMethods. 2014-05-31 03:11:14 +09:00
Tetsuharu OHZEKI
b5b0723451 Remove needless '&mut self' from HTMLTableCaptionElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
9dd2d4a288 Remove needless '&mut self' from HTMLSourceElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
708919c66d Remove needless '&mut self' from HTMLSelectElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
9a85f9b049 Remove needless '&mut self' from HTMLScriptElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
6a6959a208 Remove needless '&mut self' from HTMLProgressElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
0462f42371 Remove needless '&mut self' from HTMLPreElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
eccb5acad1 Remove needless '&mut self' from HTMLParamElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
296394fe5c Remove needless '&mut self' from HTMLParagraphElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
45b7fb6b77 Remove needless '&mut self' from HTMLOutputElementMethods. 2014-05-31 03:11:13 +09:00
Tetsuharu OHZEKI
5e5194f343 Remove needless '&mut self' from HTMLOptionElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
0461fd31dd Remove needless '&mut self' from HTMLOptGroupElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
9d3643275a Remove needless '&mut self' from HTMLOListElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
8ddee938b5 Remove needless '&mut self' from htmlobjectelement.rs. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
1b956ad92e Remove needless '&mut self' from HTMLModElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
9c1c0a8748 Remove needless '&mut self' from HTMLMeterElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
6cc9af9c05 Remove needless '&mut self' from HTMLMetaElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
f510dcef37 Remove needless '&mut self' from HTMLMediaElementMethods. 2014-05-31 03:11:12 +09:00
Tetsuharu OHZEKI
f30ea51154 Remove needless '&mut self' from HTMLMapElementMethods. 2014-05-31 03:11:11 +09:00
Tetsuharu OHZEKI
e57d18dbc8 Remove needless '&mut self' from HTMLStyleElementMethods. 2014-05-31 03:11:11 +09:00
bors-servo
da896b8299 auto merge of #2515 : saneyuki/servo/raw, r=jdm
Fix #2511

@jdm r?
2014-05-30 13:16:09 -04:00
bors-servo
39e3c64ead auto merge of #2519 : Ms2ger/servo/exn, r=jdm 2014-05-30 12:22:02 -04:00
Ms2ger
b448972d52 Throw DOMExceptions where appropriate (fixes #2518). 2014-05-30 18:14:02 +02:00
Tetsuharu OHZEKI
106627e6eb "JS<T>::from_raw" should accept "*T" instead of "*mut T" 2014-05-31 01:10:19 +09:00
bors-servo
e511c04935 auto merge of #2490 : saneyuki/servo/js, r=jdm
This only change to make `JS<T> ` to a POD type about #1854, except using `Cell`/`RefCell` for interior mutability.

Fix #1854

@jdm r?
2014-05-29 16:21:57 -04:00
Tetsuharu OHZEKI
a1bf49c1ce Use Cell instead of RefCell for Page.fragment_node. 2014-05-30 03:54:24 +09:00
Tetsuharu OHZEKI
b4463c1fb2 Use Cell/RefCell for interior mutability of Node. 2014-05-30 03:54:24 +09:00
Tetsuharu OHZEKI
1f8eda957d Use Cell/RefCell for interior mutability of Window. 2014-05-30 03:54:24 +09:00
Tetsuharu OHZEKI
fa286fb062 Use Cell/RefCell for interior mutability of XMLHttpRequest. 2014-05-30 03:54:24 +09:00
Tetsuharu OHZEKI
4c167480d7 Use Cell/RefCell for interior mutability of UIEvent. 2014-05-30 03:54:24 +09:00
Tetsuharu OHZEKI
aaa8c838d2 Use Cell/RefCell for interior mutability of NodeList, Performance, TestBinding, and ValidityState. 2014-05-30 03:54:23 +09:00
Tetsuharu OHZEKI
2215e2ca80 Use Cell/RefCell for interior mutability of MouseEvent. 2014-05-30 03:54:23 +09:00
Tetsuharu OHZEKI
c03bdac6f0 Use Cell/RefCell for interior mutability of FormData, BlobData. 2014-05-30 03:53:07 +09:00
Tetsuharu OHZEKI
f78e561746 Use Cell/RefCell for interior mutability of Event. 2014-05-30 03:53:07 +09:00
Tetsuharu OHZEKI
92da2f16fc Implement OptionalSettable for 'Cell<Option<JS<U>>>'. 2014-05-30 03:53:07 +09:00
Tetsuharu OHZEKI
b0239b5a5a Use Cell/RefCell for interior mutability of Element. 2014-05-30 03:53:07 +09:00
Tetsuharu OHZEKI
6d9dcd087a Make 'Cell<Option<JS<T>>>' traceable. 2014-05-30 03:41:06 +09:00
Tetsuharu OHZEKI
46ead90515 Use Cell/RefCell for interior mutability of Attr, AttrList, Blob,
BrowserContext, ClientRect, and ClientRectList.
2014-05-30 03:41:06 +09:00
Tetsuharu OHZEKI
5ae7c4cbb1 Make 'RefCell<Vec<JS<T>>>' traceable. 2014-05-30 03:38:41 +09:00
Tetsuharu OHZEKI
bf05e6a9e2 Make 'Cell<JS<T>>' traceable. 2014-05-30 03:38:41 +09:00
Tetsuharu OHZEKI
da703d6a80 JS<T> contains '*T' instead of RefCell. 2014-05-30 03:38:40 +09:00
bors-servo
9690fa8234 auto merge of #2509 : zwarich/servo/remove-concurrent-map, r=pcwalton
ConcurrentHashMap is unused and has a lot of uses of transmute_mut, so
it's best to remove it.
2014-05-29 14:19:02 -04:00
Tetsuharu OHZEKI
3e558fdcb1 JSRef<T> & Root<T> contains '*T' instead of RefCell. 2014-05-30 03:18:40 +09:00
bors-servo
43b647feff auto merge of #2508 : SimonSapin/servo/direction, r=pcwalton 2014-05-29 13:46:05 -04:00
Cameron Zwarich
afeaa4bb8e Remove ConcurrentHashMap.
ConcurrentHashMap is unused and has a lot of uses of transmute_mut, so
it's best to remove it.
2014-05-29 10:38:32 -07:00
Simon Sapin
f4ed464149 Add the 'direction' property and fix one RTL layout corner case. 2014-05-29 18:01:46 +01:00
bors-servo
02e92d0457 auto merge of #2506 : Manishearth/servo/clickevent-warning, r=jdm 2014-05-29 12:52:01 -04:00
bors-servo
468752fd4d auto merge of #2505 : Manishearth/servo/events-events-events, r=jdm
events events events!

Blocks #2282
2014-05-29 12:19:28 -04:00
Manish Goregaokar
6f728cb2ca Enable inline event handlers for XHR, and add most progressevent calls 2014-05-29 21:39:15 +05:30