mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Move `FromScriptLogger` and `FromCompositorLogger` to seperate file <!-- Please describe your changes on the following line: --> This PR is an attempt to refactor the `constellation.rs` file in order to make it more readable. Starting the initiative with moving `FromScriptLogger` and `FromCompositorLogger` to a separate`logger.rs` file as they don't have any major dependency to be in the `constellation.rs` file itself. Also noticed a broken link in `docs/HACKING_QUICKSTART.md` file. Adding the correct url. --- <!-- 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 - [ ] These changes fix #___ (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [x] These changes do not require tests because ___ <!-- 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. --> |
||
---|---|---|
.. | ||
browsingcontext.rs | ||
Cargo.toml | ||
constellation.rs | ||
event_loop.rs | ||
lib.rs | ||
logging.rs | ||
network_listener.rs | ||
pipeline.rs | ||
sandboxing.rs | ||
serviceworker.rs | ||
session_history.rs | ||
timer_scheduler.rs |