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

Issue 2813593003: Add TimestampUnwrapper and generalize the code (Closed)

Created:
3 years, 8 months ago by hlundin-webrtc
Modified:
3 years, 8 months ago
Reviewers:
kwiberg-webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add TimestampUnwrapper and generalize the code BUG=webrtc:7467 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng;master.tryserver.chromium.mac:mac_chromium_rel_ng,ios-device;master.tryserver.chromium.win:win_chromium_rel_ng;master.tryserver.chromium.android:android_compile_dbg,linux_android_rel_ng Review-Url: https://codereview.webrtc.org/2813593003 Cr-Commit-Position: refs/heads/master@{#17833} Committed: https://chromium.googlesource.com/external/webrtc/+/06863c9ce5ae397ec8eb6eed1ccf2bd315469bf0

Patch Set 1 #

Total comments: 26

Patch Set 2 : Update after first review #

Total comments: 4

Patch Set 3 : Remove ctor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -43 lines) Patch
M webrtc/modules/include/module_common_types.h View 1 2 3 chunks +55 lines, -41 lines 0 comments Download
M webrtc/modules/module_common_types_unittest.cc View 1 2 chunks +51 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
hlundin-webrtc
kwiberg@, ptal.
3 years, 8 months ago (2017-04-10 13:43:01 UTC) #2
kwiberg-webrtc
https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h#newcode487 webrtc/modules/include/module_common_types.h:487: if (static_cast<U>(value - prev_value) == kBreakpoint) { This static_cast ...
3 years, 8 months ago (2017-04-11 11:57:35 UTC) #3
hlundin-webrtc
Thanks! Updated and uploaded. https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h#newcode487 webrtc/modules/include/module_common_types.h:487: if (static_cast<U>(value - prev_value) == ...
3 years, 8 months ago (2017-04-11 14:18:09 UTC) #4
kwiberg-webrtc
lgtm https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/2813593003/diff/1/webrtc/modules/include/module_common_types.h#newcode491 webrtc/modules/include/module_common_types.h:491: static_cast<U>(value - prev_value) < kBreakpoint; On 2017/04/11 14:18:08, ...
3 years, 8 months ago (2017-04-12 08:39:14 UTC) #5
hlundin-webrtc
Thanks! https://codereview.webrtc.org/2813593003/diff/20001/webrtc/modules/include/module_common_types.h File webrtc/modules/include/module_common_types.h (right): https://codereview.webrtc.org/2813593003/diff/20001/webrtc/modules/include/module_common_types.h#newcode525 webrtc/modules/include/module_common_types.h:525: Unwrapper() = default; On 2017/04/12 08:39:14, kwiberg-webrtc wrote: ...
3 years, 8 months ago (2017-04-12 11:06:58 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2813593003/40001
3 years, 8 months ago (2017-04-12 11:07:46 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_ios9_dbg/builds/3488)
3 years, 8 months ago (2017-04-12 11:27:56 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2813593003/40001
3 years, 8 months ago (2017-04-24 06:33:01 UTC) #14
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 06:54:20 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/06863c9ce5ae397ec8eb6eed1...

Powered by Google App Engine
This is Rietveld 408576698