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

Issue 2898213003: Add skeleton circular queue file.

Created:
3 years, 7 months ago by brettw
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, danakj+watch_chromium.org, vmpstr+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add skeleton circular queue file. BUG=

Patch Set 1 #

Patch Set 2 : VectorBuffer #

Patch Set 3 : Work #

Patch Set 4 : Checkpoint #

Patch Set 5 : Work #

Patch Set 6 : More #

Patch Set 7 : Comments #

Patch Set 8 : Renames and improvements #

Patch Set 9 : Improvements #

Patch Set 10 : Fixes #

Patch Set 11 : Fix #

Patch Set 12 : Fixes #

Patch Set 13 : Fixes #

Patch Set 14 : Fixes #

Patch Set 15 : int #

Patch Set 16 : Posix #

Patch Set 17 : Fix #

Patch Set 18 : Fixes #

Patch Set 19 : Add skeleton circular queue file. #

Patch Set 20 : signed #

Patch Set 21 : merge #

Patch Set 22 : Fix merge #

Patch Set 23 : Fix merge 2 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1635 lines, -6 lines) Patch
M base/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +4 lines, -0 lines 0 comments Download
A base/containers/circular_deque.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +779 lines, -0 lines 0 comments Download
A base/containers/circular_deque_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +499 lines, -0 lines 0 comments Download
A base/containers/queue.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +23 lines, -0 lines 0 comments Download
A base/containers/vector_buffer.h View 1 2 3 4 5 6 7 8 9 16 17 1 chunk +152 lines, -0 lines 0 comments Download
A base/containers/vector_buffer_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +89 lines, -0 lines 0 comments Download
M base/template_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 3 chunks +25 lines, -0 lines 0 comments Download
M base/test/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +2 lines, -0 lines 0 comments Download
A base/test/copy_only_int.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +55 lines, -0 lines 0 comments Download
M base/test/move_only_int.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +7 lines, -6 lines 0 comments Download

Messages

Total messages: 81 (62 generated)
brettw
VectorBuffer
3 years, 5 months ago (2017-07-07 00:22:09 UTC) #1
brettw
Work
3 years, 5 months ago (2017-07-07 05:21:54 UTC) #6
brettw
Checkpoint
3 years, 5 months ago (2017-07-09 17:51:10 UTC) #7
brettw
Work
3 years, 5 months ago (2017-07-13 04:49:39 UTC) #8
brettw
More
3 years, 5 months ago (2017-07-13 15:45:56 UTC) #9
brettw
Comments
3 years, 5 months ago (2017-07-13 15:56:59 UTC) #10
brettw
Renames and improvements
3 years, 5 months ago (2017-07-14 05:11:15 UTC) #11
brettw
Fixes
3 years, 5 months ago (2017-07-15 17:42:23 UTC) #16
brettw
Fix
3 years, 5 months ago (2017-07-15 18:13:43 UTC) #21
brettw
Fixes
3 years, 5 months ago (2017-07-15 21:53:38 UTC) #26
brettw
Fixes
3 years, 5 months ago (2017-07-16 17:24:00 UTC) #35
brettw
int
3 years, 5 months ago (2017-07-17 04:20:49 UTC) #40
brettw
Posix
3 years, 5 months ago (2017-07-17 19:03:33 UTC) #45
brettw
Fix
3 years, 5 months ago (2017-07-17 19:33:46 UTC) #50
brettw
Fixes
3 years, 5 months ago (2017-07-17 20:56:11 UTC) #55
brettw
signed
3 years, 5 months ago (2017-07-23 16:11:37 UTC) #64
brettw
merge
3 years, 5 months ago (2017-07-23 16:22:03 UTC) #69
brettw
Fix merge
3 years, 5 months ago (2017-07-23 16:47:55 UTC) #74
brettw
3 years, 5 months ago (2017-07-23 16:51:11 UTC) #77
Fix merge 2

Powered by Google App Engine
This is Rietveld 408576698