| Commit message (Expand) | Author | Age | Files | Lines |
* | moved IFrameLoadInfo and IFrameSandboxState to script_traits | Fernando Martins | 2016-01-11 | 1 | -3/+4 |
* | Auto merge of #8506 - nox:finish-ranges, r=dzbarsky | bors-servo | 2015-12-26 | 1 | -5/+3 |
|\ |
|
| * | Introduce UnbindContext | Anthony Ramine | 2015-12-13 | 1 | -5/+3 |
* | | Auto merge of #9030 - askobara:refactoring-add-htmlformelement-fire_event, r=... | bors-servo | 2015-12-22 | 1 | -7/+3 |
|\ \ |
|
| * | | Implement EventTarget::fire_simple_event and EventTarget::fire_simple_event_p... | Arthur Skobara | 2015-12-22 | 1 | -7/+3 |
* | | | Precompute width & height attribute values on <iframe> | Corey Farwell | 2015-12-22 | 1 | -6/+9 |
|/ / |
|
* | | Issue #8352: Dispatch mozbrowsershowmodalprompt event for alert(). | Simon Martin | 2015-12-19 | 1 | -1/+10 |
* | | Use Url.join instead of UrlParser.base_url(...).parse (#9002) | Mathieu Agopian | 2015-12-18 | 1 | -3/+2 |
* | | Auto merge of #8618 - paulrouget:reload, r=jdm | bors-servo | 2015-12-17 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | Browser API: implement iframe.reload() | Paul Rouget | 2015-12-08 | 1 | -3/+8 |
* | | Pass around event types as Atoms instead of Strings | Corey Farwell | 2015-12-10 | 1 | -2/+2 |
* | | Move ScriptMsg from msg crate into script_traits | Tomas Cernaj | 2015-12-09 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #8785 - mbrubeck:fixed-hit-test, r=pcwalton | bors-servo | 2015-12-04 | 1 | -0/+5 |
|\ |
|
| * | If a mouse event is targeting an iframe, forward it to the iframe's inner window | Matt Brubeck | 2015-12-03 | 1 | -0/+5 |
* | | Remove unnecessary conversion to/from DOMString for localName. | Eli Friedman | 2015-12-02 | 1 | -2/+2 |
|/ |
|
* | Dispatch load events for cross origin iframes. Resolves #6672. | Josh Matthews | 2015-11-30 | 1 | -1/+24 |
* | Compute attribute name atoms at compile-time. | Eli Friedman | 2015-11-27 | 1 | -2/+2 |
* | Update string_cache to 0.2. | Alan Jeffrey | 2015-11-25 | 1 | -5/+5 |
* | Implement 'url!(..)' macro | Corey Farwell | 2015-11-21 | 1 | -1/+1 |
* | Split ConstellationMsg into ScriptMsg and CompositorMsg | Keith Yeung | 2015-11-16 | 1 | -1/+1 |
* | [Browser API] implement mozbrowsericonchange event | Paul Rouget | 2015-11-14 | 1 | -4/+41 |
* | Replaced DOMString constructor by conversion functions. | Alan Jeffrey | 2015-11-12 | 1 | -2/+1 |
* | Use the conversion traits from js. | Ms2ger | 2015-11-12 | 1 | -10/+13 |
* | Move unsafe layout calls onto LayoutJS. | Eli Friedman | 2015-11-09 | 1 | -24/+24 |
* | Make DOMString a newtype around String, rather than a typedef. | Ms2ger | 2015-11-04 | 1 | -1/+1 |
* | Get rid of a bunch of explicit derefs | David Zbarsky | 2015-11-03 | 1 | -7/+7 |
* | merge from master | rohan.prinja | 2015-11-03 | 1 | -2/+2 |
|\ |
|
| * | Use 'atom!' macro for known static strings | Corey Farwell | 2015-10-30 | 1 | -2/+2 |
* | | more refactoring | rohan.prinja | 2015-10-30 | 1 | -1/+1 |
* | | move Castable into dom::bindings::inheritance | rohan.prinja | 2015-10-30 | 1 | -1/+2 |
|/ |
|
* | Clean up the cast calls | Anthony Ramine | 2015-10-21 | 1 | -18/+9 |
* | Introduce trait Castable | Anthony Ramine | 2015-10-21 | 1 | -18/+18 |
* | Remove explicit lifetimes which can be elided. | Adam Szopa | 2015-10-21 | 1 | -1/+1 |
* | Explicitly customise flags of new nodes where needed | Anthony Ramine | 2015-10-15 | 1 | -5/+3 |
* | Generate all Derived implementations in codegen | Anthony Ramine | 2015-10-14 | 1 | -15/+3 |
* | Generate the TypeId enums in codegen | Anthony Ramine | 2015-10-14 | 1 | -7/+8 |
* | 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 |
|/ |
|