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

Issue 836183002: Rename sequence_number to timestamp. (Closed)

Created:
5 years, 11 months ago by Sergey Ulanov
Modified:
5 years, 11 months ago
Reviewers:
Wez, nasko
CC:
chromium-reviews, chromoting-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename sequence_number to timestamp. The sequence_number field is used to send events timestamp. That name was confusing. Renamed sequence_number to timestamp in EventMessage and latest_sequence_number to last_event_timestamp in VideoPacket. TBR=nasko@chromium.org Committed: https://crrev.com/c258bd4b0dcde95617cada14aa5dc154d456b943 Cr-Commit-Position: refs/heads/master@{#310592}

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : sync #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -58 lines) Patch
M remoting/client/plugin/pepper_video_renderer_3d.cc View 1 2 1 chunk +4 lines, -4 lines 0 comments Download
M remoting/client/software_video_renderer.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/client/software_video_renderer.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/host/chromoting_messages.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/client_session.h View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/host/client_session.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/host/video_scheduler.h View 1 3 chunks +6 lines, -6 lines 0 comments Download
M remoting/host/video_scheduler.cc View 1 6 chunks +9 lines, -9 lines 0 comments Download
M remoting/proto/internal.proto View 1 chunk +2 lines, -1 line 0 comments Download
M remoting/proto/video.proto View 1 1 chunk +3 lines, -3 lines 0 comments Download
M remoting/protocol/client_event_dispatcher.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M remoting/protocol/connection_to_client.h View 2 chunks +5 lines, -5 lines 0 comments Download
M remoting/protocol/connection_to_client.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/host_event_dispatcher.h View 3 chunks +4 lines, -4 lines 0 comments Download
M remoting/protocol/host_event_dispatcher.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M remoting/protocol/message_decoder_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M remoting/protocol/protocol_mock_objects.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 18 (5 generated)
Sergey Ulanov
5 years, 11 months ago (2015-01-06 18:49:28 UTC) #2
Wez
The intention in having the sequence-number field is that the client can use any arbitrary ...
5 years, 11 months ago (2015-01-06 21:54:35 UTC) #3
Jamie
On 2015/01/06 21:54:35, Wez wrote: > The intention in having the sequence-number field is that ...
5 years, 11 months ago (2015-01-06 22:25:36 UTC) #4
Sergey Ulanov
On 2015/01/06 21:54:35, Wez wrote: > The intention in having the sequence-number field is that ...
5 years, 11 months ago (2015-01-06 22:29:04 UTC) #5
Wez
On 2015/01/06 22:29:04, Sergey Ulanov wrote: > On 2015/01/06 21:54:35, Wez wrote: > > The ...
5 years, 11 months ago (2015-01-07 22:24:29 UTC) #6
Wez
lgtm https://codereview.chromium.org/836183002/diff/1/remoting/client/software_video_renderer.h File remoting/client/software_video_renderer.h (right): https://codereview.chromium.org/836183002/diff/1/remoting/client/software_video_renderer.h#newcode76 remoting/client/software_video_renderer.h:76: int64 last_event_timestamp_; s/last/latest https://codereview.chromium.org/836183002/diff/1/remoting/host/chromoting_messages.h File remoting/host/chromoting_messages.h (right): https://codereview.chromium.org/836183002/diff/1/remoting/host/chromoting_messages.h#newcode164 ...
5 years, 11 months ago (2015-01-07 23:56:19 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/836183002/diff/1/remoting/client/software_video_renderer.h File remoting/client/software_video_renderer.h (right): https://codereview.chromium.org/836183002/diff/1/remoting/client/software_video_renderer.h#newcode76 remoting/client/software_video_renderer.h:76: int64 last_event_timestamp_; On 2015/01/07 23:56:19, Wez wrote: > s/last/latest ...
5 years, 11 months ago (2015-01-08 17:40:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836183002/40001
5 years, 11 months ago (2015-01-08 19:22:21 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/34151)
5 years, 11 months ago (2015-01-08 19:32:19 UTC) #12
Sergey Ulanov
+nasko@chromium.org in TBR for the rename in chromoting_messages.h
5 years, 11 months ago (2015-01-08 19:43:47 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/836183002/60001
5 years, 11 months ago (2015-01-08 19:45:58 UTC) #16
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 11 months ago (2015-01-08 20:58:34 UTC) #17
commit-bot: I haz the power
5 years, 11 months ago (2015-01-08 20:59:30 UTC) #18
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c258bd4b0dcde95617cada14aa5dc154d456b943
Cr-Commit-Position: refs/heads/master@{#310592}

Powered by Google App Engine
This is Rietveld 408576698