| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Auto merge of #11616 - ConnorGBrewster:navigation_delta, r=asajeffrey | bors-servo | 2016-06-07 | 1 | -2/+2 |
|\ |
|
| * | Added support for navigating by a delta | Connor Brewster | 2016-06-04 | 1 | -2/+2 |
* | | Stop re-exporting AttrValue. | Ms2ger | 2016-06-07 | 1 | -2/+2 |
* | | Move LengthOrPercentageOrAuto to style::attr. | Ms2ger | 2016-06-06 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #11468 - rebstar6:refPol4, r=nox | bors-servo | 2016-06-02 | 1 | -2/+3 |
|\ |
|
| * | Add meta-referrer support for documents | Rebecca | 2016-06-02 | 1 | -2/+3 |
* | | Fire a mozbrowseropenwindow event when an html anchor has a non-self target. | Alan Jeffrey | 2016-06-02 | 1 | -1/+15 |
|/ |
|
* | Fix permissions of mozbrowser and BrowserElementPrivileged (fixes #11498) | Anthony Ramine | 2016-05-30 | 1 | -2/+6 |
* | Auto merge of #11329 - c-rhodes:11320, r=jdm | bors-servo | 2016-05-27 | 1 | -1/+1 |
|\ |
|
| * | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -1/+1 |
* | | Auto merge of #11308 - nox:guarded, r=jdm | bors-servo | 2016-05-27 | 1 | -23/+6 |
|\ \
| |/
|/| |
|
| * | Use [Func] on HTMLIFrameElement.mozbrowser | Anthony Ramine | 2016-05-27 | 1 | -18/+5 |
| * | Move mozbrowser_enabled to util::prefs | Anthony Ramine | 2016-05-27 | 1 | -5/+1 |
* | | Record the frame type (IFrame or MozBrowserIFrame) in the pipeline. | Alan Jeffrey | 2016-05-26 | 1 | -1/+3 |
|/ |
|
* | Move DOMString back to script | Anthony Ramine | 2016-05-24 | 1 | -4/+5 |
* | Remove ConstellationChan. | Ms2ger | 2016-05-19 | 1 | -11/+6 |
* | Removed unused imports | Per Lundberg | 2016-05-15 | 1 | -1/+0 |
* | Stop using JSAutoRequest. | Ms2ger | 2016-05-13 | 1 | -2/+1 |
* | remove page and move functionality to browing context | Connor Brewster | 2016-05-11 | 1 | -6/+2 |
* | Add and update some FIXME comments about origin handling with iframes. | Ms2ger | 2016-05-02 | 1 | -0/+4 |
* | Return a Url from HTMLIFrameElement::get_url. | Ms2ger | 2016-05-02 | 1 | -13/+8 |
* | Make IFrameLoadInfo take an Option<LoadData> instead of Option<Url> | Keith Yeung | 2016-04-30 | 1 | -6/+7 |
* | Auto merge of #10837 - asajeffrey:add-mozbrowsererror-details, r=Manishearth | bors-servo | 2016-04-29 | 1 | -1/+9 |
|\ |
|
| * | Add detail to mozbrowsererror events. | Alan Jeffrey | 2016-04-25 | 1 | -1/+9 |
* | | Reduce channel cloning. | Ms2ger | 2016-04-29 | 1 | -3/+3 |
* | | Avoid some clones. | Ms2ger | 2016-04-29 | 1 | -1/+1 |
* | | script: Make iframes know their pipeline IDs at all times, even after | Patrick Walton | 2016-04-28 | 1 | -2/+8 |
|/ |
|
* | Fix some compile warnings. | Ms2ger | 2016-04-19 | 1 | -1/+1 |
* | Use the document base url when resolving iframe URLs | Stephen (Ziyun) Li | 2016-04-15 | 1 | -2/+1 |