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

Issue 14081006: Remove scoped_array from Chromium. (Closed)

Created:
7 years, 8 months ago by dcheng
Modified:
7 years, 8 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org, gavinp+memory_chromium.org
Visibility:
Public.

Description

Remove scoped_array from Chromium. C++11 provides unique_ptr<T[]>, and Chromium has implemented scoped_ptr<T[]> to match its behavior during the transition period. As a result, scoped_array<T> is now redundant and is being removed. BUG=171111 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194649 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194680

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -227 lines) Patch
M base/callback_internal.h View 2 chunks +0 lines, -9 lines 0 comments Download
M base/memory/scoped_ptr.h View 4 chunks +6 lines, -142 lines 0 comments Download
M base/memory/scoped_ptr_unittest.cc View 1 chunk +0 lines, -76 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
dcheng
+willchan for the overall/owners review, +ajwong for the visionary/callback-related portions in particular.
7 years, 8 months ago (2013-04-16 19:13:51 UTC) #1
awong
LGTM! Woohoo! This is awesome. Congrats!
7 years, 8 months ago (2013-04-16 19:14:47 UTC) #2
willchan no longer on Chromium
lgtm
7 years, 8 months ago (2013-04-16 19:17:59 UTC) #3
dcheng
Committed patchset #1 manually as r194649 (presubmit successful).
7 years, 8 months ago (2013-04-17 18:58:19 UTC) #4
dcheng
7 years, 8 months ago (2013-04-17 21:17:23 UTC) #5
Message was sent while issue was closed.
Committed patchset #1 manually as r194680 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698