kouhei@, kojii@, chromium-ipc-reviews@, could I get your review of this CL?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: aj...@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): aj...@chromium.org
Reviewer source(s):
aj...@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. |
See crbug.com/<TODO>.
Alex N. JoseComment to track this ticket ID replacement TODO
Done
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. |
third_party/blink/web_tests/VirtualTestSuites lgtm but I'd like to ask @kouhei to review other `blink/renderer` files.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Code-Review | +1 |
cr+1 % nit
bool HTMLDocumentParser::ShouldSkipPreloadScan() {
Can we invoke+cache this on the `HTMLDocumentParser` ctor?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can we invoke+cache this on the `HTMLDocumentParser` ctor?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
kojii@, could I have your review on third_party/blink/web_tests/VirtualTestSuites?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Implement Document-Policy: expect-no-embedded-resources
The expect-no-linked-resources configuration point in Document Policy allows a document to hint to the user agent to better optimize its loading sequence, such as not using the default speculative parsing behavior. The current implementation on this CL skips attaching PreloadScanner if the policy is supplied.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |