| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Intended to help diagnose intermittent failures.
|
|
|
|
|
| |
Multiprocess mode is enabled with the `-M` switch, and sandboxing is
enabled with the `-S` switch.
|
|
|
|
| |
This merges import blocks that were reported by tidy as unmerged.
|
|
|
|
|
| |
This fixes lines that were reported to have missing
space after a comma.
|
| |
|
|
|
|
| |
layout and paint tasks.
|
|
`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>`.
|