Files
servo/components
bors-servo d13aa55c2d Auto merge of #29005 - BurtonQin:fix-double-lock, r=jdm
components/net: Fix a double-lock in image_cache

<!-- Please describe your changes on the following line: -->

Add fn `add_listener_with_store` which requires `self.store.lock()` before calling.
Use this function instead of `add_listener` on L555 because `self.store.lock()` is called before.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [] `./mach build -d` does not report any errors
- [] `./mach test-tidy` does not report any errors
- [X] These changes fix #29003 (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [X] These changes do not require tests because the fix is straightforward.

<!-- 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. -->
2022-10-25 19:41:09 -04:00
..
2020-08-11 14:24:58 +05:30
2021-07-19 00:57:48 +09:00
2022-08-04 00:13:36 +08:00
2022-04-01 01:00:18 -04:00
2022-04-01 02:07:17 -04:00
2022-08-04 00:13:36 +08:00
2022-08-04 00:13:36 +08:00
2022-04-01 00:35:22 -04:00
2022-01-16 09:34:17 -08:00
2022-08-04 00:13:36 +08:00
2020-05-14 22:20:18 -07:00
2022-04-01 00:35:22 -04:00
2020-05-14 22:20:18 -07:00
2020-06-11 14:07:39 -04:00
2022-10-10 15:48:05 -07:00
2022-04-01 02:26:19 -04:00
2022-04-01 01:43:26 -04:00
2022-10-10 15:48:05 -07:00
2021-07-19 00:57:48 +09:00
2022-08-04 00:13:36 +08:00
2020-05-30 18:18:57 -07:00
2021-07-19 00:57:48 +09:00
2020-05-30 18:18:57 -07:00
2022-04-01 00:35:22 -04:00
2022-10-10 15:48:05 -07:00
2022-04-01 02:16:21 -04:00
2022-08-04 00:13:36 +08:00
2021-07-19 00:57:48 +09:00
2021-03-05 20:00:30 -05:00