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

Issue 2562603002: Updates SessionMessage to ConnectionMessage. (Closed)

Created:
4 years ago by CJ
Modified:
4 years ago
CC:
Aaron Boodman, abarth-chromium, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, dglazkov+blink, feature-media-reviews_chromium.org, jam, media-router+watch_chromium.org, mlamouri+watch-content_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Updates SessionMessage to ConnectionMessage. Merges PresentationMessageTypes ARRAY_BUFFER/BLOB into BINARY. BUG=629151 Committed: https://crrev.com/44204ce5f5a841d13d26e89abbc93cd4db181425 Cr-Commit-Position: refs/heads/master@{#438409}

Patch Set 1 #

Total comments: 7

Patch Set 2 : Addresses dcheng's #9 comments. #

Patch Set 3 : Updates test. #

Patch Set 4 : More edits to test. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+234 lines, -283 lines) Patch
M chrome/browser/media/router/presentation_service_delegate_impl.h View 1 2 chunks +10 lines, -8 lines 0 comments Download
M chrome/browser/media/router/presentation_service_delegate_impl.cc View 1 9 chunks +18 lines, -15 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.h View 6 chunks +14 lines, -13 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.cc View 7 chunks +43 lines, -51 lines 0 comments Download
M content/browser/presentation/presentation_service_impl_unittest.cc View 1 2 3 13 chunks +85 lines, -77 lines 0 comments Download
M content/public/browser/BUILD.gn View 1 1 chunk +2 lines, -2 lines 0 comments Download
A + content/public/browser/presentation_connection_message.h View 3 chunks +8 lines, -9 lines 0 comments Download
A + content/public/browser/presentation_connection_message.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M content/public/browser/presentation_service_delegate.h View 4 chunks +11 lines, -10 lines 0 comments Download
D content/public/browser/presentation_session_message.h View 1 chunk +0 lines, -40 lines 0 comments Download
D content/public/browser/presentation_session_message.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M content/public/common/presentation_constants.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/common/presentation_constants.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/presentation/presentation_dispatcher.h View 3 chunks +7 lines, -4 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 14 chunks +17 lines, -17 lines 0 comments Download
M third_party/WebKit/public/platform/modules/presentation/presentation.mojom View 1 4 chunks +12 lines, -11 lines 0 comments Download

Messages

Total messages: 29 (14 generated)
CJ
Let me know what you think. Wasn't sure if I should change other references to ...
4 years ago (2016-12-08 01:50:03 UTC) #2
mark a. foltz
LGTM Looks great! Thanks. You can add dcheng@ to review the .mojom and avi@ to ...
4 years ago (2016-12-09 06:10:16 UTC) #3
CJ
On 2016/12/09 06:10:16, mark a. foltz wrote: > LGTM > > Looks great! Thanks. > ...
4 years ago (2016-12-13 02:17:40 UTC) #6
Avi (use Gerrit)
content/public lgtm https://codereview.chromium.org/2562603002/diff/1/content/public/browser/presentation_service_delegate.h File content/public/browser/presentation_service_delegate.h (right): https://codereview.chromium.org/2562603002/diff/1/content/public/browser/presentation_service_delegate.h#newcode33 content/public/browser/presentation_service_delegate.h:33: void(const ScopedVector<content::PresentationConnectionMessage>&, bool)>; Can you follow up ...
4 years ago (2016-12-13 02:23:53 UTC) #7
CJ
On 2016/12/13 02:23:53, Avi wrote: > content/public lgtm > > https://codereview.chromium.org/2562603002/diff/1/content/public/browser/presentation_service_delegate.h > File content/public/browser/presentation_service_delegate.h (right): ...
4 years ago (2016-12-13 02:26:31 UTC) #8
dcheng
https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc File content/browser/presentation/presentation_service_impl.cc (right): https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc#newcode48 content/browser/presentation/presentation_service_impl.cc:48: DCHECK(input->data); I've mentioned this previously, but any chance this ...
4 years ago (2016-12-13 08:25:14 UTC) #9
CJ
https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc File content/browser/presentation/presentation_service_impl.cc (right): https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc#newcode48 content/browser/presentation/presentation_service_impl.cc:48: DCHECK(input->data); On 2016/12/13 08:25:14, dcheng wrote: > I've mentioned ...
4 years ago (2016-12-13 22:05:36 UTC) #10
dcheng
mojo lgtm https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc File content/browser/presentation/presentation_service_impl.cc (right): https://codereview.chromium.org/2562603002/diff/1/content/browser/presentation/presentation_service_impl.cc#newcode48 content/browser/presentation/presentation_service_impl.cc:48: DCHECK(input->data); On 2016/12/13 22:05:35, CJ wrote: > ...
4 years ago (2016-12-13 22:39:13 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562603002/20001
4 years ago (2016-12-13 23:05:23 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/332520)
4 years ago (2016-12-13 23:20:02 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562603002/40001
4 years ago (2016-12-13 23:42:21 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/288348)
4 years ago (2016-12-13 23:55:49 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2562603002/60001
4 years ago (2016-12-14 00:19:34 UTC) #24
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years ago (2016-12-14 03:12:23 UTC) #27
commit-bot: I haz the power
4 years ago (2016-12-14 03:14:11 UTC) #29
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/44204ce5f5a841d13d26e89abbc93cd4db181425
Cr-Commit-Position: refs/heads/master@{#438409}

Powered by Google App Engine
This is Rietveld 408576698