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

Issue 2435243002: [Presentation API] add 'connecting' state to WebPresentationConnectionState (Closed)

Created:
4 years, 2 months ago by zhaobin
Modified:
4 years, 1 month ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, dglazkov+blink, haraken
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add 'connecting' state to WebPresentationConnectionState BUG=655840, 575351 Committed: https://crrev.com/b30d8e28048325fff57fca54be22b4f0370e93cd Cr-Commit-Position: refs/heads/master@{#427791}

Patch Set 1 #

Total comments: 19

Patch Set 2 : resolve code review comments #

Total comments: 2

Patch Set 3 : resolve code review comments from mlamouri #

Total comments: 2

Patch Set 4 : resolve code review comments from mlamouri #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -4 lines) Patch
M content/renderer/presentation/presentation_dispatcher.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp View 1 2 3 5 chunks +12 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h View 1 chunk +2 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (11 generated)
zhaobin
4 years, 2 months ago (2016-10-21 02:49:23 UTC) #2
mlamouri (slow - plz ping)
https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode414 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:414: wrapPersistent(this), state)); Why are you making this asynchronous? https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode461 ...
4 years, 2 months ago (2016-10-21 09:58:12 UTC) #3
imcheng
https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode155 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:155: m_state(WebPresentationConnectionState::Connected), Add a TODO to change this to connecting? ...
4 years, 2 months ago (2016-10-21 23:58:15 UTC) #4
mark a. foltz
https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode381 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:381: if (m_state != WebPresentationConnectionState::Connected) On 2016/10/21 at 23:58:15, imcheng ...
4 years, 1 month ago (2016-10-24 18:28:16 UTC) #5
zhaobin
https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/1/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode155 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:155: m_state(WebPresentationConnectionState::Connected), On 2016/10/21 23:58:15, imcheng wrote: > Add a ...
4 years, 1 month ago (2016-10-24 19:42:40 UTC) #7
mlamouri (slow - plz ping)
Not sure what this change is about now. The description doesn't seem to match reality: ...
4 years, 1 month ago (2016-10-25 10:17:05 UTC) #8
zhaobin
Updated issue description. It is ready for review. We are going to change initial state ...
4 years, 1 month ago (2016-10-25 17:40:01 UTC) #10
mlamouri (slow - plz ping)
lgtm https://codereview.chromium.org/2435243002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode154 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:154: // TODO(zhaobin): change initial state to Connecting bug ...
4 years, 1 month ago (2016-10-25 17:43:37 UTC) #11
imcheng
lgtm
4 years, 1 month ago (2016-10-25 17:45:39 UTC) #12
zhaobin
https://codereview.chromium.org/2435243002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp File third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp (right): https://codereview.chromium.org/2435243002/diff/40001/third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp#newcode154 third_party/WebKit/Source/modules/presentation/PresentationConnection.cpp:154: // TODO(zhaobin): change initial state to Connecting On 2016/10/25 ...
4 years, 1 month ago (2016-10-26 20:13:00 UTC) #17
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/2435243002/60001
4 years, 1 month ago (2016-10-26 20:14:45 UTC) #20
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-10-26 21:13:17 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-10-26 21:15:08 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b30d8e28048325fff57fca54be22b4f0370e93cd
Cr-Commit-Position: refs/heads/master@{#427791}

Powered by Google App Engine
This is Rietveld 408576698