Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Issue 850173002: Use std::vector<char> rather than std::string to represent a base::BinaryValue

Created:
5 years, 11 months ago by not at google - send to devlin
Modified:
5 years, 11 months ago
Reviewers:
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use std::vector<char> rather than std::string to represent a base::BinaryValue in the JSON Schema Compiler. BUG=...

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -9 lines) Patch
M extensions/browser/api/hid/hid_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/json_schema_compiler/cc_generator.py View 2 chunks +7 lines, -6 lines 0 comments Download
M tools/json_schema_compiler/cpp_type_generator.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
pneubeck (no reviews)
Tried going this route. This will at least need this change to the compiler as ...
5 years, 11 months ago (2015-01-15 11:11:40 UTC) #2
not at google - send to devlin
On 2015/01/15 11:11:40, pneubeck wrote: > Tried going this route. > This will at least ...
5 years, 11 months ago (2015-01-15 20:50:07 UTC) #3
not at google - send to devlin
Btw I'm assuming you're going to do it, not me :)
5 years, 11 months ago (2015-01-15 20:50:28 UTC) #4
pneubeck (no reviews)
5 years, 11 months ago (2015-01-16 17:27:44 UTC) #5
On 2015/01/15 20:50:28, kalman wrote:
> Btw I'm assuming you're going to do it, not me :)

superseded by https://codereview.chromium.org/820673004/

Powered by Google App Engine
This is Rietveld 408576698