servo/components/constellation
bors-servo 7202ee43e7
Auto merge of #29692 - atbrakhi:move_loggers_from_constellation, r=mrobinson
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. -->
2023-05-03 16:06:22 +02:00
..
browsingcontext.rs Add creation url and Secure Contexts 2020-11-25 18:30:50 +00:00
Cargo.toml Bump euclid to 0.22 2023-01-26 08:59:21 +01:00
constellation.rs Move logers into seperate logger files 2023-05-02 17:02:02 +02:00
event_loop.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
lib.rs Move logers into seperate logger files 2023-05-02 17:02:02 +02:00
logging.rs Move logers into seperate logger files 2023-05-02 17:02:02 +02:00
network_listener.rs Update nightly rustc. 2021-11-01 08:46:18 -04:00
pipeline.rs Clean up arguments passed to ScriptThread 2023-05-01 14:10:32 +02:00
sandboxing.rs feat: fix build error on apple m1 2021-04-24 19:15:59 +08:00
serviceworker.rs allow for a service worker manager per origin 2020-04-05 22:43:40 +08:00
session_history.rs Ensure layout/script always have a correct viewport size when a new pipeline is created. 2019-11-06 16:13:55 -05:00
timer_scheduler.rs update timer scheduler to use crossbeam 2019-10-20 23:42:34 +08:00