• Sigurd Schneider's avatar
    [utils] Change ReadFile interface · ec067322
    Sigurd Schneider authored
    ReadFile returned a Vector with ownership transfer, i.e. the client
    needed to call Dispose to free the memory. This CL changes the interface
    to return a std::string instead, which manages ownership. As it turns
    out, there is only one user of ReadString that sometimes calls an API
    function which expects to take ownership of its Vector argument.
    
    Bug: v8:7932
    Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
    Change-Id: Ie624a7a65cf5814fddce7a57bc557e4b9876bc53
    Reviewed-on: https://chromium-review.googlesource.com/1155115
    Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
    Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#54805}
    ec067322
Name
Last commit
Last update
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
runtime Loading commit data...
sessions Loading commit data...
type-profiler Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
inspector-test.cc Loading commit data...
inspector.status Loading commit data...
isolate-data.cc Loading commit data...
isolate-data.h Loading commit data...
json-parse-expected.txt Loading commit data...
json-parse.js Loading commit data...
protocol-test.js Loading commit data...
task-runner.cc Loading commit data...
task-runner.h Loading commit data...
testcfg.py Loading commit data...