| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the document base url when resolving iframe URLs | Stephen (Ziyun) Li | 2016-04-15 | 1 | -2/+1 |
* | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -1/+1 |
* | Remove containing_page_pipeline_id | Stephen (Ziyun) Li | 2016-04-14 | 1 | -10/+1 |
* | replace Fallible<()> with ErrorResult | Di Xu | 2016-04-13 | 1 | -5/+5 |
* | Auto merge of #10399 - jdm:pb, r=jdm | bors-servo | 2016-04-05 | 1 | -0/+13 |
|\ |
|
| * | Private browsing - Initial steps | dhaval0603 | 2016-04-04 | 1 | -0/+13 |
* | | No more headless compositor. Just the normal one. | Michael Howell | 2016-03-24 | 1 | -1/+23 |
|/ |
|
* | Add history information to mozbrowserlocationchange event | Paul Rouget | 2016-03-21 | 1 | -1/+9 |
* | Auto merge of #9740 - paulrouget:mozbrowserconnected, r=jdm | bors-servo | 2016-02-25 | 1 | -1/+1 |
|\ |
|
| * | Support Browser API event mozbrowserconnected | Paul Rouget | 2016-02-24 | 1 | -1/+1 |
* | | allow mozbrowser only for top level windows | Paul Rouget | 2016-02-23 | 1 | -4/+11 |
|/ |
|
* | Make iframes block the enclosing document's load event. Fixes #6663. | Josh Matthews | 2016-02-10 | 1 | -2/+31 |
* | Auto merge of #9244 - paulrouget:securitychange, r=jdm | bors-servo | 2016-02-09 | 1 | -1/+19 |
|\ |
|
| * | mozbrowsersercuritychange event | Paul Rouget | 2016-02-09 | 1 | -1/+19 |
* | | Remove the global argument to EventTarget::{fire_event, fire_simple_event}. | Ms2ger | 2016-02-08 | 1 | -2/+2 |
|/ |
|
* | Make iframe's load event trigger a reflow of the enclosing window. Add a catc... | Josh Matthews | 2016-01-26 | 1 | -1/+7 |
* | move MozBrowserEvent to script_traits (+ documentation) | apopiak | 2016-01-13 | 1 | -3/+2 |
* | 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 |