| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Nan LinCan we also remove the following directory/files?
//third_party/blink/renderer/modules/cookie_deprecation_label
The cookie deprecation label in //services/network and //net, e.g.
https://source.chromium.org/chromium/chromium/src/+/main:services/network/public/mojom/network_context.mojom;l=602
Kevin GraneyCLs that added these changes for reference:
https://chromium-review.googlesource.com/c/chromium/src/+/4997315
https://chromium-review.googlesource.com/c/chromium/src/+/4812461
Done (side note: wow, those builder for updating web_tests expected files take forever!)
| Code-Review | +1 |
From googleclient/chrome/chromium_gwsq/ipc/config.gwsq:
IPC: ort...@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): ort...@chromium.org
Reviewer source(s):
ort...@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 |
| Code-Review | +1 |
- Disabled in binary by default in M143
- Code removal in M144 (next branch)Was there an intent for this / is there a feature in chrome status we can link to?
Bug: 447619585This is a public, web-exposed feature. Seems like there should be a public bug for this work.
context->set_cookie_deprecation_label(*cookie_deprecation_label_);This CL does not remove URLRequestContext::cookie_deprecation_label(). Is that deliberate? The CL description doesn't mention it at all.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
- Disabled in binary by default in M143
- Code removal in M144 (next branch)Was there an intent for this / is there a feature in chrome status we can link to?
Bug: 447619585This is a public, web-exposed feature. Seems like there should be a public bug for this work.
The bug has a combination of Finch and public CLs on it. Is it typical to include Finch CLs on public bugs?
context->set_cookie_deprecation_label(*cookie_deprecation_label_);This CL does not remove URLRequestContext::cookie_deprecation_label(). Is that deliberate? The CL description doesn't mention it at all.
No, that was an oversight, thanks. Do you mind if I remove that code as a follow-up? (This CL is becoming quite large and unwieldy.)
| Commit-Queue | +2 |
- Code removal in M144 (next branch)Kevin GraneyWas there an intent for this / is there a feature in chrome status we can link to?
https://chromestatus.com/feature/5189079788683264
More context in these threads:
https://groups.google.com/a/chromium.org/g/blink-dev/c/WnIy9TTDXpk/m/66Xio4YGDAAJ
https://groups.google.com/a/chromium.org/g/blink-dev/c/63u-0KmBG4w/m/nhIsSbLfAwAJ
Kevin GraneyThanks! Guess this was always considered an experiment and nor a shipped feature. Could you mention that in the CL description?
Done
context->set_cookie_deprecation_label(*cookie_deprecation_label_);Kevin GraneyThis CL does not remove URLRequestContext::cookie_deprecation_label(). Is that deliberate? The CL description doesn't mention it at all.
No, that was an oversight, thanks. Do you mind if I remove that code as a follow-up? (This CL is becoming quite large and unwieldy.)
Kevin GraneyI'd be fine with that, but looks like you already expanded the CL to remove that code?
Whoops! I meant to push that to a chained review, not sure what `git cl upload` did there. Reverted to the previous patchset and will do the other removals in a follow-up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Exportable changes to web-platform-tests were detected in this CL and a pull request in the upstream repo has been made: https://github.com/web-platform-tests/wpt/pull/56120.
When this CL lands, the bot will automatically merge the PR on GitHub if the required GitHub checks pass; otherwise, ecosystem-infra@ team will triage the failures and may contact you.
WPT Export docs:
https://chromium.googlesource.com/chromium/src/+/main/docs/testing/web_platform_tests.md#Automatic-export-process
Remove cookie deprecation label code
Traffic labels:
- Disabled via Finch in M142
- Disabled in binary by default in M143
- Code removal in M144 (next branch)
See https://chromestatus.com/feature/5189079788683264.
Some additional context is in these threads:
https://groups.google.com/a/chromium.org/g/blink-dev/c/WnIy9TTDXpk/m/66Xio4YGDAAJ
https://groups.google.com/a/chromium.org/g/blink-dev/c/63u-0KmBG4w/m/nhIsSbLfAwAJ
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
The WPT PR for this CL has been merged upstream! https://github.com/web-platform-tests/wpt/pull/56120
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |