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

Issue 935103002: [PresentationAPI] Added/changed public/platform interfaces for start/joinSession (Closed)

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

Description

[PresentationAPI] Added/changed public/platform interfaces for start/joinSession See https://codereview.chromium.org/940503002/ and https://codereview.chromium.org/935083002/ for uses and implementation. BUG=459005 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190843

Patch Set 1 #

Patch Set 2 : Removed the changed existing interface #

Total comments: 8

Patch Set 3 : Removed the callbacks interface in favor of WebCallbacks, added WebPresentationError. #

Patch Set 4 : Added a ctor to WebPresentationError that takes an int. #

Total comments: 2

Patch Set 5 : Removed the int-receiving ctor #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -9 lines) Patch
A + public/platform/modules/presentation/WebPresentationError.h View 1 2 4 2 chunks +9 lines, -9 lines 0 comments Download
A public/platform/modules/presentation/WebPresentationSessionClient.h View 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
whywhat
PTAL. Note that due to the Blink/Chromium being separate repositories, one has to commit an ...
5 years, 10 months ago (2015-02-18 16:39:15 UTC) #2
whywhat
On 2015/02/18 16:39:15, whywhat wrote: > PTAL. > > Note that due to the Blink/Chromium ...
5 years, 10 months ago (2015-02-18 16:45:12 UTC) #3
mark a. foltz
LGTM with some suggested docstring edits. https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h File public/platform/modules/presentation/WebPresentationSessionCreateCallback.h (right): https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h#newcode14 public/platform/modules/presentation/WebPresentationSessionCreateCallback.h:14: // When creating ...
5 years, 10 months ago (2015-02-18 17:55:30 UTC) #4
mlamouri (slow - plz ping)
https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h File public/platform/modules/presentation/WebPresentationSessionCreateCallback.h (right): https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h#newcode22 public/platform/modules/presentation/WebPresentationSessionCreateCallback.h:22: virtual void onError(const WebString& message) = 0; Instead of ...
5 years, 10 months ago (2015-02-18 21:08:55 UTC) #5
mlamouri (slow - plz ping)
https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h File public/platform/modules/presentation/WebPresentationSessionCreateCallback.h (right): https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h#newcode17 public/platform/modules/presentation/WebPresentationSessionCreateCallback.h:17: class WebPresentationSessionCreateCallback { Could you inherit from WebCallbacks? Also, ...
5 years, 10 months ago (2015-02-18 21:29:16 UTC) #6
whywhat
https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h File public/platform/modules/presentation/WebPresentationSessionCreateCallback.h (right): https://codereview.chromium.org/935103002/diff/20001/public/platform/modules/presentation/WebPresentationSessionCreateCallback.h#newcode14 public/platform/modules/presentation/WebPresentationSessionCreateCallback.h:14: // When creating the session succeeds, returns the implementation ...
5 years, 10 months ago (2015-02-19 14:23:25 UTC) #8
whywhat
PTAL
5 years, 10 months ago (2015-02-19 16:27:20 UTC) #9
mark a. foltz
Still LGTM
5 years, 10 months ago (2015-02-19 17:52:26 UTC) #10
mlamouri (slow - plz ping)
lgtm with the comment applied https://codereview.chromium.org/935103002/diff/60001/public/platform/modules/presentation/WebPresentationError.h File public/platform/modules/presentation/WebPresentationError.h (right): https://codereview.chromium.org/935103002/diff/60001/public/platform/modules/presentation/WebPresentationError.h#newcode27 public/platform/modules/presentation/WebPresentationError.h:27: WebPresentationError(int errorType, const WebString& ...
5 years, 10 months ago (2015-02-23 13:58:53 UTC) #11
whywhat
https://codereview.chromium.org/935103002/diff/60001/public/platform/modules/presentation/WebPresentationError.h File public/platform/modules/presentation/WebPresentationError.h (right): https://codereview.chromium.org/935103002/diff/60001/public/platform/modules/presentation/WebPresentationError.h#newcode27 public/platform/modules/presentation/WebPresentationError.h:27: WebPresentationError(int errorType, const WebString& message) On 2015/02/23 13:58:53, Mounir ...
5 years, 10 months ago (2015-02-25 11:39:49 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/935103002/80001
5 years, 10 months ago (2015-02-25 15:03:06 UTC) #15
commit-bot: I haz the power
5 years, 10 months ago (2015-02-25 17:27:26 UTC) #16
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190843

Powered by Google App Engine
This is Rietveld 408576698