[bashi] I assume this can all be deleted, given the TODO about removing it, and that this was landed 2 years ago?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
lgtm, thank you for the clean-up! I should have removed these dead code.
(P.S. Today I'm ooo sick so I may not be able to make progress, but thank you for investigating HEv3 bugs).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm, thank you for the clean-up! I should have removed these dead code.
(P.S. Today I'm ooo sick so I may not be able to make progress, but thank you for investigating HEv3 bugs).
Sorry to hear it, hope you feel better soon. I will be sending out what I hope is a crash fix later tonight, but there's no rush to review it.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[+chrome-ipc-reviews] Please review network_context.mojom (just deleting a method).
[+jonross] Please review content/browser/renderer_host/render_frame_host_impl.cc
[+hiroshige] Please review third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler.h
Note that for all three of those files, this is a straight revert of https://chromium-review.googlesource.com/c/chromium/src/+/4650930,
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: d...@chromium.org
📎 It looks like you’re making a possibly security-sensitive change! 📎 IPC security review isn’t a rubberstamp, so your friendly security reviewer will need a fair amount of context to review your CL effectively. Please review your CL description and code comments to make sure they provide context for someone unfamiliar with your project/area. Pay special attention to where data comes from and which processes it flows between (and their privilege levels). Feel free to point your security reviewer at design docs, bugs, or other links if you can’t reasonably make a self-contained CL description. (Also see https://cbea.ms/git-commit/).
IPC reviewer(s): d...@chromium.org
Reviewer source(s):
d...@chromium.org is from context(googleclient/chrome/chromium_gwsq/ipc/config.gwsq)
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
third_party/blink/renderer/platform/loader/fetch/resource_load_scheduler.h LGTM.
Code-Review | +1 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Delete network::features::kVisibilityAwareResourceScheduler.
Also delete all code gated on it. It was never launched, and has a TODO
to remove it.
This is basically a revert of
https://chromium-review.googlesource.com/c/chromium/src/+/4650930,
addressing conflicts, and keeping a minor cleanup or two.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |