| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert RemoveIFrame message to use pipeline id. | Glenn Watson | 2015-10-12 | 1 | -18/+15 |
* | Implement HTMLIFrameElement::pipeline_id on LayoutJS<HTMLIFrameElement>. | Ms2ger | 2015-10-08 | 1 | -3/+12 |
* | Remove constellation round trip for subpage mapping in compositor. | Glenn Watson | 2015-10-07 | 1 | -0/+5 |
* | Auto merge of #7882 - anthgur:consistent-enum-use, r=Ms2ger | bors-servo | 2015-10-06 | 1 | -5/+4 |
|\ |
|
| * | Refactor Error enum usage to consistently be qualified | Anthony Urena | 2015-10-06 | 1 | -5/+4 |
* | | Make it possible for iframes to create their own pipeline ID. | Glenn Watson | 2015-10-06 | 1 | -6/+16 |
|/ |
|
* | Enable resetable and String prefs. | James Graham | 2015-09-25 | 1 | -1/+1 |
* | sorted the extern crate, mod & use declarations | Ravi Shankar | 2015-09-24 | 1 | -4/+4 |
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -8/+6 |
* | Update prefs API to return an Option<bool>. | James Graham | 2015-09-04 | 1 | -1/+1 |
* | renaming tokens(), atom() and uint() and rewriting to return or panic | Prabhjyot Singh Sodhi | 2015-09-02 | 1 | -1/+1 |
* | Auto merge of #7452 - nox:cleanup-attributes, r=nox | bors-servo | 2015-09-02 | 1 | -29/+16 |
|\ |
|
| * | Introduce VirtualMethods::attribute_mutated() | Anthony Ramine | 2015-09-02 | 1 | -29/+16 |
* | | Enforce linking to spec for method implementations via macros | Corey Farwell | 2015-08-31 | 1 | -2/+4 |
|/ |
|
* | Auto merge of #7391 - jdm:prefs, r=Ms2ger | bors-servo | 2015-08-28 | 1 | -5/+9 |
|\ |
|
| * | Replace catch-all experimental flag with fine-grained boolean preferences ini... | Josh Matthews | 2015-08-28 | 1 | -5/+9 |
* | | Merge adjacent identical `impl` sections | Corey Farwell | 2015-08-28 | 1 | -4/+0 |
|/ |
|
* | Make the traits for the IDL interfaces take &self | Anthony Ramine | 2015-08-27 | 1 | -13/+13 |
* | Remove AttributeHandlers | Anthony Ramine | 2015-08-27 | 1 | -2/+1 |
* | Remove helper traits | Anthony Ramine | 2015-08-27 | 1 | -29/+14 |
* | make dom_struct derive HeapSizeOf, | João Oliveira | 2015-08-27 | 1 | -1/+0 |
* | Remove doublepointer in VirtualMethods, and from_borrowed_ref | Manish Goregaokar | 2015-08-27 | 1 | -4/+4 |
* | sort all uses | Johann Tuffe | 2015-08-20 | 1 | -8/+8 |
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -2/+2 |
* | Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()` | João Oliveira | 2015-08-15 | 1 | -2/+1 |
* | Measure heap memory usage for more types. Fixes #6951 | Bogdan Cuza | 2015-08-13 | 1 | -0/+2 |
* | Add spec links | Bogdan Cuza | 2015-07-28 | 1 | -0/+7 |
* | Remove *Cast::from_actual. | Ms2ger | 2015-07-04 | 1 | -2/+2 |
* | Factor out common forward/back navigation code in HTMLIFrameElementMethods | David Zbarsky | 2015-07-03 | 1 | -36/+23 |
* | Add JSAutoRequest/JSAutoCompartment to HTMLIFrameElement | Michael Wu | 2015-06-29 | 1 | -1/+4 |
* | Implement AttrHelpersForLayout for LayoutJS<Attr> rather than Attr itself. | Ms2ger | 2015-06-20 | 1 | -2/+2 |
* | Upgrade to SM 39 | Michael Wu | 2015-06-19 | 1 | -40/+44 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -5/+13 |
* | script: Implement the `width` and `height` attributes for iframes per | Patrick Walton | 2015-05-20 | 1 | -6/+41 |
* | Various fixes for cleaning up iframes, compositor layers, pipelines and threads. | Glenn Watson | 2015-05-14 | 1 | -0/+27 |
* | Uniformise root() methods | Anthony Ramine | 2015-04-28 | 1 | -1/+1 |
* | Remove as_slice() calls from script. | Ms2ger | 2015-04-26 | 1 | -1/+1 |
* | Replace the Str implementation for AttrValue by a Deref implementation. | Ms2ger | 2015-04-25 | 1 | -2/+2 |
* | Update WHATWG links to use HTTPS | Corey Farwell | 2015-04-13 | 1 | -1/+1 |
* | Make Element::get_attribute() take its namespace by reference | Anthony Ramine | 2015-04-06 | 1 | -1/+1 |
* | Replace (String, Option<String>) with MozBrowserEvent in uses of MozBrowserEv... | Avi Weinstock | 2015-03-25 | 1 | -6/+6 |
* | Ensures that iframe navigation updates the parent iframe element subpage id. | Glenn Watson | 2015-03-24 | 1 | -0/+5 |
* | Fix warnings in script. | Ms2ger | 2015-03-23 | 1 | -1/+1 |
* | Experimental implementation of (a small subset of) mozbrowser APIs. | Glenn Watson | 2015-03-23 | 1 | -3/+116 |
* | First part of refactoring constellation to support iframe navigation. | Glenn Watson | 2015-03-17 | 1 | -11/+16 |
* | Use new `if let` syntax wherever possible. Fixes #4153. | Zack Slayton | 2015-03-10 | 1 | -9/+6 |
* | Documentation and cleanup. | Josh Matthews | 2015-03-03 | 1 | -2/+2 |
* | Move everything unrelated to the frame tree out of Page and into Document or ... | Josh Matthews | 2015-03-03 | 1 | -20/+16 |
* | Import msg as msg rather than servo_msg. | Ms2ger | 2015-02-10 | 1 | -3/+3 |
* | Replace Root::deref by a custom get_unsound_ref_forever method. | Ms2ger | 2015-02-05 | 1 | -0/+1 |