aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/flex.rs
diff options
context:
space:
mode:
authorbors-servo <infra@servo.org>2023-05-08 11:36:33 +0200
committerGitHub <noreply@github.com>2023-05-08 11:36:33 +0200
commit61f872e7da238860c0e043b57b9bbf37cb7fa893 (patch)
treedbc34351606a8a1236cc981afee714fb6aa4fcb7 /components/layout/flex.rs
parentc67d76026463c573c453d298e34a8bfde84d8702 (diff)
parent55de8e3ddc58b239dd0d2de14d5cbfdb418d4873 (diff)
downloadservo-61f872e7da238860c0e043b57b9bbf37cb7fa893.tar.gz
servo-61f872e7da238860c0e043b57b9bbf37cb7fa893.zip
Auto merge of #29710 - servo:rename_sender_receiver_in_constellation, r=mrobinson
Make names of Sender<> and Receiver<> variables more coherent <!-- Please describe your changes on the following line: --> Sometimes these variables are called port, sometimes ipc, sometimes they have the name of the thread on the other end and sometimes not. This PR tries to standardize on an obvious name for all of them: Common pattern to note in this PR: - If it is a `IpcSender`, then naming is followed by `ipc_sender`, such as: `bluetooth_ipc_sender`, `canvas_ipc_sender` etc.. - If variable is `crossbeam_channel` sender/receiver then naming is followed by `sender`/`receiver` such as: `devtools_sender`, `canvas_sender` etc... --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix [#29679](https://github.com/servo/servo/issues/29679) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/layout/flex.rs')
0 files changed, 0 insertions, 0 deletions