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

Issue 1209473003: Marks session as connected upon StartSession success (Closed)

Created:
5 years, 6 months ago by haibinlu
Modified:
5 years, 6 months ago
Reviewers:
whywhat, imcheng
CC:
blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Marks session as connected upon StartSession success Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197868

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 1

Patch Set 3 : Set state to Connected when PresentationSession object is constructed #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M Source/modules/presentation/PresentationSession.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
haibinlu
5 years, 6 months ago (2015-06-24 18:43:48 UTC) #2
haibinlu
5 years, 6 months ago (2015-06-25 17:28:17 UTC) #4
whywhat
lgtm with a note implementation wise, dispatching an event doesn't seem to do much for ...
5 years, 6 months ago (2015-06-25 17:33:45 UTC) #5
haibinlu
PTAL https://codereview.chromium.org/1209473003/diff/1/Source/modules/presentation/PresentationSessionClientCallbacks.cpp File Source/modules/presentation/PresentationSessionClientCallbacks.cpp (right): https://codereview.chromium.org/1209473003/diff/1/Source/modules/presentation/PresentationSessionClientCallbacks.cpp#newcode43 Source/modules/presentation/PresentationSessionClientCallbacks.cpp:43: session->didChangeState(WebPresentationSessionState::Connected); On 2015/06/25 17:33:45, whywhat wrote: > Seems ...
5 years, 6 months ago (2015-06-25 18:45:36 UTC) #6
whywhat
https://codereview.chromium.org/1209473003/diff/20001/Source/modules/presentation/PresentationSession.h File Source/modules/presentation/PresentationSession.h (right): https://codereview.chromium.org/1209473003/diff/20001/Source/modules/presentation/PresentationSession.h#newcode34 Source/modules/presentation/PresentationSession.h:34: static PresentationSession* take(WebPresentationSessionClient*, Presentation*, WebPresentationSessionState); I'd prefer the state ...
5 years, 6 months ago (2015-06-25 19:57:53 UTC) #7
haibinlu
It takes quite a bit of change to make WebPresentationSessionClient to have state. Can we ...
5 years, 6 months ago (2015-06-25 20:26:49 UTC) #8
whywhat
Yes, that was my alternative suggestion in the first reply: default to Connected in the ...
5 years, 6 months ago (2015-06-25 21:26:09 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1209473003/60001
5 years, 6 months ago (2015-06-25 22:08:06 UTC) #12
commit-bot: I haz the power
5 years, 6 months ago (2015-06-25 23:55:24 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=197868

Powered by Google App Engine
This is Rietveld 408576698