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

Issue 1466573002: Presentation API: implement renderer side of PresentationConnection.close(). (Closed)

Created:
5 years, 1 month ago by mlamouri (slow - plz ping)
Modified:
5 years ago
CC:
Aaron Boodman, abarth-chromium, asvitkine+watch_chromium.org, ben+mojo_chromium.org, 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, mcasas+watch_chromium.org, media-router+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Presentation API: implement renderer side of PresentationConnection.close(). This is basically implementing the Blink side and the plumbing going to the Media Router. Intent to ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/24gzqKMiiR8 Spec: https://w3c.github.io/presentation-api/ BUG=540803 Committed: https://crrev.com/c65a70d71da5f3643889d4995a7cc13153c08cf4 Cr-Commit-Position: refs/heads/master@{#362009}

Patch Set 1 #

Total comments: 8

Patch Set 2 : rebase #

Patch Set 3 : review comments #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+104 lines, -17 lines) Patch
M chrome/browser/media/router/presentation_service_delegate_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/media/router/presentation_service_delegate_impl.cc View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.cc View 1 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/presentation/presentation_service_impl_unittest.cc View 1 2 chunks +12 lines, -0 lines 0 comments Download
M content/common/presentation/presentation_service.mojom View 1 1 chunk +4 lines, -1 line 0 comments Download
M content/public/browser/presentation_service_delegate.h View 1 2 1 chunk +9 lines, -2 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M content/renderer/presentation/presentation_dispatcher.cc View 1 2 chunks +11 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/core/frame/UseCounter.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.h View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp View 3 chunks +22 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.idl View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/public/platform/modules/presentation/WebPresentationClient.h View 1 chunk +3 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (9 generated)
mlamouri (slow - plz ping)
Could you review: jochen@ third_party/WebKit/Source/core/frame/UseCounter.h virtual/stable/webexposed/ isherman@: tools/metrics/histograms/histograms.xml avayvod@, mfoltz@: everything else Thanks :)
5 years, 1 month ago (2015-11-20 01:17:00 UTC) #2
whywhat
lgtm with nits and suggestions https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode735 chrome/browser/media/router/presentation_service_delegate_impl.cc:735: NOTIMPLEMENTED(); This can probably ...
5 years, 1 month ago (2015-11-20 06:26:49 UTC) #3
imcheng
https://codereview.chromium.org/1466573002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/1466573002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode319 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:319: if (m_state != WebPresentationConnectionState::Connected) On 2015/11/20 06:26:49, whywhat wrote: ...
5 years, 1 month ago (2015-11-20 06:31:45 UTC) #5
jochen (gone - plz use gerrit)
lgtm
5 years, 1 month ago (2015-11-20 13:37:41 UTC) #6
mark a. foltz
https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode735 chrome/browser/media/router/presentation_service_delegate_impl.cc:735: NOTIMPLEMENTED(); On 2015/11/20 at 06:26:49, whywhat wrote: > This ...
5 years, 1 month ago (2015-11-20 17:47:17 UTC) #7
Ilya Sherman
histograms.xml lgtm
5 years, 1 month ago (2015-11-20 19:29:12 UTC) #8
mlamouri (slow - plz ping)
https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1466573002/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode735 chrome/browser/media/router/presentation_service_delegate_impl.cc:735: NOTIMPLEMENTED(); On 2015/11/20 at 17:47:17, mfoltz_OOO_until_11_30 wrote: > On ...
5 years ago (2015-11-27 11:48:47 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466573002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466573002/40001
5 years ago (2015-11-27 11:48:52 UTC) #12
commit-bot: I haz the power
Failed to apply patch for third_party/WebKit/Source/core/frame/UseCounter.h: While running git apply --index -3 -p1; error: patch ...
5 years ago (2015-11-27 14:37:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1466573002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1466573002/60001
5 years ago (2015-11-27 15:06:07 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years ago (2015-11-27 16:29:07 UTC) #19
commit-bot: I haz the power
5 years ago (2015-11-27 16:30:04 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c65a70d71da5f3643889d4995a7cc13153c08cf4
Cr-Commit-Position: refs/heads/master@{#362009}

Powered by Google App Engine
This is Rietveld 408576698