| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Can we please get some test coverage for this? These are generally covered by tests under inspector-protocol/tracing. There's some prior art here: third_party/blink/web_tests/http/tests/inspector-protocol/tracing/cpu-profiling.js
inspector_compile_script_event::ScriptId(script),nit: pass `script` as is and encapsulate id extraction logic in `Data()`?
inspector_compile_script_event::ScriptId(script),ditto
int script_id,Not sure I understand why are you adding one here. There's a single call site and it passes `kNoScriptId`. Remove?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
nit: pass `script` as is and encapsulate id extraction logic in `Data()`?
Done
inspector_compile_script_event::ScriptId(script),Camillo Bruniditto
Done
Not sure I understand why are you adding one here. There's a single call site and it passes `kNoScriptId`. Remove?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
lgtm
inspector_compile_script_event::ScriptId(maybe_unbound_script),just `maybe_unound_script` now?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |