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

Issue 1477533002: Remove kint16max. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
CC:
chromium-reviews, tapted, cbentzel+watch_chromium.org, gavinp+disk_chromium.org, imcheng+watch_chromium.org, vmpstr+watch_chromium.org, jasonroberts+watch_google.com, avayvod+watch_chromium.org, feature-media-reviews_chromium.org, Matt Giuca, tfarina, xjz+watch_chromium.org, isheriff+watch_chromium.org, miu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@kint8max
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove kint16max. BUG=138542 Committed: https://crrev.com/ab0f6cce01ee14d2d89ef556968fb07289975073 Cr-Commit-Position: refs/heads/master@{#361735}

Patch Set 1 #

Patch Set 2 : win fix #

Total comments: 2

Patch Set 3 : rebase #

Total comments: 5

Patch Set 4 : more #

Patch Set 5 : includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+180 lines, -189 lines) Patch
M base/basictypes.h View 1 chunk +0 lines, -1 line 0 comments Download
M base/files/file_util_win.cc View 1 2 chunks +3 lines, -1 line 0 comments Download
M media/base/audio_buffer_queue_unittest.cc View 8 chunks +33 lines, -23 lines 0 comments Download
M media/base/audio_buffer_unittest.cc View 1 2 8 chunks +52 lines, -85 lines 0 comments Download
M media/cast/test/utility/generate_timecode_audio.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M net/disk_cache/blockfile/addr.h View 1 2 3 4 3 chunks +17 lines, -16 lines 0 comments Download
M net/disk_cache/blockfile/block_files.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M net/disk_cache/blockfile/block_files.cc View 1 2 3 11 chunks +20 lines, -18 lines 0 comments Download
M net/disk_cache/blockfile/disk_format_base.h View 1 2 3 3 chunks +29 lines, -28 lines 0 comments Download
M net/disk_cache/blockfile/file_lock.h View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M ui/app_list/speech_ui_model.cc View 3 chunks +13 lines, -11 lines 0 comments Download

Messages

Total messages: 35 (14 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/1477533002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/1
5 years ago (2015-11-24 20:29:36 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_compile_dbg_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/113127)
5 years ago (2015-11-24 21:22:23 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/1477533002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/20001
5 years ago (2015-11-24 21:29:57 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years ago (2015-11-25 03:19:37 UTC) #8
Avi (use Gerrit)
cbentzel@chromium.org: Please review changes in net/ mark@chromium.org: Please review changes in base/, ui/ dalecurtis@chromium.org: Please ...
5 years ago (2015-11-25 03:36:31 UTC) #10
Mark Mentovai
LGTM
5 years ago (2015-11-25 05:03:53 UTC) #11
miu
Sorry for the drive-by bike-shedding, but: https://codereview.chromium.org/1477533002/diff/20001/media/cast/test/utility/generate_timecode_audio.cc File media/cast/test/utility/generate_timecode_audio.cc (right): https://codereview.chromium.org/1477533002/diff/20001/media/cast/test/utility/generate_timecode_audio.cc#newcode5 media/cast/test/utility/generate_timecode_audio.cc:5: #include <stdint.h> For ...
5 years ago (2015-11-25 05:36:26 UTC) #12
Avi (use Gerrit)
https://codereview.chromium.org/1477533002/diff/20001/media/cast/test/utility/generate_timecode_audio.cc File media/cast/test/utility/generate_timecode_audio.cc (right): https://codereview.chromium.org/1477533002/diff/20001/media/cast/test/utility/generate_timecode_audio.cc#newcode5 media/cast/test/utility/generate_timecode_audio.cc:5: #include <stdint.h> I don't think this is a good ...
5 years ago (2015-11-25 14:40:38 UTC) #13
Mark Mentovai
Don't use <cstdint> unless you intend to prefix the type names with std::. In Chromium, ...
5 years ago (2015-11-25 14:44:44 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477533002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/40001
5 years ago (2015-11-25 15:17:06 UTC) #16
DaleCurtis
media/ lgtm
5 years ago (2015-11-25 17:09:47 UTC) #17
mmenke
https://codereview.chromium.org/1477533002/diff/40001/net/disk_cache/blockfile/block_files.cc File net/disk_cache/blockfile/block_files.cc (right): https://codereview.chromium.org/1477533002/diff/40001/net/disk_cache/blockfile/block_files.cc#newcode286 net/disk_cache/blockfile/block_files.cc:286: for (int16_t i = 0; i < kFirstAdditionalBlockFile; i++) ...
5 years ago (2015-11-25 17:34:09 UTC) #19
Avi (use Gerrit)
I converted a few files with the definitions used in that one file. https://codereview.chromium.org/1477533002/diff/40001/net/disk_cache/blockfile/block_files.cc File ...
5 years ago (2015-11-25 17:56:42 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477533002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/60001
5 years ago (2015-11-25 17:57:06 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/145557) cast_shell_linux on ...
5 years ago (2015-11-25 18:13:12 UTC) #24
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/80001
5 years ago (2015-11-25 18:25:11 UTC) #26
mmenke
net/ LGTM
5 years ago (2015-11-25 18:37:10 UTC) #27
miu
On 2015/11/25 14:40:38, Avi wrote: > media/cast/test/utility/generate_timecode_audio.cc:5: #include <stdint.h> > I don't think this is ...
5 years ago (2015-11-25 18:46:57 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1477533002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1477533002/80001
5 years ago (2015-11-25 19:58:59 UTC) #32
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years ago (2015-11-25 21:02:04 UTC) #33
commit-bot: I haz the power
5 years ago (2015-11-25 21:02:49 UTC) #35
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ab0f6cce01ee14d2d89ef556968fb07289975073
Cr-Commit-Position: refs/heads/master@{#361735}

Powered by Google App Engine
This is Rietveld 408576698