| 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. |
| Code-Review | +1 |
lgtm, but perhaps we can dedupe the boilerplate between headless_shell and chrome and have most protocol code in content/ while extracting embedder-specific differences into a delegate?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
lgtm, but perhaps we can dedupe the boilerplate between headless_shell and chrome and have most protocol code in content/ while extracting embedder-specific differences into a delegate?
I don't think screen management belongs to `//content`, however moving the related code to a shared location like `//components/headless/devtools` totally makes sense.
| 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. |
[headless] Add DevTools Emulation.updateScreen() support on Linux
http://crrev.com/c/7617849 introduced Chrome DevTools method
Emulation.updateScreen() support in Chrome Headless Shell. This CL adds
support for this method in Chrome Headless Mode on Linux.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |