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

Issue 2762973002: [ios] Add TODO to record usages of "return std::move(foo)" pattern. (Closed)

Created:
3 years, 9 months ago by sdefresne
Modified:
3 years, 9 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, rogerm+autofillwatch_chromium.org, baxley+watch_chromium.org, browser-components-watch_chromium.org, noyau+watch_chromium.org, marq+watch_chromium.org, jdonnelly+watch_chromium.org, ios-reviews_chromium.org, sebsg+autofillwatch_chromium.org, ios-reviews+web_chromium.org, vabr+watchlistautofill_chromium.org, chromium-apps-reviews_chromium.org, huangml+watch_chromium.org, ntp-dev+reviews_chromium.org, extensions-reviews_chromium.org, rouslan+autofill_chromium.org, stkhapugin, sync-reviews_chromium.org, sdefresne+watch_chromium.org, mathp+autofillwatch_chromium.org, tfarina, liaoyuke+watch_chromium.org, pkl (ping after 24h if needed), Eugene But (OOO till 7-30), estade+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Add TODO to record usages of "return std::move(foo)" pattern. Due to a bug in the version of clang shipped with Xcode 8.x (used to build official), it is required to use sub-optimal construct "return std::move(foo)" to return local variable foo if foo is a unique pointer of a sub-class of the function prototype. Mark all occurrences of the pattern to easily find them once Xcode bug is fixed. BUG=703565 Review-Url: https://codereview.chromium.org/2762973002 Cr-Commit-Position: refs/heads/master@{#458456} Committed: https://chromium.googlesource.com/chromium/src/+/99854454417e7c9ad57d2d2d441ef17cc481ba2d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -6 lines) Patch
M ios/chrome/browser/autocomplete/in_memory_url_index_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/autofill/personal_data_manager_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/bookmarks/bookmark_model_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/browser_state/test_chrome_browser_state.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/history/history_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/infobars/infobar_utils.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ios_chrome_io_thread.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/reading_list/reading_list_download_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/share_extension/share_extension_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/about_signin_internals_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/account_fetcher_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/account_reconcilor_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/account_tracker_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/authentication_service_factory.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/fake_signin_manager_builder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/signin_client_impl.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/signin/signin_manager_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/sync/ios_chrome_profile_sync_service_factory.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/translate/chrome_ios_translate_client.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/web/public/test/web_view_interaction_test_util.mm View 1 chunk +1 line, -0 lines 0 comments Download
M ios/web/web_state/web_state_impl.mm View 2 chunks +2 lines, -6 lines 0 comments Download

Messages

Total messages: 16 (10 generated)
sdefresne
Please take a look.
3 years, 9 months ago (2017-03-21 10:16:04 UTC) #4
Olivier
lgtm
3 years, 9 months ago (2017-03-21 10:31:45 UTC) #7
sdefresne
eugenebut: please do OWNERS review of ios/web and send to CQ if LGTY.
3 years, 9 months ago (2017-03-21 10:47:09 UTC) #10
Eugene But (OOO till 7-30)
lgtm
3 years, 9 months ago (2017-03-21 15:54:05 UTC) #11
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/2762973002/1
3 years, 9 months ago (2017-03-21 17:17:18 UTC) #13
commit-bot: I haz the power
3 years, 9 months ago (2017-03-21 17:31:13 UTC) #16
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/99854454417e7c9ad57d2d2d441e...

Powered by Google App Engine
This is Rietveld 408576698