| Commit message (Expand) | Author | Age | Files | Lines |
* | Use util::str::str_join in more places | Corey Farwell | 2015-09-28 | 1 | -2/+2 |
* | script: Stop copying the document URL. | Patrick Walton | 2015-09-24 | 1 | -8/+7 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -14/+14 |
* | Add/update spec links for SupportedPropertyNames methods | Corey Farwell | 2015-09-20 | 1 | -1/+1 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -12/+9 |
* | rewrite uses of map as if let | João Oliveira | 2015-09-15 | 1 | -3/+10 |
* | Auto merge of #7531 - nox:template, r=Ms2ger | bors-servo | 2015-09-08 | 1 | -0/+21 |
|\ |
|
| * | Bump html5ever to 0.2.4, <template> support! | Anthony Ramine | 2015-09-08 | 1 | -0/+21 |
* | | script: change requestAnimationFrame returns the unsigned long type. | Tetsuharu OHZEKI | 2015-09-04 | 1 | -4/+4 |
|/ |
|
* | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -5/+5 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -3/+5 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -0/+1 |
| * | Replace many uses of to_ascii_lowercase() by make_ascii_lowercase() | Anthony Ramine | 2015-08-30 | 1 | -3/+4 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -0/+3 |
|/ |
|
* | Auto merge of #7391 - jdm:prefs, r=Ms2ger | bors-servo | 2015-08-28 | 1 | -3/+2 |
|\ |
|
| * | Replace catch-all experimental flag with fine-grained boolean preferences ini... | Josh Matthews | 2015-08-28 | 1 | -3/+2 |
* | | Merge adjacent identical `impl` sections | Corey Farwell | 2015-08-28 | 1 | -3/+0 |
|/ |
|
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -66/+66 |
* | Auto merge of #7389 - frewsxcv:implement-nihilistic-methods, r=nox | bors-servo | 2015-08-27 | 1 | -1/+16 |
|\ |
|
| * | Implement 'do nothing' methods on Window and Document | Corey Farwell | 2015-08-27 | 1 | -1/+16 |
* | | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -1/+1 |
* | | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -151/+65 |
|/ |
|
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Initial implementation of ownPropertyKeys proxy handler | Corey Farwell | 2015-08-20 | 1 | -0/+6 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -18/+18 |
* | Auto merge of #7260 - notriddle:issue_7169, r=Ms2ger | bors-servo | 2015-08-19 | 1 | -4/+4 |
|\ |
|
| * | Navigate to a new page even when there's a fragment. | Michael Howell | 2015-08-18 | 1 | -4/+4 |
* | | Replace uses of `for foo in bar.iter()`, | João Oliveira | 2015-08-18 | 1 | -1/+1 |
|/ |
|
* | remove ScriptListener | vectorijk | 2015-08-16 | 1 | -7/+7 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -1/+1 |
* | replace .len() == 0 with is_empty() | João Oliveira | 2015-08-14 | 1 | -1/+1 |
* | Auto merge of #7097 - boghison:memtypes, r=jdm | bors-servo | 2015-08-13 | 1 | -10/+12 |
|\ |
|
| * | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -10/+12 |
* | | Auto merge of #7132 - jdm:docenum, r=ms2ger | bors-servo | 2015-08-13 | 1 | -3/+4 |
|\ \
| |/
|/| |
|
| * | Simplify devtools frame marker notification. Record each frame tick based on ... | Josh Matthews | 2015-08-12 | 1 | -3/+4 |
* | | Auto merge of #6757 - mskrzypkows:document_hasFocus, r=jdm | bors-servo | 2015-08-11 | 1 | -0/+21 |
|\ \
| |/
|/| |
|
| * | Implementing document.hasFocus method. #6475 | Maciej Skrzypkowski | 2015-08-10 | 1 | -0/+21 |
* | | Auto merge of #7046 - Ms2ger:base-url, r=dzbarsky | bors-servo | 2015-08-08 | 1 | -1/+48 |
|\ \ |
|
| * | | Cache the first base element with an href attribute on the Document. | Ms2ger | 2015-08-08 | 1 | -2/+13 |
| * | | Implement base_url and fallback_base_url methods. | Ms2ger | 2015-08-08 | 1 | -1/+37 |
* | | | Auto merge of #7075 - Ms2ger:load_url, r=dzbarsky | bors-servo | 2015-08-08 | 1 | -6/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Inline Document::load_anchor_href into its only caller. | Ms2ger | 2015-08-07 | 1 | -11/+1 |
| * | | Push the url parsing out of Window::load_url. | Ms2ger | 2015-08-07 | 1 | -2/+6 |
* | | | Fix requestAnimationFrame timestamps in queue | Harrison G | 2015-08-07 | 1 | -1/+2 |
* | | | Add DOMLoad message to constellation that is sent after the DOM Load event is... | James Graham | 2015-08-07 | 1 | -0/+12 |
|/ / |
|
* | | Update Animation Timing links and terminology to the HTML specification. | Ms2ger | 2015-08-05 | 1 | -8/+8 |
* | | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 1 | -0/+2 |
* | | script: Make the resource task communication use IPC channels. | Patrick Walton | 2015-07-31 | 1 | -8/+5 |
* | | net: Use a thread for each `AsyncResponseTarget` to avoid having to send | Patrick Walton | 2015-07-31 | 1 | -2/+2 |
* | | net: Make most of the resource task messages serializable. | Patrick Walton | 2015-07-31 | 1 | -3/+7 |