commit | 1f3669bfdb3201fe17df9ce315448632785c67d8 | [log] [tgz] |
---|---|---|
author | Johannes Henkel <johannes@chromium.org> | Wed Jun 19 22:37:34 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Jun 19 22:37:34 2019 |
tree | d57ec409bddf32ed8d9b1a5eac3dea5d7609f2c0 | |
parent | 19f1deaeddc9e5b2b1544cead18311b5dec2206f [diff] |
[DevTools] Flip chrome_devtools_session.cc to binary, for good. chrome_devtools_session has a pointer to the client, which may request that responses and notifications are provided as JSON. I'd like to switch this to serialization via CBOR, much like content/browser/devtools/devtools_session.cc already does it. Unfortunately this means that I need to transcode here. However, this should pave the path for removing the json support from Serializable, as it looks like this is the last remaining holdout. Change-Id: I8e4ef2d396973fa30a3bc64a4baa98d0db38a5ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1666464 Commit-Queue: Johannes Henkel <johannes@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#670688}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .