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

Issue 1828683002: [Extensions] Convert APIs to use movable types [3] (Closed)

Created:
4 years, 9 months ago by Devlin
Modified:
4 years, 9 months ago
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

[Extensions] Convert APIs to use movable types [3] Generated extensions code used to rely on linked_ptrs for non-copyable types in containers. Now, we can make these types movable. Update the following APIs to use movable types in this CL: - browser.idl - browsing_data.json - cast_devices_private.idl - cast_streaming_receiver_session.idl - cast_streaming_rtp_stream.idl - cast_streaming_session.idl - cast_streaming_udp_transport.idl - certificate_provider.idl - certificate_provider_internal.idl - chrome_web_view_internal.json - chromeos_info_private.json - cloud_print_private.json - command_line_private.json - commands.json - content_settings.json - context_menus.json - context_menus_internal.json - cookies.json - copresence.idl - copresence_private.idl BUG=595949 Committed: https://crrev.com/1cb4c0e1be53447096ae11f820bb408b71184682 Cr-Commit-Position: refs/heads/master@{#383142}

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Antony's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+169 lines, -186 lines) Patch
M chrome/browser/extensions/api/cast_devices_private/cast_devices_private_api.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/certificate_provider/certificate_provider_api.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/cloud_print_private/cloud_print_private_apitest.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_api.cc View 5 chunks +20 lines, -24 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_helpers.h View 1 6 chunks +16 lines, -22 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_helpers.cc View 3 chunks +30 lines, -36 lines 0 comments Download
M chrome/browser/extensions/api/cookies/cookies_unittest.cc View 2 chunks +30 lines, -31 lines 0 comments Download
M chrome/browser/extensions/api/copresence/copresence_api.cc View 2 chunks +10 lines, -11 lines 0 comments Download
M chrome/browser/extensions/api/copresence/copresence_translations.h View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/copresence/copresence_translations.cc View 1 chunk +20 lines, -24 lines 0 comments Download
M chrome/browser/extensions/api/copresence_private/copresence_private_api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/common/extensions/api/browser.idl View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/common/extensions/api/browsing_data.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/cast_devices_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/cast_streaming_receiver_session.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/cast_streaming_rtp_stream.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/cast_streaming_session.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/cast_streaming_udp_transport.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/certificate_provider.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/certificate_provider_internal.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/chrome_web_view_internal.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/chromeos_info_private.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/cloud_print_private.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/command_line_private.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/commands.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/content_settings.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/context_menus.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/context_menus_internal.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/cookies.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/copresence.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/copresence_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/renderer/extensions/cast_streaming_native_handler.cc View 2 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
Devlin
(all of these should be independent of one another.)
4 years, 9 months ago (2016-03-23 16:45:31 UTC) #4
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/1828683002/diff/20001/chrome/browser/extensions/api/cookies/cookies_helpers.h File chrome/browser/extensions/api/cookies/cookies_helpers.h (right): https://codereview.chromium.org/1828683002/diff/20001/chrome/browser/extensions/api/cookies/cookies_helpers.h#newcode48 chrome/browser/extensions/api/cookies/cookies_helpers.h:48: // Allocates and construct a new Cookie object ...
4 years, 9 months ago (2016-03-23 19:54:25 UTC) #5
Devlin
https://codereview.chromium.org/1828683002/diff/20001/chrome/browser/extensions/api/cookies/cookies_helpers.h File chrome/browser/extensions/api/cookies/cookies_helpers.h (right): https://codereview.chromium.org/1828683002/diff/20001/chrome/browser/extensions/api/cookies/cookies_helpers.h#newcode48 chrome/browser/extensions/api/cookies/cookies_helpers.h:48: // Allocates and construct a new Cookie object representing ...
4 years, 9 months ago (2016-03-24 19:57:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1828683002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1828683002/40001
4 years, 9 months ago (2016-03-24 19:58:40 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 9 months ago (2016-03-24 20:52:27 UTC) #11
commit-bot: I haz the power
4 years, 9 months ago (2016-03-24 20:54:13 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1cb4c0e1be53447096ae11f820bb408b71184682
Cr-Commit-Position: refs/heads/master@{#383142}

Powered by Google App Engine
This is Rietveld 408576698