Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove util::ipc module (fixes #12312) | Dirkjan Ochtman | 2016-10-19 | 1 | -179/+0 |
| | |||||
* | Update `ipc-channel` to pick up the improved error reporting. | Patrick Walton | 2015-11-23 | 1 | -2/+5 |
| | | | | Intended to help diagnose intermittent failures. | ||||
* | compositing: Split Servo up into multiple sandboxed processes. | Patrick Walton | 2015-11-19 | 1 | -13/+96 |
| | | | | | Multiprocess mode is enabled with the `-M` switch, and sandboxing is enabled with the `-S` switch. | ||||
* | Fix reported test-tidy errors for unmerged import blocks | Brandon Fairchild | 2015-09-19 | 1 | -2/+1 |
| | | | | This merges import blocks that were reported by tidy as unmerged. | ||||
* | Fix reported test-tidy errors | Brandon Fairchild | 2015-09-01 | 1 | -1/+1 |
| | | | | | This fixes lines that were reported to have missing space after a comma. | ||||
* | Fix existing syntactics nits. | Josh Matthews | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | compositing: Use an `OptionalIpcSender` for communication between the | Patrick Walton | 2015-07-31 | 1 | -0/+13 |
| | | | | layout and paint tasks. | ||||
* | util: Add a multiprocess command-line option and implement | Patrick Walton | 2015-07-31 | 1 | -0/+81 |
`OptionalIpcSender<T>`. `OptionalIpcSender<T>`dynamically switches between in-process and out-of-process communication depending on whether multiprocess mode is enabled. The multiprocess command-line switch doesn't actually turn on multiprocess mode yet, but it does control the behavior of `OptionalIpcSender<T>`. |