aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.rs
Commit message (Expand)AuthorAgeFilesLines
* Bug 1336646 - Apply selector flags during traversal. r=emilioBobby Holley2017-02-081-3/+3
* Allow windows to share browsing contexts.Alan Jeffrey2017-01-281-2/+2
* The constellation notifies the script thread about documents becoming inactiv...Alan Jeffrey2017-01-271-1/+3
* script: Rename bounding_content_box to bounding_content_box_or_zero.Emilio Cobos Álvarez2017-01-181-2/+5
* layout: Expose whether the element was rendered in content_box_query to script.Emilio Cobos Álvarez2017-01-171-1/+5
* Auto merge of #14647 - servo:current-global, r=jdmbors-servo2016-12-291-0/+2
|\
| * Pass the Document's origin to its constructor.Ms2ger2016-12-231-0/+2
* | script: Simplify Node::collect_text_contents.Emilio Cobos Álvarez2016-12-251-3/+2
|/
* script: Remove unused function.Emilio Cobos Álvarez2016-12-221-4/+0
* Expose Quirks Mode information in the style shared context r=emilioJulien Wajsberg2016-12-171-1/+1
* Auto merge of #14549 - frewsxcv:child-text-content, r=Ms2gerbors-servo2016-12-151-0/+5
|\
| * Implement "child text content" concept; use it where appropriate.Corey Farwell2016-12-151-0/+5
* | Remove HeapGCValueAnthony Ramine2016-12-121-9/+9
|/
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-5/+5
* Mark JSTraceable and its method as unsafeAnthony Ramine2016-12-061-1/+1
* Refactor the locate a namespace algorithmAnthony Ramine2016-12-011-60/+10
* Make Attr::prefix return an Option<&Prefix>Anthony Ramine2016-12-011-3/+3
* Make Element::prefix return an Option<&DOMString>Anthony Ramine2016-12-011-3/+3
* Refactor fragment parsingAnthony Ramine2016-12-011-14/+0
* Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal.Bobby Holley2016-11-241-12/+1
* Use selectors::SelectorListSimon Sapin2016-11-221-5/+5
* Remove SelectorImpl aliasesSimon Sapin2016-11-221-3/+3
* Update to selectors 0.15Simon Sapin2016-11-221-7/+6
* Rename selector_impl.rs to selector_parser.rsSimon Sapin2016-11-201-1/+1
* Remove redundant url clonesPu Xingyu2016-11-181-1/+1
* Auto merge of #14246 - emilio:servo-url, r=SimonSapinbors-servo2016-11-171-3/+3
|\
| * Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-3/+3
* | Auto merge of #14214 - bholley:dirtiness_overhaul, r=emiliobors-servo2016-11-171-37/+14
|\ \
| * | Prevent nodes from having DIRTY_DESCENDANTS set by default.Bobby Holley2016-11-171-2/+5
| * | Eliminate HAS_CHANGED in favor of explicit RestyleDamage.Bobby Holley2016-11-161-11/+1
| * | Track all node damage with PendingRestyles.Bobby Holley2016-11-161-25/+9
* | | Auto merge of #14096 - fflorent:11485-make-dom-methods-taking-mut-JSContent-u...bors-servo2016-11-171-1/+1
|\ \ \ | |_|/ |/| |
| * | script creates methods taking '*mut JSContext' unsafeAbelardo E. Mendoza2016-11-141-1/+1
* | | Support basic immutable CSSOMManish Goregaokar2016-11-151-0/+30
| |/ |/|
* | Reorganise ServoParserAnthony Ramine2016-11-141-2/+2
|/
* Auto merge of #14027 - frewsxcv:htmlcollection-iter-refactor, r=emiliobors-servo2016-11-031-13/+14
|\
| * Remove unnecessary `Box` around `HTMLCollectionElementsIter::node_iter`.Corey Farwell2016-11-021-13/+14
* | Auto merge of #13965 - asajeffrey:script-iframe-check-document-browsing-conte...bors-servo2016-11-031-0/+4
|\ \
| * | Check that an iframe is in a document with a browsing context before processi...Alan Jeffrey2016-11-031-0/+4
| |/
* / Update to string-cache 0.3Simon Sapin2016-11-031-12/+15
|/
* Drop style data from descendants on display:none.Bobby Holley2016-11-011-0/+9
* Eliminate untraversed node types from LayoutNodeType.Bobby Holley2016-10-271-10/+1
* Auto merge of #13703 - Rafagd:my_changes, r=Ms2gerbors-servo2016-10-141-2/+3
|\
| * Replacing Node.prototype.rootNode for Node.prototype.getRootNode.Rafael Gomes Dantas2016-10-131-2/+3
* | Remove intrinsic Root::r()Anthony Ramine2016-10-111-27/+28
|/
* Merge script::parse and script::dom::servoparserAnthony Ramine2016-10-111-1/+1
* Auto merge of #13589 - splav:SVGElement#12974, r=pcwalton,Ms2gerbors-servo2016-10-071-3/+13
|\
| * add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement elementAlexandrov Sergey2016-10-061-3/+13
* | Make reflect_dom_object take a &GlobalScopeAnthony Ramine2016-10-061-7/+9
|/
* Most of the code refactoring needed to be done is done with this commit.Arthur Marble2016-09-181-4/+4