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

Issue 11360174: Move stack_container and linked_list to the new containers subdirectory. (Closed)

Created:
8 years, 1 month ago by brettw
Modified:
8 years, 1 month ago
CC:
chromium-reviews, pam+watch_chromium.org, grt+watch_chromium.org, amit, browser-components-watch_chromium.org, robertshield, darin-cc_chromium.org, erikwright+watch_chromium.org, jshin+watch_chromium.org
Visibility:
Public.

Description

Move stack_container and linked_list to the new containers subdirectory. This also replaces the StackWString with StackString16 and adds a char traits definition to the string16 header file to make this possible without ifdefs. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=167022

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -853 lines) Patch
M base/base.gyp View 3 chunks +2 lines, -2 lines 0 comments Download
M base/base.gypi View 3 chunks +2 lines, -2 lines 0 comments Download
A + base/containers/linked_list.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + base/containers/linked_list_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/containers/stack_container.h View 5 chunks +23 lines, -16 lines 0 comments Download
A + base/containers/stack_container_unittest.cc View 3 chunks +5 lines, -1 line 0 comments Download
M base/debug/leak_tracker.h View 1 chunk +1 line, -1 line 0 comments Download
D base/linked_list.h View 1 chunk +0 lines, -164 lines 0 comments Download
D base/linked_list_unittest.cc View 1 chunk +0 lines, -261 lines 0 comments Download
D base/stack_container.h View 1 chunk +0 lines, -251 lines 0 comments Download
D base/stack_container_unittest.cc View 1 chunk +0 lines, -138 lines 0 comments Download
M base/string16.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/history/history_types.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/history/history_types.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/visitedlink/visitedlink_master.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome_frame/chrome_frame_automation.h View 2 chunks +2 lines, -2 lines 0 comments Download
M skia/ext/image_operations.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/tools/test_shell/test_shell_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
8 years, 1 month ago (2012-11-09 20:29:30 UTC) #1
jar (doing other things)
8 years, 1 month ago (2012-11-09 22:07:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698