| Auto-Submit | +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. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[node] Add regression test for node_app breakage
This CL adds a regression unit test for crbug.com/457549946.
The CL has to restructure `node_app` a bit: `node_app.ts` runs MainImpl
as a side-effect, which essentially boots up all of DevTools.
To prevent that, this Cl splits the two files into a separate bundle
and keeps the entrypoint separate. This way, we can unit test the
two files without booting up DevTools as a side-effect.
R=bme...@chromium.org
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |