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

Issue 2086763002: Don't use deprecated ListValue::Append(Value*) overload. (Closed)

Created:
4 years, 6 months ago by dcheng
Modified:
4 years, 6 months ago
CC:
chromium-reviews, dbeam+watch-ntp_chromium.org, dbeam+watch-options_chromium.org, cbentzel+watch_chromium.org, michaelpg+watch-options_chromium.org, vabr+watchlistpasswordmanager_chromium.org, feature-media-reviews_chromium.org, rouslan+autofill_chromium.org, jam, jdonnelly+autofillwatch_chromium.org, michaelpg+watch-md-settings_chromium.org, eroman, darin-cc_chromium.org, vabr+watchlistautofill_chromium.org, estade+watch_chromium.org, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-settings_chromium.org, mmenke, pedrosimonetti+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't use deprecated ListValue::Append(Value*) overload. Fixes for //chrome/browser/ui/webui and its dependencies. BUG=581865 Committed: https://crrev.com/53a55db87aab3043556fb11e52148b6e43603167 Cr-Commit-Position: refs/heads/master@{#401091}

Patch Set 1 #

Total comments: 8

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -97 lines) Patch
M chrome/browser/ui/webui/certificate_viewer_webui.cc View 5 chunks +41 lines, -20 lines 0 comments Download
M chrome/browser/ui/webui/copresence_ui_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/foreign_session_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/identity_internals_ui.cc View 1 3 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/net_internals/net_internals_ui.cc View 1 6 chunks +12 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/browser/ui/webui/options/autofill_options_handler.cc View 3 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/handler_options_handler.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/ui/webui/options/password_manager_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/search_engine_manager_handler.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals/quota_internals_types.h View 4 chunks +10 lines, -9 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals/quota_internals_types.cc View 7 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/ui/webui/settings/search_engines_handler.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/settings/search_engines_handler.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/settings/settings_startup_pages_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/media/media_internals_proxy.h View 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/media/media_internals_proxy.cc View 1 4 chunks +7 lines, -3 lines 0 comments Download
M net/log/net_log.h View 1 chunk +3 lines, -4 lines 0 comments Download
M net/log/net_log.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/log/net_log_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/log/trace_net_log_observer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (6 generated)
dcheng
+dbeam for webui changes +xhwang for content changes +mmenke for net changes pretty straightforward, but ...
4 years, 6 months ago (2016-06-21 00:07:58 UTC) #2
eroman
//net LGTM
4 years, 6 months ago (2016-06-21 00:21:49 UTC) #4
Dan Beam
+flackr@: do you mind the proposed bandaid in certificate_viewer_webui.cc?[1] do you have a prettier or ...
4 years, 6 months ago (2016-06-21 00:48:06 UTC) #6
Dan Beam
otherwise lgtm https://codereview.chromium.org/2086763002/diff/1/chrome/browser/ui/webui/identity_internals_ui.cc File chrome/browser/ui/webui/identity_internals_ui.cc (right): https://codereview.chromium.org/2086763002/diff/1/chrome/browser/ui/webui/identity_internals_ui.cc#newcode10 chrome/browser/ui/webui/identity_internals_ui.cc:10: #include <utility> what's this for? i don't ...
4 years, 6 months ago (2016-06-21 00:54:12 UTC) #7
xhwang
content/browser/media/* lgtm % existing nits
4 years, 6 months ago (2016-06-21 02:31:28 UTC) #8
dcheng
https://codereview.chromium.org/2086763002/diff/1/chrome/browser/ui/webui/identity_internals_ui.cc File chrome/browser/ui/webui/identity_internals_ui.cc (right): https://codereview.chromium.org/2086763002/diff/1/chrome/browser/ui/webui/identity_internals_ui.cc#newcode10 chrome/browser/ui/webui/identity_internals_ui.cc:10: #include <utility> On 2016/06/21 00:54:12, Dan Beam wrote: > ...
4 years, 6 months ago (2016-06-21 18:56:02 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2086763002/20001
4 years, 6 months ago (2016-06-21 18:56:42 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 6 months ago (2016-06-21 20:25:07 UTC) #13
commit-bot: I haz the power
4 years, 6 months ago (2016-06-21 20:27:38 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/53a55db87aab3043556fb11e52148b6e43603167
Cr-Commit-Position: refs/heads/master@{#401091}

Powered by Google App Engine
This is Rietveld 408576698