| Commit message (Expand) | Author | Age | Files | Lines |
* | Auto merge of #10632 - szeged:bluetooth-ipc, r=jdm | bors-servo | 2016-05-04 | 1 | -0/+5 |
|\ |
|
| * | Add Bluetooth IPC support | fokinv | 2016-05-03 | 1 | -0/+5 |
* | | Auto merge of #8454 - jdm:media, r=KiChjang | bors-servo | 2016-05-03 | 1 | -0/+13 |
|\ \ |
|
| * | | Implement basic media resource selection and fetching. | Josh Matthews | 2016-05-03 | 1 | -0/+13 |
* | | | Update SpiderMonkey | Anthony Ramine | 2016-05-03 | 1 | -2/+3 |
| |/
|/| |
|
* | | Make IFrameLoadInfo take an Option<LoadData> instead of Option<Url> | Keith Yeung | 2016-04-30 | 1 | -1/+1 |
* | | Reduce channel cloning. | Ms2ger | 2016-04-29 | 1 | -1/+1 |
* | | Avoid the unnecessary MainThreadScriptChan in ScriptThread::create(). | Ms2ger | 2016-04-29 | 1 | -4/+8 |
* | | Remove unused SendableMainThreadScriptChan::new() method. | Ms2ger | 2016-04-29 | 1 | -8/+0 |
* | | Remove unused MainThreadScriptChan::new() method. | Ms2ger | 2016-04-29 | 1 | -8/+0 |
* | | Avoid some clones. | Ms2ger | 2016-04-29 | 1 | -11/+7 |
|/ |
|
* | script: Make iframes know their pipeline IDs at all times, even after | Patrick Walton | 2016-04-28 | 1 | -4/+9 |
* | Remove extraneous script_chan parameter from Trusted::new | Keith Yeung | 2016-04-28 | 1 | -3/+2 |
* | Auto merge of #10647 - ConnorGBrewster:parse_xml, r=jdm | bors-servo | 2016-04-27 | 1 | -23/+29 |
|\ |
|
| * | Finish hooking up XML parser | Connor Brewster | 2016-04-27 | 1 | -23/+29 |
* | | Move abstract parser infrastructure from servohtmlparser.rs to parse | Martin Broesamle | 2016-04-27 | 1 | -1/+2 |
|/ |
|
* | Add referrer policy pass-through and referrer header logic | Rebecca | 2016-04-25 | 1 | -0/+2 |
* | Upgrade to rust-url 1.0 and hyper 0.9 | Simon Sapin | 2016-04-23 | 1 | -30/+22 |
* | Auto merge of #10654 - notriddle:no_resize_on_initial_load, r=asajeffrey | bors-servo | 2016-04-22 | 1 | -15/+17 |
|\ |
|
| * | compositing/script: Do not dispatch the resize event when initially loading. | Michael Howell | 2016-04-22 | 1 | -15/+17 |
* | | Auto merge of #10710 - Ms2ger:js, r=nox | bors-servo | 2016-04-21 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Update js. | Ms2ger | 2016-04-20 | 1 | -1/+1 |
* | | Propagating the load errors from network loader | Ravi Shankar | 2016-04-20 | 1 | -3/+3 |
* | | Added a dedicated panic channel. | Alan Jeffrey | 2016-04-19 | 1 | -7/+7 |
|/ |
|
* | Auto merge of #10587 - asajeffrey:add-failure-panic-message, r=Manishearth | bors-servo | 2016-04-14 | 1 | -2/+2 |
|\ |
|
| * | Added panic message to failures. | Alan Jeffrey | 2016-04-13 | 1 | -2/+2 |
* | | Remove the url! plugin. | Simon Sapin | 2016-04-14 | 1 | -1/+1 |
|/ |
|
* | Use better JS engine defaults | Jack Moffitt | 2016-04-08 | 1 | -1/+2 |
* | Fix rebasing error | Stjepan Glavina | 2016-04-07 | 1 | -1/+0 |
* | refactors entities from script_thread into script_runtime | Rahul Sharma | 2016-04-06 | 1 | -228/+11 |
* | forcetouch events support | Paul Rouget | 2016-04-05 | 1 | -1/+7 |
* | Auto merge of #10325 - stjepang:pref-disable-jit, r=mbrubeck | bors-servo | 2016-04-05 | 1 | -1/+11 |
|\ |
|
| * | Add preferences to enable/disable the JITs | Stjepan Glavina | 2016-04-04 | 1 | -1/+11 |
* | | Inlined content_changed | Adrian Utrilla | 2016-04-04 | 1 | -2/+1 |
* | | Auto merge of #10327 - frewsxcv:get-prefix, r=ms2ger | bors-servo | 2016-04-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove `get_*` on getters as per RFC 0344. | Corey Farwell | 2016-03-31 | 1 | -1/+1 |
* | | Report errors from ScriptPort trait methods. | Josh Matthews | 2016-03-31 | 1 | -13/+15 |
|/ |
|
* | Auto merge of #8641 - notriddle:no_headless, r=glennw | bors-servo | 2016-03-29 | 1 | -0/+1 |
|\ |
|
| * | No more headless compositor. Just the normal one. | Michael Howell | 2016-03-24 | 1 | -0/+1 |
* | | change changes effecting verbosity | faineance | 2016-03-27 | 1 | -4/+2 |
* | | use self.0 instead of destructing single item tuple structs | faineance | 2016-03-27 | 1 | -6/+4 |
|/ |
|
* | Add task_source directory | Keith Yeung | 2016-03-10 | 1 | -101/+12 |
* | Refactor mouseover code to be more performant | Emilio Cobos Álvarez | 2016-03-02 | 1 | -33/+42 |
* | Implement GetElementRect webdriver command | Daniel Robertson | 2016-02-24 | 1 | -0/+2 |
* | Auto merge of #9603 - Ms2ger:document-bc, r=jdm | bors-servo | 2016-02-19 | 1 | -4/+7 |
|\ |
|
| * | Store a pointer to the browsing context in the Document. | Ms2ger | 2016-02-11 | 1 | -4/+7 |
* | | Implement planned navigation | Keith Yeung | 2016-02-18 | 1 | -1/+3 |
* | | Issue #9561 Renamed *_thread_source to *_task_source and ThreadSource to Task... | Kamil Muszyński | 2016-02-14 | 1 | -51/+51 |
* | | Notify devtools about new script globals sooner. | Josh Matthews | 2016-02-11 | 1 | -5/+3 |
* | | Report CSS errors to script task for further processing. | Josh Matthews | 2016-02-11 | 1 | -1/+2 |
|/ |
|