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

Issue 2065793002: Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. (Closed)

Created:
4 years, 6 months ago by dcheng
Modified:
4 years, 6 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, chromium-apps-reviews_chromium.org, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Return a unique_ptr from BinaryValue::CreateWithCopiedBuffer. BUG=581865 TBR=cpu@chromium.org,jochen@chromium.org,raymes@chromium.org,rockot@chromium.org Committed: https://crrev.com/338b8829d4200d7ca84736e75e309311db3fd486 Cr-Commit-Position: refs/heads/master@{#400126}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix Android and CrOS #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -130 lines) Patch
M base/json/json_writer_unittest.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M base/values.h View 1 chunk +2 lines, -1 line 0 comments Download
M base/values.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M base/values_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/wallpaper_api.cc View 1 2 chunks +5 lines, -6 lines 1 comment Download
M chrome/browser/chromeos/extensions/wallpaper_private_api.cc View 1 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/audio_modem/audio_modem_api_unittest.cc View 9 chunks +41 lines, -29 lines 1 comment Download
M chrome/browser/extensions/api/easy_unlock_private/easy_unlock_private_api_chromeos_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/extensions/api/idltest/idltest_api.cc View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_api_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_socket_utils.cc View 2 chunks +30 lines, -28 lines 1 comment Download
M content/child/v8_value_converter_impl.cc View 1 chunk +1 line, -2 lines 0 comments Download
M content/common/android/gin_java_bridge_value.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/android/gin_java_bridge_value.cc View 1 5 chunks +5 lines, -6 lines 0 comments Download
M extensions/browser/api/cast_channel/cast_message_util.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/api/hid/hid_api.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M extensions/browser/api/web_request/upload_data_presenter.h View 1 chunk +2 lines, -3 lines 0 comments Download
M extensions/browser/api/web_request/upload_data_presenter.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M extensions/browser/api/web_request/upload_data_presenter_unittest.cc View 2 chunks +8 lines, -6 lines 1 comment Download
M ipc/ipc_message_utils.cc View 1 chunk +3 lines, -1 line 0 comments Download
M mojo/common/common_custom_types_unittest.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M ppapi/shared_impl/private/ppb_x509_certificate_private_shared.h View 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/shared_impl/private/ppb_x509_certificate_private_shared.cc View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (13 generated)
dcheng
Note: I don't expect this to actually compile yet. I'm going to let the tryjobs ...
4 years, 6 months ago (2016-06-13 21:28:38 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065793002/20001
4 years, 6 months ago (2016-06-14 20:18:42 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_TIMED_OUT, no build URL) ...
4 years, 6 months ago (2016-06-14 22:20:15 UTC) #6
dcheng
+thakis, mind taking a look at this one? https://codereview.chromium.org/2065793002/diff/20001/chrome/browser/chromeos/extensions/wallpaper_api.cc File chrome/browser/chromeos/extensions/wallpaper_api.cc (right): https://codereview.chromium.org/2065793002/diff/20001/chrome/browser/chromeos/extensions/wallpaper_api.cc#newcode241 chrome/browser/chromeos/extensions/wallpaper_api.cc:241: SetResult(thumbnail_result->CreateDeepCopy()); ...
4 years, 6 months ago (2016-06-15 08:34:03 UTC) #7
danakj
LGTM
4 years, 6 months ago (2016-06-15 17:27:51 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065793002/20001
4 years, 6 months ago (2016-06-15 17:36:30 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/201165)
4 years, 6 months ago (2016-06-15 17:46:34 UTC) #12
dcheng
TBRing various owners
4 years, 6 months ago (2016-06-15 21:26:31 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065793002/20001
4 years, 6 months ago (2016-06-15 21:27:28 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/201354)
4 years, 6 months ago (2016-06-15 21:38:46 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2065793002/20001
4 years, 6 months ago (2016-06-16 08:02:01 UTC) #22
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-16 10:48:56 UTC) #24
commit-bot: I haz the power
4 years, 6 months ago (2016-06-16 10:50:21 UTC) #26
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/338b8829d4200d7ca84736e75e309311db3fd486
Cr-Commit-Position: refs/heads/master@{#400126}

Powered by Google App Engine
This is Rietveld 408576698