This is the first time I hear about this new work and it sounds fairly complex. Is there a design doc I can read up on other than the GitHub issue?
Just to set expectations, it will take me more than 24 hours to review this.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
This is the first time I hear about this new work and it sounds fairly complex. Is there a design doc I can read up on other than the GitHub issue?
Just to set expectations, it will take me more than 24 hours to review this.
I've shared the internal design document with you (I find that sharing Google docs here brings a lot of spam). No rush, thanks for taking a look.
| 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. |
Noam RosenthalThis is the first time I hear about this new work and it sounds fairly complex. Is there a design doc I can read up on other than the GitHub issue?
Just to set expectations, it will take me more than 24 hours to review this.
I've shared the internal design document with you (I find that sharing Google docs here brings a lot of spam). No rush, thanks for taking a look.
PTAL
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
#include "third_party/blink/renderer/bindings/core/v8/script_promise_resolver.h"Some of these #includes look unnecessary (like this one)
ScriptState* script_state = ToScriptStateForMainWorld(DomWindow());Nit: Pass in, since ethe caller has it?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
~NavigationAPICommitDeferringCondition() {}Please fix this WARNING reported by ClangTidy: check: modernize-use-equals-default
use '= default' to define a trivial destruc...
check: modernize-use-equals-default
use '= default' to define a trivial destructor (https://clang.llvm.org/extra/clang-tidy/checks/modernize/use-equals-default.html)
(Note: You can add `Skip-Clang-Tidy-Checks: modernize-use-equals-default` footer to the CL description to skip the check)
(Lint observed on `android-clang-tidy-rel`, but not on `linux-clang-tidy-rel`)
// This is called by the navigation API after author-provided conditions are met.Line exceeds max characters.