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

Issue 1825263002: [Extensions] Convert APIs to use movable types [1] (Closed)

Created:
4 years, 9 months ago by Devlin
Modified:
4 years, 8 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, felt, aboxhall+watch_chromium.org, nektar+watch_chromium.org, yuzo+watch_chromium.org, je_julie, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, chromium-apps-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 [1] 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: - accessibility_features.json - activity_log_private.json - appview_tag.idl - audio_modem.idl - autofill_private.idl - automation.idl - automation_internal.idl - autotest_private.idl - bluetooth_low_energy.idl BUG=595949 Committed: https://crrev.com/22abe73df650a8adaf0b78e02ebbbb4e670f3470 Cr-Commit-Position: refs/heads/master@{#384120}

Patch Set 1 : #

Total comments: 8

Patch Set 2 : Antony's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+173 lines, -214 lines) Patch
M chrome/browser/extensions/activity_log/activity_actions.h View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/activity_log/activity_actions.cc View 2 chunks +19 lines, -19 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/extensions/api/activity_log_private/activity_log_private_api_unittest.cc View 2 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/extensions/api/audio_modem/audio_modem_api.cc View 1 1 chunk +19 lines, -8 lines 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_private_api.cc View 1 chunk +17 lines, -17 lines 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_private_event_router.cc View 2 chunks +6 lines, -11 lines 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_util.h View 1 chunk +4 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/autofill_private/autofill_util.cc View 5 chunks +44 lines, -50 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_api.cc View 3 chunks +12 lines, -18 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.h View 4 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc View 4 chunks +18 lines, -45 lines 0 comments Download
M chrome/common/extensions/api/accessibility_features.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/activity_log_private.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/appview_tag.idl View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/audio_modem.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/autofill_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/automation.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/automation_internal.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/autotest_private.idl View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/bluetooth_low_energy.idl View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (12 generated)
Devlin
Antony, mind taking a look? (I'll be splitting these reviews between you and Istiaque.)
4 years, 9 months ago (2016-03-23 14:40:05 UTC) #9
Devlin
On 2016/03/23 14:40:05, Devlin wrote: > Antony, mind taking a look? (I'll be splitting these ...
4 years, 8 months ago (2016-03-29 21:23:01 UTC) #10
asargent_no_longer_on_chrome
On 2016/03/29 21:23:01, Devlin wrote: > On 2016/03/23 14:40:05, Devlin wrote: > > Antony, mind ...
4 years, 8 months ago (2016-03-30 19:26:40 UTC) #11
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/1825263002/diff/80001/chrome/browser/extensions/api/audio_modem/audio_modem_api.cc File chrome/browser/extensions/api/audio_modem/audio_modem_api.cc (right): https://codereview.chromium.org/1825263002/diff/80001/chrome/browser/extensions/api/audio_modem/audio_modem_api.cc#newcode253 chrome/browser/extensions/api/audio_modem/audio_modem_api.cc:253: // std::vector<ReceivedToken> since the same token can go ...
4 years, 8 months ago (2016-03-30 19:39:25 UTC) #12
Devlin
https://codereview.chromium.org/1825263002/diff/80001/chrome/browser/extensions/api/audio_modem/audio_modem_api.cc File chrome/browser/extensions/api/audio_modem/audio_modem_api.cc (right): https://codereview.chromium.org/1825263002/diff/80001/chrome/browser/extensions/api/audio_modem/audio_modem_api.cc#newcode253 chrome/browser/extensions/api/audio_modem/audio_modem_api.cc:253: // std::vector<ReceivedToken> since the same token can go to ...
4 years, 8 months ago (2016-03-30 22:23:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825263002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825263002/100001
4 years, 8 months ago (2016-03-30 22:24:15 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:100001)
4 years, 8 months ago (2016-03-30 22:36:20 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-03-30 22:38:03 UTC) #20
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/22abe73df650a8adaf0b78e02ebbbb4e670f3470
Cr-Commit-Position: refs/heads/master@{#384120}

Powered by Google App Engine
This is Rietveld 408576698