aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg
Commit message (Expand)AuthorAgeFilesLines
* servo: Update `ipc-channel` to pick up `bincode` support.Patrick Walton2015-08-081-2/+2
* Add DOMLoad message to constellation that is sent after the DOM Load event is...James Graham2015-08-071-0/+2
* Start reporting memory usage for Window and all nodes in all DOM trees for fr...Josh Matthews2015-08-033-5/+8
* Implement Msg::Status with serialized url upon mouseoverBruno de Oliveira Abinader2015-07-301-0/+2
* Auto merge of #6812 - ecoal95:webgl-fail, r=jdmbors-servo2015-07-291-1/+1
|\
| * webgl: Make context creation fallible. Fixes #6806ecoal952015-07-281-1/+1
* | Add set_clipboard_context function and relevant plumbing. Use Option more con...Avi Weinstock2015-07-291-0/+2
|/
* script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-253-1/+20
* Replace astersisks with appropriate versions in depsBogdan Cuza2015-07-201-4/+4
* Ensure we get the post-redirect urlJames Graham2015-07-192-1/+2
* Implement WebDriver Refresh commandJames Graham2015-07-191-0/+1
* Add support for the Get URL WebDriver command.James Graham2015-07-191-0/+1
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-183-27/+44
* gfx: Make display lists serializable using `serde`.Patrick Walton2015-07-151-1/+1
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-1/+1
* layout: Make the `LayoutControlChan` use IPC.Patrick Walton2015-07-142-2/+2
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-144-15/+58
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-1/+4
* Auto merge of #6525 - mrobinson:simplify-display, r=glennwbors-servo2015-06-301-2/+2
|\
| * Update to latest rust-layersMartin Robinson2015-06-301-2/+2
* | Add keyboard shortcuts to glutin browserJesse Ruderman2015-06-271-0/+1
|/
* Implement enough of 3d transforms spec to run the CSS FPS demo.Glenn Watson2015-06-231-0/+15
* Use euclid from crates.ioecoal952015-06-194-9/+7
* Implement timeout for url load from WebDriver.James Graham2015-06-172-3/+6
* Clean up dependencies.Jack Moffitt2015-06-071-7/+8
* Bump rust-url version: 0.2.16 → 0.2.35Corey Farwell2015-06-041-1/+1
* Auto merge of #6219 - zmike:favicons_and_stringlOWWW-MY-HEAD, r=pcwaltonbors-servo2015-06-031-0/+4
|\
| * add window method for notifying when the <head> tag has been parsedMike Blumenkrantz2015-06-021-0/+2
| * add handling for favicon link elementsMike Blumenkrantz2015-06-021-0/+2
* | Auto merge of #6161 - jgraham:webdriver_stability, r=glennwbors-servo2015-06-021-1/+1
|\ \ | |/ |/|
| * Improve the stability of tests run using WebDriver.James Graham2015-06-021-1/+1
* | Auto merge of #6254 - servo:rustup_20150601, r=SimonSapinbors-servo2015-06-021-1/+1
|\ \
| * | Move to latest hyper everywhereManish Goregaokar2015-06-021-1/+1
| |/
* | Auto merge of #6230 - frewsxcv:getters-get, r=noxbors-servo2015-06-021-1/+1
|\ \ | |/ |/|
| * Remove `get_` prefix on gettersCorey Farwell2015-06-021-1/+1
* | Add support for switching frames with the webdriver API.James Graham2015-06-014-7/+66
|/
* add navigation state data to LoadComplete messages, finish cef load state cbsMike Blumenkrantz2015-05-271-1/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Layerize canvasecoal952015-05-201-1/+0
* Auto merge of #6131 - glennw:jquery-exit-fix, r=jdmbors-servo2015-05-191-1/+1
|\
| * Fix several hangs / panics during pipeline cleanup of in progress loads.Glenn Watson2015-05-191-1/+1
* | compositing: Implement display ports and avoid creating display listsPatrick Walton2015-05-191-1/+1
|/
* Auto merge of #6044 - Ms2ger:cleanup, r=jdmbors-servo2015-05-141-1/+2
|\
| * Fix some overlong lines.Ms2ger2015-05-141-1/+2
* | Make WebDriver Get() command wait on pages loading before returning.James Graham2015-05-141-4/+7
|/
* Various fixes for cleaning up iframes, compositor layers, pipelines and threads.Glenn Watson2015-05-142-0/+4
* Fixes a number of race conditions and reliability issues with reftests and co...Glenn Watson2015-05-142-27/+9
* Auto merge of #6013 - glennw:compositor-race, r=pcwaltonbors-servo2015-05-121-1/+12
|\
| * Fix a compositor race condition that can result in the most recent buffer not...Glenn Watson2015-05-121-1/+12
* | Upgrade to Hyper 0.4.0Simon Sapin2015-05-121-1/+1
|/