| Commit message (Expand) | Author | Age | Files | Lines |
* | servo: Update `ipc-channel` to pick up `bincode` support. | Patrick Walton | 2015-08-08 | 1 | -2/+2 |
* | Add DOMLoad message to constellation that is sent after the DOM Load event is... | James Graham | 2015-08-07 | 1 | -0/+2 |
* | Start reporting memory usage for Window and all nodes in all DOM trees for fr... | Josh Matthews | 2015-08-03 | 3 | -5/+8 |
* | Implement Msg::Status with serialized url upon mouseover | Bruno de Oliveira Abinader | 2015-07-30 | 1 | -0/+2 |
* | Auto merge of #6812 - ecoal95:webgl-fail, r=jdm | bors-servo | 2015-07-29 | 1 | -1/+1 |
|\ |
|
| * | webgl: Make context creation fallible. Fixes #6806 | ecoal95 | 2015-07-28 | 1 | -1/+1 |
* | | Add set_clipboard_context function and relevant plumbing. Use Option more con... | Avi Weinstock | 2015-07-29 | 1 | -0/+2 |
|/ |
|
* | script: Make most of 2D canvas and WebGL run over IPC. | Patrick Walton | 2015-07-25 | 3 | -1/+20 |
* | Replace astersisks with appropriate versions in deps | Bogdan Cuza | 2015-07-20 | 1 | -4/+4 |
* | Ensure we get the post-redirect url | James Graham | 2015-07-19 | 2 | -1/+2 |
* | Implement WebDriver Refresh command | James Graham | 2015-07-19 | 1 | -0/+1 |
* | Add support for the Get URL WebDriver command. | James Graham | 2015-07-19 | 1 | -0/+1 |
* | compositing: Make the constellation messages serializable. | Patrick Walton | 2015-07-18 | 3 | -27/+44 |
* | gfx: Make display lists serializable using `serde`. | Patrick Walton | 2015-07-15 | 1 | -1/+1 |
* | Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10) | Simon Sapin | 2015-07-15 | 1 | -1/+1 |
* | layout: Make the `LayoutControlChan` use IPC. | Patrick Walton | 2015-07-14 | 2 | -2/+2 |
* | compositing: Move messages that go over the `ScriptListener` to go over | Patrick Walton | 2015-07-14 | 4 | -15/+58 |
* | Move LayerBuffer cache to the compositor | Martin Robinson | 2015-07-08 | 1 | -1/+4 |
* | Auto merge of #6525 - mrobinson:simplify-display, r=glennw | bors-servo | 2015-06-30 | 1 | -2/+2 |
|\ |
|
| * | Update to latest rust-layers | Martin Robinson | 2015-06-30 | 1 | -2/+2 |
* | | Add keyboard shortcuts to glutin browser | Jesse Ruderman | 2015-06-27 | 1 | -0/+1 |
|/ |
|
* | Implement enough of 3d transforms spec to run the CSS FPS demo. | Glenn Watson | 2015-06-23 | 1 | -0/+15 |
* | Use euclid from crates.io | ecoal95 | 2015-06-19 | 4 | -9/+7 |
* | Implement timeout for url load from WebDriver. | James Graham | 2015-06-17 | 2 | -3/+6 |
* | Clean up dependencies. | Jack Moffitt | 2015-06-07 | 1 | -7/+8 |
* | Bump rust-url version: 0.2.16 → 0.2.35 | Corey Farwell | 2015-06-04 | 1 | -1/+1 |
* | Auto merge of #6219 - zmike:favicons_and_stringlOWWW-MY-HEAD, r=pcwalton | bors-servo | 2015-06-03 | 1 | -0/+4 |
|\ |
|
| * | add window method for notifying when the <head> tag has been parsed | Mike Blumenkrantz | 2015-06-02 | 1 | -0/+2 |
| * | add handling for favicon link elements | Mike Blumenkrantz | 2015-06-02 | 1 | -0/+2 |
* | | Auto merge of #6161 - jgraham:webdriver_stability, r=glennw | bors-servo | 2015-06-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Improve the stability of tests run using WebDriver. | James Graham | 2015-06-02 | 1 | -1/+1 |
* | | Auto merge of #6254 - servo:rustup_20150601, r=SimonSapin | bors-servo | 2015-06-02 | 1 | -1/+1 |
|\ \ |
|
| * | | Move to latest hyper everywhere | Manish Goregaokar | 2015-06-02 | 1 | -1/+1 |
| |/ |
|
* | | Auto merge of #6230 - frewsxcv:getters-get, r=nox | bors-servo | 2015-06-02 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove `get_` prefix on getters | Corey Farwell | 2015-06-02 | 1 | -1/+1 |
* | | Add support for switching frames with the webdriver API. | James Graham | 2015-06-01 | 4 | -7/+66 |
|/ |
|
* | add navigation state data to LoadComplete messages, finish cef load state cbs | Mike Blumenkrantz | 2015-05-27 | 1 | -1/+1 |
* | Reduce max line length from 150 to 120 characters | Corey Farwell | 2015-05-24 | 1 | -1/+2 |
* | Layerize canvas | ecoal95 | 2015-05-20 | 1 | -1/+0 |
* | Auto merge of #6131 - glennw:jquery-exit-fix, r=jdm | bors-servo | 2015-05-19 | 1 | -1/+1 |
|\ |
|
| * | Fix several hangs / panics during pipeline cleanup of in progress loads. | Glenn Watson | 2015-05-19 | 1 | -1/+1 |
* | | compositing: Implement display ports and avoid creating display lists | Patrick Walton | 2015-05-19 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #6044 - Ms2ger:cleanup, r=jdm | bors-servo | 2015-05-14 | 1 | -1/+2 |
|\ |
|
| * | Fix some overlong lines. | Ms2ger | 2015-05-14 | 1 | -1/+2 |
* | | Make WebDriver Get() command wait on pages loading before returning. | James Graham | 2015-05-14 | 1 | -4/+7 |
|/ |
|
* | Various fixes for cleaning up iframes, compositor layers, pipelines and threads. | Glenn Watson | 2015-05-14 | 2 | -0/+4 |
* | Fixes a number of race conditions and reliability issues with reftests and co... | Glenn Watson | 2015-05-14 | 2 | -27/+9 |
* | Auto merge of #6013 - glennw:compositor-race, r=pcwalton | bors-servo | 2015-05-12 | 1 | -1/+12 |
|\ |
|
| * | Fix a compositor race condition that can result in the most recent buffer not... | Glenn Watson | 2015-05-12 | 1 | -1/+12 |
* | | Upgrade to Hyper 0.4.0 | Simon Sapin | 2015-05-12 | 1 | -1/+1 |
|/ |
|