aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #8701 - nerith:attribute, r=jdmbors-servo2015-11-281-2/+0
|\
| * Remove `#[allow(raw_pointer_derive)]` attributesBrandon Fairchild2015-11-271-2/+0
* | Add XMLDocument objectGuillaume Gomez2015-11-271-16/+16
|/
* Update string_cache to 0.2.Alan Jeffrey2015-11-251-12/+12
* Remove two unused imports from components/script/dom/node.rsNick Fitzgerald2015-11-211-2/+2
* Remove 'Node::is_anchor_element'Rizky Luthfianto2015-11-211-5/+0
* reduce node.unique_id sizeAleksandr Likhanov2015-11-191-6/+6
* Make Node::is_parent_of more idiomaticBrandon Fairchild2015-11-171-4/+1
* Replaced DOMString constructor by conversion functions.Alan Jeffrey2015-11-121-6/+7
* Replaced DOMString by String in devtools.Alan Jeffrey2015-11-121-7/+7
* Auto merge of #8479 - frewsxcv:domstring-default, r=Ms2gerbors-servo2015-11-131-3/+3
|\
| * Implement Default trait for DOMStringCorey Farwell2015-11-111-3/+3
* | Remove unnecessary 'node changed' notificationCorey Farwell2015-11-111-4/+0
|/
* Auto merge of #8466 - frewsxcv:node-value, r=noxbors-servo2015-11-111-14/+3
|\
| * Simplify script::dom::node NodeValue implementationsCorey Farwell2015-11-111-14/+3
* | Clean up the conversion routinesAnthony Ramine2015-11-111-1/+1
|/
* Implement attribute restyle hints.Bobby Holley2015-11-101-7/+10
* Added versioning to DOM nodes.Alan Jeffrey2015-11-061-0/+23
* Auto merge of #8315 - asajeffrey:remove_child_dirty_parent, r=pcwaltonbors-servo2015-11-071-2/+2
|\
| * Dirty parent when removng a child node.Alan Jeffrey2015-11-041-2/+2
* | Cleanup some unneeded let bindingsDavid Zbarsky2015-11-061-3/+1
|/
* Make DOMString a newtype around String, rather than a typedef.Ms2ger2015-11-041-7/+7
* Use DOMString::new() somewhat consistently.Ms2ger2015-11-041-6/+6
* Get rid of a bunch of explicit derefsDavid Zbarsky2015-11-031-49/+49
* merge from masterrohan.prinja2015-11-031-14/+10
|\
| * Removed JS::root Fixes #8251nxnfufunezn2015-10-311-12/+8
| * Fix some rust-clippy violationsCorey Farwell2015-10-301-2/+2
* | rearrange imports to be in alphabetical orderrohan.prinja2015-10-301-4/+3
* | replace InheritTypes imports with inheritance importsrohan.prinja2015-10-301-2/+2
* | more refactoringrohan.prinja2015-10-301-1/+2
* | move Castable into dom::bindings::inheritancerohan.prinja2015-10-301-1/+2
|/
* remove get_rooted() and replace all references to it with references to get()rohan.prinja2015-10-291-10/+10
* Remove HAS_DIRTY_SIBLINGS.Bobby Holley2015-10-211-32/+5
* Clean up the cast callsAnthony Ramine2015-10-211-60/+37
* Introduce trait CastableAnthony Ramine2015-10-211-93/+86
* Removed unsafe from 'query_selector_iter'Leo Lahti2015-10-201-5/+3
* Auto merge of #8060 - nox:deref-js, r=Ms2gerbors-servo2015-10-191-4/+4
|\
| * Return a reference in Document::window()Anthony Ramine2015-10-191-4/+4
* | Auto merge of #7935 - bholley:eventstate_element, r=noxbors-servo2015-10-191-158/+9
|\ \
| * | Move what is now an |impl Element| block to element.rs.Bobby Holley2015-10-161-50/+1
| * | Move Event States to |Element|.Bobby Holley2015-10-161-118/+18
| |/
* / Implement HTMLTableRowElement insertCell and deleteCellCorey Farwell2015-10-171-1/+66
|/
* Fix remaining MutHeap methods not to expose JS<T>.Eli Friedman2015-10-151-1/+1
* Make get() and set() on MutNullableHeap use the correct types.Eli Friedman2015-10-151-22/+22
* Update script to work with lint changesManish Goregaokar2015-10-161-0/+2
* Explicitly customise flags of new nodes where neededAnthony Ramine2015-10-151-22/+12
* Generate all Derived implementations in codegenAnthony Ramine2015-10-141-10/+1
* Generate the TypeId enums in codegenAnthony Ramine2015-10-141-20/+11
* Refactor away duplication of get_rooted functionalityPierre Chevalier2015-10-081-10/+10
* Refactor Error enum usage to consistently be qualifiedAnthony Urena2015-10-061-35/+34