| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for fullscreen #10102 | Jansen Jan | 2016-12-09 | 1 | -1/+6 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -1/+1 |
* | Added debugging to htmliframeelement.rs. | Alan Jeffrey | 2016-12-06 | 1 | -0/+3 |
* | Implement synchronous about:blank loading. | Ms2ger | 2016-11-30 | 1 | -38/+110 |
* | Remove redundant url clones | Pu Xingyu | 2016-11-18 | 1 | -1/+1 |
* | Urlmageddon: Use refcounted urls more often. | Emilio Cobos Álvarez | 2016-11-17 | 1 | -3/+3 |
* | Replace script thread root browsing context by a collection of documents. | Alan Jeffrey | 2016-11-08 | 1 | -7/+11 |
* | Auto merge of #14036 - frewsxcv:event, r=nox | bors-servo | 2016-11-04 | 1 | -1/+1 |
|\ |
|
| * | Migrate `EventTarget` event firing functions to use `Atom`s. | Corey Farwell | 2016-11-03 | 1 | -1/+1 |
| * | Remove "fire a simple event" concept, refactor event firing API. | Corey Farwell | 2016-11-03 | 1 | -1/+1 |
* | | Lookup frames by frame_id, not pipeline_id. | Alan Jeffrey | 2016-11-03 | 1 | -0/+5 |
* | | Auto merge of #13965 - asajeffrey:script-iframe-check-document-browsing-conte... | bors-servo | 2016-11-03 | 1 | -4/+20 |
|\ \
| |/
|/| |
|
| * | Check that an iframe is in a document with a browsing context before processi... | Alan Jeffrey | 2016-11-03 | 1 | -4/+20 |
* | | Update to string-cache 0.3 | Simon Sapin | 2016-11-03 | 1 | -20/+21 |
|/ |
|
* | Remove extra spaces in function calls and declarations | Daan Sprenkels | 2016-10-31 | 1 | -8/+8 |
* | script: Implement the `frameBorder` attribute on `HTMLIFrameElement`. | Patrick Walton | 2016-10-26 | 1 | -0/+5 |
* | Move LoadData to script_traits. | Ms2ger | 2016-10-21 | 1 | -2/+2 |
* | Remove intrinsic Root::r() | Anthony Ramine | 2016-10-11 | 1 | -2/+0 |
* | IFrame elements now manage FrameIds rather than the constellation. | Alan Jeffrey | 2016-10-07 | 1 | -1/+4 |
* | Introduce GlobalScope::pipeline_id | Anthony Ramine | 2016-10-06 | 1 | -2/+3 |
* | Introduce GlobalScope::constellation_chan | Anthony Ramine | 2016-10-06 | 1 | -4/+6 |
* | Make reflect_dom_object take a &GlobalScope | Anthony Ramine | 2016-10-06 | 1 | -2/+1 |
* | Replace current session entry for reloads | Connor Brewster | 2016-09-19 | 1 | -3/+4 |
* | Made fixes for PR. | Arthur Marble | 2016-09-18 | 1 | -5/+5 |
* | Most of the code refactoring needed to be done is done with this commit. | Arthur Marble | 2016-09-18 | 1 | -10/+10 |
* | Excise SubpageId and use only PipelineIds | Aneesh Agrawal | 2016-09-13 | 1 | -26/+12 |
* | Consistently use parent_pipeline_id | Aneesh Agrawal | 2016-09-13 | 1 | -1/+1 |
* | Use fn pipeline_id consistently, not fn pipeline | Aneesh Agrawal | 2016-09-13 | 1 | -7/+3 |
* | Reorder `use` statements | UK992 | 2016-09-09 | 1 | -6/+6 |
* | Remove static usage at compile-time of GIT_INFO to enable builds outside of a... | Lars Bergstrom | 2016-08-27 | 1 | -1/+1 |
* | Implement beginnings of joint session history | Connor Brewster | 2016-07-21 | 1 | -9/+5 |
* | Removed panic channel, replaced by integrated logging and issue reporting. | Alan Jeffrey | 2016-07-20 | 1 | -2/+2 |
* | Allow window elements as well as iframes to the the target of mozbrowser events. | Alan Jeffrey | 2016-07-18 | 1 | -100/+93 |
* | Inline DOM element creation into box expressions in components/script/dom/ | Kuba Birecki | 2016-07-14 | 1 | -2/+3 |
* | Auto merge of #11872 - eddyb:back-to-roots, r=Ms2ger | bors-servo | 2016-07-04 | 1 | -2/+2 |
|\ |
|
| * | Switch to using the new rooted!/RootedGuard API for rooting. | Eduard Burtescu | 2016-07-04 | 1 | -2/+2 |
* | | Refactor `util::prefs` operations to be methods on static struct. | Corey Farwell | 2016-07-02 | 1 | -3/+3 |
|/ |
|
* | Auto merge of #12136 - ConnorGBrewster:servo_version_reporter, r=asajeffrey | bors-servo | 2016-07-02 | 1 | -0/+2 |
|\ |
|
| * | Send servo version in mozbrowser error. | Connor Brewster | 2016-07-01 | 1 | -0/+2 |
* | | Removing u8 from HTMLIframeElement | Patrick Trottier | 2016-07-01 | 1 | -19/+21 |
|/ |
|
* | URI to URL | Patrick Trottier | 2016-06-20 | 1 | -2/+2 |
* | Auto merge of #11544 - jdm:privatebrowsing, r=asajeffrey | bors-servo | 2016-06-20 | 1 | -0/+15 |
|\ |
|
| * | Propagate privacy information of iframes to corresponding pipelines. Make ifr... | Sagar Muchhal | 2016-06-20 | 1 | -0/+15 |
* | | Move the remainder of layout_interface into script_layout_interface. | Ms2ger | 2016-06-20 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #10225 - jmr0:visibility_api, r=jdm | bors-servo | 2016-06-16 | 1 | -1/+53 |
|\ |
|
| * | Implement non-visible pipeline and iframe visibility methods | jmr0 | 2016-06-15 | 1 | -1/+53 |
* | | Auto merge of #11720 - canaltinova:sandbox, r=nox | bors-servo | 2016-06-11 | 1 | -12/+10 |
|\ \
| |/
|/| |
|
| * | Add Sandbox field to HTMLIFrameElement | Nazım Can Altınova | 2016-06-11 | 1 | -8/+6 |
| * | Change sandbox to sandbox_allowance in HTMLIFrameElement | Nazım Can Altınova | 2016-06-11 | 1 | -4/+4 |
* | | Support WindowProxy return values in bindings | Jansen Jan | 2016-06-09 | 1 | -8/+16 |
|/ |
|