[Presentation API] PresentationReques should throw SecurityError for mixed contents |
||
Issue descriptionAccording to spec: https://www.w3.org/TR/presentation-api/#dom-presentationrequest-start https://www.w3.org/TR/presentation-api/#dom-presentationrequest-reconnect https://www.w3.org/TR/presentation-api/#dom-presentationrequest-getavailability PresentationRequest::start(), reconnect() and getavailability() should throw SecurityError for mixed contents
,
Oct 25 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/cd89f3ab381a7d9571e01a46a8a89d9318c31a46 commit cd89f3ab381a7d9571e01a46a8a89d9318c31a46 Author: zhaobin <zhaobin@chromium.org> Date: Tue Oct 25 19:05:52 2016 [Presentation API] PresentationRequest should throw SecurityError for mixed contents Make PresentationRequest consistent with latest spec. PresentationRequest::start(), reconnect() and getavailability() should throw SecurityError for mixed contents. https://www.w3.org/TR/presentation-api/#dom-presentationrequest-start BUG= 657519 Review-Url: https://codereview.chromium.org/2432723003 Cr-Commit-Position: refs/heads/master@{#427433} [modify] https://crrev.com/cd89f3ab381a7d9571e01a46a8a89d9318c31a46/third_party/WebKit/Source/modules/presentation/PresentationRequest.cpp
,
Oct 25 2016
|
||
►
Sign in to add a comment |
||
Comment 1 by zhaobin@chromium.org
, Oct 20 2016