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

Issue 1698473004: [chrome.displaySource] Use WDS for Wi-Fi Display implementation (Closed)

Created:
4 years, 10 months ago by Mikhail
Modified:
4 years, 9 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[chrome.displaySource] Use WDS for Wi-Fi Display implementation The WDS library implements a Wi-Fi Display dialect of RTSP that includes the parser, actual negotiation logic for sink and source, and the related data structures. This patch contains initial implementation of WDS library embedder interfaces. BUG=242107 Committed: https://crrev.com/da8ee699b156b3d8d82b16285039f7bf7d80b720 Cr-Commit-Position: refs/heads/master@{#378182}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Comments from Alex #

Total comments: 8

Patch Set 3 : Comments from Antony + rebase + GN build fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+283 lines, -8 lines) Patch
M extensions/browser/BUILD.gn View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M extensions/common/BUILD.gn View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
M extensions/extensions.gyp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M extensions/extensions.gypi View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M extensions/renderer/BUILD.gn View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M extensions/renderer/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
A extensions/renderer/api/display_source/wifi_display/wifi_display_media_manager.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A extensions/renderer/api/display_source/wifi_display/wifi_display_media_manager.cc View 1 chunk +85 lines, -0 lines 0 comments Download
M extensions/renderer/api/display_source/wifi_display/wifi_display_session.h View 1 2 2 chunks +33 lines, -2 lines 0 comments Download
M extensions/renderer/api/display_source/wifi_display/wifi_display_session.cc View 1 2 6 chunks +85 lines, -4 lines 0 comments Download

Messages

Total messages: 23 (7 generated)
Mikhail
PTAL
4 years, 10 months ago (2016-02-12 15:59:27 UTC) #3
shalamov
https://codereview.chromium.org/1698473004/diff/1/extensions/renderer/api/display_source/wifi_display/wifi_display_session.cc File extensions/renderer/api/display_source/wifi_display/wifi_display_session.cc (right): https://codereview.chromium.org/1698473004/diff/1/extensions/renderer/api/display_source/wifi_display/wifi_display_session.cc#newcode119 extensions/renderer/api/display_source/wifi_display/wifi_display_session.cc:119: static int sCseq = 0; Make cseq a member. ...
4 years, 10 months ago (2016-02-15 10:29:02 UTC) #4
shalamov
lgtm
4 years, 10 months ago (2016-02-15 12:55:28 UTC) #6
Mikhail
Antony, could you have a look? thanks
4 years, 10 months ago (2016-02-16 13:38:44 UTC) #7
asargent_no_longer_on_chrome
Sorry for the delay in responding. I'm not sure if we want the top-level extensions/ ...
4 years, 10 months ago (2016-02-18 07:47:27 UTC) #8
Mikhail
On 2016/02/18 07:47:27, Antony Sargent wrote: > Sorry for the delay in responding. > > ...
4 years, 10 months ago (2016-02-18 08:39:18 UTC) #9
Mikhail
On 2016/02/18 08:39:18, Mikhail wrote: > On 2016/02/18 07:47:27, Antony Sargent wrote: > > Sorry ...
4 years, 10 months ago (2016-02-19 18:35:21 UTC) #10
Mikhail
Gentle ping for review
4 years, 10 months ago (2016-02-24 12:54:02 UTC) #11
asargent_no_longer_on_chrome
Sorry for delay - I was out of office travelling for a few days. How ...
4 years, 10 months ago (2016-02-25 18:13:41 UTC) #12
asargent_no_longer_on_chrome
My apologies - I realized that I didn't look closely enough at the gyp files, ...
4 years, 10 months ago (2016-02-25 22:09:39 UTC) #13
Mikhail
Thanks for your comments. I've fixed the issues in the latest patch, besides it also ...
4 years, 10 months ago (2016-02-26 14:42:46 UTC) #14
asargent_no_longer_on_chrome
lgtm https://codereview.chromium.org/1698473004/diff/40001/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h File extensions/renderer/api/display_source/wifi_display/wifi_display_session.h (right): https://codereview.chromium.org/1698473004/diff/40001/extensions/renderer/api/display_source/wifi_display/wifi_display_session.h#newcode67 extensions/renderer/api/display_source/wifi_display/wifi_display_session.h:67: mutable int cseq_; On 2016/02/26 14:42:46, Mikhail wrote: ...
4 years, 10 months ago (2016-02-26 17:01:35 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698473004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698473004/60001
4 years, 9 months ago (2016-02-29 07:58:41 UTC) #18
Mikhail
On 2016/02/26 17:01:35, Antony Sargent wrote: > > To be clear, the point I was ...
4 years, 9 months ago (2016-02-29 08:09:16 UTC) #19
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 9 months ago (2016-02-29 08:59:41 UTC) #21
commit-bot: I haz the power
4 years, 9 months ago (2016-02-29 09:00:56 UTC) #23
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/da8ee699b156b3d8d82b16285039f7bf7d80b720
Cr-Commit-Position: refs/heads/master@{#378182}

Powered by Google App Engine
This is Rietveld 408576698