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

Issue 1673563002: Replace base::Tuple implementation with std::tuple (Closed)

Created:
4 years, 10 months ago by tzik
Modified:
4 years, 10 months ago
CC:
chromium-reviews, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace base::Tuple implementation with std::tuple * Remove base::Tuple and make base::Tuple as an alias of std::tuple. * Expand the alias where it's used in a class template specialization to avoid MSVC2013 internal compiler error. BUG=554987 Committed: https://crrev.com/9ca3021996e87ad03adf4451fd7fc7f8097c8f46 Cr-Commit-Position: refs/heads/master@{#374878}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 4

Patch Set 7 : rebase #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -79 lines) Patch
M base/bind_unittest.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M base/tuple.h View 1 2 chunks +3 lines, -52 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 2 3 4 5 6 6 chunks +12 lines, -12 lines 0 comments Download
M ppapi/proxy/ppapi_message_utils.h View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M styleguide/c++/c++11.html View 1 2 3 4 5 6 7 2 chunks +10 lines, -8 lines 0 comments Download

Messages

Total messages: 45 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/50001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/50001
4 years, 10 months ago (2016-02-05 08:45:49 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/126935)
4 years, 10 months ago (2016-02-05 09:20:55 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/70001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/70001
4 years, 10 months ago (2016-02-05 09:50:43 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-05 13:55:34 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/90001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/90001
4 years, 10 months ago (2016-02-08 06:27:32 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-08 08:01:02 UTC) #14
tzik
PTAL
4 years, 10 months ago (2016-02-09 06:45:48 UTC) #16
Nico
Cool, lgtm :-) Maybe the text on chromium-cpp.appspot.com could be a bit longer: https://codereview.chromium.org/1673563002/diff/90001/ipc/ipc_message_utils.h File ...
4 years, 10 months ago (2016-02-09 12:23:12 UTC) #17
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/110001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/110001
4 years, 10 months ago (2016-02-10 05:16:57 UTC) #19
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 07:19:45 UTC) #21
tzik
Updated! Adding tsepez and piman as //ipc owner and //ppapi/proxy owner. Could you take a ...
4 years, 10 months ago (2016-02-10 15:10:54 UTC) #23
piman
lgtm
4 years, 10 months ago (2016-02-10 18:00:40 UTC) #24
Tom Sepez
lgtm
4 years, 10 months ago (2016-02-10 18:02:49 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/130001
4 years, 10 months ago (2016-02-10 18:51:31 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-10 22:47:42 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1673563002/130001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1673563002/130001
4 years, 10 months ago (2016-02-11 10:20:33 UTC) #32
commit-bot: I haz the power
Committed patchset #8 (id:130001)
4 years, 10 months ago (2016-02-11 10:24:59 UTC) #34
commit-bot: I haz the power
Committed patchset #8 (id:130001)
4 years, 10 months ago (2016-02-11 10:26:38 UTC) #35
brucedawson
On 2016/02/11 10:26:38, commit-bot: I haz the power wrote: > Committed patchset #8 (id:130001) We ...
4 years, 10 months ago (2016-02-11 18:24:53 UTC) #36
Nico
That's an ICE and we need to wait for update 2 anyhow. Can you report ...
4 years, 10 months ago (2016-02-11 18:26:04 UTC) #37
Nico
(if this does get reverted, https://codereview.chromium.org/1689093002/ needs to be reverted too)
4 years, 10 months ago (2016-02-11 18:26:36 UTC) #38
Sébastien Marchand
I'm trying to find a fix for this (without having to do a full revert), ...
4 years, 10 months ago (2016-02-11 18:36:15 UTC) #40
Nico
Please, as the first thing you do, make a reduced repro, and send it to ...
4 years, 10 months ago (2016-02-11 18:42:22 UTC) #41
tzik
On 2016/02/11 18:36:15, Sébastien Marchand wrote: > I'm trying to find a fix for this ...
4 years, 10 months ago (2016-02-11 18:52:19 UTC) #42
Sébastien Marchand
Sure, I'm trying to find a minimal repro for this. Let's move the discussion to ...
4 years, 10 months ago (2016-02-11 18:54:36 UTC) #43
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:35:07 UTC) #45
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9ca3021996e87ad03adf4451fd7fc7f8097c8f46
Cr-Commit-Position: refs/heads/master@{#374878}

Powered by Google App Engine
This is Rietveld 408576698