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

Issue 2884933002: Remove raw base::DictionaryValue::SetWithoutPathExpansion (Closed)

Created:
3 years, 7 months ago by jdoerrie
Modified:
3 years, 7 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, Matt Giuca, vmpstr+watch_chromium.org, tfarina, jam, net-reviews_chromium.org, bnc+watch_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, danakj+watch_chromium.org, stevenjb+watch_chromium.org, Evan Stade, dcheng
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove raw base::DictionaryValue::SetWithoutPathExpansion This change removes the deprecated raw pointer version of base::DictionaryValue::SetWithoutPathExpansion and replaces it with the unique pointer version or other convenience functions where appropriate. BUG=646113, 581865 Review-Url: https://codereview.chromium.org/2884933002 Cr-Commit-Position: refs/heads/master@{#473525} Committed: https://chromium.googlesource.com/chromium/src/+/89aa5721a06d876d9bcd20387a8c48794a208e7c

Patch Set 1 #

Patch Set 2 : Fix Compilation Errors #

Patch Set 3 : Fix Compilation Errors #

Total comments: 2

Patch Set 4 : Include #

Unified diffs Side-by-side diffs Delta from patch set Stats (+370 lines, -338 lines) Patch
M base/values.h View 1 chunk +0 lines, -2 lines 0 comments Download
M base/values.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M chromeos/network/onc/onc_translator_shill_to_onc.cc View 7 chunks +15 lines, -11 lines 0 comments Download
M components/policy/core/common/policy_test_utils.cc View 2 chunks +3 lines, -1 line 0 comments Download
M components/policy/core/common/registry_dict.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M components/sync_preferences/pref_model_associator.h View 1 chunk +6 lines, -4 lines 0 comments Download
M components/sync_preferences/pref_model_associator.cc View 1 6 chunks +26 lines, -19 lines 0 comments Download
M components/sync_preferences/pref_model_associator_unittest.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M components/url_matcher/url_matcher_factory_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M components/user_manager/user_manager_base.cc View 5 chunks +10 lines, -11 lines 0 comments Download
M components/wifi/wifi_service_mac.mm View 1 2 3 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/service_manager/merge_dictionary.cc View 2 chunks +4 lines, -1 line 0 comments Download
M dbus/values_util_unittest.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M extensions/browser/api/bluetooth_low_energy/utils.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/autofill/autofill_agent.mm View 1 2 4 chunks +4 lines, -3 lines 0 comments Download
M ios/chrome/browser/browser_state/browser_state_info_cache.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M ios/chrome/browser/browser_state/browser_state_info_cache.cc View 1 2 5 chunks +11 lines, -11 lines 0 comments Download
M ipc/ipc_message_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message_utils_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M net/http/http_server_properties_manager.cc View 6 chunks +16 lines, -16 lines 0 comments Download
M net/http/http_server_properties_manager_unittest.cc View 13 chunks +83 lines, -88 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 5 chunks +10 lines, -9 lines 0 comments Download
M net/spdy/core/spdy_header_block.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M services/preferences/tracked/pref_hash_filter_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M tools/ipc_fuzzer/fuzzer/fuzzer.cc View 1 2 chunks +10 lines, -10 lines 0 comments Download
M tools/json_schema_compiler/test/choices_unittest.cc View 7 chunks +17 lines, -15 lines 0 comments Download
M tools/json_schema_compiler/test/enums_unittest.cc View 5 chunks +8 lines, -4 lines 0 comments Download
M tools/json_schema_compiler/test/error_generation_unittest.cc View 17 chunks +39 lines, -33 lines 0 comments Download
M tools/json_schema_compiler/test/simple_api_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M tools/json_schema_compiler/test/test_util.h View 1 chunk +22 lines, -20 lines 0 comments Download
M tools/json_schema_compiler/test/test_util.cc View 1 2 3 2 chunks +40 lines, -29 lines 0 comments Download
M ui/app_list/search/history_data_store.cc View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 39 (27 generated)
jdoerrie
vabr@chromium.org: Please review the whole CL in detail. brettw@chromium.org: Please spot-check and rubber-stamp.
3 years, 7 months ago (2017-05-17 05:42:59 UTC) #15
vabr (Chromium)
LGTM, very happy to see SetWithoutPathExpansion(raw) gone! Cheers, Vaclav https://codereview.chromium.org/2884933002/diff/40001/tools/json_schema_compiler/test/test_util.cc File tools/json_schema_compiler/test/test_util.cc (right): https://codereview.chromium.org/2884933002/diff/40001/tools/json_schema_compiler/test/test_util.cc#newcode28 tools/json_schema_compiler/test/test_util.cc:28: ...
3 years, 7 months ago (2017-05-17 11:00:05 UTC) #16
jdoerrie
Thanks, Vaclav! https://codereview.chromium.org/2884933002/diff/40001/tools/json_schema_compiler/test/test_util.cc File tools/json_schema_compiler/test/test_util.cc (right): https://codereview.chromium.org/2884933002/diff/40001/tools/json_schema_compiler/test/test_util.cc#newcode28 tools/json_schema_compiler/test/test_util.cc:28: list->Append(std::move(a)); On 2017/05/17 11:00:04, vabr (hobby-only until ...
3 years, 7 months ago (2017-05-17 11:51:30 UTC) #19
brettw
lgtm
3 years, 7 months ago (2017-05-18 22:54:07 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884933002/60001
3 years, 7 months ago (2017-05-19 06:07:31 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/442137)
3 years, 7 months ago (2017-05-19 06:16:21 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884933002/60001
3 years, 7 months ago (2017-05-19 07:15:02 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/442185)
3 years, 7 months ago (2017-05-19 07:25:40 UTC) #31
jdoerrie
stevenjb@chromium.org: Please review changes in chromeos/network/onc/onc_translator_shill_to_onc.cc
3 years, 7 months ago (2017-05-19 07:57:07 UTC) #33
stevenjb
chromeos/ lgtm
3 years, 7 months ago (2017-05-19 16:42:19 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2884933002/60001
3 years, 7 months ago (2017-05-22 06:44:23 UTC) #36
commit-bot: I haz the power
3 years, 7 months ago (2017-05-22 08:36:22 UTC) #39
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/89aa5721a06d876d9bcd20387a8c...

Powered by Google App Engine
This is Rietveld 408576698