aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/document.rs
Commit message (Expand)AuthorAgeFilesLines
* Use util::str::str_join in more placesCorey Farwell2015-09-281-2/+2
* script: Stop copying the document URL.Patrick Walton2015-09-241-8/+7
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-14/+14
* Add/update spec links for SupportedPropertyNames methodsCorey Farwell2015-09-201-1/+1
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-12/+9
* rewrite uses of map as if letJoão Oliveira2015-09-151-3/+10
* Auto merge of #7531 - nox:template, r=Ms2gerbors-servo2015-09-081-0/+21
|\
| * Bump html5ever to 0.2.4, <template> support!Anthony Ramine2015-09-081-0/+21
* | script: change requestAnimationFrame returns the unsigned long type.Tetsuharu OHZEKI2015-09-041-4/+4
|/
* renaming tokens(), atom() and uint() and rewriting to return or panicPrabhjyot Singh Sodhi2015-09-021-5/+5
* Auto merge of #7452 - nox:cleanup-attributes, r=noxbors-servo2015-09-021-3/+5
|\
| * Introduce VirtualMethods::attribute_mutated()Anthony Ramine2015-09-021-0/+1
| * Replace many uses of to_ascii_lowercase() by make_ascii_lowercase()Anthony Ramine2015-08-301-3/+4
* | Enforce linking to spec for method implementations via macrosCorey Farwell2015-08-311-0/+3
|/
* Auto merge of #7391 - jdm:prefs, r=Ms2gerbors-servo2015-08-281-3/+2
|\
| * Replace catch-all experimental flag with fine-grained boolean preferences ini...Josh Matthews2015-08-281-3/+2
* | Merge adjacent identical `impl` sectionsCorey Farwell2015-08-281-3/+0
|/
* Make the traits for the IDL interfaces take &selfAnthony Ramine2015-08-271-66/+66
* Auto merge of #7389 - frewsxcv:implement-nihilistic-methods, r=noxbors-servo2015-08-271-1/+16
|\
| * Implement 'do nothing' methods on Window and DocumentCorey Farwell2015-08-271-1/+16
* | Remove AttributeHandlersAnthony Ramine2015-08-271-1/+1
* | Remove helper traitsAnthony Ramine2015-08-271-151/+65
|/
* make dom_struct derive HeapSizeOf,João Oliveira2015-08-271-1/+0
* Initial implementation of ownPropertyKeys proxy handlerCorey Farwell2015-08-201-0/+6
* sort all usesJohann Tuffe2015-08-201-18/+18
* Auto merge of #7260 - notriddle:issue_7169, r=Ms2gerbors-servo2015-08-191-4/+4
|\
| * Navigate to a new page even when there's a fragment.Michael Howell2015-08-181-4/+4
* | Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-1/+1
|/
* remove ScriptListenervectorijk2015-08-161-7/+7
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* replace .len() == 0 with is_empty()João Oliveira2015-08-141-1/+1
* Auto merge of #7097 - boghison:memtypes, r=jdmbors-servo2015-08-131-10/+12
|\
| * Measure heap memory usage for more types. Fixes #6951Bogdan Cuza2015-08-131-10/+12
* | Auto merge of #7132 - jdm:docenum, r=ms2gerbors-servo2015-08-131-3/+4
|\ \ | |/ |/|
| * Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-3/+4
* | Auto merge of #6757 - mskrzypkows:document_hasFocus, r=jdmbors-servo2015-08-111-0/+21
|\ \ | |/ |/|
| * Implementing document.hasFocus method. #6475Maciej Skrzypkowski2015-08-101-0/+21
* | Auto merge of #7046 - Ms2ger:base-url, r=dzbarskybors-servo2015-08-081-1/+48
|\ \
| * | Cache the first base element with an href attribute on the Document.Ms2ger2015-08-081-2/+13
| * | Implement base_url and fallback_base_url methods.Ms2ger2015-08-081-1/+37
* | | Auto merge of #7075 - Ms2ger:load_url, r=dzbarskybors-servo2015-08-081-6/+0
|\ \ \ | |/ / |/| |
| * | Inline Document::load_anchor_href into its only caller.Ms2ger2015-08-071-11/+1
| * | Push the url parsing out of Window::load_url.Ms2ger2015-08-071-2/+6
* | | Fix requestAnimationFrame timestamps in queueHarrison G2015-08-071-1/+2
* | | Add DOMLoad message to constellation that is sent after the DOM Load event is...James Graham2015-08-071-0/+12
|/ /
* | Update Animation Timing links and terminology to the HTML specification.Ms2ger2015-08-051-8/+8
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-031-0/+2
* | script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-8/+5
* | net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-2/+2
* | net: Make most of the resource task messages serializable.Patrick Walton2015-07-311-3/+7