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

Issue 1825913002: [Extensions] Convert APIs to use movable types [7] (Closed)

Created:
4 years, 9 months ago by Devlin
Modified:
4 years, 8 months ago
CC:
chromium-reviews, extensions-reviews_chromium.org, Peter Beverloo, mlamouri+watch-notifications_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_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 [7] 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: - language_settings_private.idl - launcher_page.idl - launcher_search_provider.idl - log_private.idl - manifest_types.json - mdns.idl - media_galleries.idl - media_player_private.json - metrics_private.json - music_manager_private.idl - notification_provider.idl - notifications.idl BUG=595949 Committed: https://crrev.com/f841714cfa6a02bfa3f4bb5cdb3e0bda2ba7d8a6 Cr-Commit-Position: refs/heads/master@{#383746}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Steven's #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -171 lines) Patch
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/launcher_search_provider/launcher_search_provider_service.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_api.cc View 3 chunks +12 lines, -15 lines 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.h View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/language_settings_private/language_settings_private_delegate.cc View 2 chunks +10 lines, -17 lines 0 comments Download
M chrome/browser/extensions/api/log_private/log_parser.h View 2 chunks +7 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/log_private/log_parser.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/extensions/api/log_private/log_private_api_chromeos.cc View 3 chunks +4 lines, -9 lines 0 comments Download
M chrome/browser/extensions/api/log_private/syslog_parser.h View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/extensions/api/log_private/syslog_parser.cc View 1 4 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/log_private/syslog_parser_unittest.cc View 2 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/extensions/api/mdns/mdns_api.cc View 2 chunks +8 lines, -10 lines 0 comments Download
M chrome/browser/extensions/api/notification_provider/notification_provider_api.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/notifications/notifications_api.cc View 4 chunks +12 lines, -16 lines 0 comments Download
M chrome/browser/notifications/notification_conversion_helper.cc View 2 chunks +17 lines, -25 lines 0 comments Download
M chrome/browser/notifications/notification_conversion_helper_unittest.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/common/extensions/api/language_settings_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/launcher_page.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/launcher_search_provider.idl View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/log_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/manifest_types.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/mdns.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/media_galleries.idl View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/media_player_private.json View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/common/extensions/api/metrics_private.json View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/api/music_manager_private.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/notification_provider.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/extensions/api/notifications.idl View 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/media_galleries/media_metadata_parser.cc View 2 chunks +5 lines, -7 lines 0 comments Download

Messages

Total messages: 15 (5 generated)
Devlin
4 years, 9 months ago (2016-03-24 21:13:44 UTC) #2
asargent_no_longer_on_chrome
lgtm, but looks like you're getting failures with some of the MediaGalleries tests. The c++ ...
4 years, 9 months ago (2016-03-25 17:18:31 UTC) #3
Devlin
On 2016/03/25 17:18:31, Antony Sargent wrote: > lgtm, but looks like you're getting failures with ...
4 years, 9 months ago (2016-03-25 18:07:25 UTC) #4
Devlin
+Steven for c/b/notifications and c/b/chromeos +Tommy for c/utility/media_galleries
4 years, 9 months ago (2016-03-25 19:40:08 UTC) #6
tommycli
media_galleries LGTM
4 years, 9 months ago (2016-03-25 19:57:21 UTC) #7
stevenjb
This is great, I've never been super fond of the need to use linked_ptr in ...
4 years, 8 months ago (2016-03-29 00:18:49 UTC) #8
Devlin
https://codereview.chromium.org/1825913002/diff/1/chrome/browser/extensions/api/log_private/syslog_parser.cc File chrome/browser/extensions/api/log_private/syslog_parser.cc (right): https://codereview.chromium.org/1825913002/diff/1/chrome/browser/extensions/api/log_private/syslog_parser.cc#newcode37 chrome/browser/extensions/api/log_private/syslog_parser.cc:37: api::log_private::LogEntry entry; On 2016/03/29 00:18:49, stevenjb wrote: > nit: ...
4 years, 8 months ago (2016-03-29 14:22:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1825913002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1825913002/20001
4 years, 8 months ago (2016-03-29 16:50:30 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-03-29 16:57:19 UTC) #13
commit-bot: I haz the power
4 years, 8 months ago (2016-03-29 16:59:43 UTC) #15
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/f841714cfa6a02bfa3f4bb5cdb3e0bda2ba7d8a6
Cr-Commit-Position: refs/heads/master@{#383746}

Powered by Google App Engine
This is Rietveld 408576698